25a1b01cb34a2af308afd5677076658129c7aa4a
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2013-08-01 Doug Evans <dje@google.com>
2
3 PR symtab/15691
4 * gdb.dwarf2/fission-mix.exp: New file.
5 * gdb.dwarf2/fission-mix.h: New file.
6 * gdb.dwarf2/fission-mix.c: New file.
7 * gdb.dwarf2/fission-mix2.c: New file.
8
9 PR symtab/15695
10 * gdb.base/func-ptr.exp: New file.
11 * gdb.base/func-ptr.c: New file.
12
13 2013-08-01 Yao Qi <yao@codesourcery.com>
14
15 * gdb.python/py-sync-interp.c: New.
16 * gdb.python/py-sync-interp.exp: New.
17
18 2013-07-31 Yao Qi <yao@codesourcery.com>
19
20 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
21 'tdump' on stack frame 0 and 1 respectively.
22
23 2013-07-31 Yao Qi <yao@codesourcery.com>
24
25 PR gdb/13443
26 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
27 'traceframe'. Wrap test with with_test_prefix.
28 (top level): Update.
29
30 2013-07-31 Yao Qi <yao@codesourcery.com>
31
32 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
33 'gdb_start'.
34 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
35 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
36
37 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
38
39 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
40 when printing an optimized out value. Expect an error when using
41 an optimized out value in an expression.
42
43 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
44
45 * gdb.dwarf2/pieces-optimized-out.exp: New file.
46 * gdb.dwarf2/pieces-optimized-out.c: New file.
47 * gdb.dwarf2/pieces-optimized-out.S: New file.
48
49 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
50
51 PR gdb/15715
52 * gdb.base/setshow.exp: Test that relative paths passed to
53 'set history filename' are converted to absolute paths.
54
55 2013-07-26 Keith Seitz <keiths@redhat.com>
56
57 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
58 of f77.
59 Allow for compiler variations of integer types.
60 Use mi_create_varobj.
61 Use mi_list_varobj_children for the immediate children of `array'.
62 Add "has_more" attribute for grandchildren test.
63
64 2013-07-26 Pedro Alves <palves@redhat.com>
65
66 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
67 files.
68
69 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
70
71 * gdb.mi/mi-reg-undefined.exp: New file.
72 * gdb.mi/mi-reg-undefined.c: Likewise.
73 * gdb.mi/mi-reg-undefined.S: Likewise.
74
75 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
76
77 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
78 z, o, and t output formats.
79 * gdb.base/display.exp: Use 'k' as an undefined format now that
80 'z' is defined.
81
82 2013-07-24 Doug Evans <dje@google.com>
83
84 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
85 "--" to switch.
86
87 2013-07-24 Yao Qi <yao@codesourcery.com>
88
89 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
90 host.
91 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
92 Likewise. If host is remote, copy ${binfile} to host.
93
94 2013-07-23 Yao Qi <yao@codesourcery.com>
95
96 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
97 message.
98
99 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
100
101 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
102 instructions and enable disp-step-syscall for arm targets.
103
104 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
105
106 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
107 assembler errors on arm.
108 * gdb.dwarf2/mac-fileno.S: Likewise.
109 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
110 * gdb.dwarf2/pr13961.S: Likewise.
111
112 2013-07-19 Hui Zhu <hui@codesourcery.com>
113
114 PR gdb/15692
115 * gdb.mi/mi-dprintf.exp: Add double quotes test.
116
117 2013-07-19 Yao Qi <yao@codesourcery.com>
118
119 * gdb.trace/read-memory.exp (test_from_remote): Update test.
120 (teset_from_exec): Likewise.
121
122 2013-07-19 Yao Qi <yao@codesourcery.com>
123
124 * gdb.trace/read-memory.c: New.
125 * gdb.trace/read-memory.exp: New.
126
127 2013-07-19 Yao Qi <yao@codesourcery.com>
128
129 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
130 $dest to link options if host is remote. Move the
131 generated file to $dest.a on host if host is remote.
132
133 2013-07-18 Will Newton <will.newton@linaro.org>
134
135 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
136 to ensure the test is linked against pthreads.
137 * gdb.threads/tls-var-main.c: Likewise.
138 * gdb.threads/tls-shared.c: Likewise.
139
140 2013-07-18 Yao Qi <yao@codesourcery.com>
141
142 * lib/future.exp (gdb_default_target_compile): Use tail name
143 of $destfile as the output name of compile. Move the
144 generated file to $destfile on build.
145
146 2013-07-18 Yao Qi <yao@codesourcery.com>
147
148 * lib/gdb.exp (gdb_compile): Set
149 gdb_saved_set_unbuffered_mode_obj to
150 set_unbuffered_mode_saved.o if host is remote. Invoke
151 remote_download to copy $unbuf_obj to host.
152
153 2013-07-17 Doug Evans <dje@google.com>
154
155 * gdb.python/py-frame-args.c: New file.
156 * gdb.python/py-frame-args.py: New file.
157 * gdb.python/py-frame-args.exp New file.
158
159 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
160
161 * gdb.base/printcmds.exp (test_printf): Add tests for format
162 strings with missing format specifier.
163
164 2013-07-16 Tom Tromey <tromey@redhat.com>
165
166 * gdb.ada/info_types.exp: Use standard_testfile.
167
168 2013-07-16 Tom Tromey <tromey@redhat.com>
169
170 * gdb.mi/mi-basics.exp: Use standard_output_file.
171 (test_dir_specification, test_cwd_specification)
172 (test_path_specification): Use testsubdir, not subdir and objdir.
173
174 2013-07-16 Tom Tromey <tromey@redhat.com>
175
176 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
177
178 2013-07-09 Joel Brobecker <brobecker@adacore.com>
179
180 * gdb.ada/small_reg_param.exp: Accept optional entry value
181 for parameter "w".
182
183 2013-07-09 Joel Brobecker <brobecker@adacore.com>
184
185 * gdb.ada/small_reg_param.exp: Remove trailing space.
186
187 2013-07-09 Doug Evans <dje@google.com>
188
189 * gdb.base/default.exp: Update expected output of "show print array"
190 and "show print pretty".
191
192 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
193
194 * gdb.threads/wp-replication.exp: Stop counting available hardware
195 watchpoints after NR_THREADS iterations.
196
197 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
198
199 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
200
201 2013-07-07 Yao Qi <yao@codesourcery.com>
202
203 * boards/native-gdbserver.exp: Move invoke of
204 process_multilib_options to gdbserver-base.exp.
205 Move set_board_info 'compiler', 'gdb,noinferiorio',
206 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
207 gdbserver-base.exp.
208 Move proc ${board}_download, ${board}_upload and
209 ${board}_file to gdbserver-base.exp.
210 * boards/native-extended-gdbserver.exp: Likewise.
211 * boards/native-stdio-gdbserver.exp: Likewise.
212 * boards/gdbserver-base.exp: New file.
213
214 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
215
216 * gdb.base/dump.exp: Remove arch-specific tests and do a
217 generic data address check to set is64bitonly correctly.
218
219 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
220
221 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
222 the register number instead of expecting only 0.
223
224 2013-07-05 Will Newton <will.newton@linaro.org>
225
226 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
227 in asm syntax to allow building on ARM.
228
229 2013-07-05 Yao Qi <yao@codesourcery.com>
230
231 * boards/local-remote-host.exp: Remove obsolete comments.
232 * boards/native-extended-gdbserver.exp: Likewise.
233 * boards/native-gdbserver.exp: Likewise.
234 * boards/native-stdio-gdbserver.exp: Likewise.
235
236 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
237
238 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
239 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
240 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
241
242 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
243
244 * gdb.base/break-on-linker-gcd-function.exp: Replace
245 prepare_for_testing by build_executable_from_specs and clean_restart.
246
247 2013-06-27 Tom Tromey <tromey@redhat.com>
248
249 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
250 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
251 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
252 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
253 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
254 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
255 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
256 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
257 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
258 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
259 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
260 Use standard_testfile, standard_output_file, prepare_for_testing,
261 clean_restart.
262
263 2013-06-27 Tom Tromey <tromey@redhat.com>
264
265 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
266 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
267 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
268 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
269 gdb.base/shreloc.exp, gdb.base/sigall.exp,
270 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
271 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
272 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
273 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
274 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
275 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
276 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
277 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
278 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
279 gdb.base/solib-weak.exp, gdb.base/source.exp,
280 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
281 gdb.base/stap-probe.exp, gdb.base/start.exp,
282 gdb.base/step-break.exp, gdb.base/step-bt.exp,
283 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
284 gdb.base/step-test.exp, gdb.base/structs.exp,
285 gdb.base/structs2.exp, gdb.base/structs3.exp,
286 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
287 standard_output_file, prepare_for_testing, clean_restart.
288
289 2013-06-27 Tom Tromey <tromey@redhat.com>
290
291 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
292 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
293 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
294 gdb.base/pending.exp, gdb.base/permissions.exp,
295 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
296 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
297 gdb.base/printcmds.exp, gdb.base/prologue.exp,
298 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
299 gdb.base/ptype.exp, gdb.base/randomize.exp,
300 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
301 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
302 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
303 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
304 standard_testfile, standard_output_file, prepare_for_testing,
305 clean_restart.
306
307 2013-06-27 Tom Tromey <tromey@redhat.com>
308
309 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
310 gdb.base/huge.exp, gdb.base/included.exp,
311 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
312 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
313 gdb.base/info-os.exp, gdb.base/info-proc.exp,
314 gdb.base/info-target.exp, gdb.base/infoline.exp,
315 gdb.base/interp.exp, gdb.base/interrupt.exp,
316 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
317 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
318 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
319 gdb.base/logical.exp, gdb.base/long_long.exp,
320 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
321 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
322 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
323 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
324 standard_testfile, standard_output_file, prepare_for_testing,
325 clean_restart.
326
327 2013-06-27 Tom Tromey <tromey@redhat.com>
328
329 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
330 gdb.base/enumval.exp, gdb.base/environ.exp,
331 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
332 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
333 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
334 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
335 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
336 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
337 gdb.base/fullname.exp, gdb.base/funcargs.exp,
338 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
339 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
340 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
341 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
342 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
343 gdb.base/gnu_vector.exp: Use standard_testfile,
344 standard_output_file, prepare_for_testing, clean_restart.
345
346 2013-06-27 Tom Tromey <tromey@redhat.com>
347
348 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
349 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
350 gdb.base/call-strs.exp, gdb.base/callexit.exp,
351 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
352 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
353 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
354 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
355 gdb.base/commands.exp, gdb.base/completion.exp,
356 gdb.base/complex.exp, gdb.base/cond-expr.exp,
357 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
358 gdb.base/constvars.exp, gdb.base/corefile.exp,
359 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
360 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
361 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
362 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
363 gdb.base/dup-sect.exp: Use standard_testfile,
364 standard_output_file, prepare_for_testing, clean_restart.
365
366 2013-06-27 Tom Tromey <tromey@redhat.com>
367
368 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
369 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
370 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
371 gdb.base/async-shell.exp, gdb.base/async.exp,
372 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
373 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
374 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
375 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
376 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
377 gdb.base/break-on-linker-gcd-function.exp,
378 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
379 standard_output_file, prepare_for_testing, clean_restart.
380
381 2013-06-26 Yao Qi <yao@codesourcery.com>
382
383 * gdb.trace/mi-trace-frame-collected.exp: New.
384
385 2013-06-25 Yao Qi <yao@codesourcery.com>
386
387 * boards/native-extended-gdbserver.exp: Set board_info
388 'gdb,predefined_tsv'.
389 * boards/native-gdbserver.exp: Likewise.
390 * boards/native-stdio-gdbserver.exp: Likewise.
391 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
392 uploaded TSVs if target supports tracing.
393 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
394 tracing and target has predefined tsv.
395
396 2013-06-25 Yao Qi <yao@codesourcery.com>
397 Hui Zhu <hui@codesourcery.com>
398 Pedro Alves <palves@redhat.com>
399
400 PR breakpoints/15075
401 PR breakpoints/15434
402 * gdb.base/dprintf-next.c: New file.
403 * gdb.base/dprintf-next.exp: New file.
404 * gdb.base/dprintf-non-stop.c: New file.
405 * gdb.base/dprintf-non-stop.exp: New file.
406 * gdb.base/dprintf.exp: Don't check "continue" in the output
407 of "info breakpoints".
408 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
409 Don't check "continue" in script field.
410
411 2013-06-21 Tom Tromey <tromey@redhat.com>
412
413 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
414 name in a test name.
415
416 2013-06-20 Yao Qi <yao@codesourcery.com>
417
418 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
419 and set an action.
420 (test_trace_unavailable): Test command -data-list-register-values
421 in the context of traceframe and with option --skip-unavailable.
422 * gdb.trace/trace-unavailable.c (foo): New.
423 (main): Call it.
424 * gdb.mi/gdb2549.exp: Update matching pattern.
425
426 2013-06-19 Mike Frysinger <vapier@gentoo.org>
427
428 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
429 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
430 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
431 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
432 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
433
434 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
435
436 * gdb.base/subst.exp: Delete default rules before further
437 tests.
438
439 2013-06-19 Yao Qi <yao@codesourcery.com>
440
441 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
442 unsupported if it is not registered.
443
444 2013-06-18 Tom Tromey <tromey@redhat.com>
445
446 * gdb.base/random-signal.c: New file.
447 * gdb.base/random-signal.exp: New file.
448
449 2013-06-18 Will Newton <will.newton@linaro.org>
450
451 * gdb.base/skip.c: Use comma to evaluate results of foo()
452 and bar() before passing to baz().
453 * gdb.base/skip.c: baz() now takes one argument instead of
454 two.
455
456 2013-06-18 Tom Tromey <tromey@redhat.com>
457
458 * gdb.dwarf2/implptrpiece.exp: New file.
459 * gdb.dwarf2/implptrconst.exp (d): New variable.
460 Print d.
461 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
462
463 2013-06-18 Tom Tromey <tromey@redhat.com>
464
465 * lib/selftest-support.exp (do_self_tests): Reject remote or
466 non-native targets.
467 * gdb.gdb/complaints.exp: Remove check.
468 * gdb.gdb/observer.exp: Remove check.
469 * gdb.gdb/xfullpath.exp: Remove check.
470 * gdb.gdb/complaints.exp: Remove check.
471
472 2013-06-07 Pedro Alves <palves@redhat.com>
473
474 * boards/native-extended-gdbserver.exp: Remove semicolon.
475 * config/arm-ice.exp: Likewise.
476 * config/bfin.exp: Likewise.
477 * config/cygmon.exp: Likewise.
478 * config/h8300.exp: Likewise.
479 * config/monitor.exp: Likewise.
480 * config/sid.exp: Likewise.
481 * config/sim.exp: Likewise.
482 * config/slite.exp: Likewise.
483 * config/vx.exp: Likewise.
484 * gdb.arch/i386-bp_permanent.exp: Likewise.
485 * gdb.asm/asm-source.exp: Likewise.
486 * gdb.base/args.exp: Likewise.
487 * gdb.base/attach-pie-misread.exp: Likewise.
488 * gdb.base/auxv.exp: Likewise.
489 * gdb.base/bigcore.exp: Likewise.
490 * gdb.base/bitfields2.exp: Likewise.
491 * gdb.base/bitfields.exp: Likewise.
492 * gdb.base/break.exp: Likewise.
493 * gdb.base/break-interp.exp: Likewise.
494 * gdb.base/callfuncs.exp: Likewise.
495 * gdb.base/call-sc.exp: Likewise.
496 * gdb.base/commands.exp: Likewise.
497 * gdb.base/corefile.exp: Likewise.
498 * gdb.base/dbx.exp: Likewise.
499 * gdb.base/ending-run.exp: Likewise.
500 * gdb.base/exprs.exp: Likewise.
501 * gdb.base/funcargs.exp: Likewise.
502 * gdb.base/hbreak2.exp: Likewise.
503 * gdb.base/huge.exp: Likewise.
504 * gdb.base/list.exp: Likewise.
505 * gdb.base/memattr.exp: Likewise.
506 * gdb.base/overlays.exp: Likewise.
507 * gdb.base/printcmds.exp: Likewise.
508 * gdb.base/recurse.exp: Likewise.
509 * gdb.base/remotetimeout.exp: Likewise.
510 * gdb.base/reread.exp: Likewise.
511 * gdb.base/savedregs.exp: Likewise.
512 * gdb.base/scope.exp: Likewise.
513 * gdb.base/sepdebug.exp: Likewise.
514 * gdb.base/setshow.exp: Likewise.
515 * gdb.base/setvar.exp: Likewise.
516 * gdb.base/sigaltstack.exp: Likewise.
517 * gdb.base/siginfo-addr.exp: Likewise.
518 * gdb.base/siginfo.exp: Likewise.
519 * gdb.base/siginfo-obj.exp: Likewise.
520 * gdb.base/sigrepeat.exp: Likewise.
521 * gdb.base/sigstep.exp: Likewise.
522 * gdb.base/structs.exp: Likewise.
523 * gdb.base/testenv.exp: Likewise.
524 * gdb.base/twice.exp: Likewise.
525 * gdb.base/valgrind-db-attach.exp: Likewise.
526 * gdb.base/valgrind-infcall.exp: Likewise.
527 * gdb.base/varargs.exp: Likewise.
528 * gdb.base/watchpoint.exp: Likewise.
529 * gdb.cp/gdb1355.exp: Likewise.
530 * gdb.cp/misc.exp: Likewise.
531 * gdb.disasm/hppa.exp: Likewise.
532 * gdb.disasm/t01_mov.exp: Likewise.
533 * gdb.disasm/t02_mova.exp: Likewise.
534 * gdb.disasm/t03_add.exp: Likewise.
535 * gdb.disasm/t04_sub.exp: Likewise.
536 * gdb.disasm/t05_cmp.exp: Likewise.
537 * gdb.disasm/t06_ari2.exp: Likewise.
538 * gdb.disasm/t07_ari3.exp: Likewise.
539 * gdb.disasm/t08_or.exp: Likewise.
540 * gdb.disasm/t09_xor.exp: Likewise.
541 * gdb.disasm/t10_and.exp: Likewise.
542 * gdb.disasm/t11_logs.exp: Likewise.
543 * gdb.disasm/t12_bit.exp: Likewise.
544 * gdb.disasm/t13_otr.exp: Likewise.
545 * gdb.gdb/selftest.exp: Likewise.
546 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
547 * gdb.mi/mi-reverse.exp: Likewise.
548 * gdb.pascal/floats.exp: Likewise.
549 * gdb.python/py-inferior.exp: Likewise.
550 * gdb.threads/attach-into-signal.exp: Likewise.
551 * gdb.threads/pthreads.exp: Likewise.
552 * gdb.threads/thread_events.exp: Likewise.
553 * gdb.threads/watchthreads.exp: Likewise.
554 * gdb.trace/actions-changed.exp: Likewise.
555 * gdb.trace/actions.exp: Likewise.
556 * gdb.trace/ax.exp: Likewise.
557 * gdb.trace/backtrace.exp: Likewise.
558 * gdb.trace/change-loc.exp: Likewise.
559 * gdb.trace/deltrace.exp: Likewise.
560 * gdb.trace/disconnected-tracing.exp: Likewise.
561 * gdb.trace/ftrace.exp: Likewise.
562 * gdb.trace/infotrace.exp: Likewise.
563 * gdb.trace/passc-dyn.exp: Likewise.
564 * gdb.trace/passcount.exp: Likewise.
565 * gdb.trace/pending.exp: Likewise.
566 * gdb.trace/qtro.exp: Likewise.
567 * gdb.trace/range-stepping.exp: Likewise.
568 * gdb.trace/report.exp: Likewise.
569 * gdb.trace/save-trace.exp: Likewise.
570 * gdb.trace/status-stop.exp: Likewise.
571 * gdb.trace/strace.exp: Likewise.
572 * gdb.trace/tfile.exp: Likewise.
573 * gdb.trace/tfind.exp: Likewise.
574 * gdb.trace/trace-break.exp: Likewise.
575 * gdb.trace/tracecmd.exp: Likewise.
576 * gdb.trace/trace-mt.exp: Likewise.
577 * gdb.trace/tspeed.exp: Likewise.
578 * gdb.trace/tsv.exp: Likewise.
579 * gdb.trace/while-stepping.exp: Likewise.
580 * lib/gdb.exp: Likewise.
581 * lib/gdbserver-support.exp: Likewise.
582 * lib/java.exp: Likewise.
583 * lib/mi-support.exp: Likewise.
584 * lib/pascal.exp: Likewise.
585 * lib/prompt.exp: Likewise.
586 * lib/trace-support.exp: Likewise.
587
588 2013-06-07 Pedro Alves <palves@redhat.com>
589
590 * gdb.ada/info_types.c: Fix formating in copyright header.
591 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
592 * gdb.base/float.c: Likewise.
593 * gdb.base/inferior-died.c: Likewise.
594 * gdb.base/interp.c: Likewise.
595 * gdb.base/jit-main.c: Likewise.
596 * gdb.base/jit-solib.c: Likewise.
597 * gdb.base/long_long.c: Likewise.
598 * gdb.base/longjmp.c: Likewise.
599 * gdb.base/nextoverexit.c: Likewise.
600 * gdb.base/pr11022.c: Likewise.
601 * gdb.base/prelink-lib.c: Likewise.
602 * gdb.base/prelink.c: Likewise.
603 * gdb.base/prologue.c: Likewise.
604 * gdb.base/restore.c: Likewise.
605 * gdb.base/sigchld.c: Likewise.
606 * gdb.base/solib-search-lib1.c: Likewise.
607 * gdb.base/solib-search-lib2.c: Likewise.
608 * gdb.base/solib-search.c: Likewise.
609 * gdb.base/solib-search.h: Likewise.
610 * gdb.base/whatis.c: Likewise.
611 * gdb.cp/abstract-origin.cc: Likewise.
612 * gdb.cp/anon-struct.cc: Likewise.
613 * gdb.cp/baseenum.cc: Likewise.
614 * gdb.cp/bs15503.cc: Likewise.
615 * gdb.cp/call-c-1.c: Likewise.
616 * gdb.cp/call-c.cc: Likewise.
617 * gdb.cp/class2.cc: Likewise.
618 * gdb.cp/classes.cc: Likewise.
619 * gdb.cp/cttiadd.cc: Likewise.
620 * gdb.cp/cttiadd1.cc: Likewise.
621 * gdb.cp/cttiadd2.cc: Likewise.
622 * gdb.cp/cttiadd3.cc: Likewise.
623 * gdb.cp/derivation.cc: Likewise.
624 * gdb.cp/derivation2.cc: Likewise.
625 * gdb.cp/dispcxx.cc: Likewise.
626 * gdb.cp/exception.cc: Likewise.
627 * gdb.cp/gdb2384-base.cc: Likewise.
628 * gdb.cp/gdb2384-base.h: Likewise.
629 * gdb.cp/gdb2384.cc: Likewise.
630 * gdb.cp/gdb2495.cc: Likewise.
631 * gdb.cp/mb-inline.h: Likewise.
632 * gdb.cp/mb-inline1.cc: Likewise.
633 * gdb.cp/mb-inline2.cc: Likewise.
634 * gdb.cp/member-name.cc: Likewise.
635 * gdb.cp/member-ptr.cc: Likewise.
636 * gdb.cp/misc.cc: Likewise.
637 * gdb.cp/namespace1.cc: Likewise.
638 * gdb.cp/nextoverthrow.cc: Likewise.
639 * gdb.cp/pr-574.cc: Likewise.
640 * gdb.cp/pr9631.cc: Likewise.
641 * gdb.cp/printmethod.cc: Likewise.
642 * gdb.cp/psmang1.cc: Likewise.
643 * gdb.cp/psmang2.cc: Likewise.
644 * gdb.cp/psymtab-parameter.cc: Likewise.
645 * gdb.cp/ptype-flags.cc: Likewise.
646 * gdb.cp/ref-params.cc: Likewise.
647 * gdb.cp/ref-types.cc: Likewise.
648 * gdb.cp/smartp.cc: Likewise.
649 * gdb.cp/try_catch.cc: Likewise.
650 * gdb.cp/userdef.cc: Likewise.
651 * gdb.cp/using-crash.cc: Likewise.
652 * gdb.cp/virtfunc.cc: Likewise.
653 * gdb.cp/virtfunc2.cc: Likewise.
654 * gdb.dwarf2/callframecfa.S: Likewise.
655 * gdb.dwarf2/dw2-ranges.c: Likewise.
656 * gdb.dwarf2/dw2-ranges2.c: Likewise.
657 * gdb.dwarf2/dw2-ranges3.c: Likewise.
658 * gdb.dwarf2/dw2-restore.S: Likewise.
659 * gdb.dwarf2/pieces.S: Likewise.
660 * gdb.dwarf2/valop.S: Likewise.
661 * gdb.java/jnpe.java: Likewise.
662 * gdb.mi/mi-stepn.c: Likewise.
663 * gdb.mi/mi-var-cp.cc: Likewise.
664 * gdb.mi/mi-var-rtti.cc: Likewise.
665 * gdb.mi/ns-stale-regcache.c: Likewise.
666 * gdb.mi/pr11022.c: Likewise.
667 * gdb.mi/solib-lib.c: Likewise.
668 * gdb.mi/solib-main.c: Likewise.
669 * gdb.python/py-arch.c: Likewise.
670 * gdb.python/py-block.c: Likewise.
671 * gdb.python/py-breakpoint.c: Likewise.
672 * gdb.python/py-events.c: Likewise.
673 * gdb.python/py-evthreads.c: Likewise.
674 * gdb.python/py-explore.c: Likewise.
675 * gdb.python/py-explore.cc: Likewise.
676 * gdb.python/py-finish-breakpoint.c: Likewise.
677 * gdb.python/py-finish-breakpoint2.cc: Likewise.
678 * gdb.python/py-symbol.c: Likewise.
679 * gdb.threads/execl.c: Likewise.
680 * gdb.threads/execl1.c: Likewise.
681
682 2013-06-07 Will Newton <will.newton@linaro.org>
683
684 * gdb.base/long_long.exp: Fix ARM EABI target glob.
685
686 2013-06-07 Will Newton <will.newton@linaro.org>
687
688 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
689 and "starting".
690
691 2013-06-07 Will Newton <will.newton@linaro.org>
692
693 * gdb.cp/anon-struct.exp: Conditionalize constructor and
694 destructor prototypes for ARM ABI.
695 * gdb.cp/m-static.exp: Likewise.
696
697 2013-06-07 Yao Qi <yao@codesourcery.com>
698
699 * gdb.trace/mi-trace-unavailable.exp: New.
700 * gdb.trace/trace-unavailable.c: New.
701
702 2013-06-06 Doug Evans <dje@google.com>
703
704 * gdb.cp/derivation.exp: Make tests have unique names.
705
706 2013-06-06 Tom Tromey <tromey@redhat.com>
707
708 * gdb.base/dump.exp (capture_value): Don't put expression into
709 test name if arguments passed in.
710 Rename a couple more tests to make them unique.
711
712 2013-06-06 Tom Tromey <tromey@redhat.com>
713
714 * gdb.base/break-always.exp: Explicitly specify test name.
715
716 2013-06-05 Doug Evans <dje@google.com>
717 Keith Seitz <keiths@redhat.com>
718
719 * gdb.cp/derivation2.cc: New file.
720 * gdb.cp/derivation.cc (main): Call foo2.
721 * gdb.cp/derivation.exp: Add tests for typedefs in another
722 file, and when there's an active block.
723
724 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
725
726 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
727 from targets that use function descriptors in the virtual tables.
728 Handle presence of dot symbols.
729
730 2013-06-04 Gary Benson <gbenson@redhat.com>
731
732 * gdb.base/break-probes.exp: New file.
733 * gdb.base/break-probes.c: Likewise.
734 * gdb.base/break-probes-solib.c: Likewise.
735 * gdb.base/info-shared.exp: New file.
736 * gdb.base/info-shared.c: Likewise.
737 * gdb.base/info-shared-solib1.c: Likewise.
738 * gdb.base/info-shared-solib2.c: Likewise.
739
740 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
741 Gary Benson <gbenson@redhat.com>
742
743 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
744 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
745 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
746 to be set to "no" to indicate that no ld.so copy should be made.
747 * gdb.base/break-interp.exp (solib_bp): New constant.
748 (reach_1): Use the above instead of "_dl_debug_state".
749 (test_attach): Likewise.
750 (test_ld): Likewise.
751 * gdb.threads/dlopen-libpthread.exp: New file.
752 * gdb.threads/dlopen-libpthread.c: Likewise.
753 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
754 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
755
756 2013-05-30 Yao Qi <yao@codesourcery.com>
757
758 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
759 Add a test that no MI notification is emitted when executing
760 -exec-arguments.
761
762 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
763
764 PR testsuite/12649
765 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
766 $mi_gdb_prompt expectation by mi_expect_stop.
767 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
768 (mi info dprintf second time): Replace them by mi_send_resuming_command
769 and mi_expect_stop.
770
771 2013-05-24 Gary Benson <gbenson@redhat.com>
772
773 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
774 backslash.
775 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
776 backslashes.
777 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
778 backslash.
779
780 2013-05-24 Yao Qi <yao@codesourcery.com>
781
782 * gdb.trace/tfile.exp: Test inferior and thread.
783
784 2013-05-24 Yao Qi <yao@codesourcery.com>
785 Pedro Alves <palves@redhat.com>
786
787 * gdb.base/range-stepping.exp: Skip the rest of tests if the
788 test fails.
789 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
790 Return 0 if the test passes, otherwise return 1.
791
792 2013-05-23 Doug Evans <dje@google.com>
793
794 * boards/fission-dwp.exp: New file.
795
796 2013-05-23 Yao Qi <yao@codesourcery.com>
797 Pedro Alves <palves@redhat.com>
798
799 * gdb.base/range-stepping.c: New file.
800 * gdb.base/range-stepping.exp: New file.
801 * gdb.trace/range-stepping.c: New file.
802 * gdb.trace/range-stepping.exp: New file.
803 * lib/range-stepping-support.exp: New file.
804
805 2013-05-22 Tom Tromey <tromey@redhat.com>
806
807 * gdb.cp/class2.cc (main): New local 'aref'.
808 * gdb.cp/class2.exp: Check printing of 'aref'.
809
810 2013-05-22 Doug Evans <dje@google.com>
811
812 * gdb.threads/wp-replication.c (main): Insert some code at the start
813 to ensure the breakpoint on main is only hit once. Fix comment.
814
815 2013-05-21 Keith Seitz <keiths@redhat.com>
816 Pedro Alves <palves@redhat.com>
817
818 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
819 gdb_expect.
820 Add test to flush the remaining input buffer so that this
821 file passes testsuite/12649.
822
823 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
824
825 * gdb.base/catch-signal-fork.exp: New file.
826 * gdb.base/catch-signal-fork.c: New file.
827
828 2013-05-21 Sterling Augustine <saugustine@google.com>
829
830 * boards/remote-stdio-gdbserver.exp: New file.
831
832 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
833
834 PR testsuite/12649
835 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
836 racy matches.
837
838 2013-05-21 Christian Groessler <chris@groessler.org>
839
840 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
841 since it's not supported in all shells.
842
843 2013-05-21 Hui Zhu <hui@codesourcery.com>
844
845 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
846 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
847
848 2013-05-20 Doug Evans <dje@google.com>
849
850 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
851 (_handle_DW_TAG): Use it.
852 (cu, tu): Replace parameters is_64, version, addr_size with options.
853 All callers updated. Add Fission support.
854 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
855 * gdb.dwarf2/method-ptr.exp: Ditto.
856 * gdb.dwarf2/nostaticblock.exp: Ditto.
857 * gdb.dwarf2/subrange.exp: Ditto.
858 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
859
860 2013-05-20 Tom Tromey <tromey@redhat.com>
861
862 * gdb.gdb/python-selftest.exp: New file.
863
864 2013-05-20 Doug Evans <dje@google.com>
865
866 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
867 -fdebug-types-section.
868
869 2013-05-20 Joel Brobecker <brobecker@adacore.com>
870
871 * gdb.ada/float_param: New testcase.
872
873 2013-05-17 Doug Evans <dje@google.com>
874
875 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
876 Add tests for "maint check-symtabs", "maint expand-symtabs".
877
878 * gdb.base/maint.exp: Remove testing of individual maint command
879 help output.
880
881 2013-05-16 Pedro Alves <palves@redhat.com>
882
883 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
884 comment. Use gdb_test_no_output.
885
886 2013-05-16 Joel Brobecker <brobecker@adacore.com>
887
888 * gdb.ada/complete.exp: Add test verifying completion using
889 the "tab" key.
890
891 2013-05-15 Keith Seitz <keiths@redhat.com>
892
893 * gdb.base/filesym.exp: New completer test.
894 * gdb.base/filesym.c: New file.
895
896 2013-05-15 Pedro Alves <palves@redhat.com>
897
898 * gdb.base/fixsection.c: Remove attribution.
899 * gdb.base/watch-read.exp: Ditto.
900
901 2013-05-13 Tom Tromey <tromey@redhat.com>
902
903 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
904 size and change type sizes to 4 bytes.
905
906 2013-05-13 Tom Tromey <tromey@redhat.com>
907
908 * gdb.base/exprs.exp (test_expr): Add regression test.
909 * gdb.base/exprs.c (null_t_struct): New global.
910
911 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
912
913 * gdb.base/default.exp: Disable history saving.
914 * gdb.base/setshow.exp: Likewise.
915
916 2013-05-10 Pedro Alves <palves@redhat.com>
917
918 PR remote/15455
919
920 * gdb.trace/qtro.c: New file.
921 * gdb.trace/qtro.exp: New file.
922
923 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
924
925 * gdb.python/py-framefilter.py: New File.
926 * gdb.python/py-framefilter-mi.exp: Ditto.
927 * gdb.python/py-framefilter.c: Ditto.
928 * gdb.python/py-framefilter-mi.exp: Ditto.
929 * gdb.python/py-framefilter-mi.c: Ditto,
930 * gdb.python/py-framefilter-gdb.py.in: Ditto.
931
932 2013-05-08 Tom Tromey <tromey@redhat.com>
933
934 * gdb.base/solib-search.exp: Set test name for "set
935 solib-search-path" test.
936
937 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
938
939 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
940 (set_a_tracepoint): Set tracepoint before prologue.
941 (run_trace_experiment): Test setup_tracepoints and 'break end'
942 in it.
943 (trace_buffer_normal): Remove.
944 (gdb_trace_circular_tests): Remove. Move tests to...
945 (top level): ...here. Call 'runto_main' before checking for
946 trace support. Use commands to check the support for circular
947 trace buffer and changing of trace buffer size. Add test
948 to calculate size of single frame. Use this size to
949 calculate the size of trace buffer. Use 'tfind pc func9'
950 instead of 'tfind 9'. Use 'with_test_prefix'.
951
952 2013-05-07 Tom Tromey <tromey@redhat.com>
953
954 * lib/selftest-support.exp: New file.
955 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
956 do_self_tests.
957 (setup_test, find_gdb): Remove.
958 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
959 do_self_tests.
960 (setup_test, find_gdb): Remove.
961 (test_observer): Don't call setup_test. Remove argument.
962 * gdb.gdb/selftest.exp: Load selftest-support.exp.
963 (find_gdb): Remove.
964 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
965 do_self_tests.
966 (setup_test, find_gdb): Remove.
967 (test_with_self): Don't call setup_test. Remove argument.
968
969 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
970
971 * gdb.arch/system-gcore.exp: Remove.
972 * gdb.arch/gcore.c: Remove.
973 * gdb.base/gcore.exp: Add "info reg system".
974
975 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
976
977 PR breakpoints/15413:
978 * gdb.base/pending.exp: Add test for completion of the "condition"
979 command for pending breakpoints.
980 * gdb.linespec/linespec.ex: Add test for completion of the
981 "condition" command when dealing with multiple locations.
982
983 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
984
985 * gdb.threads/wp-replication.c: New file.
986 * gdb.threads/wp-replication.exp: New file.
987
988 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
989
990 * gdb.xml/tdesc-regs.exp: Add case for nios2.
991
992 2013-05-06 Doug Evans <dje@google.com>
993
994 * gdb.base/solib-search-lib1.c: New file.
995 * gdb.base/solib-search-lib2.c: New file.
996 * gdb.base/solib-search.c: New file.
997 * gdb.base/solib-search.h: New file.
998 * gdb.base/solib-search.exp: New file.
999
1000 * lib/gdb.exp (gdb_core_cmd): New function.
1001 * gdb.arch/system-gcore.exp: Use it.
1002 * gdb.arch/vsx-regs.exp: Ditto.
1003 * gdb.base/gcore.exp: Ditto.
1004 * gdb.threads/gcore-thread.exp: Ditto.
1005
1006 * gdb.reverse/shr.h: New file.
1007 * gdb.reverse/shr1.c: New file.
1008 * gdb.reverse/shr2.c: #include "shr.h".
1009 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
1010 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
1011 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
1012 Update tests using sleep/printf to use shr2.sl instead.
1013 * gdb.reverse/solib-reverse.exp: Ditto.
1014
1015 2013-05-06 Tom Tromey <tromey@redhat.com>
1016
1017 * gdb.dwarf2/implptrconst.c: New file.
1018 * gdb.dwarf2/implptrconst.exp: New file.
1019 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
1020 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
1021 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
1022
1023 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1024
1025 * gdb.base/catch-sig.c (main): Raise SIGINT.
1026 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
1027
1028 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
1029
1030 * status-stop.exp (test_tstart_tstart): Check for error
1031 returned by the second 'tstart' command.
1032
1033 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1034
1035 * gdb.xml/maint_print_struct.exp: New file.
1036 * gdb.xml/maint_print_struct.xml: New file.
1037
1038 2013-04-25 Tom Tromey <tromey@redhat.com>
1039
1040 * gdb.dwarf2/nostaticblock.exp: New file.
1041
1042 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
1043
1044 PR gdb/10462
1045 * gdb.base/setshow.exp: Add test case.
1046
1047 2013-04-23 Hui Zhu <hui@codesourcery.com>
1048
1049 PR gdb/15293
1050 * gdb.base/dprintf.exp: Add ignore command.
1051
1052 2013-04-23 Hui Zhu <hui@codesourcery.com>
1053
1054 PR gdb/15165
1055 * gdb.base/save-bp.exp: Add test for dprintf.
1056
1057 2013-04-22 Tom Tromey <tromey@redhat.com>
1058
1059 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
1060 notice_open_fds.
1061
1062 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1063
1064 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
1065 ldflags.
1066
1067 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1068
1069 * gdb.arch/arm-bl-branch-dest.c: New file.
1070 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
1071
1072 2013-04-19 Vladimir Kargov <kargov@gmail.com>
1073 Pedro Alves <palves@redhat.com>
1074
1075 * gdb.arch/i386-float.S: New file.
1076 * gdb.arch/i386-float.exp: New file.
1077
1078 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
1079
1080 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
1081 type void *.
1082
1083 2013-04-17 Doug Evans <dje@google.com>
1084
1085 * lib/dwarf.exp (Dwarf): New proc "tu".
1086 * gdb.dwarf2/missing-sig-type.exp: New file.
1087
1088 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
1089
1090 Add option to link testcases with Pthreads library when
1091 using 'prepare_for_testing' in tests.
1092
1093 * lib/gdb.exp (build_executable_from_specs): Use
1094 gdb_compile_pthreads to compile if option "pthreads" is
1095 specified.
1096
1097 2013-04-15 Tom Tromey <tromey@redhat.com>
1098
1099 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
1100
1101 2013-04-15 Tom Tromey <tromey@redhat.com>
1102
1103 * gdb.base/default.exp: Update for $_exception.
1104 * gdb.cp/exceptprint.cc: New file.
1105 * gdb.cp/exceptprint.exp: New file.
1106 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
1107
1108 2013-04-15 Tom Tromey <tromey@redhat.com>
1109
1110 * gdb.cp/typeid.cc: New file.
1111 * gdb.cp/typeid.exp: New file.
1112
1113 2013-04-15 Tom Tromey <tromey@redhat.com>
1114
1115 * gdb.cp/exception.exp: Add "catch rethrow" tests.
1116
1117 2013-04-13 Yao Qi <yao@codesourcery.com>
1118
1119 * gdb.base/completion.exp: Test completion of command
1120 'target ctf' if target ctf is supported.
1121
1122 2013-04-10 Pedro Alves <palves@redhat.com>
1123
1124 * gdb.base/completion.exp: Test "set height", "set listsize" and
1125 "set trace-buffer-size" completion.
1126 * gdb.base/setshow.exp: Test "set height unlimited".
1127 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
1128 unlimited".
1129
1130 2013-04-10 Yao Qi <yao@codesourcery.com>
1131
1132 * gdb.trace/actions.exp: Save trace data to CTF.
1133 Change to ctf target if GDB supports, read CTF data in ctf
1134 target, and check the actions of tracepoints.
1135 * gdb.trace/while-stepping.exp: Likewise.
1136 * gdb.trace/report.exp: Test GDB saves trace data to CTF
1137 format and read CTF trace file if GDB supports.
1138 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
1139 target is supported, change to ctf target, read trace data and
1140 check output of command "tstatus".
1141 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
1142 read CTF data by target ctf and call check_tsv.
1143
1144 2013-04-10 Yao Qi <yao@codesourcery.com>
1145
1146 * gdb.trace/actions.exp (check_tracepoint): New.
1147 (top level): Start the tracing and check the actions of
1148 tracepoints. Save trace data to tfile format. Restart GDB
1149 and read trace file in tfile target. Check the actions of
1150 tracepoints again.
1151 * gdb.trace/while-stepping.exp: Likewise.
1152
1153 2013-04-10 Yao Qi <yao@codesourcery.com>
1154
1155 * gdb.trace/report.exp: Use standard_output_file for saved
1156 trace file.
1157
1158 2013-04-10 Hui Zhu <hui@codesourcery.com>
1159
1160 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
1161 (MISCELLANEOUS): Add dprintf-pendshr.sl.
1162 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
1163
1164 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1165
1166 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
1167 response.
1168
1169 2013-04-08 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
1172 the location.
1173
1174 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1175
1176 * gdb.cp/cplabel.exp: Allow empty directory in file reported
1177 for breakpoint location.
1178
1179 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1180
1181 * gdb.linespec/linespec.exp: Make dir/file:line tests
1182 conditional for non-remote hosts only.
1183
1184 2013-04-04 Stan Shebs <stan@codesourcery.com>
1185 Pedro Alves <palves@redhat.com>
1186
1187 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
1188 * gdb.trace/actions-changed.c: New file.
1189 * gdb.trace/actions-changed.exp: New file.
1190 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
1191 (gdb_trace_setactions_command): ... this. Add "actions_command"
1192 parameter, and handle it.
1193 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
1194
1195 2013-04-04 Yao Qi <yao@codesourcery.com>
1196
1197 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
1198 'step'.
1199
1200 2013-04-03 Yao Qi <yao@codesourcery.com>
1201
1202 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
1203 "tfile-basic.tf".
1204 (test_tfind_tfile): Likewise.
1205
1206 2013-04-03 Yao Qi <yao@codesourcery.com>
1207
1208 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
1209 "tfile-basic.tf" instead of "basic.tf".
1210 (write_error_trace_file): Pass argument "tfile-error.tf"
1211 instead of "error.tf".
1212 * gdb.trace/tfile.exp: Update tfile names to
1213 "tfile-basic.tf" and "tfile-error.tf".
1214
1215 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
1216
1217 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
1218 empty directory in file for breakpoint hit.
1219
1220 2013-03-29 Yao Qi <yao@codesourcery.com>
1221
1222 * gdb.base/completion.exp: Test completion of commands
1223 "target core", "target tfile" and "target exec".
1224 * gdb.trace/tfile.exp: Test completion of command
1225 "target tfile".
1226
1227 2013-03-28 Joel Brobecker <brobecker@adacore.com>
1228
1229 * gdb.ada/win_fu_syms: New testcase.
1230
1231 2013-03-28 Doug Evans <dje@google.com>
1232
1233 * gdb.base/maint.exp (maint print statistics): Update expected output.
1234
1235 2013-03-28 Pedro Alves <palves@redhat.com>
1236
1237 PR gdb/15294
1238
1239 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
1240 mean unlimited instead of $arg < 0.
1241 (test_listsize): Remove "listsize of 0 suppresses output" test.
1242 Test that "set listsize 0" ends up with an unlimited listsize.
1243
1244 2013-03-28 Pedro Alves <palves@redhat.com>
1245
1246 * gdb.base/list.exp (last_line): New global.
1247 (last_line_re): New global.
1248 (test_listsize, test_list_function, test_list_forward)
1249 (test_repeat_list_command, test_list_range)
1250 (test_list_filename_and_function): Use them.
1251 * gdb.base/list0.c: Comment the last line of the file with "last
1252 line".
1253
1254 2013-03-28 Pedro Alves <palves@redhat.com>
1255
1256 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
1257 list the whole file.
1258
1259 2013-03-28 Pedro Alves <palves@redhat.com>
1260
1261 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
1262 "set listsize".
1263
1264 2013-03-26 Keith Seitz <keiths@redhat.com>
1265
1266 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
1267 from passing.
1268
1269 2013-03-26 Pedro Alves <palves@redhat.com>
1270
1271 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
1272 until after GDB has run.
1273
1274 2013-03-26 Yao Qi <yao@codesourcery.com>
1275
1276 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
1277 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
1278
1279 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
1280
1281 * gdb.btrace/enable.exp: Add regression test.
1282
1283 2013-03-25 Tom Tromey <tromey@redhat.com>
1284
1285 * gdb.cp/m-static.exp: Add destructor-printing tests.
1286
1287 2013-03-25 Tom Tromey <tromey@redhat.com>
1288
1289 * gdb.cp/m-static.exp: Add constructor ptype tests.
1290 * gdb.cp/m-static.cc (single_constructor): New class.
1291 (main): Make instance of single_constructor.
1292
1293 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1294 Pedro Alves <palves@redhat.com>
1295
1296 * gdb.server/server-kill.c: New file.
1297 * gdb.server/server-kill.exp: New file.
1298
1299 2013-03-21 Pedro Alves <palves@redhat.com>
1300
1301 * gdb.trace/trace-buffer-size.exp (get default buffer size):
1302 Expect $gdb_prompt in gdb_test_multiple.
1303
1304 2013-03-21 Doug Evans <dje@google.com>
1305
1306 * gdb.base/maint.exp: Update tests for per-command stats.
1307
1308 2013-03-21 Tom Tromey <tromey@redhat.com>
1309
1310 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
1311 * gdb.cp/misc.exp: Add test for FILENAME:: case.
1312
1313 2013-03-20 Pedro Alves <palves@redhat.com>
1314
1315 PR gdb/15289
1316
1317 * gdb.base/remote.exp: Test
1318 "set remote hardware-watchpoint-limit -1",
1319 "set remote hardware-breakpoint-limit -1",
1320 "set remote hardware-watchpoint-limit 2147483647" and
1321 "set remote hardware-breakpoint-limit 2147483647".
1322
1323 2013-03-20 Pedro Alves <palves@redhat.com>
1324 Yao Qi <yao@codesourcery.com>
1325
1326 * gdb.trace/tfile.c: Add comments.
1327 (nonconstglob): New global.
1328 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
1329 global that is not covered by the trace frame. Test
1330 disassembling.
1331
1332 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1333
1334 * gdb.base/valgrind-infcall.exp
1335 (continue #$continue_count) <remote connection closed>
1336 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
1337 $valgrind_pid.
1338
1339 2013-03-15 Tom Tromey <tromey@redhat.com>
1340
1341 * gdb.cp/overload.cc (intintfunc): New.
1342 * gdb.cp/overload.exp: Add regression test.
1343
1344 2013-03-15 Yao Qi <yao@codesourcery.com>
1345
1346 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
1347 using with_test_prefix.
1348 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
1349 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
1350 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
1351 * gdb.threads/watchpoint-fork.exp (test): Likewise.
1352 * gdb.base/break-interp.exp (test_core): Likewise.
1353 (test_attach_gdb): Likewise.
1354 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
1355 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1356 Likewise.
1357 * gdb.base/jit-so.exp (one_jit_test): Likewise.
1358 * gdb.base/jit.exp (one_jit_test): Likewise.
1359 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
1360 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
1361 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
1362 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
1363 Likewise.
1364 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1365 Likewise.
1366 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
1367 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
1368 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
1369 (tracepoint_change_loc_2): Likewise.
1370 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1371 Likewise.
1372 (disconnected_tfind): Likewise.
1373 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
1374 Likewise.
1375 (test_tfind_remote): Likewise.
1376 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
1377 Likewise.
1378 (test_pending_resolved): Likewise.
1379 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1380 Likewise.
1381 (test_upload_tsv): Likewise.
1382 * gdb.trace/pending.exp (pending_tracepoint_resolved):
1383 Likewise.
1384 (pending_tracepoint_works): Likewise.
1385 * gdb.trace/report.exp (use_collected_data): Likewise.
1386 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
1387 Likewise.
1388 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
1389 * gdb.trace/strace.exp (strace_info_marker): Likewise.
1390 (strace_trace_on_same_addr): Likewise.
1391 (strace_trace_on_diff_addr): Likewise.
1392 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
1393 (gdb_collect_locals_test): Likewise.
1394 (gdb_unavailable_registers_test): Likewise.
1395 (gdb_collect_globals_test): Likewise.
1396
1397 2013-03-15 Yao Qi <yao@codesourcery.com>
1398
1399 * gdb.base/condbreak.exp: Add semicolon back which was removed
1400 by my previous commit.
1401
1402 2013-03-14 Yao Qi <yao@codesourcery.com>
1403
1404 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
1405 'return'.
1406 (gdb_target_monitor, gdb_load): Likewise.
1407 * config/sid.exp (gdb_load): Likewise.
1408 * config/slite.exp (gdb_load): Likewise.
1409 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
1410 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
1411 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
1412 (single_step_until): Likewise.
1413 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1414 * gdb.arch/system-gcore.exp: Likewise.
1415 * gdb.base/bigcore.exp (extract_heap): Likewise.
1416 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
1417 * gdb.base/call-ar-st.exp: Likewise.
1418 * gdb.base/call-rt-st.exp: Likewise.
1419 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
1420 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
1421 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
1422 * gdb.base/corefile.exp: Likewise.
1423 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
1424 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
1425 * gdb.base/fixsection.exp: Likewise.
1426 * gdb.base/funcargs.exp: Likewise.
1427 * gdb.base/gcore-buffer-overflow.exp: Likewise.
1428 * gdb.base/gcore-relro.exp: Likewise.
1429 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
1430 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
1431 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
1432 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
1433 * gdb.base/list.exp: Likewise.
1434 (set_listsize): Likewise.
1435 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
1436 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
1437 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
1438 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
1439 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
1440 * gdb.base/setvar.exp: Likewise.
1441 (test_set): Likewise.
1442 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
1443 * gdb.base/solib-overlap.exp: Likewise.
1444 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
1445 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
1446 * gdb.base/watchpoint.exp (initialize): Likewise.
1447 (test_simple_watchpoint): Likewise.
1448 (test_disabling_watchpoints): Likewise.
1449 (test_watchpoint_triggered_in_syscall): Likewise.
1450 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
1451 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
1452 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
1453 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
1454 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
1455 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
1456 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1457 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1458 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
1459 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
1460 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1461 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
1462 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
1463 * gdb.mi/gdb792.exp: Likewise.
1464 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
1465 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
1466 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
1467 * gdb.threads/gcore-thread.exp: Likewise.
1468 (load_core): Likewise.
1469 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
1470 (test_startup, check_control_c): Likewise.
1471 * gdb.threads/sigstep-threads.exp: Likewise.
1472 * gdb.threads/thread_check.exp: Likewise.
1473 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
1474 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
1475 (set_a_tracepoint, trace_buffer_normal): Likewise.
1476 (gdb_trace_circular_tests): Likewise.
1477 * gdb.trace/collection.exp: Likewise.
1478 * gdb.trace/disconnected-tracing.exp: Likewise.
1479 * gdb.trace/infotrace.exp: Likewise.
1480 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1481 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1482 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
1483 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
1484 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
1485 * gdb.trace/stap-trace.exp: Likewise.
1486 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
1487 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
1488 * gdb.trace/trace-buffer-size.exp: Likewise.
1489 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
1490 * gdb.trace/unavailable.exp: Likewise.
1491 * gdb.trace/while-dyn.exp: Likewise.
1492 * lib/fortran.exp (set_lang_fortran): Likewise.
1493 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
1494 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
1495 (default_gdb_start, get_compiler_info): Likewise.
1496 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
1497 (get_debug_format, setup_xfail_format): Likewise.
1498 (rerun_to_main, gdb_skip_float_test): Likewise.
1499 (build_id_debug_filename_get, get_remotetimeout): Likewise.
1500 * lib/java.exp (set_lang_java): Likewise.
1501 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
1502 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
1503 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
1504 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
1505 * lib/objc.exp (set_lang_objc): Likewise.
1506 * lib/pascal.exp (set_lang_pascal): Likewise.
1507 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1508 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
1509 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
1510
1511 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
1512
1513 PR c++/15203
1514 PR c++/15210
1515 * gdb.cp/m-static.cc (keepalive_int): New function.
1516 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
1517 * gdb.cp/m-static.exp: New test for `sintvar'.
1518
1519 2013-03-14 Yao Qi <yao@codesourcery.com>
1520
1521 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
1522 of 'tstatus' into tstatus_output.
1523 (top level): Save the trace data to tfile. Read trace file in
1524 tfile target. Check the trace status.
1525
1526 2013-03-13 Yao Qi <yao@codesourcery.com>
1527
1528 * gdb.trace/tsv.exp (check_tsv): New.
1529 (top level): Save a tfile on current trace session. Call
1530 check_tsv on live target. Load the tfile with target tfile
1531 and call check_tsv again.
1532
1533 2013-03-13 Yao Qi <yao@codesourcery.com>
1534
1535 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
1536 Replace some "gdb_test" with "gdb_test_no_output".
1537
1538 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
1539
1540 * gdb.ada/expr_delims.exp: New file.
1541 * gdb.ada/expr_delims/foo.adb: New file.
1542 * gdb.ada/expr_delims/pck.ads: New file.
1543 * gdb.ada/expr_delims/pck.adb: New file.
1544
1545 2013-03-11 Keith Seitz <keiths@redhat.com>
1546
1547 * watchpoint.exp (test_no_hw_watchpoints): Add test using
1548 both condition and thread. Then delete the watchpoint.
1549
1550 2013-03-11 Christian Himpel <christian.himpel@intel.com>
1551
1552 * Makefile.in: Add btrace testsuite.
1553 * configure: Regenerated.
1554 * configure.ac: Add btrace testsuite.
1555 * gdb.btrace/Makefile.in: New file.
1556 * gdb.btrace/enable.c: New file.
1557 * gdb.btrace/enable.exp: New file.
1558 * gdb.btrace/function_call_history.c: New file.
1559 * gdb.btrace/function_call_history.exp: New file.
1560 * gdb.btrace/instruction_history.c: New file.
1561 * gdb.btrace/instruction_history.exp: New file.
1562 * gdb.btrace/instruction_history.S: New file.
1563 * lib/gdb.exp: Add btrace skip proc.
1564
1565 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1566
1567 Fix entry-values if the callee called a noreturn function.
1568 * gdb.arch/amd64-tailcall-noret.S: New file.
1569 * gdb.arch/amd64-tailcall-noret.c: New file.
1570 * gdb.arch/amd64-tailcall-noret.exp: New file.
1571
1572 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1573
1574 Fix entry-values in C++ across CUs.
1575 * gdb.arch/amd64-tailcall-cxx.exp: New file.
1576 * gdb.arch/amd64-tailcall-cxx1.S: New file.
1577 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
1578 * gdb.arch/amd64-tailcall-cxx2.S: New file.
1579 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
1580
1581 2013-03-08 Stan Shebs <stan@codesourcery.com>
1582 Hafiz Abid Qadeer <abidh@codesourcery.com>
1583
1584 gdb/testsuite/
1585 * gdb.trace/trace-buffer-size.exp: New file.
1586 * gdb.trace/trace-buffer-size.c: New file.
1587
1588 2013-03-06 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
1591 doesn't support the tested optional feature, call "unsupported"
1592 with the same test message as the "pass" case, instead of calling
1593 "pass" with a different message. Use the same text for the "fail"
1594 cases too.
1595
1596 2013-03-06 Yao Qi <yao@codesourcery.com>
1597
1598 * gdb.trace/tstatus.exp: Remove the invocation of
1599 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
1600 (test_tracepoints): Don't set fast tracepoint.
1601 (top level): Don't check agent library is loaded or not.
1602
1603 2013-03-06 Yao Qi <yao@codesourcery.com>
1604
1605 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
1606 parentheses by "\\".
1607
1608 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1609
1610 * gdb.linespec/base/one/thefile.cc (twodup): New.
1611 (m): Call it.
1612 * gdb.linespec/base/two/thefile.cc (dupname): New.
1613 (n): Call it.
1614 * gdb.linespec/break-ask.exp: New file.
1615 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
1616
1617 2013-02-28 Yao Qi <yao@codesourcery.com>
1618
1619 * gdb.trace/report.exp: Move some code to ...
1620 (use_collected_data): New.
1621 (top level): Call use_collected_data once on the live target.
1622 Save at file of the current trace session, load it with target
1623 tfile, and call use_collected_data again.
1624
1625 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1626
1627 * gdb.threads/fork-thread-pending.c (main): Add alarm.
1628
1629 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1630
1631 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
1632 Add final kill of ${valgrind_pid}.
1633
1634 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1635
1636 * gdb.python/py-arch.c: New test case
1637 * gdb.python/py-arch.exp: New tests to test
1638 gdb.Architecture.disassemble
1639 * gdb.python/Makefile.in: Add py-arch to the list of
1640 EXECUTABLES.
1641
1642 2013-02-18 Tom Tromey <tromey@redhat.com>
1643
1644 * gdb.dwarf2/subrange.exp: New file.
1645
1646 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1647 Hafiz Abid Qadeer <abidh@codesourcery.com>
1648
1649 * gdb.trace/tfile.exp: Add test for -trace-status command.
1650
1651 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1652
1653 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
1654 nanosleep by sleep.
1655
1656 2013-02-14 Pedro Alves <palves@redhat.com>
1657
1658 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
1659
1660 2013-02-14 Pedro Alves <pedro@codesourcery.com>
1661 Hafiz Abid Qadeer <abidh@codesourcery.com>
1662
1663 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
1664
1665 2013-02-12 Tom Tromey <tromey@redhat.com>
1666
1667 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
1668 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
1669
1670 2013-02-12 Pedro Alves <palves@redhat.com>
1671
1672 * gdb.base/catch-signal.c: Update copyright years.
1673 * gdb.base/catch-signal.exp: Update copyright years.
1674 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
1675 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
1676 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
1677 * gdb.dwarf2/dw2-error.S: Update copyright years.
1678 * gdb.dwarf2/dw2-error.c: Update copyright years.
1679 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
1680 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
1681 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
1682
1683 2013-02-12 Pedro Alves <palves@redhat.com>
1684
1685 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
1686 message.
1687 * gdb.base/sigaltstack.exp: Ditto.
1688 * gdb.base/siginfo.exp: Ditto.
1689 * gdb.base/sizeof.exp: Ditto.
1690
1691 2013-02-12 Pedro Alves <palves@redhat.com>
1692
1693 * gdb.mi/mi-basics.exp: Tweak intro comment.
1694 * gdb.mi/mi-break.exp: Tweak intro comment.
1695 * gdb.mi/mi-console.exp: Tweak intro comment.
1696 * gdb.mi/mi-file.exp: Tweak intro comment.
1697 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
1698 * gdb.mi/mi-return.exp: Tweak intro comment.
1699 * gdb.mi/mi-stepi.exp: Tweak intro comment.
1700 * gdb.mi/mi-until.exp: Tweak intro comment.
1701 * gdb.mi/mi-watch.exp: Tweak intro comment.
1702
1703 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
1704
1705 * gdb.server/no-thread-db.exp: New file.
1706 * gdb.server/no-thread-db.c: New file.
1707 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
1708
1709 2013-02-11 Doug Evans <dje@google.com>
1710
1711 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
1712 two decfloats.
1713
1714 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1715
1716 * gdb.base/bitfields.c (struct internalvartest): New declaration.
1717 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
1718
1719 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1720
1721 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
1722
1723 2013-02-06 Yao Qi <yao@codesourcery.com>
1724
1725 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
1726 to ...
1727 (test_create_delete_modify_tsv): ... here. New test on modifying
1728 the initial value of a tsv.
1729
1730 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1731
1732 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
1733 (cd .../rdir): ... here.
1734
1735 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1736
1737 * gdb.linespec/base/one/header.h: New file.
1738 * gdb.linespec/base/two/header.h: New file.
1739 * gdb.linespec/macro-relative.c: New file.
1740 * gdb.linespec/macro-relative.exp: New file.
1741
1742 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1743
1744 * gdb.base/fullpath-expand-func.c: New file.
1745 * gdb.base/fullpath-expand.c: New file.
1746 * gdb.base/fullpath-expand.exp: New file.
1747 * gdb.base/realname-expand-real.c: New file.
1748 * gdb.base/realname-expand.c: New file.
1749 * gdb.base/realname-expand.exp: New file.
1750
1751 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1752
1753 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
1754 * gdb.dwarf2/dw2-dir-file-name.c: New file.
1755
1756 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1757
1758 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
1759 (compare_filenames_for_search does not match)
1760 (compare_filenames_for_search does match): New tests.
1761
1762 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1763
1764 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
1765
1766 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1767
1768 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
1769
1770 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1771
1772 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
1773 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
1774 ${binfile}.mini_debuginfo-debuglink and
1775 ${binfile}.mini_debuginfo-debuglink.xz.
1776
1777 2013-02-01 Tom Tromey <tromey@redhat.com>
1778
1779 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
1780 attributes.
1781
1782 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1783 Tom Tromey <tromey@redhat.com>
1784
1785 * gdb.dwarf2/method-ptr.exp: Link with c++.
1786 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
1787
1788 2013-01-31 Tom Tromey <tromey@redhat.com>
1789
1790 * gdb.base/jit.exp (compile_jit_test): New proc.
1791 Add PIE tests.
1792
1793 2013-01-31 Tom Tromey <tromey@redhat.com>
1794
1795 * gdb.dwarf2/method-ptr.cc: New file.
1796 * gdb.dwarf2/method-ptr.exp: New file.
1797
1798 2013-01-31 Tom Tromey <tromey@redhat.com>
1799
1800 * lib/dwarf.exp (namespace Dwarf): New.
1801
1802 2013-01-29 Tom Tromey <tromey@redhat.com>
1803
1804 * gdb.dwarf2/fission-reread.exp: Add unload test.
1805
1806 2013-01-28 Doug Evans <dje@google.com>
1807
1808 * gdb.dwarf2/fission-loclists.exp: New file.
1809 * gdb.dwarf2/fission-loclists.S: New file.
1810
1811 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 Code cleanup.
1814 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
1815 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
1816 and prepare_for_testing.
1817 * gdb.base/store.exp: Likewise.
1818
1819 2013-01-25 Tom Tromey <tromey@redhat.com>
1820
1821 * gdb.python/py-explore.exp: Expect the gdb prompt.
1822
1823 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
1824
1825 * gdb.base/gnu_vector.c: New variable for use in tests.
1826 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
1827 changes in scalar to vector casting and widening.
1828 * gdb.python/py-type.c: New variables for use in tests.
1829 * gdb.python/py-type.exp: Update vector related tests to reflect
1830 changes in scalar to vector casting and widening.
1831
1832 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1833
1834 * gdb.base/prologue-include.c: New file.
1835 * gdb.base/prologue-include.exp: New file.
1836 * gdb.base/prologue-include.h: New file.
1837
1838 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
1839
1840 PR gdb/13443
1841 * gdb.mi/mi-var-block.exp: Make test messages unique.
1842
1843 2013-01-23 Tom Tromey <tromey@redhat.com>
1844
1845 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
1846
1847 2013-01-23 Tom Tromey <tromey@redhat.com>
1848
1849 * gdb.cp/converts.cc (main): Initialize 'a'.
1850
1851 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1852
1853 * testsuite/gdb.python/frame.exp: Add a test for
1854 gdb.Frame.architecture() method.
1855
1856 2013-01-22 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.base/annota1.exp (signal sent): No longer expect
1859 breakpoints-invalid.
1860 * gdb.cp/annota2.exp (continue until exit)
1861 (watch triggered on a.x): Ditto.
1862
1863 2013-01-22 Pedro Alves <palves@redhat.com>
1864
1865 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
1866 Adjust tests to breakpoints-invalid changes.
1867 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
1868 variables.
1869 Adjust tests to breakpoints-invalid changes.
1870
1871 2013-01-22 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.base/annota1.exp (annotate ignore count change): Add
1874 expected output for failure case.
1875
1876 2013-01-22 Tom Tromey <tromey@redhat.com>
1877
1878 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
1879 call.
1880
1881 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1882
1883 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
1884 * gdb.mi/mi-catch-load.exp: Ditto.
1885 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
1886 Also handle 'thread' field.
1887 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
1888 * gdb.mi/mi-watch.exp: Ditto.
1889 * lib/mi-support.exp: Ditto.
1890
1891 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
1892
1893 * gdb.python/py-explore.exp: Improve a test
1894
1895 2013-01-18  David Blaikie  <dblaikie@gmail.com>
1896
1897 * gdb.base/label.c (main): Correct the type of the second
1898 parameter.
1899
1900 2013-01-18 Tom Tromey <tromey@redhat.com>
1901
1902 * gdb.dwarf2/trace-crash.s: New file.
1903 * gdb.dwarf2/trace-crash.exp: New file.
1904
1905 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
1906
1907 PR gdb/13443
1908 * gdb.base/checkpoint.exp: Update test messages to make them
1909 unique.
1910
1911 2013-01-18 Yao Qi <yao@codesourcery.com>
1912
1913 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
1914 output of 'info tracepoints'.
1915 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1916 Likewise.
1917 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1918 * gdb.trace/disconnected-tracing.c (struct foo): New.
1919
1920 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1921
1922 * gdb.dwarf2/dw2-dos-drive.S: New file.
1923 * gdb.dwarf2/dw2-dos-drive.exp: New file.
1924
1925 2013-01-17 Doug Evans <dje@google.com>
1926
1927 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
1928 CXX_FOR_TARGET.
1929
1930 * boards/cc-with-tweaks.exp: New file.
1931
1932 2013-01-17 Tom Tromey <tromey@redhat.com>
1933
1934 * gdb.base/completion.exp: Add "set cp-abi" completion test.
1935
1936 2013-01-17 Pedro Alves <palves@redhat.com>
1937
1938 Merge dg-extract-results.sh from upstream (svn 195224).
1939
1940 2013-01-15 David Blaikie <dblaikie@gmail.com>
1941 * dg-extract-results.sh: Fix order of summary counts.
1942
1943 2013-01-15 David Blaikie <dblaikie@gmail.com>
1944 * dg-extract-results.sh: Constrain the start-of-log pattern.
1945
1946 2013-01-15 David Blaikie <dblaikie@gmail.com>
1947 * dg-extract-results.sh: Handle KPASSes.
1948
1949 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1950 * dg-extract-results.sh: Redirect grep output to /dev/null instead
1951 of grep -q.
1952
1953 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1954
1955 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
1956 interface.
1957 * gdb.base/jithost.c: New file.
1958 * gdb.base/jithost.h: New file.
1959 * gdb.base/jitreader.c : New file.
1960 * gdb.base/jit-protocol.h: New file.
1961
1962 2013-01-16 Tom Tromey <tromey@redhat.com>
1963
1964 * gdb.base/catch-signal.c: New file.
1965 * gdb.base/catch-signal.exp: New file.
1966
1967 2013-01-16 Tom Tromey <tromey@redhat.com>
1968
1969 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
1970
1971 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1972
1973 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
1974
1975 2013-01-14 Tom Tromey <tromey@redhat.com>
1976
1977 * gdb.base/completion.exp: Add "set gnutarget" test.
1978
1979 2013-01-14 Tom Tromey <tromey@redhat.com>
1980
1981 * gdb.dwarf2/dw2-restrict.S: New file.
1982 * gdb.dwarf2/dw2-restrict.c: New file.
1983 * gdb.dwarf2/dw2-restrict.exp: New file.
1984
1985 2013-01-14 Tom Tromey <tromey@redhat.com>
1986
1987 * gdb.dwarf2/dw2-error.exp: New file.
1988 * gdb.dwarf2/dw2-error.c: New file.
1989 * gdb.dwarf2/dw2-error.S: New file.
1990
1991 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1992
1993 * gdb.cp/parse-lang.cc: New file.
1994 * gdb.cp/parse-lang.exp: New file.
1995
1996 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1997
1998 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
1999 (set substitute-path): New test.
2000 (fullname present): Remove content.
2001 (substituted fullname): New test.
2002
2003 2013-01-13 Joel Brobecker <brobecker@adacore.com>
2004
2005 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
2006 check. Move $gdb_py_is_py24 value check right after.
2007
2008 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2009
2010 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
2011 targets.
2012
2013 2013-01-11 Yao Qi <yao@codesourcery.com>
2014
2015 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
2016 for dprintf.
2017 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2018 Check the fields in "=breakpoint-created" for dprintf.
2019
2020 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2021
2022 * gdb.mi/mi-fullname-deleted.exp: New file.
2023
2024 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2025
2026 * gdb.base/skip-solib.exp (info skip with pending file): Update the
2027 expected output.
2028 (info skip with pending file): Remove.
2029 (ignoring function in solib, info skip for function multiply): Update
2030 the expected output.
2031 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
2032 (info skip (delete 1), info skip after disabling all)
2033 (info skip after enabling all, info skip after disabling 4 2-3)
2034 (info skip after enabling 2-3, info skip 2-3)
2035 (info skip after deleting 2 3): Update the expected output.
2036 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
2037 statement to its initialization and return.
2038 * gdb.linespec/skip-two.exp: New file.
2039
2040 2012-12-19 Doug Evans <dje@google.com>
2041
2042 * gdb.base/maint.exp: Handle testing with .gdb_index.
2043
2044 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2045
2046 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
2047 Cavium to FSF.
2048
2049 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2050
2051 * dg-extract-results.sh: Update contact info in copyright notice.
2052 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
2053 GPL v3 or later. Update contact info.
2054 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
2055 gdb.threads/watchpoint-fork-mt.c,
2056 gdb.threads/watchpoint-fork-parent.c,
2057 gdb.threads/watchpoint-fork-st.c,
2058 gdb.threads/watchpoint-fork.h: Likewise.
2059
2060 2012-12-15 Yao Qi <yao@codesourcery.com>
2061
2062 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
2063 'installed' field in '=breakpoint-modified'.
2064 (test_reconnect): Check 'installed' field in
2065 '=breakpoint-modified' and '=breakpoint-created'.
2066
2067 * gdb.trace/actions.exp: Update test for 'installed' field.
2068 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
2069 (tracepoint_change_loc_2): Likewise.
2070 Check 'info tracepoint' display nothing else.
2071 * gdb.trace/deltrace.exp: Likewise.
2072 * gdb.trace/infotrace.exp: Likewise.
2073 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
2074 Likewise.
2075 * gdb.trace/passcount.exp: Likewise.
2076 * gdb.trace/tracecmd.exp: Likewise.
2077 * gdb.trace/while-stepping.exp: Likewise.
2078
2079 2012-12-14 Tom Tromey <tromey@redhat.com>
2080
2081 * gdb.cp/member-name.exp: New file.
2082 * gdb.cp/member-name.cc: New file.
2083
2084 2012-12-14 Tom Tromey <tromey@redhat.com>
2085
2086 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
2087
2088 2012-12-14 Doug Evans <dje@google.com>
2089
2090 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
2091 DW_OP_GNU_implicit_pointer is section-relative.
2092
2093 2012-12-14 Tom Tromey <tromey@redhat.com>
2094
2095 * gdb.base/info-proc.exp: Add core file tests.
2096
2097 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
2098
2099 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
2100
2101 2012-12-13 Doug Evans <dje@google.com>
2102
2103 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
2104 * gdb.multi/multi-arch.exp: Ditto.
2105
2106 2012-12-12 Keven Boell <keven.boell@intel.com>
2107
2108 * gdb.mi/mi-catch-load-so.c: New. Clone of the
2109 catch load test library source file.
2110 * gdb.mi/mi-catch-load.c: New. Clone of the catch
2111 load test source file.
2112 * gdb.mi/mi-catch-load.exp: New. Test file for
2113 basic MI -catch-load and -catch-unload tests.
2114
2115 2012-12-11 Paul Koning <paul_koning@dell.com>
2116
2117 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
2118 exception.
2119 (_iterator_except): New function.
2120 (ArrayPrinter): Use _iterator function instead of local _iterator
2121 class for Python 3 compatibility.
2122 (NoStringContainerPrinter): Use _iterator_except instead of
2123 _iterator.
2124 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
2125 execfile for Python 3 compatibility.
2126 * gdb.python/python.exp: Handle Python 2.4 exception traceback
2127 format in error_prompt test.
2128
2129 2012-12-10 Paul Koning <paul_koning@dell.com>
2130
2131 * gdb.base/charset.exp: Change print syntax for Python 3
2132 compatibility.
2133 * gdb.python/py-block.exp: Ditto.
2134 * gdb.python/py-breakpoint.exp: Ditto.
2135 * gdb.python/py-cmd.exp: Ditto.
2136 * gdb.python/py-events.py: Ditto.
2137 * gdb.python/py-finish-breakpoint.py: Ditto.
2138 * gdb.python/py-finish-breakpoint2.exp: Ditto.
2139 * gdb.python/py-finish-breakpoint2.py: Ditto.
2140 * gdb.python/py-frame-inline.exp: Ditto.
2141 * gdb.python/py-frame.exp: Ditto.
2142 * gdb.python/py-infthread.exp: Ditto.
2143 * gdb.python/py-objfile.exp: Ditto.
2144 * gdb.python/py-parameter.exp: Ditto.
2145 * gdb.python/py-progspace.exp: Ditto.
2146 * gdb.python/py-prompt.exp: Ditto.
2147 * gdb.python/py-symbol.exp: Ditto.
2148 * gdb.python/py-symtab.exp: Ditto.
2149 * gdb.python/py-template.exp: Ditto.
2150 * gdb.python/py-value-cc.exp: Ditto.
2151 * gdb.python/python.exp: Ditto.
2152 * gdb.python/source2.py: Ditto.
2153 * gdb.python/lib-types.exp: Change print syntax for Python 3
2154 compatibility.
2155 Use sorted() function rather than sort() method.
2156 Accept either int or long values for enum values.
2157 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
2158 execfile for Python 3 compatibility.
2159 * gdb.python/py-evsignal.exp: Ditto.
2160 * gdb.python/py-evthreads.exp: Ditto.
2161 * gdb.python/py-mi.exp: Ditto.
2162 * gdb.python/py-pp-maint.exp: Ditto.
2163 * gdb.python/py-prettyprint.exp: Ditto.
2164 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
2165 Python 3 compatibility.
2166 Skip tests for Python 2.4.
2167 * gdb.python/py-inferior.exp: Change print syntax for
2168 Python 3 compatibility.
2169 Use byte string rather than character string in memory write test
2170 if Python 3.
2171 * gdb.python/py-pp-maint.py: Change class declarations to "new
2172 class" syntax.
2173 * gdb.python/py-prettyprint.py: Change iterator class to generator
2174 function for Python 3 compatibility.
2175 Make all classes "new style".
2176 Fix indentation issue and stray semicolon.
2177 * gdb.python/py-shared.expChange print syntax for Python 3
2178 compatibility.
2179 Define "long" if Python 3.
2180 * gdb.python/py-type.exp: Change print syntax for Python 3
2181 compatibility.
2182 Accept either int or long values for enum values.
2183 * gdb.python/py-value.exp: Change print syntax for Python 3
2184 compatibility.
2185 Skip "long" and "unicode" tests if Python 3.
2186 Accept either "type" or "class" in type checks.
2187 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
2188 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2189
2190 2012-12-10 Tom Tromey <tromey@redhat.com>
2191
2192 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
2193 (test): Add "two_cu" argument.
2194 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
2195 for types; allow two CUs.
2196
2197 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2198
2199 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
2200 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
2201
2202 2012-12-08 Yao Qi <yao@codesourcery.com>
2203 Pedro Alves <palves@redhat.com>
2204
2205 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
2206 '=breakpoint-created' when GDB merges the tracepoints of both
2207 sides.
2208
2209 2012-12-07 Tom Tromey <tromey@redhat.com>
2210
2211 * gdb.base/break1.c (enum some_enum, union some_union): New.
2212 (some_enum_global, some_union_global, some_value): New globals.
2213 * gdb.base/completion.exp: Add tag completion tests.
2214
2215 2012-12-07 Tom Tromey <tromey@redhat.com>
2216
2217 * gdb.base/completion.exp: Add tests for ptype and whatis
2218 completion.
2219
2220 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2221
2222 * gdb.base/stale-infcall.exp: Fix copyright line.
2223
2224 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2225
2226 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
2227
2228 2012-12-06 Pedro Alves <palves@redhat.com>
2229 Tom Tromey <tromey@redhat.com>
2230
2231 * gdb.base/exprs.exp: Add tests for cast to void.
2232
2233 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
2234
2235 * gdb.python/py-mi.exp: Correct expected results for attribute
2236 "dynamic" returned by -var-update.
2237 Add test case for correct handling of "diplayhint" for children
2238 of dynamic varobjs.
2239 * gdb.python/py-prettyprint.c (set_itme): New function.
2240 (bug_14741) New function.
2241 (main) Add call to bug_14741().
2242 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
2243
2244 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
2245
2246 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
2247 ${binfile}.funcsyms list.
2248
2249 2012-12-04 Yao Qi <yao@codesourcery.com>
2250
2251 PR gdb/13443
2252 * gdb.trace/actions.exp: Make test messages unique.
2253
2254 2012-11-29 Tom Tromey <tromey@redhat.com>
2255
2256 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
2257
2258 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
2259
2260 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
2261 * gdb.opencl/datatypes.exp: Likewise.
2262 * gdb.opencl/operators.exp: Likewise.
2263 * gdb.opencl/vec_comps.exp: Likewise.
2264
2265 2012-11-29 Jerome Guitton <guitton@adacore.com>
2266
2267 * gdb.ada/iwide: New testcase.
2268
2269 2012-11-29 Jerome Guitton <guitton@adacore.com>
2270
2271 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
2272 ptype test.
2273
2274 2012-11-29 Jerome Guitton <guitton@adacore.com>
2275
2276 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
2277 form {VARIANT_TYPE}ADDRESS.
2278
2279 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2280
2281 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
2282 (func): New function.
2283 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
2284 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
2285 pointers to members with pointer-to-function type.
2286
2287 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2288 Tom Tromey <tromey@redhat.com>
2289
2290 * gdb.base/gnu-debugdata.exp: New file.
2291 * gdb.base/gnu-debugdata.c: New file.
2292 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
2293 (gdb_unload): Return 0 on success.
2294
2295 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2296
2297 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
2298
2299 2012-11-26 Joel Brobecker <brobecker@adacore.com>
2300
2301 * gdb.base/empty_exe.exp: New testcase.
2302
2303 2012-11-20 Mike Frysinger <vapier@gentoo.org>
2304
2305 * gdb.base/completion.exp: Add test for help aliases completion.
2306
2307 2012-11-20 Yao Qi <yao@codesourcery.com>
2308
2309 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2310 Don't test 'maint set show-debug-regs'.
2311 Use command 'set remotecache' instead of
2312 'set circular-trace-buffer'.
2313
2314 2012-11-16 Keith Seitz <keiths@redhat.com>
2315
2316 PR c++/13615
2317 * gdb.cp/baseenum.cc: New file.
2318 * gdb.cp/baseenum.exp: New file.
2319 * gdb.cp/derivation.cc (A): Add copyright.
2320 Add a typedef.
2321 (B): Use A::value_type instead of int. Change all references.
2322 (D): Use value_type instead of int. Change all references.
2323 (E): Likewise.
2324 (F); Likewise.
2325 (Z): New class.
2326 (ZZ): New class.
2327 (N, Base, Derived): New namespace and classes.
2328 (main): Add instances of Z and ZZ.
2329 Make sure all symbols from N are kept.
2330 * gdb.cp/derivation.exp: Update typedef changes in tests.
2331 Add tests for class typedefs both before and after starting
2332 the inferior.
2333 Add tests for searching for a typedef while stopped in a
2334 method.
2335
2336 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2337
2338 * gdb.mi/mi-var-create-rtti.c: New file.
2339 * gdb.mi/mi-var-create-rtti.exp: New file.
2340
2341 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2342
2343 * gdb.base/structs3.exp: Run to main before doing any tests.
2344
2345 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
2346
2347 * gdb.python/py-type.exp: Uniquify test names.
2348
2349 2012-11-14 Yao Qi <yao@codesourcery.com>
2350
2351 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
2352 (thread_function) [DEBUG]: Call 'printf'.
2353 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
2354 command line if 'DEBUG=1' is passed to test.
2355 Remove a pattern to match inferior's output.
2356
2357 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2358
2359 * gdb.mi/mi-fill-memory.exp: New test.
2360
2361 2012-11-12 Tom Tromey <tromey@redhat.com>
2362
2363 * gdb.base/completion.exp: Update for "info type-printers".
2364 * gdb.python/py-typeprint.cc: New file.
2365 * gdb.python/py-typeprint.exp: New file.
2366 * gdb.python/py-typeprint.py: New file.
2367
2368 2012-11-12 Tom Tromey <tromey@redhat.com>
2369
2370 * gdb.base/call-sc.exp: Use "ptype/r".
2371 * gdb.base/volatile.exp: Don't expect "int".
2372 * gdb.cp/ptype-flags.cc: New file.
2373 * gdb.cp/ptype-flags.exp: New file.
2374 * gdb.cp/templates.exp: Use ptype/r.
2375 (test_ptype_of_templates, test_template_typedef): Likewise.
2376 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
2377 argument. Handle template names and template parameters.
2378 * gdb.mi/mi-var-cmd.exp: Accept "long".
2379 * gdb.mi/mi-var-child.exp: Accept "long".
2380 * gdb.mi/mi-var-display.exp: Accept "long".
2381 * gdb.mi/mi2-var-child.exp: Accept "long".
2382
2383 2012-11-12 Tom Tromey <tromey@redhat.com>
2384
2385 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
2386 "ptype" from calls to cp_test_ptype_class.
2387 (test_enums): Likewise.
2388 * gdb.cp/derivation.exp: Remove "ptype" from calls to
2389 cp_test_ptype_class.
2390 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
2391 calls to cp_test_ptype_class.
2392 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
2393 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
2394 from calls to cp_test_ptype_class.
2395 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
2396 command here. Change "in_command" argument to "in_exp".
2397
2398 2012-11-10 Keith Seitz <keiths@redhat.com>
2399
2400 PR gdb/14288
2401 * gdb.base/printcmds.c: Add invalid_XXX globals
2402 for repeated byte tests.
2403 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
2404 * gdb.base/wchar.c (main): Add and construct a wchar_t
2405 array with repeated characters.
2406 * gdb.base/wchar.exp: Add repeated character tests.
2407
2408 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2409
2410 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
2411 disassembly output.
2412
2413 2012-11-09 Pedro Alves <palves@redhat.com>
2414
2415 PR gdb/14306
2416
2417 * gdb.multi/multi-arch-exec.c: New file.
2418 * gdb.multi/multi-arch-exec.exp: New file.
2419
2420 2012-11-09 Yao Qi <yao@codesourcery.com>
2421
2422 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
2423 (top level): Call it.
2424
2425 2012-11-09 Yao Qi <yao@codesourcery.com>
2426
2427 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
2428 typo.
2429
2430 2012-11-09 Pedro Alves <palves@redhat.com>
2431
2432 * gdb.multi/multi-arch.exp: New.
2433
2434 2012-11-08 Tom Tromey <tromey@redhat.com>
2435
2436 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
2437 core files, if possible.
2438 * gdb.base/siginfo-thread.c: New file
2439 * gdb.base/siginfo-thread.exp: New file
2440
2441 2012-11-08 Tom Tromey <tromey@redhat.com>
2442
2443 * gdb.base/comprdebug.exp: New file.
2444
2445 2012-11-06 Pedro Alves <palves@redhat.com>
2446
2447 PR gdb/14810
2448
2449 * gdb.base/disabled-location.c: New file.
2450 * gdb.base/disabled-location.exp: New file.
2451
2452 2012-11-06 Tom Tromey <tromey@redhat.com>
2453
2454 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
2455 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
2456 gdb_gcore_cmd.
2457 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
2458 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
2459 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
2460 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
2461 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
2462 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
2463 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
2464 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
2465 * lib/gdb.exp (gdb_gcore_cmd): New proc.
2466
2467 2012-11-05 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
2470 procedure.
2471 (do_vfork_and_follow_child_tests_exec)
2472 (do_vfork_and_follow_child_tests_exit): Call it.
2473
2474 2012-11-05 Pedro Alves <palves@redhat.com>
2475
2476 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
2477 fails.
2478
2479 2012-11-03 Yao Qi <yao@codesourcery.com>
2480
2481 Fix PR gdb/14617.
2482 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2483 Remove setup_kfail, and update test.
2484
2485 2012-11-02 Tom Tromey <tromey@redhat.com>
2486
2487 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
2488 test.
2489
2490 2012-11-02 Pedro Alves <palves@redhat.com>
2491
2492 PR gdb/14766
2493
2494 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
2495 setup_kfail.
2496 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
2497 get registers".
2498
2499 2012-11-02 Pedro Alves <palves@redhat.com>
2500
2501 * gdb.base/foll-vfork-exit.c: New file.
2502 * gdb.base/foll-vfork.exp (top level): New file-describing
2503 comment.
2504 (vfork_child_follow_to_exit): New procedure.
2505 (tcatch_vfork_then_child_follow): Rename as ...
2506 (tcatch_vfork_then_child_follow_exec): ... this.
2507 (tcatch_vfork_then_child_follow_exit): New procedure.
2508 (do_vfork_and_follow_parent_tests): New procedure, factored out
2509 from do_vfork_and_exec_tests.
2510 (do_vfork_and_follow_child_tests_exec): Ditto.
2511 (do_vfork_and_exec_tests): Delete.
2512 (do_vfork_and_follow_child_tests_exit): New procedure.
2513 (top level): Run tests with both the program that has the vfork
2514 child execing, and the program has the vfork child exiting.
2515
2516 2012-11-02 Pedro Alves <palves@redhat.com>
2517
2518 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
2519 (check_vfork_catchpoints, vfork_parent_follow_through_step)
2520 (vfork_parent_follow_to_bp): Call it.
2521 (kill_child): Delete.
2522 (vfork_and_exec_child_follow_to_main_bp)
2523 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
2524 longer call kill_child.
2525 (tcatch_vfork_then_parent_follow): Call setup_gdb.
2526 (do_vfork_and_exec_tests): Don't runto_main before calling each
2527 test procedure.
2528 (top level): Don't clean restart and set verbose before running
2529 each test procedure.
2530
2531 2012-11-02 Pedro Alves <palves@redhat.com>
2532
2533 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
2534 (vfork_parent_follow_to_bp)
2535 (vfork_and_exec_child_follow_to_main_bp)
2536 (vfork_and_exec_child_follow_through_step)
2537 (tcatch_vfork_then_parent_follow)
2538 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2539 Use with_test_prefix.
2540
2541 2012-11-02 Pedro Alves <palves@redhat.com>
2542
2543 * gdb.base/foll-vfork.c: Add copyright header.
2544 * gdb.base/vforked-prog.c: Add copyright header.
2545
2546 2012-11-02 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.base/foll-vfork.exp
2549 (vfork_and_exec_child_follow_through_step): Don't skip on
2550 non-HP/UX targets. Expect the next to only step one line on
2551 non-HP/UX targets, rather than stopping only after the exec.
2552
2553 2012-11-02 Pedro Alves <palves@redhat.com>
2554
2555 Don't hard code line numbers.
2556
2557 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
2558 Expect text from the sources instead of a line number.
2559 (vfork_parent_follow_to_bp)
2560 (vfork_and_exec_child_follow_to_main_bp)
2561 (vfork_and_exec_child_follow_through_step)
2562 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2563 Use gdb_get_line_number.
2564
2565 2012-11-02 Pedro Alves <palves@redhat.com>
2566
2567 Modernize.
2568
2569 * gdb.base/foll-vfork.exp: Use standard_testfile and
2570 build_executable. Pass descriptive string to untested.
2571 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
2572 (vfork_and_exec_child_follow_to_main_bp)
2573 (vfork_and_exec_child_follow_through_step)
2574 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
2575 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
2576 of send_gdb/gdb_expect.
2577
2578 (kill_child): New procedure.
2579 (vfork_and_exec_child_follow_to_main_bp)
2580 (vfork_and_exec_child_follow_through_step): Use it.
2581
2582 2012-11-02 Yao Qi <yao@codesourcery.com>
2583
2584 * gdb.base/setvar.exp: Test setting nested struct.
2585 * gdb.base/setvar.c (v_struct3): New.
2586
2587 2012-11-01 Doug Evans <dje@google.com>
2588
2589 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
2590 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
2591 use them.
2592
2593 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
2594
2595 PR cli/14772
2596 * gdb.base/gnu_vector.c (union_with_vector_1)
2597 (struct_with_vector_1): Add new struct and union for testing
2598 ptype.
2599 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
2600 structs / unions containing vectors.
2601
2602 2012-10-25 Yao Qi <yao@codesourcery.com>
2603
2604 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
2605 'setup_kfail' instead of 'setup_kfail_for_target'.
2606 * gdb.base/varargs.exp: Likewise.
2607 * lib/gdb.exp (setup_kfail_for_target): Remove.
2608
2609 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
2610
2611 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
2612
2613 2012-10-25 Mark Kettenis <kettenis@gnu.org>
2614
2615 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
2616
2617 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2618
2619 * gdb.ada/set_wstr: New testcase.
2620
2621 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2622
2623 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
2624
2625 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2626
2627 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
2628
2629 2012-10-24 Mark Kettenis <kettenis@gnu.org>
2630
2631 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
2632
2633 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2634
2635 * gdb.base/callfuncs.exp (do_function_calls): Fix
2636 setup_kfail_for_target for -m32 mode.
2637
2638 2012-10-23 Mark Kettenis <kettenis@gnu.org>
2639
2640 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
2641 are now fixed.
2642
2643 2012-10-23 Yao Qi <yao@codesourcery.com>
2644
2645 * gdb.base/info-os.exp: Resume the inferior until it exits.
2646
2647 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
2648
2649 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
2650 * gdb.base/print-file-var.exp: Likewise.
2651 * gdb.base/type-opaque.exp: Likewise.
2652
2653 2012-10-17 Yao Qi <yao@codesourcery.com>
2654
2655 * gdb.mi/mi-memory-changed.exp: New.
2656
2657 2012-10-16 Yao Qi <yao@codesourcery.com>
2658
2659 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
2660 returns true.
2661 Call gdb_load_shlibs.
2662 * gdb.reverse/solib-reverse.exp: Likewise.
2663
2664 2012-10-15 Keith Seitz <keiths@redhat.com>
2665
2666 * lib/cp-support.exp (cp_test_ptype_class): Add support
2667 for class typedefs.
2668
2669 * gdb.cp/derivation.exp: Add tests for g_instance.
2670
2671 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2672
2673 Fix entry values resolving in inlined frames.
2674 * gdb.arch/amd64-entry-value-inline.S: New file.
2675 * gdb.arch/amd64-entry-value-inline.c: New file.
2676 * gdb.arch/amd64-entry-value-inline.exp: New file.
2677
2678 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2679 Doug Evans <dje@google.com>
2680
2681 Fix recent gdb_breakpoint regression.
2682 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
2683 braces from the parameter.
2684 * gdb.java/jprint.exp: Likewise.
2685
2686 2012-10-15 Doug Evans <dje@google.com>
2687
2688 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
2689
2690 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
2691
2692 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
2693
2694 2012-10-15 Tom Tromey <tromey@redhat.com>
2695
2696 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
2697
2698 2012-10-15 Tom Tromey <tromey@redhat.com>
2699
2700 * gdb.python/py-symbol.exp: Test symbol destructor.
2701
2702 2012-10-14 Yao Qi <yao@codesourcery.com>
2703
2704 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
2705 * gdb.mi/mi-cli.exp: New.
2706
2707 * gdb.mi/mi2-basics.exp: Remove.
2708 * gdb.mi/mi2-break.exp: Remove.
2709 * gdb.mi/mi2-console.exp: Remove.
2710 * gdb.mi/mi2-disassemble.exp: Remove.
2711 * gdb.mi/mi2-eval.exp: Remove.
2712 * gdb.mi/mi2-file.exp: Remove.
2713 * gdb.mi/mi2-hack-cli.exp: Remove.
2714 * gdb.mi/mi2-pthreads.exp: Remove.
2715 * gdb.mi/mi2-read-memory.exp: Remove.
2716 * gdb.mi/mi2-regs.exp: Remove.
2717 * gdb.mi/mi2-return.exp: Remove.
2718 * gdb.mi/mi2-simplerun.exp: Remove.
2719 * gdb.mi/mi2-stack.exp: Remove.
2720 * gdb.mi/mi2-stepi.exp: Remove.
2721 * gdb.mi/mi2-syn-frame.exp: Remove.
2722 * gdb.mi/mi2-until.exp: Remove.
2723 * gdb.mi/mi2-watch.exp: Remove.
2724 * gdb.mi/mi2-var-block.exp: Remove.
2725 * gdb.mi/mi2-var-cmd.exp: Remove.
2726 * gdb.mi/mi2-var-display.exp: Remove.
2727
2728 2012-10-12 Yao Qi <yao@codesourcery.com>
2729
2730 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
2731 trail '.*' on matching patterns.
2732
2733 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2734
2735 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
2736 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
2737 * gdb.arch/i386-disp-step.exp: Likewise.
2738 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2739 * gdb.arch/i386-prologue.exp: Likewise.
2740 * gdb.arch/i386-size-overlap.exp: Likewise.
2741 * gdb.arch/i386-size.exp: Likewise.
2742 * gdb.arch/i386-unwind.exp: Likewise.
2743
2744 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2745
2746 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
2747 * gdb.arch/i386-word.exp: Likewise.
2748
2749 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2750
2751 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
2752 is_ilp32_target to set nr_regs.
2753 * gdb.arch/i386-sse.exp: Likewise.
2754
2755 2012-10-11 Doug Evans <dje@google.com>
2756
2757 PR breakpoints/14643.
2758 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
2759 * gdb.linespec/thread.c: New file.
2760 * gdb.linespec/thread.exp: New file.
2761
2762 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
2763 Recognize "message" -> print pass and fail. Add eof case.
2764 (runto): Recognize message, no-message. Print pass/fail if requested,
2765 with same treatment as gdb_breakpoint.
2766 (runto_main): Pass no-message to runto.
2767 (gdb_internal_error_resync): Add log message.
2768 (gdb_file_cmd): Tweak internal error fail text for consistency.
2769
2770 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2771
2772 Fix crash during stepping on ppc32.
2773 * gdb.base/step-symless.c: New file.
2774 * gdb.base/step-symless.exp: New file.
2775
2776 2012-10-03 Doug Evans <dje@google.com>
2777
2778 PR symtab/14601
2779 * gdb.cp/using-crash.exp: New file.
2780 * gdb.cp/using-crash.cc: New file.
2781
2782 2012-10-02 Doug Evans <dje@google.com>
2783
2784 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
2785 more consistent.
2786 (runto,gdb_debug_format): Ditto.
2787 (gdb_file_cmd): Watch for eof in nested gdb_expect.
2788 Clean up logging and error messages.
2789
2790 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
2791
2792 Test find command on unmapped memory.
2793 * gdb.base/find-unmapped.c: New file.
2794 * gdb.base/find-unmapped.exp: New file.
2795
2796 2012-09-29 Yao Qi <yao@codesourcery.com>
2797
2798 * gdb.trace/mi-tracepoint-changed.exp: New.
2799 * gdb.mi/mi-breakpoint-changed.exp: New.
2800 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
2801 * gdb.mi/pendshr2.c: New.
2802
2803 2012-09-28 Yao Qi <yao@codesourcery.com>
2804
2805 * gdb.mi/pr11022.exp: New.
2806 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
2807
2808 2012-09-27 Tom Tromey <tromey@redhat.com>
2809
2810 * gdb.cp/derivation.exp: Add regression test.
2811 * gdb.cp/derivation.cc (class V_base, class V_inter, class
2812 V_derived): New.
2813 (vderived): New global.
2814
2815 2012-09-26 Tom Tromey <tromey@redhat.com>
2816
2817 * gdb.dwarf2/dw2-common-block.S: New file.
2818 * gdb.dwarf2/dw2-common-block.exp: New file.
2819
2820 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2821
2822 * gdb.fortran/common-block.exp: New file.
2823 * gdb.fortran/common-block.f90: New file.
2824
2825 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
2826
2827 * gdb.base/duplicate-bp.c: New file.
2828 * gdb.base/duplicate-bp.exp: New file.
2829
2830 2012-09-26 Yao Qi <yao@codesourcery.com>
2831
2832 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
2833
2834 Revert:
2835 2012-09-21 Yao Qi <yao@codesourcery.com>
2836
2837 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
2838
2839 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2840
2841 * gdb.base/longest-types.c: New test case.
2842 * gdb.base/longest-types.exp: New test case.
2843
2844 2012-09-25 Yao Qi <yao@codesourcery.com>
2845
2846 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
2847
2848 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2849
2850 Fix internal error on canonicalization of clang types.
2851 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
2852 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
2853 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
2854
2855 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2856
2857 Fix disassemble without parameters in tailcall frame.
2858 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
2859
2860 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
2861
2862 * gdb.dwarf2/dw2-op-out-param.S: New file.
2863 * gdb.dwarf2/dw2-op-out-param.exp: New file.
2864
2865 2012-09-21 Yao Qi <yao@codesourcery.com>
2866
2867 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
2868
2869 2012-09-21 Yao Qi <yao@codesourcery.com>
2870
2871 * gdb.mi/mi-cli.exp: Remove.
2872 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
2873
2874 2012-09-21 Yao Qi <yao@codesourcery.com>
2875
2876 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
2877 "=record-started" notification.
2878
2879 2012-09-21 Yao Qi <yao@codesourcery.com>
2880
2881 * gdb.mi/mi-record-changed.exp: New.
2882 * gdb.mi/mi-reverse.exp: Adjust expected output.
2883
2884 2012-09-20 Tom Tromey <tromey@redhat.com>
2885
2886 * gdb.python/python.exp: Test atexit.register.
2887
2888 2012-09-20 Doug Evans <dje@google.com>
2889
2890 * boards/dwarf4-gdb-index.exp: New file.
2891
2892 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
2893 while running the tests.
2894
2895 2012-09-18 Joel Brobecker <brobecker@adacore.com>
2896
2897 * gdb.ada/bp_reset: New testcase.
2898
2899 2012-09-18 Yao Qi <yao@codesourcery.com>
2900
2901 * gdb.trace/mi-tsv-changed.exp: New.
2902
2903 2012-09-18 Yao Qi <yao@codesourcery.com>
2904
2905 * gdb.trace/mi-traceframe-changed.exp: New.
2906
2907 2012-09-17 Yao Qi <yao@codesourcery.com>
2908
2909 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
2910 when it is less than 0.
2911
2912 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2913
2914 PR 14119
2915 * gdb.arch/amd64-tailcall-ret.S: New file.
2916 * gdb.arch/amd64-tailcall-ret.c: New file.
2917 * gdb.arch/amd64-tailcall-ret.exp: New file.
2918 * gdb.reverse/amd64-tailcall-reverse.S: New file.
2919 * gdb.reverse/amd64-tailcall-reverse.c: New file.
2920 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
2921
2922 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2923
2924 PR 14548
2925 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
2926 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
2927 * gdb.reverse/singlejmp-reverse.S: New file.
2928 * gdb.reverse/singlejmp-reverse.c: New file.
2929 * gdb.reverse/singlejmp-reverse.exp: New file.
2930
2931 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2932
2933 Fix compatibility with old GCC (~4.1).
2934 * gdb.cp/converts.cc (my_enum_var): New variable.
2935
2936 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2937
2938 * gdb.xml/tdesc-regs.exp: Update expected output for new
2939 vector_size syntax of vector types.
2940
2941 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2942
2943 Refactor Python "gdb" module into a proper Python package, by
2944 introducing a new "_gdb" module for code implemented in C, and
2945 using reload/__import__ instead of exec.
2946 * gdb.python/python.exp (Test stderr location): Update module
2947 location of GDB-specific sys.stderr.
2948 (Test stdout location): Ditto for sys.stdout.
2949
2950 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2951
2952 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
2953
2954 2012-09-12 Keith Seitz <keiths@redhat.com>
2955
2956 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
2957 conversion statement.
2958
2959 2012-09-12 Doug Evans <dje@google.com>
2960
2961 * gdb.base/help.exp: Remove testing of individual command help text,
2962 too much of a maintenance burden. Instead, test the functionality
2963 of "help" itself.
2964
2965 2012-09-11 Doug Evans <dje@google.com>
2966
2967 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
2968 breakpoint.
2969
2970 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
2971 * gdb.dwarf2/fission-reread.S: Ditto.
2972 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
2973 * gdb.dwarf2/fission-reread.exp: Ditto.
2974
2975 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2976
2977 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
2978
2979 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2980
2981 * gdb.ada/optim_drec: New testcase.
2982
2983 2012-09-10 Doug Evans <dje@google.com>
2984
2985 * boards/fission.exp: Explicitly mark "board" as not remote.
2986
2987 2012-09-10 Keith Seitz <keiths@redhat.com>
2988
2989 PR gdb/13483
2990 * gdb.cp/converts.cc (A::A): Add ctor.
2991 (A::member_): Add member.
2992 (enum my_enum): New enumeration.
2993 (main): Add calls to foo1_7 with various
2994 permitted arguments.
2995 * gdb.cp/converts.exp: Add tests for boolean
2996 conversions permitted by the standard.
2997
2998 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
2999
3000 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
3001 avoid spurious results due to ~/.gdbinit.
3002 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
3003 $INTERNAL_GDBFLAGS in run command.
3004 * gdb.gdb/observer.exp (setup_test): Ditto.
3005 * gdb.gdb/selftest.exp (test_with_self): Ditto.
3006 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
3007
3008 2012-09-06 Doug Evans <dje@google.com>
3009
3010 * boards/fission.exp: New file.
3011
3012 * gdb.python/py-value.exp: Use clean_restart.
3013
3014 2012-09-05 Doug Evans <dje@google.com>
3015
3016 * gdb.base/info-macros.c: Fix whitespace.
3017
3018 2012-08-28 Pedro Alves <palves@redhat.com>
3019
3020 PR gdb/14428
3021
3022 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
3023
3024 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3025
3026 * gdb.base/break-caller-line.c: New file.
3027 * gdb.base/break-caller-line.exp: New file.
3028
3029 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3030
3031 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
3032 * gdb.arch/i386-cfi-notcurrent.S: New file.
3033 * gdb.arch/i386-cfi-notcurrent.exp: New file.
3034
3035 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
3036 Yao Qi <yao@codesourcery.com>
3037 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
3040 New procedures.
3041 (top level): Add overlap checking tests.
3042
3043 2012-08-24 Tom Tromey <tromey@redhat.com>
3044
3045 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
3046 gdb_test_multiple fails for other reasons.
3047
3048 2012-08-24 Yao Qi <yao@codesourcery.com>
3049
3050 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
3051
3052 2012-08-23 Pedro Alves <palves@redhat.com>
3053
3054 * gdb.base/help.exp: Adjust to "handle" help text change.
3055
3056 2012-08-23 Yao Qi <yao@codesourcery.com>
3057
3058 * gdb.trace/disconnected-tracing.c (start, end): New.
3059 (main): Call start and end.
3060 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
3061 existing tests into this proc.
3062 (disconnected_tfind): New.
3063
3064 2012-08-23 Yao Qi <yao@codesourcery.com>
3065
3066 * boards/native-gdbserver.exp (${board}_upload): New.
3067 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
3068 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
3069 Execute tfile on remote target.
3070 Copy trace file from target to host.
3071
3072 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3073
3074 * gdb.arch/thumb-bx-pc.S: New file.
3075 * gdb.arch/thumb-bx-pc.exp: New file.
3076
3077 2012-08-22 Tom Tromey <tromey@redhat.com>
3078
3079 * gdb.base/maint.exp: Update.
3080
3081 2012-08-22 Tom Tromey <tromey@redhat.com>
3082
3083 * lib/gdb.exp (skip_unwinder_tests): New proc.
3084 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
3085 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
3086
3087 2012-08-21 Tom Tromey <tromey@redhat.com>
3088
3089 * gdb.hp/gdb.aCC/exception.exp: Remove.
3090
3091 012-08-19 Andrew Pinski <apinski@cavium.com>
3092
3093 * gdb.arch/mips-octeon-bbit.c: New file.
3094 * gdb.arch/mips-octeon-bbit.exp: New Test.
3095
3096 012-08-19 Keith Seitz <keiths@redhat.com>
3097
3098 PR c++/14365
3099 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
3100 * gdb.dwarf2/dw2-anon-mptr.S: New file.
3101
3102 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3103
3104 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
3105 verbose -log by more specific untested call.
3106
3107 2012-08-18 Yao Qi <yao@codesourcery.com>
3108
3109 * gdb.trace/tfind.exp: Move tests on various command help before
3110 checking target supports trace.
3111 Fix the expected output of 'help tfind end'.
3112
3113 2012-08-17 Keith Seitz <keiths@redhat.com>
3114
3115 PR c++/13356
3116 * gdb.base/default.exp: Update all "check type" tests.
3117 * gdb.base/help.exp: Likewise.
3118 * gdb.base/setshow.exp: Likewise.
3119 * gdb.cp/converts.cc (foo1_type_check): New function.
3120 (foo2_type_check): New function.
3121 (foo3_type_check): New function.
3122 (main): Call new functions.
3123 * converts.exp: Add tests for integer-to-pointer conversions
3124 with/without strict type-checking.
3125
3126 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3127
3128 * gdb.base/help.exp: Update expected output.
3129
3130 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3131
3132 * gdb.ada/rdv_wait: New testcase.
3133
3134 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3135
3136 * gdb.base/attach-twice.exp: Remove excessive ps exec.
3137
3138 2012-08-13 Doug Evans <dje@google.com>
3139
3140 * gdb.base/help.exp: Update expected output.
3141 * gdb.base/default.exp: Update expected output of "show convenience".
3142
3143 2012-08-10 Doug Evans <dje@google.com>
3144
3145 * gdb.python/py-strfns.c: New file.
3146 * gdb.python/py-strfns.exp: New file.
3147 * gdb.python/py-type.exp (test_fields): Add vector tests.
3148
3149 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3150
3151 PR cli/10436:
3152 * gdb.base/completion.exp: Add tests for handle completion.
3153
3154 2012-08-09 Yao Qi <yao@codesourcery.com>
3155
3156 * gdb.mi/mi-cmd-param-changed.exp: New.
3157 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
3158 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
3159 * gdb.mi/mi2-prompt.exp: Likewise.
3160
3161 2012-08-08 Doug Evans <dje@google.com>
3162
3163 * gdb.base/debug-expr.c: New file.
3164 * gdb.base/debug-expr.exp: New file.
3165 * gdb.base/exprs.exp: Test {type} casts.
3166 * gdb.cp/debug-expr.exp: New file.
3167
3168 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3169
3170 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
3171 global variable loop, not a 'break'. Add loop count limit to 100.
3172 Add new fail case for terminated vgdb.
3173
3174 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3175 Jean-Marc Saffroy <saffroy@gmail.com>
3176
3177 PR 11804
3178 * gdb.base/gcore-relro.exp: New file.
3179 * gdb.base/gcore-relro-main.c: New file.
3180 * gdb.base/gcore-relro-lib.c: New file.
3181
3182 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3183
3184 Do not false FAIL with old GCCs.
3185 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
3186 GCC < 4.5 in $no_hw mode.
3187
3188 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3189
3190 * gdb.base/default.exp (cd): Accept new directory with no arguments.
3191
3192 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3193
3194 * gdb.base/list.exp (test_only_end): New function.
3195 Call it.
3196
3197 2012-08-06 Tom Tromey <tromey@redhat.com>
3198
3199 * gdb.python/py-mi.exp: Add test for printer whose children
3200 are a list.
3201 * gdb.python/py-prettyprint.c (struct children_as_list): New.
3202 (main): New variable children_as_list.
3203 * gdb.python/py-prettyprint.py (class pp_children_as_list):
3204 New.
3205 (register_pretty_printers): Register new printer.
3206
3207 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3208
3209 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
3210 symbols. Abort if vgdb remote connection is closed.
3211
3212 2012-08-02 Doug Evans <dje@google.com>
3213
3214 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
3215
3216 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
3217
3218 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
3219 s390x, PowerPC 64 and m68k-linux.
3220
3221 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3222
3223 * gdb.base/annota1.exp: Accept no frames-invalid notification
3224 when starting up the program.
3225 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
3226 show a symbolic value as well.
3227 * gdb.server/server-exec-info.exp: Skip test when skipping
3228 gdbserver test and/or when skipping shared library tests.
3229 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
3230 avoid name conflicts with other tests.
3231
3232 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3233
3234 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
3235 Fix wrong output on big-endian systems.
3236 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
3237 4-byte pointer types on 64-bit s390x.
3238
3239 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3240
3241 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
3242 marker comment at the beginning (after intialization).
3243 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
3244 breakpoint on marker comment instead of function begin.
3245 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
3246 PowerPC.
3247 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
3248 or 64-bit PowerPC.
3249 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
3250 gdb,no_hardware_watchpoints flag is set.
3251 (initialize): Remove now redundant can-use-hw-watchpoints change.
3252
3253 2012-08-02 Yao Qi <yao@codesourcery.com>
3254 Pedro Alves <palves@redhat.com>
3255
3256 * boards/local-remote-host.exp: New.
3257
3258 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3259
3260 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
3261 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
3262 * gdb.base/print-file-var.exp: Likewise.
3263 * gdb.server/solib-list.exp: Skip on remote targets.
3264
3265 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3266
3267 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
3268 watchpoints on ARM. When expecting software watchpoints, tolerate
3269 (remote) targets that report unsupported hardware watchpoint only
3270 at continue time.
3271 (test_wide_location_2): Likewise.
3272
3273 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3274
3275 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
3276 valgrind versions.
3277
3278 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3279
3280 * gdb.base/valgrind-infcall.c: New file.
3281 * gdb.base/valgrind-infcall.exp: New file.
3282
3283 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
3284
3285 2012-07-30 Keith Seitz <keiths@redhat.com>
3286
3287 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
3288 linespecs.
3289
3290 2012-07-30 Doug Evans <dje@google.com>
3291
3292 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
3293 * gdb.dwarf2/pr13961.S: Ditto.
3294
3295 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
3296
3297 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3298
3299 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
3300 change its format immediately after reloading the binary.
3301
3302 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3303
3304 Fix testsuite regression after --use-deprecated-index-sections removal.
3305 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
3306 string.
3307 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
3308
3309 2012-07-27 Yao Qi <yao@codesourcery.com>
3310
3311 KFAIL for PR remote/14161.
3312 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
3313 Cleanup socket files.
3314 (strace_info_marker): Detach inferior.
3315
3316 2012-07-26 Tom Tromey <tromey@redhat.com>
3317
3318 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
3319
3320 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3321
3322 * gdb.python/py-inferior.c (thread): New function.
3323 (check_threads): New function.
3324 (test_threads): New function.
3325 * gdb.python/py-inferior.exp: Added test.
3326 Replaced runto with continue to breakpoint.
3327
3328 2012-07-26 Tom Tromey <tromey@redhat.com>
3329
3330 * lib/ada.exp (standard_ada_testfile): New proc.
3331 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
3332 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
3333 * gdb.ada/array_return.exp: Use standard_ada_testfile.
3334 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
3335 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
3336 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
3337 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
3338 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
3339 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
3340 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
3341 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
3342 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
3343 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
3344 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
3345 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
3346 * gdb.ada/char_param.exp: Use standard_ada_testfile.
3347 * gdb.ada/complete.exp: Use standard_ada_testfile.
3348 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
3349 standard_output_file.
3350 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
3351 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
3352 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
3353 standard_output_file.
3354 * gdb.ada/exprs.exp: Use standard_ada_testfile.
3355 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
3356 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
3357 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
3358 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
3359 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
3360 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
3361 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
3362 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
3363 * gdb.ada/homonym.exp: Use standard_ada_testfile.
3364 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
3365 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
3366 * gdb.ada/interface.exp: Use standard_ada_testfile.
3367 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
3368 standard_output_file
3369 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
3370 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
3371 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
3372 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
3373 * gdb.ada/nested.exp: Use standard_ada_testfile.
3374 * gdb.ada/null_array.exp: Use standard_ada_testfile.
3375 * gdb.ada/null_record.exp: Use standard_ada_testfile.
3376 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
3377 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
3378 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
3379 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
3380 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
3381 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
3382 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
3383 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
3384 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
3385 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
3386 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
3387 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
3388 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
3389 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
3390 * gdb.ada/start.exp: Use standard_ada_testfile.
3391 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
3392 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
3393 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
3394 * gdb.ada/tagged.exp: Use standard_ada_testfile.
3395 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
3396 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
3397 * gdb.ada/tasks.exp: Use standard_ada_testfile.
3398 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
3399 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
3400 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
3401 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
3402 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
3403 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
3404 * gdb.ada/widewide.exp: Use standard_ada_testfile.
3405
3406 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3407
3408 Fix testsuite regression after --use-deprecated-index-sections removal.
3409 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
3410
3411 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3412
3413 Fix compatibility with Tcl before 7.5.
3414 * lib/future.exp (lreverse): New function if it does not exist.
3415
3416 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
3417
3418 * gdb.mi/mi-pending.c: New method to set a second pending
3419 breakpoint.
3420 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
3421 condition.
3422
3423 2012-07-20 Pedro Alves <palves@redhat.com>
3424
3425 PR threads/11692
3426 PR gdb/12203
3427
3428 * gdb.threads/create-fail.c: New file.
3429 * gdb.threads/create-fail.exp: New file.
3430
3431 2012-07-19 Pedro Alves <palves@redhat.com>
3432
3433 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
3434 * config/vx.exp (gdb_start): Likewise.
3435 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
3436 * gdb.base/setvar.exp (test_set): Likewise.
3437 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
3438 * gdb.reverse/sigall-precsave.exp: Likewise.
3439 * gdb.reverse/sigall-reverse.exp: Likewise.
3440
3441 2012-07-19 Pedro Alves <palves@redhat.com>
3442
3443 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
3444 handler before recording.
3445
3446 2012-07-19 Tom Tromey <tromey@redhat.com>
3447
3448 * gdb.cp/casts.exp: Add tests for typeof and decltype.
3449 * gdb.cp/casts.cc (decltype): New function.
3450 (main): Use it.
3451
3452 2012-07-19 Pedro Alves <palves@redhat.com>
3453
3454 * gdb.base/sigall.exp (signals): New list.
3455 <top level>: Loop over signals in the $signals list instead of
3456 calling a test function once per signal.
3457 * gdb.reverse/sigall-precsave.exp (signals): New list.
3458 <top level>: Loop over signals in the $signals list instead of
3459 calling a test function once per signal.
3460 * gdb.reverse/sigall-reverse.exp (signals): New list.
3461 <top level>: Loop over signals in the $signals list instead of
3462 calling a test function once per signal.
3463
3464 2012-07-19 Yao Qi <yao@codesourcery.com>
3465
3466 * gdb.base/setshow.exp: Test 'set args ~'.
3467
3468 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3469
3470 * gdb.base/store.exp (check_set): Import gdb_prompt.
3471 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
3472 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
3473
3474 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3475
3476 PR 11914
3477 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
3478 (main): Call eval_sub.
3479 * gdb.python/py-prettyprint.exp:
3480 (python execfile ('py-prettyprint.py')): Move it earlier.
3481 New breakpoint for eval-break.
3482 (continue to breakpoint: eval-break, info locals): New test.
3483 (python execfile ('py-prettyprint.py')): Move it from here.
3484 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
3485 (register_pretty_printers): Register pp_eval_type.
3486
3487 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3488
3489 Fix a testcase regression by me.
3490 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
3491 DW_FORM_data4.
3492
3493 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3494 Doug Evans <dje@google.com>
3495
3496 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
3497 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
3498
3499 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3500
3501 Fix gdbserver run regression.
3502 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
3503
3504 2012-07-12 Tom Tromey <tromey@redhat.com>
3505
3506 * lib/gdb.exp (standard_testfile): Don't declare objdir.
3507 (clean_restart): Likewise.
3508 (core_find): Use standard_output_file.
3509
3510 2012-07-12 Tom Tromey <tromey@redhat.com>
3511
3512 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
3513 * gdb.dwarf2/dw2-anonymous-func.exp: Use
3514 prepare_for_testing_full.
3515 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
3516 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
3517 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
3518 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
3519 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
3520 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
3521 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
3522 prepare_for_testing_full.
3523 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
3524 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
3525 prepare_for_testing_full.
3526 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
3527 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
3528 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
3529
3530 2012-07-12 Tom Tromey <tromey@redhat.com>
3531
3532 * lib/gdb.exp (build_executable_from_specs): New proc, from
3533 build_executable.
3534 (build_executable): Use it.
3535 (prepare_for_testing_full): New proc.
3536
3537 2012-07-11 Tom Tromey <tromey@redhat.com>
3538
3539 * gdb.reverse/break-precsave.exp: Use standard_output_file.
3540 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
3541 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
3542 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
3543 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
3544 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
3545 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
3546 * gdb.reverse/step-precsave.exp: Use standard_output_file.
3547 * gdb.reverse/until-precsave.exp: Use standard_output_file.
3548 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
3549
3550 2012-07-10 Tom Tromey <tromey@redhat.com>
3551
3552 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
3553 standard_output_file.
3554 * gdb.mi/gdb2549.exp: Use standard_testfile.
3555 * gdb.mi/gdb669.exp: Use standard_testfile.
3556 * gdb.mi/gdb701.exp: Use standard_testfile.
3557 * gdb.mi/gdb792.exp: Use standard_testfile.
3558 * gdb.mi/mi-async.exp: Use standard_testfile.
3559 * gdb.mi/mi-basics.exp: Use standard_testfile.
3560 * gdb.mi/mi-break.exp: Use standard_testfile.
3561 * gdb.mi/mi-cli.exp: Use standard_testfile.
3562 * gdb.mi/mi-console.exp: Use standard_testfile.
3563 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
3564 * gdb.mi/mi-eval.exp: Use standard_testfile.
3565 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
3566 * gdb.mi/mi-file.exp: Use standard_testfile.
3567 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
3568 * gdb.mi/mi-logging.exp: Use standard_testfile.
3569 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
3570 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
3571 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
3572 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
3573 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
3574 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
3575 * gdb.mi/mi-pending.exp: Use standard_testfile,
3576 standard_output_file.
3577 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
3578 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
3579 * gdb.mi/mi-regs.exp: Use standard_testfile.
3580 * gdb.mi/mi-return.exp: Use standard_testfile.
3581 * gdb.mi/mi-reverse.exp: Use standard_testfile.
3582 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
3583 * gdb.mi/mi-solib.exp: Use standard_testfile,
3584 standard_output_file.
3585 * gdb.mi/mi-stack.exp: Use standard_testfile.
3586 * gdb.mi/mi-stepi.exp: Use standard_testfile.
3587 * gdb.mi/mi-stepn.exp: Use standard_testfile.
3588 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
3589 * gdb.mi/mi-until.exp: Use standard_testfile.
3590 * gdb.mi/mi-var-block.exp: Use standard_testfile.
3591 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
3592 * gdb.mi/mi-var-child.exp: Use standard_testfile.
3593 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
3594 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
3595 * gdb.mi/mi-var-display.exp: Use standard_testfile.
3596 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
3597 standard_output_file.
3598 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
3599 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
3600 * gdb.mi/mi-watch.exp: Use standard_testfile.
3601 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
3602 * gdb.mi/mi2-basics.exp: Use standard_testfile.
3603 * gdb.mi/mi2-break.exp: Use standard_testfile.
3604 * gdb.mi/mi2-cli.exp: Use standard_testfile.
3605 * gdb.mi/mi2-console.exp: Use standard_testfile.
3606 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
3607 * gdb.mi/mi2-eval.exp: Use standard_testfile.
3608 * gdb.mi/mi2-file.exp: Use standard_testfile.
3609 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
3610 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
3611 * gdb.mi/mi2-regs.exp: Use standard_testfile.
3612 * gdb.mi/mi2-return.exp: Use standard_testfile.
3613 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
3614 * gdb.mi/mi2-stack.exp: Use standard_testfile.
3615 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
3616 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
3617 * gdb.mi/mi2-until.exp: Use standard_testfile.
3618 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
3619 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
3620 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
3621 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
3622 * gdb.mi/mi2-watch.exp: Use standard_testfile.
3623
3624 2012-07-10 Tom Tromey <tromey@redhat.com>
3625
3626 * gdb.cp/abstract-origin.exp: Use standard_testfile.
3627 * gdb.cp/ambiguous.exp: Use standard_testfile,
3628 prepare_for_testing.
3629 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
3630 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
3631 * gdb.cp/anon-ns.exp: Use standard_testfile.
3632 * gdb.cp/anon-struct.exp: Use standard_testfile.
3633 * gdb.cp/anon-union.exp: Use standard_testfile,
3634 prepare_for_testing.
3635 * gdb.cp/arg-reference.exp: Use standard_testfile,
3636 prepare_for_testing.
3637 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
3638 * gdb.cp/breakpoint.exp: Use standard_testfile,
3639 prepare_for_testing.
3640 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
3641 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
3642 standard_output_file.
3643 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
3644 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
3645 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
3646 (test_static_members): Update.
3647 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
3648 * gdb.cp/converts.exp: Use standard_testfile.
3649 * gdb.cp/cp-relocate.exp: Use standard_testfile.
3650 * gdb.cp/cpcompletion.exp: Use standard_testfile,
3651 prepare_for_testing.
3652 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
3653 * gdb.cp/cplabel.exp: Use standard_testfile.
3654 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
3655 prepare_for_testing.
3656 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
3657 * gdb.cp/derivation.exp: Use standard_testfile,
3658 prepare_for_testing.
3659 * gdb.cp/destrprint.exp: Use standard_testfile.
3660 * gdb.cp/dispcxx.exp: Use standard_testfile.
3661 * gdb.cp/exception.exp: Use standard_testfile,
3662 prepare_for_testing.
3663 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
3664 * gdb.cp/extern-c.exp: Use standard_testfile,
3665 prepare_for_testing.
3666 * gdb.cp/formatted-ref.exp: Use standard_testfile,
3667 prepare_for_testing.
3668 * gdb.cp/fpointer.exp: Use standard_testfile.
3669 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
3670 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
3671 standard_output_file.
3672 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
3673 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
3674 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
3675 standard_output_file.
3676 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
3677 (do_tests): Update.
3678 * gdb.cp/koenig.exp: Use standard_testfile.
3679 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
3680 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
3681 * gdb.cp/m-static.exp: Use standard_testfile,
3682 prepare_for_testing.
3683 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
3684 * gdb.cp/mb-inline.exp: Use standard_testfile,
3685 prepare_for_testing.
3686 * gdb.cp/mb-templates.exp: Use standard_testfile,
3687 prepare_for_testing.
3688 * gdb.cp/member-ptr.exp: Use standard_testfile,
3689 prepare_for_testing.
3690 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
3691 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
3692 * gdb.cp/method2.exp: Use standard_testfile.
3693 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
3694 standard_output_file.
3695 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
3696 (do_tests): Update.
3697 * gdb.cp/namespace-enum.exp: Use standard_testfile,
3698 prepare_for_testing.
3699 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
3700 prepare_for_testing.
3701 * gdb.cp/namespace.exp: Use standard_testfile,
3702 prepare_for_testing.
3703 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
3704 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
3705 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
3706 * gdb.cp/nsimport.exp: Use standard_testfile,
3707 prepare_for_testing.
3708 * gdb.cp/nsnested.exp: Use standard_testfile.
3709 * gdb.cp/nsnoimports.exp: Use standard_testfile.
3710 * gdb.cp/nsrecurs.exp: Use standard_testfile,
3711 prepare_for_testing.
3712 * gdb.cp/nsstress.exp: Use standard_testfile,
3713 prepare_for_testing.
3714 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
3715 * gdb.cp/operator.exp: Use standard_testfile.
3716 * gdb.cp/oranking.exp: Use standard_testfile.
3717 * gdb.cp/overload-const.exp: Use standard_testfile.
3718 * gdb.cp/overload.exp: Use standard_testfile,
3719 prepare_for_testing.
3720 * gdb.cp/ovldbreak.exp: Use standard_testfile.
3721 * gdb.cp/ovsrch.exp: Use standard_testfile.
3722 * gdb.cp/paren-type.exp: Use standard_testfile.
3723 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
3724 prepare_for_testing.
3725 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
3726 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
3727 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
3728 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
3729 * gdb.cp/pr10728.exp: Use standard_testfile,
3730 standard_output_file.
3731 * gdb.cp/pr12028.exp: Use standard_testfile.
3732 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
3733 * gdb.cp/pr9167.exp: Use standard_testfile.
3734 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
3735 * gdb.cp/printmethod.exp: Use standard_testfile,
3736 prepare_for_testing.
3737 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
3738 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
3739 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
3740 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
3741 standard_output_file.
3742 * gdb.cp/readnow-language.exp: Use standard_testfile.
3743 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
3744 (gdb_start_again): Use clean_restart.
3745 * gdb.cp/ref-types.exp: Use standard_testfile,
3746 prepare_for_testing.
3747 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
3748 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
3749 * gdb.cp/smartp.exp: Use standard_testfile.
3750 * gdb.cp/static-method.exp: Use standard_testfile.
3751 * gdb.cp/static-print-quit.exp: Use standard_testfile.
3752 * gdb.cp/temargs.exp: Use standard_testfile.
3753 * gdb.cp/templates.exp: Use standard_testfile,
3754 prepare_for_testing.
3755 (do_tests): Update.
3756 * gdb.cp/try_catch.exp: Use standard_testfile,
3757 prepare_for_testing.
3758 * gdb.cp/typedef-operator.exp: Use standard_testfile.
3759 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
3760 * gdb.cp/virtbase.exp: Use standard_testfile,
3761 prepare_for_testing.
3762 * gdb.cp/virtfunc.exp: Use standard_testfile,
3763 prepare_for_testing.
3764 (do_tests): Update.
3765 * gdb.cp/virtfunc2.exp: Use standard_testfile,
3766 prepare_for_testing.
3767
3768 2012-07-10 Tom Tromey <tromey@redhat.com>
3769
3770 * lib/gdb.exp (standard_testfile): Unset output variables from
3771 earlier invocations.
3772
3773 2012-07-10 Yao Qi <yao@codesourcery.com>
3774
3775 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
3776 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
3777 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
3778 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
3779 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
3780 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
3781 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
3782 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
3783 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
3784 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
3785 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
3786 * gdb.mi/mi-var-display.exp: Likewise.
3787 * gdb.mi/mi-var-invalidate.exp: Likewise.
3788 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
3789 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
3790 * gdb.mi/mi2-console.exp: Likewise.
3791 * gdb.mi/mi2-disassemble.exp: Likewise.
3792 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
3793 * gdb.mi/mi2-read-memory.exp: Likewise.
3794 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
3795 * gdb.mi/mi2-simplerun.exp: Likewise.
3796 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
3797 * gdb.mi/mi2-syn-frame.exp: Likewise.
3798 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
3799 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
3800 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
3801
3802 2012-07-09 Tom Tromey <tromey@redhat.com>
3803
3804 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
3805 * gdb.base/callfuncs.exp: Add cast-based test.
3806 * gdb.base/callfuncs.c (voidfunc): New function.
3807
3808 2012-07-08 Doug Evans <dje@google.com>
3809
3810 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
3811
3812 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3813
3814 Fix XFAIL compatibility with old i386 systems.
3815 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
3816 Check also 'Cannot insert breakpoint 0'.
3817
3818 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3819
3820 PR 14321
3821 * gdb.base/find.exp
3822 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
3823
3824 2012-07-06 Tom Tromey <tromey@redhat.com>
3825
3826 * gdb.base/whatis.exp: Add test.
3827
3828 2012-07-06 Tom Tromey <tromey@redhat.com>
3829
3830 * gdb.base/whatis.exp: Add regression test.
3831
3832 2012-07-06 Tom Tromey <tromey@redhat.com>
3833
3834 * gdb.base/whatis.exp: Add tests.
3835
3836 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3837
3838 PR 12649
3839 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
3840 gdb_test_multiple $gdb_prompt terminator.
3841
3842 2012-07-04 Pedro Alves <palves@redhat.com>
3843
3844 * gdb.mi/mi-reverse.exp: Use supports_reverse and
3845 supports_process_record.
3846
3847 2012-07-04 Pedro Alves <palves@redhat.com>
3848
3849 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
3850 endings.
3851 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
3852
3853 2012-07-03 Stan Shebs <stan@codesourcery.com>
3854
3855 * gdb.base/info-os.c (main): Retry resource acquisition until an
3856 available one is found.
3857 * gdb.base/info-os.exp: Collect resource keys from the program
3858 and use them in matching.
3859
3860 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3861
3862 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
3863 Wrap the test into loop for corefile and core0file.
3864
3865 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3866
3867 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
3868 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
3869 .note.GNU-stack.
3870
3871 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
3872
3873 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3874
3875 * gdb.base/help.exp (help b, help br, help bre, help brea, help
3876 break): Include help message for the new `-probe' and `-probe-stap'
3877 options.
3878
3879 2012-07-02 Stan Shebs <stan@codesourcery.com>
3880
3881 * gdb.base/dprintf.exp: Add agent style tests.
3882
3883 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3884
3885 * gdb.base/stale-infcall.c (infcall): New label test-next.
3886 (main): New labels test-pass and test-fail.
3887 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
3888 $test_fail_bpnum to test-fail.
3889 (test system longjmp tracking support): New test.
3890 Delete $test_fail_bpnum.
3891 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
3892 breakpoint.
3893
3894 2012-06-30 Doug Evans <dje@google.com>
3895
3896 * gdb.dwarf2/fission-reread.S: New file.
3897 * gdb.dwarf2/fission-reread.exp: New file.
3898
3899 2012-06-28 Stan Shebs <stan@codesourcery.com>
3900
3901 * gdb.mi/mi-logging.exp: New file.
3902
3903 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3904 Pedro Alves <palves@redhat.com>
3905
3906 * gdb.threads/siginfo-threads.exp: New file.
3907 * gdb.threads/siginfo-threads.c: New file.
3908 * gdb.threads/sigstep-threads.exp: New file.
3909 * gdb.threads/sigstep-threads.c: New file.
3910
3911 2012-06-28 Tom Tromey <tromey@redhat.com>
3912
3913 * gdb.go/package.exp: Partially revert earlier patch; use
3914 gdb_compile again. Use standard_output_file.
3915
3916 2012-06-27 Doug Evans <dje@google.com>
3917
3918 * gdb.dwarf2/fission-base.c: New file.
3919 * gdb.dwarf2/fission-base.S: New file.
3920 * gdb.dwarf2/fission-base.exp: New file.
3921
3922 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3923
3924 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
3925
3926 2012-06-27 Tom Tromey <tromey@redhat.com>
3927
3928 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
3929 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
3930
3931 2012-06-27 Tom Tromey <tromey@redhat.com>
3932
3933 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
3934 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
3935 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
3936 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
3937 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
3938 prepare_for_testing.
3939 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
3940 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
3941 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
3942 standard_testfile.
3943 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
3944 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
3945 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
3946 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
3947 prepare_for_testing.
3948 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
3949 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
3950 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
3951 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
3952 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
3953 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
3954 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
3955 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
3956 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
3957 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
3958 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
3959 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
3960 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
3961 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
3962 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
3963 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
3964 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
3965 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
3966 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
3967 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
3968 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
3969 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
3970 standard_output_file.
3971 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
3972 standard_output_file.
3973 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
3974 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
3975 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
3976 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
3977 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
3978 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
3979 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
3980 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
3981 * gdb.dwarf2/implptr.exp: Use standard_testfile.
3982 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
3983 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
3984 * gdb.dwarf2/pieces.exp: Use standard_testfile.
3985 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
3986 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
3987 * gdb.dwarf2/valop.exp: Use standard_testfile,
3988 prepare_for_testing.
3989
3990 2012-06-27 Tom Tromey <tromey@redhat.com>
3991
3992 * gdb.python/python.exp: Fix regexps in pagination tests.
3993
3994 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3995
3996 * gdb.python/py-symtab.exp: Add tests to test the new attribute
3997 'last' of gdb.Symtab_and_line.
3998 * gdb.python/py-symbol.c: Move break point comment to enable
3999 testing of gdb.Symtab_and_line.last.
4000
4001 2012-06-26 Tom Tromey <tromey@redhat.com>
4002
4003 * gdb.threads/step.c: Remove.
4004 * gdb.threads/step.exp: Remove.
4005 * gdb.threads/step2.exp: Remove.
4006
4007 2012-06-26 Tom Tromey <tromey@redhat.com>
4008
4009 * gdb.threads/watchpoint-fork.exp (test): Use
4010 standard_output_file. Don't declare objdir.
4011 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
4012 standard_output_file.
4013 * gdb.threads/attach-stopped.exp: Use standard_testfile.
4014 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
4015 clean_restart. Remove incdir.
4016 * gdb.threads/corethreads.exp: Use standard_testfile.
4017 * gdb.threads/execl.exp: Use standard_testfile,
4018 standard_output_file, clean_restart.
4019 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
4020 clean_restart.
4021 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
4022 clean_restart.
4023 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
4024 incdir.
4025 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
4026 clean_restart. Remove incdir.
4027 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
4028 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
4029 clean_restart. Remove incdir.
4030 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
4031 Remove incdir.
4032 * gdb.threads/leader-exit.exp: Use standard_testfile.
4033 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
4034 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
4035 clean_restart.
4036 * gdb.threads/manythreads.exp: Use standard_testfile,
4037 clean_restart. Remove incdir.
4038 * gdb.threads/multi-create.exp: Use standard_testfile,
4039 clean_restart.
4040 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
4041 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
4042 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
4043 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
4044 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
4045 * gdb.threads/pending-step.exp: Use standard_testfile,
4046 clean_restart. Remove incdir.
4047 * gdb.threads/print-threads.exp: Use standard_testfile,
4048 clean_restart. Remove incdir.
4049 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
4050 clean_restart. Remove incdir.
4051 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
4052 Remove incdir.
4053 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
4054 incdir.
4055 * gdb.threads/sigthread.exp: Use standard_testfile,
4056 clean_restart.
4057 * gdb.threads/staticthreads.exp: Use standard_testfile,
4058 clean_restart. Remove incdir.
4059 * gdb.threads/switch-threads.exp: Use standard_testfile,
4060 clean_restart. Remove incdir.
4061 * gdb.threads/thread-execl.exp: Use standard_testfile,
4062 clean_restart. Remove incdir.
4063 * gdb.threads/thread-find.exp: Use standard_testfile,
4064 clean_restart.
4065 * gdb.threads/thread-specific.exp: Use standard_testfile,
4066 clean_restart. Remove incdir.
4067 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
4068 clean_restart. Remove incdir.
4069 * gdb.threads/thread_check.exp: Use standard_testfile,
4070 clean_restart. Remove incdir.
4071 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
4072 incdir.
4073 * gdb.threads/threadapply.exp: Use standard_testfile,
4074 clean_restart. Remove incdir.
4075 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
4076 clean_restart. Remove incdir.
4077 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
4078 clean_restart.
4079 * gdb.threads/tls-shared.exp: Use standard_testfile,
4080 clean_restart, standard_output_file.
4081 * gdb.threads/tls-var.exp: Use standard_testfile,
4082 standard_output_file.
4083 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
4084 Remove incdir.
4085 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
4086 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
4087 incdir.
4088 * gdb.threads/watchthreads2.exp: Use standard_testfile,
4089 clean_restart. Remove incdir.
4090
4091 2012-06-26 Tom Tromey <tromey@redhat.com>
4092
4093 * gdb.trace/actions.exp: Use standard_testfile.
4094 * gdb.trace/ax.exp: Use standard_testfile.
4095 * gdb.trace/backtrace.exp: Use standard_testfile.
4096 * gdb.trace/change-loc.exp: Use standard_testfile.
4097 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
4098 * gdb.trace/collection.exp: Use standard_testfile,
4099 prepare_for_testing.
4100 * gdb.trace/deltrace.exp: Use standard_testfile.
4101 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
4102 * gdb.trace/ftrace.exp: Use standard_testfile.
4103 * gdb.trace/infotrace.exp: Use standard_testfile.
4104 * gdb.trace/packetlen.exp: Use standard_testfile.
4105 * gdb.trace/passc-dyn.exp: Use standard_testfile.
4106 * gdb.trace/passcount.exp: Use standard_testfile.
4107 * gdb.trace/pending.exp: Use standard_testfile.
4108 * gdb.trace/report.exp: Use standard_testfile.
4109 * gdb.trace/save-trace.exp: Use standard_testfile.
4110 * gdb.trace/stap-trace.exp: Use standard_testfile.
4111 * gdb.trace/status-stop.exp: Use standard_testfile.
4112 * gdb.trace/strace.exp: Use standard_testfile.
4113 * gdb.trace/tfile.exp: Use standard_testfile.
4114 * gdb.trace/tfind.exp: Use standard_testfile.
4115 * gdb.trace/trace-break.exp: Use standard_testfile.
4116 * gdb.trace/trace-mt.exp: Use standard_testfile.
4117 * gdb.trace/tracecmd.exp: Use standard_testfile.
4118 * gdb.trace/tspeed.exp: Use standard_testfile.
4119 * gdb.trace/tstatus.exp: Use standard_testfile.
4120 * gdb.trace/tsv.exp: Use standard_testfile.
4121 * gdb.trace/unavailable.exp: Use standard_testfile,
4122 prepare_for_testing.
4123 * gdb.trace/while-dyn.exp: Use standard_testfile.
4124 * gdb.trace/while-stepping.exp: Use standard_testfile.
4125
4126 2012-06-26 Tom Tromey <tromey@redhat.com>
4127
4128 * gdb.reverse/break-precsave.exp: Use standard_testfile.
4129 * gdb.reverse/break-reverse.exp: Use standard_testfile.
4130 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
4131 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
4132 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
4133 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
4134 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
4135 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
4136 prepare_for_testing.
4137 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
4138 prepare_for_testing.
4139 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
4140 prepare_for_testing.
4141 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
4142 prepare_for_testing.
4143 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
4144 prepare_for_testing
4145 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
4146 * gdb.reverse/machinestate.exp: Use standard_testfile.
4147 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
4148 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
4149 build_executable.
4150 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
4151 build_executable.
4152 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
4153 standard_output_file.
4154 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
4155 standard_output_file.
4156 * gdb.reverse/step-precsave.exp: Use standard_testfile.
4157 * gdb.reverse/step-reverse.exp: Use standard_testfile.
4158 * gdb.reverse/until-precsave.exp: Use standard_testfile.
4159 * gdb.reverse/until-reverse.exp: Use standard_testfile.
4160 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
4161 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
4162
4163 2012-06-26 Tom Tromey <tromey@redhat.com>
4164
4165 * gdb.stabs/weird.exp: Remove directory-checking code. Use
4166 standard_output_file.
4167 * gdb.stabs/exclfwd.exp: Use standard_testfile,
4168 prepare_for_testing. Remove directory-checking code.
4169
4170 2012-06-25 Tom Tromey <tromey@redhat.com>
4171
4172 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
4173 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
4174 build_executable, not prepare_for_testing.
4175 * gdb.multi/base.exp: Use standard_output_file. Use
4176 build_executable, not prepare_for_testing.
4177
4178 2012-06-25 Tom Tromey <tromey@redhat.com>
4179
4180 * gdb.fortran/subarray.exp: Use standard_testfile,
4181 prepare_for_testing.
4182 * gdb.fortran/multi-dim.exp: Use standard_testfile.
4183 * gdb.fortran/module.exp: Use standard_testfile.
4184 * gdb.fortran/logical.exp: Use standard_testfile.
4185 * gdb.fortran/library-module.exp: Use standard_testfile,
4186 standard_output_file.
4187 * gdb.fortran/derived-type.exp: Use standard_testfile,
4188 prepare_for_testing.
4189 * gdb.fortran/complex.exp: Use standard_testfile,
4190 prepare_for_testing.
4191 * gdb.fortran/charset.exp: Use standard_testfile.
4192 * gdb.fortran/array-element.exp: Use standard_testfile,
4193 prepare_for_testing.
4194
4195 2012-06-25 Keith Seitz <keiths@redhat.com>
4196
4197 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
4198 Change rbreak-related tests to KFAIL and add bugzilla numbers.
4199
4200 2012-06-25 Tom Tromey <tromey@redhat.com>
4201
4202 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
4203 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
4204 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
4205 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
4206
4207 2012-06-25 Tom Tromey <tromey@redhat.com>
4208
4209 * gdb.linespec/ls-errs.exp: Use standard_testfile.
4210 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
4211 * gdb.linespec/linespec.exp: Use standard_testfile.
4212
4213 2012-06-25 Tom Tromey <tromey@redhat.com>
4214
4215 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
4216 prepare_for_testing.
4217
4218 2012-06-25 Tom Tromey <tromey@redhat.com>
4219
4220 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
4221 prepare_for_testing.
4222 * gdb.opt/inline-break.exp: Use standard_testfile,
4223 prepare_for_testing.
4224 * gdb.opt/inline-bt.exp: Use standard_testfile,
4225 prepare_for_testing.
4226 * gdb.opt/inline-cmds.exp: Use standard_testfile,
4227 prepare_for_testing.
4228 * gdb.opt/inline-locals.exp: Use standard_testfile,
4229 prepare_for_testing.
4230
4231 2012-06-25 Tom Tromey <tromey@redhat.com>
4232
4233 * gdb.asm/asm-source.exp: Use standard_output_file,
4234 standard_testfile. Construct .o files in proper subdir.
4235
4236 2012-06-25 Tom Tromey <tromey@redhat.com>
4237
4238 * gdb.server/ext-attach.exp: Use standard_testfile,
4239 prepare_for_testing.
4240 * gdb.server/ext-run.exp: Use standard_testfile,
4241 build_executable.
4242 * gdb.server/file-transfer.exp: Use standard_testfile,
4243 prepare_for_testing.
4244 * gdb.server/server-exec-info.exp: Use standard_testfile.
4245 * gdb.server/server-mon.exp: Use standard_testfile,
4246 prepare_for_testing.
4247 * gdb.server/server-run.exp: Use standard_testfile,
4248 build_executable.
4249 * gdb.server/solib-list.exp: Use standard_testfile,
4250 standard_output_file.
4251
4252 2012-06-25 Tom Tromey <tromey@redhat.com>
4253
4254 * lib/gdb.exp (standard_output_file): Use "file join".
4255 * gdb.go/chan.exp: Use standard_testfile.
4256 * gdb.go/handcall.exp: Use standard_testfile.
4257 * gdb.go/hello.exp: Use standard_testfile.
4258 * gdb.integers/chan.exp: Use standard_testfile.
4259 * gdb.go/methods.exp: Use standard_testfile.
4260 * gdb.go/package.exp: Use standard_testfile.
4261 * gdb.go/strings.exp: Use standard_testfile.
4262 * gdb.go/types.exp: Use standard_testfile.
4263 * gdb.go/unsafe.exp: Use standard_testfile.
4264
4265 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4266
4267 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
4268
4269 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4270
4271 Fix regression by the previous commit.
4272 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
4273
4274 2012-06-22 Tom Tromey <tromey@redhat.com>
4275
4276 * gdb.python/lib-types.exp: Use standard_testfile,
4277 prepare_for_testing.
4278 * gdb.python/py-block.exp: Use standard_testfile.
4279 * gdb.python/py-breakpoint.exp: Use standard_testfile.
4280 * gdb.python/py-events.exp: Use standard_testfile,
4281 standard_output_file.
4282 * gdb.python/py-evsignal.exp: Use standard_testfile.
4283 * gdb.python/py-evethreads.exp: Use standard_testfile.
4284 * gdb.python/py-explore-cc.exp: Use standard_testfile.
4285 * gdb.python/py-explore.exp: Use standard_testfile.
4286 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
4287 standard_output_file.
4288 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
4289 prepare_for_testing.
4290 * gdb.python/py-frame-inline.exp: Use standard_testfile.
4291 * gdb.python/py-frame.exp: Use standard_testfile.
4292 * gdb.python/py-inferior.exp: Use standard_testfile.
4293 * gdb.python/py-infthread.exp: Use standard_testfile.
4294 * gdb.python/py-mi.exp: Use standard_testfile.
4295 * gdb.python/py-objfile-script.exp: Use standard_testfile,
4296 build_executable.
4297 * gdb.python/py-objfile.exp: Use standard_testfile.
4298 * gdb.python/py-pp-maint.exp: Use standard_testfile,
4299 prepare_for_testing.
4300 * gdb.python/py-prettyprint.exp: Use standard_testfile.
4301 * gdb.python/py-progspace.exp: Use standard_testfile,
4302 build_executable.
4303 * gdb.python/py-prompt.exp: Use standard_testfile,
4304 build_executable.
4305 * gdb.python/py-section-script.exp: Use standard_testfile,
4306 build_executable.
4307 * gdb.python/py-shared.exp: Use standard_testfile,
4308 standard_output_file, clean_restart.
4309 * gdb.python/py-symbol.exp: Use standard_output_file,
4310 prepare_for_testing.
4311 * gdb.python/py-symtab.exp: Use standard_output_file,
4312 prepare_for_testing
4313 * gdb.python/py-template.exp: Use standard_testfile.
4314 * gdb.python/py-type.exp: Use standard_testfile.
4315 * gdb.python/py-value-cc.exp: Use standard_testfile.
4316 * gdb.python/py-value.exp: Use standard_testfile.
4317 * gdb.python/python.exp: Use standard_testfile, build_executable.
4318
4319 2012-06-22 Tom Tromey <tromey@redhat.com>
4320
4321 * gdb.objc/basicclass.exp: Use standard_testfile.
4322 (do_objc_tests): Don't declare objdir.
4323 * gdb.objc/nondebug.exp: Use standard_testfile.
4324 (do_objc_tests): Don't declare objdir.
4325 * gdb.objc/objcdecode.exp: Use standard_testfile.
4326 (do_objc_tests): Don't declare objdir.
4327
4328 2012-06-22 Tom Tromey <tromey@redhat.com>
4329
4330 * gdb.java/jmain.exp: Use standard_testfile.
4331 * gdb.java/jmisc.exp: Use standard_testfile.
4332 * gdb.java/jnpe.exp: Use standard_testfile.
4333 * gdb.java/jprint.exp: Use standard_testfile.
4334
4335 2012-06-22 Tom Tromey <tromey@redhat.com>
4336
4337 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
4338 (standard_output_file, standard_testfile): New procs.
4339 (build_executable, clean_restart): Use standard_output_file.
4340
4341 2012-06-22 Yao Qi <yao@codesourcery.com>
4342
4343 * boards/native-gdbserver.exp: New proc ${board}_exec.
4344 * boards/native-stdio-gdbserver.exp: Likewise.
4345
4346 2012-06-21 Tom Tromey <tromey@redhat.com>
4347
4348 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
4349 (build_executable): Update.
4350 (get_compiler_info): Remove 'binfile' argument.
4351 * gdb.ada/arrayidx.exp: Update.
4352 * gdb.ada/null_array.exp: Update.
4353 * gdb.arch/altivec-abi.exp: Update.
4354 * gdb.arch/altivec-regs.exp: Update.
4355 * gdb.arch/amd64-byte.exp: Update.
4356 * gdb.arch/amd64-dword.exp: Update.
4357 * gdb.arch/amd64-word.exp: Update.
4358 * gdb.arch/i386-avx.exp: Update.
4359 * gdb.arch/i386-byte.exp: Update.
4360 * gdb.arch/i386-sse.exp: Update.
4361 * gdb.arch/i386-word.exp: Update.
4362 * gdb.arch/ppc-dfp.exp: Update.
4363 * gdb.arch/ppc-fp.exp: Update.
4364 * gdb.arch/vsx-regs.exp: Update.
4365 * gdb.base/all-bin.exp: Update.
4366 * gdb.base/annota1.exp: Update.
4367 * gdb.base/async.exp: Update.
4368 * gdb.base/attach.exp: Update.
4369 * gdb.base/break-interp.exp: Update.
4370 * gdb.base/call-ar-st.exp: Update.
4371 * gdb.base/call-rt-st.exp: Update.
4372 * gdb.base/call-sc.exp: Update.
4373 * gdb.base/callfuncs.exp: Update.
4374 * gdb.base/catch-load.exp: Update.
4375 * gdb.base/completion.exp: Update.
4376 * gdb.base/complex.exp: Update.
4377 * gdb.base/condbreak.exp: Update.
4378 * gdb.base/consecutive.exp: Update.
4379 * gdb.base/constvars.exp: Update.
4380 * gdb.base/corefile.exp: Update.
4381 * gdb.base/eval-skip.exp: Update.
4382 * gdb.base/expand-psymtabs.exp: Update.
4383 * gdb.base/exprs.exp: Update.
4384 * gdb.base/fileio.exp: Update.
4385 * gdb.base/fixsection.exp: Update.
4386 * gdb.base/funcargs.exp: Update.
4387 * gdb.base/gdb11530.exp: Update.
4388 * gdb.base/gdb1555.exp: Update.
4389 * gdb.base/gnu-ifunc.exp: Update.
4390 * gdb.base/gnu_vector.exp: Update.
4391 * gdb.base/info-macros.exp: Update.
4392 * gdb.base/jit-simple.exp: Update.
4393 * gdb.base/jit-so.exp: Update.
4394 * gdb.base/jit.exp: Update.
4395 * gdb.base/langs.exp: Update.
4396 * gdb.base/list.exp: Update.
4397 * gdb.base/logical.exp: Update.
4398 * gdb.base/long_long.exp: Update.
4399 * gdb.base/longjmp.exp: Update.
4400 * gdb.base/macscp.exp: Update.
4401 * gdb.base/mips_pro.exp: Update.
4402 * gdb.base/miscexprs.exp: Update.
4403 * gdb.base/morestack.exp: Update.
4404 * gdb.base/nodebug.exp: Update.
4405 * gdb.base/opaque.exp: Update.
4406 * gdb.base/pc-fp.exp: Update.
4407 * gdb.base/pending.exp: Update.
4408 * gdb.base/permissions.exp: Update.
4409 * gdb.base/pointers.exp: Update.
4410 * gdb.base/prelink.exp: Update.
4411 * gdb.base/printcmds.exp: Update.
4412 * gdb.base/psymtab.exp: Update.
4413 * gdb.base/ptype.exp: Update.
4414 * gdb.base/relational.exp: Update.
4415 * gdb.base/scope.exp: Update.
4416 * gdb.base/setvar.exp: Update.
4417 * gdb.base/shlib-call.exp: Update.
4418 * gdb.base/shreloc.exp: Update.
4419 * gdb.base/signals.exp: Update.
4420 * gdb.base/sizeof.exp: Update.
4421 * gdb.base/so-impl-ld.exp: Update.
4422 * gdb.base/so-indr-cl.exp: Update.
4423 * gdb.base/solib-disc.exp: Update.
4424 * gdb.base/solib-display.exp: Update.
4425 * gdb.base/solib-nodir.exp: Update.
4426 * gdb.base/solib-overlap.exp: Update.
4427 * gdb.base/solib-symbol.exp: Update.
4428 * gdb.base/solib-weak.exp: Update.
4429 * gdb.base/solib.exp: Update.
4430 * gdb.base/store.exp: Update.
4431 * gdb.base/structs.exp: Update.
4432 * gdb.base/structs2.exp: Update.
4433 * gdb.base/type-opaque.exp: Update.
4434 * gdb.base/unload.exp: Update.
4435 * gdb.base/varargs.exp: Update.
4436 * gdb.base/volatile.exp: Update.
4437 * gdb.base/watch_thread_num.exp: Update.
4438 * gdb.base/watchpoint-solib.exp: Update.
4439 * gdb.base/watchpoint.exp: Update.
4440 * gdb.base/watchpoints.exp: Update.
4441 * gdb.base/whatis.exp: Update.
4442 * gdb.cell/arch.exp: Update.
4443 * gdb.cell/break.exp: Update.
4444 * gdb.cell/bt.exp: Update.
4445 * gdb.cell/core.exp: Update.
4446 * gdb.cell/data.exp: Update.
4447 * gdb.cell/ea-cache.exp: Update.
4448 * gdb.cell/f-regs.exp: Update.
4449 * gdb.cell/fork.exp: Update.
4450 * gdb.cell/gcore.exp: Update.
4451 * gdb.cell/mem-access.exp: Update.
4452 * gdb.cell/ptype.exp: Update.
4453 * gdb.cell/registers.exp: Update.
4454 * gdb.cell/sizeof.exp: Update.
4455 * gdb.cell/solib-symbol.exp: Update.
4456 * gdb.cell/solib.exp: Update.
4457 * gdb.cp/ambiguous.exp: Update.
4458 * gdb.cp/breakpoint.exp: Update.
4459 * gdb.cp/bs15503.exp: Update.
4460 * gdb.cp/casts.exp: Update.
4461 * gdb.cp/class2.exp: Update.
4462 * gdb.cp/cpexprs.exp: Update.
4463 * gdb.cp/cplusfuncs.exp: Update.
4464 * gdb.cp/ctti.exp: Update.
4465 * gdb.cp/dispcxx.exp: Update.
4466 * gdb.cp/gdb1355.exp: Update.
4467 * gdb.cp/gdb2384.exp: Update.
4468 * gdb.cp/gdb2495.exp: Update.
4469 * gdb.cp/infcall-dlopen.exp: Update.
4470 * gdb.cp/local.exp: Update.
4471 * gdb.cp/m-data.exp: Update.
4472 * gdb.cp/m-static.exp: Update.
4473 * gdb.cp/mb-ctor.exp: Update.
4474 * gdb.cp/mb-inline.exp: Update.
4475 * gdb.cp/mb-templates.exp: Update.
4476 * gdb.cp/member-ptr.exp: Update.
4477 * gdb.cp/method.exp: Update.
4478 * gdb.cp/namespace.exp: Update.
4479 * gdb.cp/nextoverthrow.exp: Update.
4480 * gdb.cp/nsdecl.exp: Update.
4481 * gdb.cp/nsrecurs.exp: Update.
4482 * gdb.cp/nsstress.exp: Update.
4483 * gdb.cp/nsusing.exp: Update.
4484 * gdb.cp/pr-1023.exp: Update.
4485 * gdb.cp/pr-1210.exp: Update.
4486 * gdb.cp/pr-574.exp: Update.
4487 * gdb.cp/pr9631.exp: Update.
4488 * gdb.cp/printmethod.exp: Update.
4489 * gdb.cp/psmang.exp: Update.
4490 * gdb.cp/re-set-overloaded.exp: Update.
4491 * gdb.cp/rtti.exp: Update.
4492 * gdb.cp/shadow.exp: Update.
4493 * gdb.cp/templates.exp: Update.
4494 * gdb.cp/try_catch.exp: Update.
4495 * gdb.dwarf2/dw2-ranges.exp: Update.
4496 * gdb.dwarf2/pr10770.exp: Update.
4497 * gdb.fortran/library-module.exp: Update.
4498 * gdb.hp/gdb.aCC/optimize.exp: Update.
4499 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
4500 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
4501 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
4502 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
4503 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
4504 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
4505 * gdb.hp/gdb.compat/xdb1.exp: Update.
4506 * gdb.hp/gdb.compat/xdb2.exp: Update.
4507 * gdb.hp/gdb.compat/xdb3.exp: Update.
4508 * gdb.hp/gdb.defects/bs14602.exp: Update.
4509 * gdb.hp/gdb.defects/solib-d.exp: Update.
4510 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
4511 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
4512 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
4513 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
4514 * gdb.mi/gdb792.exp: Update.
4515 * gdb.mi/mi-pending.exp: Update.
4516 * gdb.mi/mi-solib.exp: Update.
4517 * gdb.mi/mi-var-cp.exp: Update.
4518 * gdb.opt/clobbered-registers-O2.exp: Update.
4519 * gdb.opt/inline-bt.exp: Update.
4520 * gdb.opt/inline-cmds.exp: Update.
4521 * gdb.opt/inline-locals.exp: Update.
4522 * gdb.python/py-events.exp: Update.
4523 * gdb.python/py-finish-breakpoint.exp: Update.
4524 * gdb.python/py-type.exp: Update.
4525 * gdb.reverse/solib-precsave.exp: Update.
4526 * gdb.reverse/solib-reverse.exp: Update.
4527 * gdb.server/solib-list.exp: Update.
4528 * gdb.stabs/weird.exp: Update.
4529 * gdb.threads/attach-into-signal.exp: Update.
4530 * gdb.threads/attach-stopped.exp: Update.
4531 * gdb.threads/tls-shared.exp: Update.
4532 * gdb.trace/change-loc.exp: Update.
4533 * gdb.trace/strace.exp: Update.
4534
4535 2012-06-19 Tom Tromey <tromey@redhat.com>
4536
4537 * gdb.base/whatis.exp: Add tests.
4538
4539 2012-06-19 Tom Tromey <tromey@redhat.com>
4540
4541 * gdb.cp/m-static.cc (keepalive): New function.
4542 (gnu_obj_1::method): Use it.
4543
4544 2012-06-18 Doug Evans <dje@google.com>
4545
4546 * gdb.base/info-fun.exp: New file.
4547 * gdb.base/info-fun.c: New file.
4548 * gdb.base/info-fun-solib.c: New file.
4549
4550 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4551
4552 Remove stale dummy frames.
4553 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
4554 (maintenance info breakpoints): New tests.
4555 * gdb.base/stale-infcall.c: New file.
4556 * gdb.base/stale-infcall.exp: New file.
4557
4558 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4559
4560 * gdb.arch/amd64-entry-value-param.S: New file.
4561 * gdb.arch/amd64-entry-value-param.c: New file.
4562 * gdb.arch/amd64-entry-value-param.exp: New file.
4563
4564 2012-06-15 Tom Tromey <tromey@redhat.com>
4565
4566 * gdb.cp/namespace.exp: Add "show lang" test.
4567
4568 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4569
4570 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
4571 case. (top level): Use gdb_file_cmd instead of gdb_load.
4572
4573 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 PR tdep/14222
4576 * gdb.arch/i386-sse-stack-align.S: New file.
4577 * gdb.arch/i386-sse-stack-align.c: New file.
4578 * gdb.arch/i386-sse-stack-align.exp: New file.
4579
4580 2012-06-13 Keith Seitz <keiths@redhat.com>
4581
4582 PR breakpoints/13798 and mi/11541
4583 * gdb.linespec/ls-errs.exp: Add a few more tests for
4584 filenames with spaces and colons.
4585
4586 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4587
4588 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4589 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
4590 (test_function): Call CV_f.
4591 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
4592 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
4593 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
4594 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
4595 (p CV_f(CV::i)): New tests.
4596
4597 2012-06-13 Tom Tromey <tromey@redhat.com>
4598
4599 * gdb.base/condbreak.exp: Add tests for "condition" completion.
4600
4601 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4602
4603 Fix regression by the "ambiguous linespec" series.
4604 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
4605 tests.
4606
4607 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4608
4609 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
4610 missing.
4611
4612 2012-06-11 Tom Tromey <tromey@redhat.com>
4613
4614 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
4615 location...
4616 (main): ...here.
4617
4618 2012-06-07 Yao Qi <yao@codesourcery.com>
4619
4620 * gdb.trace/strace.exp: Shorten some too-long lines.
4621
4622 2012-06-06 Pedro Alves <palves@redhat.com>
4623
4624 * gdb.threads/clone-new-thread-event.c: New file.
4625 * gdb.threads/clone-new-thread-event.exp: New file.
4626
4627 2012-06-06 Yao Qi <yao@codesourcery.com>
4628
4629 * gdb.base/dprintf.c (main): Add extra parameter when calling
4630 printf and fprintf.
4631 (bar): New function. It is a dead function, but to ensure
4632 'malloc' is linked explicitly.
4633
4634 2012-06-06 Yao Qi <yao@codesourcery.com>
4635
4636 * gdb.base/info-proc.exp: Return if target doesn't support
4637 'info proc'.
4638
4639 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4640
4641 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
4642 (run program with breakpoint commands): XFAIl if it is not.
4643
4644 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4645
4646 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
4647 and add comment.
4648 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
4649 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
4650 "STOP" marker. Adjust testing strategy to make it work on
4651 all targets.
4652
4653 * gdb.base/print-file-var-main.c (main): Rewrite using local
4654 variables and adjust get_version_2's return value check.
4655 Add small comment.
4656 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
4657 marker. Adjust testing strategy to make it work on all targets.
4658
4659 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4660
4661 * gdb.ada/bad-task-bp-keyword: New testcase.
4662
4663 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4664
4665 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
4666 Simplify it to ...
4667 (symbol-file ${testfile1}): ... here.
4668 (test eliminated var my_global_symbol)
4669 (test eliminated var my_static_symbol)
4670 (test eliminated var my_global_func, get address of main): Wrap them to
4671 'single psymtabs' and 'single symtabs'
4672 (get address of my_global_symbol, get address of my_static_symbol)
4673 (get address of my_global_func, get address of main): Wrap them to
4674 'order1' and 'order2'.
4675
4676 * gdb.base/code_elim.exp
4677 (add-symbol-file ${testfile1} 0x100000)
4678 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
4679 'order2'.
4680 (order1: add-symbol-file ${testfile1} 0x100000)
4681 (order1: add-symbol-file ${testfile2} 0x200000)
4682 (order2: add-symbol-file ${testfile2} 0x200000)
4683 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
4684 .bss as appropriate.
4685
4686 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4687
4688 * gdb.server/solib-list-lib.c: New file.
4689 * gdb.server/solib-list-main.c: New file.
4690 * gdb.server/solib-list.exp: New file.
4691
4692 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
4693
4694 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
4695 for 'set print symbol' change.
4696
4697 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4698
4699 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
4700 .debug_abbrev_seg3.
4701
4702 2012-05-24 John Steele Scott <toojays@toojays.net>
4703
4704 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4705 * gdb.dwarf2/dw2-icc-opaque.S: New file.
4706 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
4707
4708 2012-05-23 Stan Shebs <stan@codesourcery.com>
4709
4710 * gdb.mi/mi-info-os.exp: New file.
4711
4712 2012-05-23 Keith Seitz <keiths@redhat.com>
4713
4714 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
4715 return -1 to suppress the rest of the tests.
4716 (compile_stap_bin): Return boolean success value.
4717
4718 2012-05-21 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
4721 Remove kfails.
4722 (test_print_mi_member_types): Likewise.
4723
4724 2012-05-21 Tom Tromey <tromey@redhat.com>
4725
4726 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
4727 print symbol' change.
4728
4729 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4730
4731 * gdb.python/py-prompt.exp: Quit if the target is remote.
4732
4733 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4734
4735 Fix ERROR: internal buffer is full.
4736 * gdb.base/info-os.exp (expect_multiline): New function.
4737 (get process list, get process groups, get threads)
4738 (get file descriptors, get internet-domain sockets)
4739 (get shared-memory regions, get semaphores, get message queues): Use
4740 it for these tests.
4741
4742 2012-05-18 Tom Tromey <tromey@redhat.com>
4743
4744 * gdb.mi/mi-var-cmd.exp: Update.
4745 * gdb.objc/basicclass.exp (do_objc_tests): Update.
4746 * gdb.cp/virtbase.exp: Update.
4747 * gdb.cp/classes.exp (test_static_members): Update.
4748 * gdb.cp/casts.exp: Update.
4749 * gdb.base/pointers.exp: Update.
4750 * gdb.base/funcargs.exp (pointer_args): Update.
4751 (structs_by_reference): Update.
4752 * gdb.base/find.exp: Update.
4753 * gdb.base/call-strs.exp: Send "set print symbol off".
4754 * gdb.base/call-ar-st.exp: Update.
4755 * gdb.ada/fun_addr.exp: Update.
4756 * gdb.base/printcmds.exp (test_print_symbol): New proc.
4757 Call it.
4758 (test_print_repeats_10, test_print_strings)
4759 (test_print_char_arrays): Update.
4760
4761 2012-05-18 Tom Tromey <tromey@redhat.com>
4762
4763 * gdb.base/charset.exp (string_display): Update.
4764
4765 2012-05-18 Tom Tromey <tromey@redhat.com>
4766
4767 * gdb.mi/mi2-var-display.exp: Update.
4768 * gdb.mi/mi-var-display.exp: Update.
4769 * gdb.mi/mi-var-child.exp: Update.
4770 * gdb.cp/expand-psymtabs-cxx.exp: Update.
4771 * gdb.cp/cp-relocate.exp (get_func_address): Update.
4772
4773 2012-05-17 Doug Evans <dje@google.com>
4774
4775 * info-macros.exp: Pass "debug" to prepare_for_testing.
4776
4777 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
4778 * gdb.ada/Makefile.in (clean): Ditto.
4779 * gdb.arch/Makefile.in (clean): Ditto.
4780 * gdb.asm/Makefile.in (clean): Ditto.
4781 * gdb.base/Makefile.in (clean): Ditto.
4782 * gdb.cell/Makefile.in (clean): Ditto.
4783 * gdb.cp/Makefile.in (clean): Ditto.
4784 * gdb.disasm/Makefile.in (clean): Ditto.
4785 * gdb.dwarf2/Makefile.in (clean): Ditto.
4786 * gdb.fortran/Makefile.in (clean): Ditto.
4787 * gdb.go/Makefile.in (clean): Ditto.
4788 * gdb.hp/Makefile.in (clean): Ditto.
4789 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
4790 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
4791 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
4792 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
4793 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
4794 * gdb.java/Makefile.in (clean): Ditto.
4795 * gdb.linespec/Makefile.in (clean): Ditto.
4796 * gdb.mi/Makefile.in (clean): Ditto.
4797 * gdb.modula2/Makefile.in (clean): Ditto.
4798 * gdb.multi/Makefile.in (clean): Ditto.
4799 * gdb.objc/Makefile.in (clean): Ditto.
4800 * gdb.opencl/Makefile.in (clean): Ditto.
4801 * gdb.opt/Makefile.in (clean): Ditto.
4802 * gdb.pascal/Makefile.in (clean): Ditto.
4803 * gdb.python/Makefile.in (clean): Ditto.
4804 * gdb.reverse/Makefile.in (clean): Ditto.
4805 * gdb.server/Makefile.in (clean): Ditto.
4806 * gdb.stabs/Makefile.in (clean): Ditto.
4807 * gdb.threads/Makefile.in (clean): Ditto.
4808 * gdb.trace/Makefile.in (clean): Ditto.
4809 * gdb.xml/Makefile.in (clean): Ditto.
4810
4811 2012-05-16 Tom Tromey <tromey@redhat.com>
4812
4813 * gdb.base/macscp1.c (macscp_expr): Add comment.
4814 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
4815
4816 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
4817
4818 * gdb.base/return-nodebug.exp: Also test float and double types.
4819
4820 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4821
4822 PR testsuite/12649
4823 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
4824
4825 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
4826
4827 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
4828
4829 * gdb.base/stap-probe.exp (stap_test): Remove calls to
4830 `rerun_to_main'.
4831 (stap_test_no_debuginfo): Likewise.
4832
4833 2012-05-14 Stan Shebs <stan@codesourcery.com>
4834
4835 * gdb.base/dprintf.c: New file.
4836 * gdb.base/dprintf.exp: New file.
4837
4838 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
4839
4840 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
4841 * gdb.trace/disconnected-tracing.c: New file.
4842 * gdb.trace/disconnected-tracing.exp: New file.
4843
4844 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4845
4846 * gdb.python/python.c: Add a new breakpoint comment.
4847 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
4848
4849 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
4850
4851 * gdb.base/info-os.exp: New file.
4852 * gdb.base/info-os.c: New file.
4853
4854 2012-05-10 Joel Brobecker <brobecker@adacore.com>
4855
4856 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
4857 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
4858 New files.
4859
4860 2012-05-10 Joel Brobecker <brobecker@adacore.com>
4861
4862 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
4863 gdb.base/ctxobj.exp: New files.
4864
4865 2012-05-09 Tom Tromey <tromey@redhat.com>
4866
4867 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
4868
4869 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
4870
4871 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
4872
4873 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
4874
4875 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
4876 before using it.
4877
4878 2012-05-04 Tristan Gingold <gingold@adacore.com>
4879
4880 * gdb.base/set-noassign.exp: New test.
4881
4882 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4883
4884 * gdb.python/py-symbol.exp: Add tests to test the new methods
4885 gdb.Symtab.global_block() and gdb.Symtab.static_block().
4886 * gdb.python/py-symbol.c: Add new struct to help test
4887 gdb.Symtab.static_block().
4888
4889 2012-05-03 Doug Evans <dje@google.com>
4890
4891 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
4892 commented out.
4893
4894 2012-05-03 Yao Qi <yao@codesourcery.com>
4895
4896 * gdb.base/catch-syscall.exp: Skip it before compilation if target
4897 doesn't support.
4898 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
4899 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
4900
4901 2012-05-03 Yao Qi <yao@codesourcery.com>
4902
4903 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
4904
4905 2012-04-30 Doug Evans <dje@google.com>
4906
4907 PR testsuite/13961
4908 * gdb.dwarf2/pr13961.S: New file.
4909 * gdb.dwarf2/pr13961.exp: New file.
4910
4911 2012-04-29 Yao Qi <yao@codesourcery.com>
4912
4913 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
4914
4915 2012-04-28 Doug Evans <dje@google.com>
4916
4917 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
4918 .Ltype_int_in_cu2. Use name "int2" instead of "int".
4919 All uses updated.
4920 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
4921 "ptype func_cu1" to expand cu2 before cu1.
4922
4923 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4924 Tom Tromey <tromey@redhat.com>
4925
4926 * gdb.base/default.exp: Add `$_probe_arg*' convenience
4927 variables.
4928 * gdb.base/stap-probe.c: New file.
4929 * gdb.base/stap-probe.exp: New file.
4930 * gdb.trace/stap-trace.c: New file.
4931 * gdb.trace/stap-trace.exp: New file.
4932 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
4933 libgcc's unwinder.
4934
4935 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
4936
4937 * gdb.arch/mips16-thunks-inmain.c: New file.
4938 * gdb.arch/mips16-thunks-main.c: New file.
4939 * gdb.arch/mips16-thunks-sin.c: New file.
4940 * gdb.arch/mips16-thunks-sinfrob.c: New file.
4941 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
4942 * gdb.arch/mips16-thunks-sinmain.c: New file.
4943 * gdb.arch/mips16-thunks-sinmips16.c: New file.
4944 * gdb.arch/mips16-thunks.exp: New file.
4945
4946 2012-04-25 Doug Evans <dje@google.com>
4947
4948 * configure.ac: Create gdb.go/Makefile.
4949 * configure: Regenerate.
4950 * gdb.base/default.exp: Add "go" to "set language" testing.
4951 * gdb.go/Makefile.in: New file.
4952 * gdb.go/basic-types.exp: New file.
4953 * gdb.go/chan.exp: New file.
4954 * gdb.go/chan.go: New file.
4955 * gdb.go/handcall.exp: New file.
4956 * gdb.go/handcall.go: New file.
4957 * gdb.go/hello.exp: New file.
4958 * gdb.go/hello.go: New file.
4959 * gdb.go/integers.exp: New file.
4960 * gdb.go/integers.go: New file.
4961 * gdb.go/methods.exp: New file.
4962 * gdb.go/methods.go: New file.
4963 * gdb.go/package.exp: New file.
4964 * gdb.go/package1.go: New file.
4965 * gdb.go/package2.go: New file.
4966 * gdb.go/print.exp: New file.
4967 * gdb.go/strings.exp: New file.
4968 * gdb.go/strings.go: New file.
4969 * gdb.go/types.exp: New file.
4970 * gdb.go/types.go: New file.
4971 * gdb.go/unsafe.exp: New file.
4972 * gdb.go/unsafe.go: New file.
4973 * lib/future.exp: Add Go support.
4974 (gdb_find_go, gdb_find_go_linker): New procs.
4975 (gdb_default_target_compile): Add Go support.
4976 * lib/gdb.exp (skip_go_tests): New proc.
4977 * lib/go.exp: New file.
4978
4979 2012-04-25 Tom Tromey <tromey@redhat.com>
4980
4981 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
4982
4983 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
4984 Jan Kratochvil <jan.kratochvil@redhat.com>
4985
4986 PR symtab/7259:
4987 * gdb.base/enumval.c: New test case.
4988 * gdb.base/enumval.exp: New test case.
4989 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
4990 field.bitpos.
4991
4992 2012-04-17 Pedro Alves <palves@redhat.com>
4993
4994 * Makefile.in (site.exp): Make site.exp source
4995 $srcdir/lib/append_gdb_boards_dir.exp.
4996 * lib/append_gdb_boards_dir.exp: New file.
4997
4998 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4999
5000 New option "set auto-load safe-path".
5001 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
5002 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
5003
5004 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5005
5006 auto-load: Implementation.
5007 * gdb.base/help.exp (test set height): Increase the height.
5008 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
5009 to ...
5010 (info auto-load python-scripts): ... here.
5011 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
5012 to ...
5013 (info auto-load python-scripts *): ... here.
5014
5015 2012-04-16 Yao Qi <yao@codesourcery.com>
5016
5017 * lib/trace-support.exp (get_in_proc_agent): New.
5018 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
5019 of in process trace agent.
5020 * gdb.trace/ftrace.exp: Likewise.
5021 * gdb.trace/pending.exp: Likewise.
5022 * gdb.trace/trace-break.exp: Likewise.
5023 * gdb.trace/trace-mt.exp
5024 * gdb.trace/tspeed.exp: Likewise.
5025 * gdb.trace/tstatus.exp
5026 * gdb.trace/strace.exp: Likewise.
5027
5028 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
5029
5030 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
5031 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
5032
5033 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
5034
5035 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
5036
5037 PR mi/13393
5038 * gdb.mi/mi-var-rtti.cc: New file.
5039 * gdb.mi/mi-var-rtti.exp: New file.
5040 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
5041 function.
5042 (mi_varobj_update_with_type_change): updated to avoid code duplication.
5043
5044 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
5045
5046 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
5047 EXECUTABLES.
5048 * gdb.python/py-explore.c: C program used for testing the new
5049 'explore' command on C constructs.
5050 * gdb.python/py-explore.cc: C++ program used for testing the new
5051 'explore' command on C++ constructs.
5052 * gdb-python/py-explore.exp: Tests for the new 'explore'
5053 command on C constructs.
5054 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
5055 command on C++ constructs.
5056
5057 2012-04-07 Mark Kettenis <kettenis@gnu.org>
5058
5059 * gdb.base/funcargs.exp (complex_args): Fix typo.
5060
5061 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5062
5063 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
5064 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
5065
5066 2012-04-05 Keith Seitz <keiths@redhat.com>
5067
5068 * gdb.base/advance.exp: Update error message for
5069 "advance malformed" test.
5070 * gdb.base/break.exp: Likewise for "breakpoint with
5071 trailing garbage" test.
5072 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
5073 with trailing garbage" test.
5074 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
5075 trailng garbage" test.
5076 * gdb.base/until.exp: Likewise for "malformed until" test.
5077 * gdb.cp/ovldbreak.exp: Create the breakpoint table
5078 for "breakpoint info (after setting on all)".
5079 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
5080 tests.
5081 * gdb.cp/cplabel.cc: New file.
5082 * gdb.cp/cplabel.exp: New test.
5083 * gdb.linespec/ls-errs.c: New file.
5084 * gdb.linespec/ls-errs.exp: New test.
5085
5086 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5087
5088 * gdb.trace/unavailable.exp
5089 (collect globals: print object on: print derived_partial)
5090 (collect globals: print object on: print derived_whole)
5091 (collect globals: print object off: print derived_partial)
5092 (collect globals: print object off: print derived_whole): Update
5093 expected output.
5094
5095 2012-03-30 Keith Seitz <keiths@redhat.com>
5096
5097 * gdb.python: Add test for linespecs with commas.
5098
5099 2012-03-28 Keith Seitz <keiths@redhat.com>
5100
5101 * gdb.linespec/ls-dollar.cc: New file.
5102 * gdb.linespec/ls-dollar.exp: New test.
5103
5104 2012-03-28 Keith Seitz <keiths@redhat.com>
5105
5106 * gdb.cp/namespace.exp: Add breakpoint tests for functions
5107 starting with the global namespace.
5108
5109 2012-03-23 Doug Evans <dje@google.com>
5110
5111 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
5112
5113 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5114
5115 * gdb.python/py-value.cc: Add test case for testing the
5116 methodology exposing C++ values to Python.
5117 * gdb.python/py-value-cc.exp: Add tests testing the methodology
5118 exposing C++ values to Python.
5119 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
5120
5121 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5122 Siddhesh Poyarekar <siddhesh@redhat.com>
5123
5124 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5125 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
5126 (generate native core dump): Make the test unsupported if core cannot
5127 be generated.
5128
5129 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5130
5131 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
5132 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
5133 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
5134
5135 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5136
5137 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
5138
5139 2012-03-17 Doug Evans <dje@google.com>
5140
5141 * dg-extract-results.sh: Handle KFAILs.
5142
5143 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5144
5145 PR symtab/13777
5146 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
5147
5148 2012-03-16 Joel Brobecker <brobecker@adacore.com>
5149
5150 * gdb.ada/set_pckd_arr_elt: New testcase.
5151
5152 2012-03-16 Gary Benson <gbenson@redhat.com>
5153
5154 PR breakpoints/10738
5155 * gdb.opt/inline-break.exp: New file.
5156 * gdb.opt/inline-break.c: Likewise.
5157 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
5158 * gdb.dwarf2/dw2-inline-break.S: Likewise.
5159 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
5160 * gdb.base/async-shell.exp: Likewise.
5161 * lib/mi-support.exp (library_loaded_re): Likewise.
5162
5163 2012-03-15 Tom Tromey <tromey@redhat.com>
5164
5165 * gdb.cp/virtfunc2.exp: Update expected output.
5166 * gdb.cp/pr9631.exp: Update expected output.
5167 * gdb.cp/member-ptr.exp: Update expected output.
5168 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
5169 output.
5170 * gdb.cp/casts.exp: Update expected output.
5171
5172 2012-03-15 Tom Tromey <tromey@redhat.com>
5173
5174 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
5175 (test_info_vtbl): Likewise.
5176 (do_tests): Call test_info_vtbl.
5177 * gdb.cp/virtfunc.cc (va): New global.
5178
5179 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
5180
5181 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
5182 describing DWARF data structures.
5183 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
5184 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
5185 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
5186 * gdb.dwarf2/dw2-entry-value.S: Likewise.
5187 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5188 * gdb.dwarf2/dw2-param-error.S: Likewise.
5189 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
5190 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
5191 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
5192 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
5193 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
5194 * gdb.dwarf2/pr11465.S: Likewise.
5195
5196 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5197
5198 * gdb.mi/mi2-prompt.exp: New file.
5199
5200 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5201
5202 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
5203
5204 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5205
5206 * gdb.ada/bp_range_type: New testcase.
5207
5208 2012-03-13 Doug Evans <dje@google.com>
5209
5210 * gdb.base/default.exp: Delete tests for symbol-reloading.
5211 * gdb.base/help.exp: Ditto.
5212 * gdb.base/setshow.exp: Ditto.
5213 * gdb.base/gdb_history: Delete references to symbol-reloading.
5214
5215 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5216
5217 * gdb.base/attach-twice.c: New files.
5218 * gdb.base/attach-twice.exp: New files.
5219
5220 2012-03-08 Keith Seitz <keiths@redhat.com>
5221
5222 * lib/gdb.exp (gdb_get_line_number): Throw an
5223 error instead of returning -1.
5224 * gdb.base/break.exp: Remove unused variable
5225 bp_location5.
5226 * gdb.base/hbreak2.exp: Likewise.
5227 * gdb.base/sepdebug.exp: Likewise.
5228
5229 2012-03-08 Yao Qi <yao@codesourcery.com>
5230 Pedro Alves <palves@redhat.com>
5231
5232 Fix PR server/13392.
5233 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
5234 (tracepoint_change_loc_2): Remove kfail. Return if failed to
5235 download tracepoints.
5236 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
5237 (pending_tracepoint_resolved_during_trace): Likewise.
5238 (pending_tracepoint_installed_during_trace): Likewise.
5239 (pending_tracepoint_with_action_resolved): Likewise.
5240
5241 2012-03-08 Keith Seitz <keiths@redhat.com>
5242
5243 * gdb.ada/array_bounds.exp: Get breakpoint for line
5244 with "START", not "STOP".
5245 * gdb.python/py-infthread.exp: Do not continue to
5246 line marked "Break here.", which is undefined.
5247
5248 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
5249
5250 Revert:
5251
5252 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5253
5254 Implement testsuite workaround for PR breakpoints/13781.
5255 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5256 (set breakpoint condition-evaluation host): New conditional command.
5257
5258 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5259
5260 Fix CU relative vs. absolute DIE offsets.
5261 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
5262 one.
5263
5264 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5265
5266 Fix false FAIL on distros with relro linkage as default.
5267 * gdb.reverse/solib-precsave.exp: Try to compile the test using
5268 -Wl,-z,norelro first.
5269
5270 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5271
5272 * gdb.ada/bp_on_var: New testcase.
5273
5274 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5275
5276 * gdb.ada/bp_enum_homonym: New testcase.
5277
5278 2012-03-06 Yao Qi <yao@codesourcery.com>
5279
5280 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
5281 x86_64-*-* and i?86-*-*.
5282 Set up KFAIL for gdb/13808.
5283
5284 2012-03-05 Tom Tromey <tromey@redhat.com>
5285
5286 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
5287 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
5288
5289 2012-03-05 Tom Tromey <tromey@redhat.com>
5290
5291 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
5292
5293 2012-03-04 Yao Qi <yao@codesourcery.com>
5294
5295 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
5296 messages for KFAIL.
5297
5298 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5299
5300 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
5301 (print one_two_three, indexes off, print few_reps, indexes off)
5302 (print many_reps, indexes off, print empty, indexes off)
5303 (print one_two_three, print few_reps, print many_reps, print empty):
5304 Call setup_xfail if $gcc_old.
5305
5306 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5307
5308 Implement testsuite workaround for PR breakpoints/13781.
5309 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5310 (set breakpoint condition-evaluation host): New conditional command.
5311
5312 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5313
5314 Code cleanup.
5315 * gdb.cp/mb-templates.exp: New variables executable. Use it for
5316 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
5317 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
5318 number 1 by $bpnum. Four times.
5319
5320 2012-03-03 Yao Qi <yao@codesourcery.com>
5321
5322 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
5323
5324 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5325
5326 Setup KFAIL for PR server/13796.
5327 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
5328
5329 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5330
5331 * gdb.ada/operator_bp: New testcase.
5332
5333 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5334
5335 * gdb.ada/info_locals_renaming: New testcase.
5336
5337 2012-03-02 Tom Tromey <tromey@redhat.com>
5338
5339 * gdb.base/nextoverexit.c: New file.
5340 * gdb.base/nextoverexit.exp: New file.
5341
5342 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5343
5344 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
5345 parameter.
5346
5347 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5348
5349 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
5350 core registers.
5351
5352 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5353 Maciej W. Rozycki <macro@codesourcery.com>
5354 Daniel Jacobowitz <dan@codesourcery.com>
5355
5356 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
5357
5358 2012-03-01 Pedro Alves <palves@redhat.com>
5359
5360 PR gdb/13767
5361
5362 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
5363 (gdb_collect_globals_test): Call it.
5364
5365 2012-03-01 Keith Seitz <keiths@redhat.com>
5366
5367 * gdb.cp/method2.exp: Output of overload menu is now
5368 alphabetized. Update tests for "break A::method".
5369 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
5370 of hard-coding them.
5371 Overload menu is alphabetized: rewrite to accommodate.
5372 Unset variables LINE and TYPES which are used in other tests.
5373 Compute the output of "info break".
5374 Update the breakpoint table after all breakpoints are deleted.
5375 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
5376 compute ACTUALS and the method body based on parameters.
5377 Update expected output accordingly.
5378 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
5379 unique comments to allow the use of gdb_get_line_number.
5380
5381 2012-03-01 Keith Seitz <keiths@redhat.com>
5382
5383 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
5384 some Tcl syntax.
5385 * gdb.cp/ovldbreak.exp: Likewise.
5386
5387 2012-03-01 Keith Seitz <keiths@redhat.com>
5388
5389 * gdb.base/help.exp (help show user): Update expected result
5390 for new doc string changes (add "non-python").
5391
5392 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
5393
5394 * gdb.python/py-cmd.exp: Add test to verify that python commands can
5395 be put in the user-defined category and that the commands appear in
5396 "help user-defined".
5397
5398 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5399
5400 * gdb.ada/tagged_not_init: New testcase.
5401
5402 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5403
5404 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
5405 * gdb.ada/enum_idx_packed: New testcase.
5406
5407 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5408
5409 * gdb.ada/aliased_array: New testcase.
5410
5411 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5412
5413 * gdb.ada/whatis_array_val: New testcase.
5414
5415 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5416
5417 Fix disp-step-syscall.exp: fork: single step over fork.
5418 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
5419 whitespaces.
5420 (single step over $syscall): Remove its check.
5421 (single step over $syscall final pc): New check.
5422
5423 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5424
5425 Support processors without SSSE3.
5426 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
5427 pabsd into ...
5428 (ssse3_test): ... a new function.
5429 (main): Call ssse3_test.
5430 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
5431 Update expected values everywhere.
5432 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
5433 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
5434 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
5435 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
5436 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
5437 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
5438 Move these tests lower.
5439 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
5440 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
5441 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
5442 New tests.
5443
5444 2012-02-29 Yao Qi <yao@codesourcery.com>
5445 Pedro Alves <palves@redhat.com>
5446
5447 * gdb.trace/trace-mt.c: New.
5448 * gdb.trace/trace-mt.exp: New.
5449
5450 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
5451
5452 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
5453 numbers instead of hardcoding them.
5454 * gdb.base/annota1.c: Provide suitable markers.
5455 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
5456 numbers instead of hardcoding them.
5457 * gdb.base/annota3.c: Provide suitable markers.
5458
5459 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
5460 * gdb.base/annota3.c: Likewise.
5461 * gdb.base/sigall.c: Likewise.
5462 * gdb.base/signals.c: Likewise.
5463 * gdb.reverse/sigall-reverse.c: Likewise.
5464
5465 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
5466
5467 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
5468 failure return path.
5469
5470 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
5471
5472 * gdb.base/save-bp.exp: Account for new condition evaluator output.
5473
5474 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5475
5476 * gdb.base/cond-eval-mode.exp: New file.
5477
5478 2012-02-24 Pedro Alves <palves@redhat.com>
5479
5480 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
5481 (top level): Use with_test_prefix.
5482
5483 2012-02-24 Pedro Alves <palves@redhat.com>
5484
5485 * gdb.threads/attach-into-signal.exp (corefunc): Use
5486 with_test_prefix.
5487
5488 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5489
5490 Fix false FAILs on old CPUs without SSE.
5491 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
5492 Return untested for Illegal instruction.
5493
5494 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5495
5496 Fix false FAILs with glibc debug infos installed.
5497 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
5498 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
5499
5500 2012-02-22 Sterling Augustine <saugustine@google.com>
5501
5502 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
5503 constant with cast.
5504
5505 2012-02-21 Pedro Alves <palves@redhat.com>
5506
5507 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
5508
5509 2012-02-21 Pedro Alves <palves@redhat.com>
5510
5511 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
5512
5513 2012-02-21 Pedro Alves <palves@redhat.com>
5514
5515 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
5516 with_test_prefix.
5517
5518 2012-02-21 Pedro Alves <palves@redhat.com>
5519
5520 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
5521 with_test_prefix here.
5522 (top level): Do it here instead. Remove `:' from the
5523 with_test_prefix string.
5524 * gdb.base/attach-pie-misread.exp: Remove the leading space the
5525 the suffix `:' from the with_test_prefix prefix string.
5526 * gdb.base/break-interp.exp: Ditto.
5527 * gdb.base/catch-load.exp: Ditto.
5528 * gdb.base/disp-step-syscall.exp: Ditto.
5529 * gdb.base/jit-so.exp: Ditto.
5530 * gdb.base/jit.exp: Ditto.
5531 * gdb.base/sepdebug.exp: Ditto.
5532 * gdb.base/solib-display.exp: Ditto.
5533 * gdb.base/solib-overlap.exp: Ditto.
5534 * gdb.base/watch-cond-infcall.exp: Ditto.
5535 * gdb.base/watchpoint.exp: Ditto.
5536 * gdb.dwarf2/dw2-noloc.exp: Ditto.
5537 * gdb.mi/mi-watch.exp: Ditto.
5538 * gdb.mi/mi2-watch.exp: Ditto.
5539 * gdb.threads/non-ldr-exc-1.exp: Ditto.
5540 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5541 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5542 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5543 * gdb.threads/watchpoint-fork.exp: Ditto.
5544 * gdb.threads/watchthreads-reorder.exp: Ditto.
5545 * gdb.trace/change-loc.exp: Ditto.
5546 * gdb.trace/pending.exp: Ditto.
5547 * gdb.trace/status-stop.exp: Ditto.
5548 * gdb.trace/strace.exp: Ditto.
5549 * gdb.trace/trace-break.exp: Ditto.
5550 * gdb.trace/unavailable.exp: Ditto.
5551 * lib/gdb.exp (with_test_prefix): Always prefix with space and
5552 suffix with colon. Adjust leading comments.
5553
5554 2012-02-21 Pedro Alves <palves@redhat.com>
5555 Tom Tromey <tromey@redhat.com>
5556
5557 * lib/gdb.exp: Add description of test prefixes.
5558 (with_test_prefix): New procedure.
5559 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
5560 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
5561 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
5562 instead of lappend to append to pf_prefix.
5563 * gdb.base/catch-load.exp: Use with_test_prefix.
5564 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
5565 * gdb.base/jit-so.exp: Use with_test_prefix.
5566 * gdb.base/jit.exp: Use with_test_prefix.
5567 * gdb.base/return-nodebug.exp (do_test): Use append instead of
5568 lappend to append to pf_prefix.
5569 * gdb.base/sepdebug.exp: Use with_test_prefix.
5570 * gdb.base/solib-display.exp: Use with_test_prefix.
5571 * gdb.base/solib-overlap.exp: Use with_test_prefix.
5572 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
5573 * gdb.base/watchpoint.exp: Use with_test_prefix.
5574 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
5575 * gdb.mi/mi-watch.exp: Use with_test_prefix.
5576 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
5577 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
5578 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
5579 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
5580 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
5581 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
5582 append instead of lappend to append to pf_prefix.
5583 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
5584 * gdb.trace/change-loc.exp: Use with_test_prefix.
5585 * gdb.trace/pending.exp: Use with_test_prefix.
5586 * gdb.trace/status-stop.exp: Use with_test_prefix.
5587 * gdb.trace/strace.exp: Use with_test_prefix.
5588 * gdb.trace/trace-break.exp: Use with_test_prefix.
5589 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
5590 instead of lappend to append to pf_prefix.
5591
5592 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5593
5594 Fix racy FAILs.
5595 * gdb.base/inferior-died.c (main): Add return of 0.
5596 * gdb.base/inferior-died.exp (continue): Fix expectation of
5597 asynchronous events.
5598 (p 1): New test.
5599
5600 2012-02-20 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
5603 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
5604 gdb's internal debug output. For the non-threaded case, look for
5605 "Program received signal SIGLARM", for the threaded case, peek at
5606 the thread's siginfo.
5607
5608 2012-02-20 Pedro Alves <palves@redhat.com>
5609
5610 General cleanup, make output test messages unique, and build
5611 different executable files for the non-threaded and threaded
5612 cases.
5613
5614 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
5615 Delete.
5616 (executable_nothr, executable_thr): New globals.
5617 (top level): Adjust to delete both executables.
5618 (corefunc): New parameter $executable. Set $pf_prefix instead of
5619 hand writing a prefix in tests. Issue a clean_restart and enable
5620 lin-lwp debug output here.
5621 (top level): Adjust. Use build_executable. Don't start gdb here,
5622 and don't enable lin-lwp debug output here.
5623 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
5624
5625 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5626
5627 Fix racy FAILs.
5628 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
5629 "continue" command.
5630
5631 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5632
5633 Fix for gdbserver non-extended mode.
5634 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
5635 and gdb_run_cmd.
5636
5637 2012-02-17 Tom Tromey <tromey@redhat.com>
5638
5639 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
5640 * gdb.python/py-events.exp: Check 'dir' output.
5641 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
5642
5643 2012-02-17 Yao Qi <yao@codesourcery.com>
5644
5645 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
5646
5647 2012-02-16 Tom Tromey <tromey@redhat.com>
5648
5649 * gdb.base/inferior-died.c: Don't include stdio.h.
5650
5651 2012-02-16 Tom Tromey <tromey@redhat.com>
5652
5653 * gdb.base/inferior-died.c: New file.
5654 * gdb.base/inferior-died.exp: New file.
5655
5656 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
5657
5658 * gdb.base/break-inline.exp: New file.
5659 * gdb.base/break-inline.c: New file.
5660
5661 2012-02-15 Tom Tromey <tromey@redhat.com>
5662
5663 * gdb.base/pc-fp.exp: Add "info register" tests.
5664
5665 2012-02-15 Tom Tromey <tromey@redhat.com>
5666
5667 * gdb.base/regs.exp: Remove.
5668
5669 2012-02-15 Pedro Alves <palves@redhat.com>
5670
5671 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
5672 the target doesn't support tracepoints.
5673 * gdb.trace/circ.exp: Ditto.
5674 * gdb.trace/collection.exp: Ditto.
5675 * gdb.trace/packetlen.exp: Ditto.
5676 * gdb.trace/passc-dyn.exp: Ditto.
5677 * gdb.trace/report.exp: Ditto.
5678 * gdb.trace/tfind.exp: Ditto.
5679 * gdb.trace/tspeed.exp: Ditto.
5680 * gdb.trace/tsv.exp: Ditto.
5681 * gdb.trace/unavailable.exp: Ditto.
5682 * gdb.trace/while-dyn.exp: Ditto.
5683
5684 2012-02-15 Pedro Alves <palves@redhat.com>
5685
5686 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
5687 gdb_test_multiple, and call unsupported instead of fail, if the
5688 remote side does not support the request.
5689
5690 2012-02-15 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
5693 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
5694 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
5695 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
5696 * gdb.server/server-run.exp: Make sure gdb is disconnected.
5697 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
5698 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
5699 doesn't start with "extended-" already.
5700
5701 2012-02-15 Pedro Alves <palves@redhat.com>
5702
5703 Support extended-remote. Avoid cascading timeouts.
5704
5705 * gdb.base/attach.exp (do_attach_tests): Add expected output for
5706 the extended-remote target. If attaching with no file fails, load
5707 the file manually.
5708 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
5709
5710 2012-02-14 Stan Shebs <stan@codesourcery.com>
5711
5712 * gdb.base/ena-dis-br.exp: Add enable count test.
5713
5714 2012-02-13 Pedro Alves <palves@redhat.com>
5715
5716 * config/mips-idt.exp: Delete.
5717 * gdb.base/a2-run.exp: Remove mips-idt xfails.
5718 * gdb.base/bitfields.exp: Remove mips-idt restarts.
5719 * gdb.base/break.exp: Remove mips-idt references.
5720 * gdb.base/chng-syms.exp: Ditto.
5721 * gdb.base/default.exp: Ditto.
5722 * gdb.base/funcargs.exp (funcargs_reload): Delete.
5723 (top level): Don't call it.
5724 * gdb.base/opaque.exp: Remove mips-idt restarts.
5725 * gdb.base/ptype.exp: Remove mips-idt xfails.
5726 * gdb.base/scope.exp: Remove mips-idt restarts.
5727 * gdb.base/sepdebug.exp: Remove mips-idt references.
5728 * gdb.base/watchpoint.exp (maybe_clean_restart)
5729 (maybe_reinitialize): Delete.
5730 (test_disabling_watchpoints, test_disabling_watchpoints)
5731 (test_watchpoint_triggered_in_syscall)
5732 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
5733 Don't call them.
5734
5735 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5736
5737 * gdb.server/server-exec-info.exp: New file.
5738
5739 2012-02-10 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
5742 always non-empty.
5743 (test_attach): Always pass $exec to test_attach_gdb.
5744
5745 2012-02-08 Tom Tromey <tromey@redhat.com>
5746
5747 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
5748 before inferior is started.
5749
5750 2012-02-07 Tom Tromey <tromey@redhat.com>
5751
5752 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
5753 Symbol.value.
5754 * gdb.python/py-symbol.c (qq): Set default value.
5755
5756 2012-02-07 Tom Tromey <tromey@redhat.com>
5757
5758 * gdb.python/py-symbol.c (qq): New global.
5759 * gdb.python/py-symbol.exp: Add test for frame-less
5760 lookup_symbol.
5761 * gdb.python/py-symtab.exp: Fix line number.
5762
5763 2012-02-03 Joel Brobecker <brobecker@adacore.com>
5764
5765 * gdb.ada/mi_task_arg: New testcase.
5766
5767 2012-02-02 Pedro Alves <palves@redhat.com>
5768
5769 * gdb.reverse/until-precsave.exp: Also put "record save" under the
5770 extended timeout.
5771
5772 2012-02-02 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
5775 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
5776
5777 2012-02-02 Pedro Alves <palves@redhat.com>
5778
5779 * gdb.base/term.exp: Rewrite.
5780 * gdb.base/term.c: New.
5781
5782 2012-02-02 Pedro Alves <palves@redhat.com>
5783
5784 * gdb.base/default.exp (run "r" abbreviation, run): Add
5785 extended-remote expected output.
5786
5787 2012-02-02 Tom Tromey <tromey@redhat.com>
5788
5789 * gdb.cp/dispcxx.exp: New file.
5790 * gdb.cp/dispcxx.cc: New file.
5791
5792 2012-02-01 Tom Tromey <tromey@redhat.com>
5793
5794 * gdb.base/jit-simple.exp: New file.
5795 * gdb.base/jit-simple.c: New file.
5796
5797 2012-01-30 Yao Qi <yao@codesourcery.com>
5798
5799 * gdb.base/skip.exp: Make test result unique.
5800
5801 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5802
5803 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
5804 compatibility with valgrind-3.7.0.
5805
5806 2012-01-27 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.base/watchpoint.exp (no_hw): New global.
5809 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
5810 disable hw watchpoints.
5811 (test_wide_location_1, test_wide_location_2): If no_hw is set,
5812 don't expect hw watchpoints.
5813 (no_hw_watchpoints): Always clean restart.
5814 (do_tests): New procedure, factored out from the top level.
5815 (top level): Run tests twice. Once with hw watchpoints enabled,
5816 another time with hw watchpoints disabled.
5817
5818 2012-01-27 Pedro Alves <palves@redhat.com>
5819
5820 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
5821 out from the top level.
5822 (top level): Call it instead.
5823
5824 2012-01-27 Pedro Alves <palves@redhat.com>
5825
5826 * gdb.base/watchpoint.exp (top level): Re-enable hardware
5827 watchpoints sooner.
5828
5829 2012-01-27 Pedro Alves <palves@redhat.com>
5830
5831 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
5832
5833 2012-01-27 Pedro Alves <palves@redhat.com>
5834
5835 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
5836 "You may have requested too many hardware
5837 breakpoints/watchpoints".
5838
5839 2012-01-27 Pedro Alves <palves@redhat.com>
5840
5841 * gdb.base/watchpoint.exp (maybe_clean_restart)
5842 (maybe_reinitialize): New.
5843 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
5844 expect "hit N times".
5845 (test_disabling_watchpoints, test_complex_watchpoint)
5846 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
5847 Call maybe_clean_restart.
5848 (top level): Use clean_restart. Remove "mips-idt-*"
5849 reinitialization.
5850
5851 2012-01-27 Pedro Alves <palves@redhat.com>
5852
5853 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
5854
5855 2012-01-27 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.base/watchpoint.exp: Clean restart after tests that don't
5858 require `initialize' anymore. Remove unnecessary `initialize'
5859 calls.
5860
5861 2012-01-27 Pedro Alves <palves@redhat.com>
5862
5863 * gdb.base/watchpoint.exp (wp_set): Delete.
5864 (initialize, test_simple_watchpoint, top level): Remove dead code.
5865
5866 2012-01-27 Pedro Alves <palves@redhat.com>
5867
5868 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
5869 typo.
5870
5871 2012-01-27 Pedro Alves <palves@redhat.com>
5872
5873 * config/extended-gdbserver.exp: New file.
5874 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
5875 comment.
5876 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
5877 * boards/native-extended-gdbserver.exp: New file.
5878
5879 2012-01-26 Pedro Alves <palves@redhat.com>
5880
5881 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
5882 and gdb_test_multiple.
5883
5884 2012-01-26 Pedro Alves <palves@redhat.com>
5885
5886 Make test messages unique, and more identifiable.
5887 * gdb.multi/watchpoint-multi.exp: Change test messages.
5888
5889 2012-01-25 Tom Tromey <tromey@redhat.com>
5890
5891 * gdb.base/solib-disc.exp: Fix regexps.
5892
5893 2012-01-24 Tom Tromey <tromey@redhat.com>
5894
5895 * lib/mi-support.exp (mi_expect_stop): Add special case for
5896 solib-event.
5897 * gdb.base/catch-load-so.c: New file.
5898 * gdb.base/catch-load.exp: New file.
5899 * gdb.base/catch-load.c: New file.
5900 * gdb.base/break-interp.exp (reach_1): Update regexp.
5901
5902 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5903
5904 Fix fuzzy results.
5905 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
5906 lpsimple and func.
5907
5908 2012-01-24 Gary Benson <gbenson@redhat.com>
5909
5910 Delete #if 0'd out code.
5911 * gdb.base/default.exp (info catch): Remove.
5912 * gdb.base/gdb_history (info catch): Likewise.
5913 * gdb.base/help.exp (info catch): Likewise.
5914
5915 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5916
5917 Fix watchpoints to be specific for each inferior.
5918 * gdb.multi/watchpoint-multi.c: New file.
5919 * gdb.multi/watchpoint-multi.exp: New file.
5920
5921 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5922
5923 Fix watchpoints across inferior fork.
5924 * gdb.threads/watchpoint-fork-child.c: New file.
5925 * gdb.threads/watchpoint-fork-mt.c: New file.
5926 * gdb.threads/watchpoint-fork-parent.c: New file.
5927 * gdb.threads/watchpoint-fork-st.c: New file.
5928 * gdb.threads/watchpoint-fork.exp: New file.
5929 * gdb.threads/watchpoint-fork.h: New file.
5930
5931 2012-01-23 Pedro Alves <palves@redhat.com>
5932
5933 * gdb.base/call-signal-resume.exp: Allow output after "return".
5934
5935 2012-01-20 Pedro Alves <palves@redhat.com>
5936
5937 * gdb.python/py-finish-breakpoint.py: Fix typo.
5938
5939 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5940
5941 * gdb.base/info-proc.exp: Also run on remote targets. Main
5942 "info proc" command is now always present; whether target supports
5943 actual info proc operation is detected when attempting to issue
5944 the command.
5945
5946 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5947
5948 * .gdbinit: Remove.
5949
5950 2012-01-19 Pedro Alves <palves@redhat.com>
5951
5952 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
5953 look at the funtions' returns.
5954 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
5955 (jprint.print(int, int)): Change return type to int. Adjust.
5956
5957 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5958
5959 PR gdb/9538
5960 * gdb.base/sepdebug.exp: New test.
5961
5962 2012-01-18 Pedro Alves <palves@redhat.com>
5963
5964 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
5965 Allow output before ^done.
5966
5967 2012-01-16 Tom Tromey <tromey@redhat.com>
5968
5969 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
5970 Add tests for relative directory.
5971
5972 2012-01-16 Tom Tromey <tromey@redhat.com>
5973
5974 * gdb.base/printcmds.c (enum flag_enum): New.
5975 (three): New global.
5976 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
5977 enum printing.
5978 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
5979 FlagEnumerationPrinter.
5980 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
5981 * gdb.python/py-pp-maint.c (enum flag_enum): New.
5982 (fval): New global.
5983
5984 2012-01-16 Pedro Alves <palves@redhat.com>
5985
5986 * lib/gdb.exp (banned_procedures): New variable.
5987 (banned_variables_traced): Rename to ...
5988 (banned_traced): ... this.
5989 (gdb_init): Also trace banned procedures.
5990 (gdb_finish): Also untrace banned procedures.
5991
5992 2012-01-16 Pedro Alves <palves@redhat.com>
5993
5994 Remove all calls to strace.
5995
5996 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5997
5998 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
5999 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
6000
6001 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6002
6003 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
6004 * gdb.base/pie-execl.exp: Likewise.
6005
6006 2012-01-12 Keith Seitz <keiths@redhat.com>
6007
6008 PR mi/10586
6009 * gdb.mi/var-cmd.c (struct anonymous): New structure.
6010 (do_anonymous_type_tests): New function.
6011 (main): Call do_anonymous_type_tests.
6012 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
6013 (verify_everything): New procedure.
6014 * gdb.mi/mi-var-cp.cc (class A): New class.
6015 (anonymous_structs_and_unions): New function.
6016 (main): Call anonymous_structs_and_unions.
6017 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
6018 (verify_everything): New procedure.
6019
6020 2012-01-12 Keith Seitz <keiths@redhat.com>
6021
6022 * lib/mi-support.exp: Expand comments about PATH_EXPR.
6023 (varobj_tree::get_path_expr): Assume that all varobjs are
6024 compound unless they are known simple types.
6025 Adjust path expressions based on parent type, path parent type,
6026 and tree language.
6027 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
6028 the root varobj.
6029 (mi_walk_varobj_tree): Add LANGUAGE parameter.
6030
6031 2012-01-11 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
6034 core files on this machine" anymore.
6035
6036 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6037
6038 * gdb.base/watchpoint.c (recurser): Initialize local_x.
6039 (main): Repeat recurser call.
6040 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
6041 equivalent to 'local_x'.
6042
6043 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6044 Joel Brobecker <brobecker@adacore.com>
6045
6046 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
6047
6048 2012-01-05 Pedro Alves <alves.ped@gmail.com>
6049
6050 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
6051 * gdb.python/py-events.c (first): Add bits for new "step N" test.
6052 * gdb.python/py-events.exp: Test that "step N" tripping on a
6053 breakpoint emits a breakpoint event.
6054
6055 2012-01-03 Joel Brobecker <brobecker@adacore.com>
6056
6057 * gdb.base/auxv.exp: Reformat the copyright notice.
6058
6059 2012-01-03 Yao Qi <yao@codesourcery.com>
6060
6061 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
6062 (strace_trace_on_diff_addr): New.
6063 * gdb.trace/strace.c: (main): Add two local variables.
6064
6065 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
6066
6067 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
6068 * gdb.cell/gcore.exp: Likewise.
6069 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
6070 to verify the correct instance of main is selected.
6071
6072 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6073
6074 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
6075 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
6076 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
6077 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
6078 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
6079 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
6080 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
6081 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
6082 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
6083 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
6084 gdb.threads/thread_check.c: Reformat copyright header.
6085
6086 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6087
6088 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
6089 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
6090 is not enabled.
6091
6092 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6093
6094 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
6095 parameter to self_exec, adjust the function.
6096 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
6097 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
6098 (set var do_exit = 0): Remove test.
6099 (newline at end of file): Add one.
6100
6101 2011-12-27 Joel Brobecker <brobecker@adacore.com>
6102
6103 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
6104 New files.
6105
6106 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6107
6108 Fix racy FAILs.
6109 * gdb.threads/fork-thread-pending.c (barrier): New variable.
6110 (thread_function, thread_forker): Call pthread_barrier_wait for it.
6111 (main): Call pthread_barrier_init for it.
6112
6113 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6114
6115 Fix double send_gdb leading to racy FAILs.
6116 * gdb.base/break.exp (set silent break bp_location1): Replace
6117 3x send_gdb and gdb_expect by gdb_test.
6118 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
6119 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
6120 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
6121 instead of send_gdb. Twice.
6122 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
6123 3x send_gdb and gdb_expect by gdb_test.
6124 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
6125
6126 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6127
6128 * gdb.linespec/linespec.exp: Compile using {c++}.
6129
6130 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6131
6132 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
6133 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
6134 (verify GCC PR debug/51668): New test.
6135
6136 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
6137
6138 Introduce gdb.FinishBreakpoint in Python.
6139 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
6140 py-finish-breakpoint2
6141 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
6142 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
6143 instead of line number.
6144 * gdb.python/py-finish-breakpoint.c: New file.
6145 * gdb.python/py-finish-breakpoint.exp: New file.
6146 * gdb.python/py-finish-breakpoint.py: New file.
6147 * gdb.python/py-finish-breakpoint2.cc: New file.
6148 * gdb.python/py-finish-breakpoint2.exp: New file.
6149 * gdb.python/py-finish-breakpoint2.py: New file.
6150
6151 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6152
6153 Partial fix of compatibility with gcc-4.7.
6154 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
6155 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
6156 Add comment to add a PASS case in the future.
6157
6158 Fix compatibility with gcc-4.7.
6159 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
6160
6161 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6162
6163 PR tdep/12797
6164 * gdb.base/callfuncs.exp: Remove KFAIL.
6165
6166 2011-12-21 Joel Brobecker <brobecker@adacore.com>
6167
6168 * gdb.ada/task_bp: New testcase.
6169
6170 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6171
6172 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
6173 -DNO_SECTIONS.
6174 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
6175
6176 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6177
6178 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
6179 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
6180 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6181 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
6182 conditional for gcc <= 4.5.
6183
6184 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6185
6186 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
6187 by XFAIL.
6188 * gdb.cp/static-method.exp (info addr A::func())
6189 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6190 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6191 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6192 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
6193 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
6194 (test value of F in k3_m): Likewise.
6195 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6196 Likewise.
6197
6198 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6199
6200 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
6201 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
6202 Remove.
6203 * gdb.threads/attachstop-mt.c: Remove.
6204 * gdb.threads/attachstop-mt.exp: Remove.
6205
6206 2011-12-17 Mark Kettenis <kettenis@gnu.org>
6207
6208 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
6209
6210 2011-12-16 Doug Evans <dje@google.com>
6211
6212 * boards/native-stdio-gdbserver.exp: New file.
6213 * boards/native-gdbserver.exp: New file.
6214
6215 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
6216 gdbserver output.
6217 (gdbserver_default_get_remote_address): New function.
6218 (gdbserver_start): Call gdb,get_remote_address to compute argument
6219 to "target remote" command.
6220
6221 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6222
6223 * gdb.python/py-function.exp: Change "on" to "full" for
6224 python print-stack. Add set/show python print-stack
6225 off|full|message tests.
6226
6227 2011-12-15 Yao Qi <yao@codesourcery.com>
6228
6229 * gdb.trace/strace.c: New
6230 * gdb.trace/strace.exp: New.
6231
6232 2011-12-14 Tom Tromey <tromey@redhat.com>
6233
6234 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
6235
6236 2011-12-14 Doug Evans <dje@google.com>
6237
6238 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
6239
6240 2011-12-14 Pedro Alves <pedro@codesourcery.com>
6241
6242 PR threads/10729
6243
6244 * gdb.mi/watch-nonstop.c: New file.
6245 * gdb.mi/mi-watch-nonstop.exp: New file.
6246
6247 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6248 Doug Evans <dje@google.com>
6249
6250 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
6251 (clean_restart): Remove references to the gdb_stub target board
6252 variable.
6253 (gdb_step_for_stub): Delete.
6254
6255 * gdb.base/annota1.exp: Remove all references to [target_info
6256 exists gdb_stub], gdb_step_for_stub and usestubs.
6257 * gdb.base/annota3.exp: Ditto.
6258 * gdb.base/async.exp: Ditto.
6259 * gdb.base/break.exp: Ditto.
6260 * gdb.base/code-expr.exp: Ditto.
6261 * gdb.base/commands.exp: Ditto.
6262 * gdb.base/completion.exp: Ditto.
6263 * gdb.base/condbreak.exp: Ditto.
6264 * gdb.base/consecutive.exp: Ditto.
6265 * gdb.base/cvexpr.exp: Ditto.
6266 * gdb.base/define.exp: Ditto.
6267 * gdb.base/display.exp: Ditto.
6268 * gdb.base/ena-dis-br.exp: Ditto.
6269 * gdb.base/environ.exp: Ditto.
6270 * gdb.base/gnu-ifunc.exp: Ditto.
6271 * gdb.base/maint.exp: Ditto.
6272 * gdb.base/pending.exp: Ditto.
6273 * gdb.base/sect-cmd.exp: Ditto.
6274 * gdb.base/sepdebug.exp: Ditto.
6275 * gdb.base/unload.exp: Ditto.
6276 * gdb.base/watchpoint-solib.exp: Ditto.
6277 * gdb.cp/annota2.exp: Ditto.
6278 * gdb.cp/annota3.exp: Ditto.
6279 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
6280 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
6281 * gdb.mi/mi-pending.exp: Ditto.
6282 * gdb.trace/circ.exp: Ditto.
6283 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
6284 * gdb.base/list.exp: Ditto.
6285
6286 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
6287 breakpoint function and all references to the usestubs macro.
6288 * gdb.base/exprs.c: Ditto.
6289 * gdb.base/freebpcmd.c: Ditto.
6290 * gdb.base/bitfields.c: Ditto.
6291 * gdb.base/bitfields2.c: Ditto.
6292 * gdb.base/break.c: Ditto.
6293 * gdb.base/call-sc.c: Ditto.
6294 * gdb.base/call-signals.c: Ditto.
6295 * gdb.base/callfuncs.c: Ditto.
6296 * gdb.base/charset.c: Ditto.
6297 * gdb.base/consecutive.c: Ditto.
6298 * gdb.base/constvars.c: Ditto.
6299 * gdb.base/funcargs.c: Ditto.
6300 * gdb.base/int-type.c: Ditto.
6301 * gdb.base/interrupt.c: Ditto.
6302 * gdb.base/langs0.c: Ditto.
6303 * gdb.base/list0.c: Ditto.
6304 * gdb.base/mips_pro.c: Ditto.
6305 * gdb.base/miscexprs.c: Ditto.
6306 * gdb.base/nodebug.c: Ditto.
6307 * gdb.base/opaque0.c: Ditto.
6308 * gdb.base/pointers.c: Ditto.
6309 * gdb.base/printcmds.c: Ditto.
6310 * gdb.base/ptype.c: Ditto.
6311 * gdb.base/recurse.c: Ditto.
6312 * gdb.base/reread1.c: Ditto.
6313 * gdb.base/reread2.c: Ditto.
6314 * gdb.base/restore.c: Ditto.
6315 * gdb.base/return.c: Ditto.
6316 * gdb.base/run.c: Ditto.
6317 * gdb.base/scope0.c: Ditto.
6318 * gdb.base/sepdebug.c: Ditto.
6319 * gdb.base/setshow.c: Ditto.
6320 * gdb.base/setvar.c: Ditto.
6321 * gdb.base/sigall.c: Ditto.
6322 * gdb.base/signals.c: Ditto.
6323 * gdb.base/structs.c: Ditto.
6324 * gdb.base/structs2.c: Ditto.
6325 * gdb.base/testenv.c: Ditto.
6326 * gdb.base/twice.c: Ditto.
6327 * gdb.base/unwindonsignal.c: Ditto.
6328 * gdb.base/watchpoint.c: Ditto.
6329 * gdb.base/watchpoints.c: Ditto.
6330 * gdb.base/whatis.c: Ditto.
6331 * gdb.cp/classes.cc: Ditto.
6332 * gdb.cp/cplusfuncs.cc: Ditto.
6333 * gdb.cp/derivation.cc: Ditto.
6334 * gdb.cp/formatted-ref.cc: Ditto.
6335 * gdb.cp/misc.cc: Ditto.
6336 * gdb.cp/overload.cc: Ditto.
6337 * gdb.cp/ovldbreak.cc: Ditto.
6338 * gdb.cp/ref-params.cc: Ditto.
6339 * gdb.cp/ref-types.cc: Ditto.
6340 * gdb.cp/templates.cc: Ditto.
6341 * gdb.cp/virtfunc.cc: Ditto.
6342 * gdb.hp/gdb.aCC/run.c: Ditto.
6343 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
6344 * gdb.hp/gdb.compat/xdb0.c: Ditto.
6345 * gdb.reverse/consecutive-reverse.c: Ditto.
6346 * gdb.reverse/sigall-reverse.c: Ditto.
6347 * gdb.reverse/until-reverse.c: Ditto.
6348 * gdb.reverse/watch-reverse.c: Ditto.
6349 * gdb.trace/actions.c: Ditto.
6350 * gdb.trace/circ.c: Ditto.
6351 * gdb.trace/collection.c: Ditto.
6352
6353 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6354
6355 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
6356 (func6, func7): New.
6357 (main): Call func6 and func7.
6358 * gdb.base/watchpoint.exp (test_wide_location_1)
6359 (test_wide_location_2): New.
6360 (top level): Re-enable hardware watchpoints if necessary. Call
6361 test_wide_location_1 and test_wide_location_2.
6362
6363 2011-12-11 Yao Qi <yao@codesourcery.com>
6364
6365 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
6366
6367 2011-12-11 Joel Brobecker <brobecker@adacore.com>
6368
6369 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
6370 expected output for unsupported case.
6371
6372 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6373
6374 PR testsuite/12649
6375 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
6376 Protect gdb_test_multiple by final $gdb_prompt match.
6377
6378 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6379
6380 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
6381 New variable, new test.
6382 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6383 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6384 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6385 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
6386 them if HAVE_GCC_45682_FIXED is not set.
6387
6388 2011-12-10 Yao Qi <yao@codesourcery.com>
6389
6390 * gdb.trace/status-stop.exp: New.
6391 * gdb.trace/status-stop.c: New.
6392
6393 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6394
6395 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
6396 timeout.
6397
6398 2011-12-08 Tom Tromey <tromey@redhat.com>
6399
6400 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
6401 condition.
6402
6403 2011-12-07 Stan Shebs <stan@codesourcery.com>
6404
6405 * gdb.trace/tfind.exp: Update for output changes.
6406
6407 2011-12-07 Pedro Alves <pedro@codesourcery.com>
6408
6409 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
6410 throws "Cannot insert catchpoints in this configuration".
6411 * gdb.ada/mi_catch_ex.exp: Likewise.
6412
6413 2011-12-06 Pedro Alves <pedro@codesourcery.com>
6414
6415 * gdb.base/break-always.exp: Test changing memory at addresses
6416 with breakpoints inserted.
6417
6418 2011-12-06 Joel Brobecker <brobecker@acacore.com>
6419
6420 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
6421 involving a fully qualified function name.
6422
6423 2011-12-06 Tom Tromey <tromey@redhat.com>
6424
6425 * gdb.ada/homonym.exp: Add three breakpoint tests.
6426
6427 2011-12-06 Tom Tromey <tromey@redhat.com>
6428
6429 * gdb.base/solib-weak.exp (do_test): Remove kfail.
6430 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
6431 * gdb.objc/objcdecode.exp: Update for output changes.
6432 * gdb.linespec/linespec.exp: New file.
6433 * gdb.linespec/lspec.cc: New file.
6434 * gdb.linespec/lspec.h: New file.
6435 * gdb.linespec/body.h: New file.
6436 * gdb.linespec/base/two/thefile.cc: New file.
6437 * gdb.linespec/base/one/thefile.cc: New file.
6438 * gdb.linespec/Makefile.in: New file.
6439 * gdb.cp/templates.exp (test_template_breakpoints): Update for
6440 output changes.
6441 * gdb.cp/re-set-overloaded.exp: Remove kfail.
6442 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
6443 makes one breakpoint.
6444 * gdb.cp/method2.exp (test_break): Update for output changes.
6445 * gdb.cp/mb-templates.exp: Update for output changes.
6446 * gdb.cp/mb-inline.exp: Update for output changes.
6447 * gdb.cp/mb-ctor.exp: Update for output changes.
6448 * gdb.cp/ovsrch.exp: Use fully-qualified names.
6449 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
6450 has multiple matches.
6451 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
6452 error message change.
6453 * gdb.base/list.exp (test_list_filename_and_number): Update for
6454 error message change.
6455 * gdb.base/break.exp: Disable pending breakpoints. Update for
6456 output changes.
6457 * configure.ac: Add gdb.linespec.
6458 * configure: Rebuild.
6459 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
6460
6461 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
6462
6463 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
6464 last_break register on s390*-*-* targets.
6465
6466 2011-12-06 Joel Brobecker <brobecker@adacore.com>
6467
6468 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
6469 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
6470 of parameter X in procedure Foo.
6471
6472 2011-12-05 Stan Shebs <stan@codesourcery.com>
6473
6474 * gdb.trace/tfind.exp: Update help string matches.
6475
6476 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6477
6478 * gdb.server/ext-run.exp (get process list): Accept also systemd
6479 as PID 1.
6480
6481 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6482 Pedro Alves <pedro@codesourcery.com>
6483
6484 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
6485 starting GDB.
6486 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
6487 $use_gdb_stub.
6488 * gdb.base/display.exp: Likewise.
6489 * gdb.base/ending-run.exp: Likewise.
6490 * gdb.base/list.exp (test_listsize): Likewise.
6491 * gdb.base/setshow.exp: Likewise.
6492 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
6493 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
6494 check by global $use_gdb_stub.
6495 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
6496 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
6497 (default_gdb_init): Unset global $use_gdb_stub.
6498 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
6499 by global $use_gdb_stub.
6500 * lib/gdbserver-support.exp: Extend comments for set_board_info
6501 gdb_protocol and gdb,socketport.
6502 (gdbserver_start_extended): Set global gdbserver_protocol and
6503 gdbserver_gdbport. Clear global use_gdb_stub.
6504 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
6505 from target use_gdb_stub.
6506 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
6507
6508 2011-12-03 Doug Evans <dje@google.com>
6509
6510 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
6511 (gdb_step_for_stub): Add comments.
6512
6513 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
6514
6515 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
6516 to the caller.
6517 (gdb_test_multiple): Likewise.
6518
6519 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6520
6521 Fix gdb.mi/mi-solib.exp without system debug info installed.
6522 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
6523 expect attribute, return 0 for it. Update comments.
6524
6525 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6526
6527 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
6528 (corrupted list): Adjust the expectation.
6529
6530 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6531
6532 PR threads/13448
6533 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
6534 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
6535 * gdb.threads/tls-var-main.c: New file.
6536 * gdb.threads/tls-var.c: New file.
6537 * gdb.threads/tls-var.exp: New file.
6538
6539 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6540
6541 PR testsuite/12649
6542 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
6543 Protect gdb_test_multiple by final $gdb_prompt match.
6544 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
6545 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
6546 (test_tracepoints): Likewise.
6547
6548 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6549
6550 PR breakpoints/13346
6551 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
6552 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
6553 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
6554
6555 2011-12-01 Joel Brobecker <brobecker@adacore.com>
6556
6557 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
6558 * gdb.ada/homonym/homonym.adb: For use of all types defined
6559 locally inside both Get_Value subprograms.
6560
6561 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6562
6563 Fix racy FAILs.
6564 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
6565 of send_gdb.
6566
6567 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6568
6569 * gdb.base/testenv.exp: Skip on remote targets. Unset global
6570 environment variable after test completed.
6571
6572 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6573
6574 * gdb.base/solib-nodir.exp: Skip if remote target.
6575 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
6576 application. Call gdb_load_shlibs.
6577 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
6578
6579 2011-11-29 Joel Brobecker <brobecker@adacore.com>
6580
6581 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
6582
6583 2011-11-28 Joel Brobecker <brobecker@adacore.com>
6584
6585 * gdb.ada/fullname_bp: New testcase.
6586
6587 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6588
6589 PR testsuite/12649
6590 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
6591 Wrap send_gdb into a new gdb_test.
6592
6593 Code cleanup.
6594 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
6595 Convert send_gdb and gdb_expect to gdb_test_multiple.
6596
6597 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6598
6599 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
6600
6601 2011-11-23 Keith Seitz <keiths@redhat.com>
6602
6603 * lib/mi-support.exp (varobj_tree): New namespace and procs.
6604 (mi_varobj_tree_test_children_callback): New proc.
6605 (mi_walk_varobj_tree): New proc.
6606
6607 2011-11-22 Tom Tromey <tromey@redhat.com>
6608
6609 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
6610 Add "use_mi_command" argument.
6611 (mi_run_cmd, mi_run_with_cli): New procs.
6612 * gdb.mi/solib-lib.c: New file.
6613 * gdb.mi/solib-main.c: New file.
6614 * gdb.mi/mi-solib.exp: New file.
6615
6616 2011-11-21 Doug Evans <dje@google.com>
6617
6618 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
6619 _Unwind_DebugHook is missing.
6620
6621 2011-11-20 Stan Shebs <stan@codesourcery.com>
6622
6623 * gdb.trace/tstatus.exp: New.
6624 * gdb.trace/actions.c: Include string.h.
6625
6626 2011-11-18 Yao Qi <yao@codesourcery.com>
6627
6628 * gdb.trace/pending.exp: New.
6629 * gdb.trace/pending.c: New.
6630 * gdb.trace/pendshr1.c: New.
6631 * gdb.trace/pendshr2.c: New.
6632 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
6633 tracepoint location becomes pending.
6634 (tracepoint_change_loc_2): New.
6635
6636 2011-11-16 David S. Miller <davem@davemloft.net>
6637
6638 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
6639 target is sparc*-*-linux*
6640
6641 2011-11-15 Paul Koning <paul_koning@dell.com>
6642
6643 * gdb.python/py-type.exp: New testcases for exceptions on scalar
6644 types.
6645
6646 2011-11-14 Doug Evans <dje@google.com>
6647
6648 * gdb.base/shell.exp: New file.
6649
6650 2011-11-14 Stan Shebs <stan@codesourcery.com>
6651
6652 * gdb.trace/ftrace.c: New.
6653 * gdb.trace/ftrace.exp: New.
6654
6655 2011-11-14 Yao Qi <yao@codesourcery.com>
6656
6657 * gdb.trace/change-loc-1.c: New.
6658 * gdb.trace/change-loc-2.c: New.
6659 * gdb.trace/change-loc.c: New.
6660 * gdb.trace/change-loc.exp: New.
6661 * gdb.trace/change-loc.h: New.
6662 * gdb.trace/trace-break.c (marker): Define new symbol.
6663 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6664 New.
6665 (break_trace_same_addr_6): New.
6666
6667 2011-11-12 Matt Rice <ratmice@gmail.com>
6668
6669 * gdb.base/info-macros.exp: Make tests for info definitions
6670 test info macro. Add tests for info macro argument processing.
6671 Rename a few tests.
6672
6673 2011-11-11 Keith Seitz <keiths@redhat.com>
6674
6675 PR gdb/12843
6676 * gdb.base/linespecs.exp: New file.
6677
6678 2011-11-11 Doug Evans <dje@google.com>
6679
6680 * gdb.threads/print-threads.exp: Extend timeout for slower
6681 tests.
6682
6683 2011-11-10 Doug Evans <dje@google.com>
6684
6685 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
6686 "record to end of main" test.
6687
6688 * gdb.python/py-type.c (TS): New typedef.
6689 (ts): New global.
6690 * gdb.python/py-type.exp: Test field list of typedef.
6691
6692 2011-11-10 Joel Brobecker <brobecker@adacore.com>
6693
6694 * gdb.ada/small_reg_param: New testcase.
6695
6696 2011-11-09 Tom Tromey <tromey@redhat.com>
6697
6698 * gdb.cp/destrprint.exp: New file.
6699 * gdb.cp/destrprint.cc: New file.
6700
6701 2011-11-08 Meador Inge <meadori@codesourcery.com>
6702
6703 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
6704 (switch_stack_to_other): New test function.
6705 * gdb.arch/thumb-prologue.exp: New test cases.
6706
6707 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
6708
6709 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
6710
6711 2011-11-08 Yao Qi <yao@codesourcery.com>
6712
6713 * gdb.exp (supports_process_record): New.
6714 (supports_reverse): New.
6715 * gdb.reverse/break-precsave.exp: Call support_process_record
6716 to run test conditionally.
6717 * gdb.reverse/consecutive-precsave.exp: Likewise.
6718 * gdb.reverse/i386-precsave.exp: Likewise.
6719 * gdb.reverse/machinestate-precsave.exp: Likewise.
6720 * gdb.reverse/solib-precsave.exp: Likewise.
6721 * gdb.reverse/step-precsave.exp: Likewise.
6722 * gdb.reverse/until-precsave.exp: Likewise.
6723 * gdb.reverse/watch-precsave.exp: Likewise.
6724 * gdb.reverse/break-reverse.exp: Call support_reverse to run
6725 test conditionally.
6726 * gdb.reverse/consecutive-reverse.exp: Likewise.
6727 * gdb.reverse/finish-precsave.exp: Likewise.
6728 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6729 * gdb.reverse/finish-reverse.exp: Likewise.
6730 * gdb.reverse/i386-reverse.exp: Likewise.
6731 * gdb.reverse/i386-sse-reverse.exp: Likewise.
6732 * gdb.reverse/machinestate.exp: Likewise.
6733 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
6734 * gdb.reverse/sigall-precsave.exp: Likewise.
6735 * gdb.reverse/sigall-reverse.exp: Likewise.
6736 * gdb.reverse/solib-reverse.exp: Likewise.
6737 * gdb.reverse/step-reverse.exp: Likewise.
6738 * gdb.reverse/until-reverse.exp: Likewise.
6739 * gdb.reverse/watch-reverse.exp: Likewise.
6740
6741 2011-11-05 Yao Qi <yao@codesourcery.com>
6742
6743 * gdb.trace/trace-break.exp: Add test on setting two
6744 fast tracepoints at the same address.
6745
6746 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6747
6748 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
6749
6750 2011-11-02 Stan Shebs <stan@codesourcery.com>
6751
6752 * gdb.trace/collection.c: Add code using strings.
6753 * gdb.trace/collection.exp: Add tests of string collection.
6754
6755 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6756
6757 * gdb.base/skip-solib.exp (executable_main): New variable.
6758 (binfile_main): Base it on that.
6759 Use $executable_main in clean_restart calls. Drop gdb_exit and
6760 gdb_start calls.
6761
6762 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6763
6764 Fix racy FAILs.
6765 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
6766 breakpoint_re globals import by async. Set string_regex to .* for
6767 async. Remove the optional thread_selected_re and breakpoint_re
6768 globals expectations.
6769
6770 2011-11-01 Joseph Myers <joseph@codesourcery.com>
6771
6772 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
6773 well as Cygwin.
6774
6775 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
6776
6777 Add tests for skip command.
6778 * gdb.base/skip-solib-lib.c: New
6779 * gdb.base/skip-solib-main.c: New
6780 * gdb.base/skip-solib.exp: New
6781 * gdb.base/skip.c: New
6782 * gdb.base/skip.exp: New
6783 * gdb.base/skip1.c: New
6784 * gdb.base/Makefile.in: Adding new files.
6785
6786 2011-10-31 Yao Qi <yao@codesourcery.com>
6787 Pedro Alves <pedro@codesourcery.com>
6788
6789 * gdb.trace/trace-break.c: New.
6790 * gdb.trace/trace-break.exp: New.
6791
6792 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6793
6794 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
6795 break-here-2.
6796
6797 2011-10-28 Pedro Alves <pedro@codesourcery.com>
6798
6799 * gdb.threads/no-unwaited-for-left.c: New.
6800 * gdb.threads/no-unwaited-for-left.exp: New.
6801 * gdb.threads/non-ldr-exc-1.c: New.
6802 * gdb.threads/non-ldr-exc-1.exp: New.
6803 * gdb.threads/non-ldr-exc-2.c: New.
6804 * gdb.threads/non-ldr-exc-2.exp: New.
6805 * gdb.threads/non-ldr-exc-3.c: New.
6806 * gdb.threads/non-ldr-exc-3.exp: New.
6807 * gdb.threads/non-ldr-exc-4.c: New.
6808 * gdb.threads/non-ldr-exc-4.exp: New.
6809
6810 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6811
6812 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
6813 * gdb.base/attach-pie-misread.exp: Likewise.
6814 * gdb.base/break-interp.exp: Likewise.
6815 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
6816 testcases for use_gdb_stub.
6817 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
6818 (continue): New testcase.
6819 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
6820 * gdb.threads/attach-into-signal.exp: Likewise.
6821 * gdb.threads/attach-stopped.exp: Likewise.
6822 * gdb.threads/attachstop-mt.exp: Likewise.
6823
6824 2011-10-28 Paul Koning <paul_koning@dell.com>
6825
6826 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
6827
6828 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6829
6830 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
6831 (mi_gdb_test): Import globals thread_selected_re
6832 and breakpoint_re. Expect them optionally at the regex start.
6833
6834 2011-10-27 Doug Evans <dje@google.com>
6835
6836 * gdb.python/python.exp: Test source -s.
6837
6838 2011-10-26 Paul Koning <paul_koning@dell.com>
6839
6840 * gdb.python/lib-types.cc (struct A): New structure.
6841 * gdb.python/lib-types.exp (deepitems): New tests.
6842
6843 2011-10-25 Paul Koning <paul_koning@dell.com>
6844
6845 PR python/13327
6846
6847 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
6848 fetch_lazy method.
6849
6850 2011-10-24 Yao Qi <yao@codesourcery.com>
6851
6852 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
6853 target is tic6x-*-*.
6854
6855 2011-10-21 Joel Brobecker <brobecker@adacore.com>
6856
6857 * gdb.ada/mi_task_info/task_switch.adb: New file.
6858 * gdb.ada/mi_task_info.exp: New file.
6859
6860 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6861
6862 * gdb.cp/expand-psymtabs-cxx.exp: New file.
6863 * gdb.cp/expand-psymtabs-cxx.cc: New file.
6864
6865 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
6866
6867 PR python/12656
6868
6869 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
6870 global_block tests.
6871
6872 2011-10-18 Tom Tromey <tromey@redhat.com>
6873
6874 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
6875
6876 2011-10-18 Tom Tromey <tromey@redhat.com>
6877
6878 * gdb.base/source.exp: Don't include full file name in test name.
6879 * gdb.python/python.exp: Don't include full file name in test
6880 name.
6881
6882 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6883
6884 * gdb.base/attach-pie-noexec.c: New files.
6885 * gdb.base/attach-pie-noexec.exp: New files.
6886
6887 2011-10-17 Joseph Myers <joseph@codesourcery.com>
6888
6889 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
6890 prompt for each extra line in command.
6891
6892 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6893
6894 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
6895 Revert the part of:
6896 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6897 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
6898 Change the expected string.
6899
6900 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6901
6902 Fix results with system glibc debug info installed.
6903 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
6904 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
6905 Accept also __libc_ symbol prefix and no prefix.
6906
6907 2011-10-14 Keith Seitz <keiths@redhat.com>
6908
6909 PR c++/13225
6910 * gdb.cp/converts.cc (foo3_1): New function.
6911 (foo3_2): New functions.
6912 * gdb.cp/converts.exp: Add tests for int to pointer conversion
6913 and null pointer conversions of integer constant zero.
6914 Add test to check if all arguments are checked for incompatible
6915 conversion BADNESS.
6916
6917 2011-10-14 Tom Tromey <tromey@redhat.com>
6918
6919 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
6920 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
6921 linespec.
6922
6923 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6924
6925 Fix internal error regression.
6926 * gdb.dwarf2/implptr-optimized-out.S: New file.
6927 * gdb.dwarf2/implptr-optimized-out.exp: New file.
6928
6929 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6930
6931 Fix empty DWARF expressions DATA vs. SIZE conditionals.
6932 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
6933 (loclist): New.
6934 (4): New abbrev.
6935 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
6936 Use prepare_for_testing, remove clean_restart.
6937 (p arraynoloc, p arraycallnoloc): New tests.
6938
6939 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6940
6941 * gdb.cp/namespace-enum.exp (executable): New variable.
6942 (binfile): Use ${objdir}/${subdir}/ prefix.
6943 Use ${executable} for clean_restart.
6944
6945 2011-10-11 Sterling Augustine <saugustine@google.com>
6946
6947 * gdb.cp/Makefile.in: Add namespace-enum test.
6948 * gdb.cp/namespace-enum.exp: New file.
6949 * gdb.cp/namespace-enum.c: New file.
6950 * gdb.cp/namespace-enum-main.c: New file.
6951
6952 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
6953
6954 * gdb.python/py-shared.exp: Relax filename check to handle remote:
6955 sysroot.
6956
6957 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6958
6959 Reimplement @entry in input expressions.
6960 * gdb.base/exprs.c (v_int_array_init): New variable.
6961 * gdb.base/exprs.exp (print v_int_array_init)
6962 (print *v_int_array_init@1, print *v_int_array_init@2)
6963 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
6964 (print v_int_array_init[1]@1): New tests.
6965
6966 2011-10-10 Joseph Myers <joseph@codesourcery.com>
6967
6968 * gdb.cp/gdb2495.exp: Do not include directories in filename in
6969 expected message.
6970
6971 2011-10-09 Doug Evans <dje@google.com>
6972
6973 * gdb.base/alias.exp: Add tests for alias command.
6974
6975 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6976
6977 * gdb.arch/amd64-entry-value.s: New file.
6978 * gdb.mi/mi2-amd64-entry-value.s: New file.
6979
6980 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6981
6982 Display @entry parameter values even for references.
6983 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
6984 functions.
6985 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
6986 reference and datap_input.
6987 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
6988 breakpoints.
6989 (continue to breakpoint: entry_reference: reference)
6990 (entry_reference: bt at entry)
6991 (continue to breakpoint: entry_reference: breakhere_reference)
6992 (entry_reference: bt, entry_reference: ptype regparam)
6993 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
6994 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
6995 (entry_reference: p regcopy, entry_reference: p nodataparam)
6996 (entry_reference: p nodataparam@entry): New tests.
6997
6998 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6999
7000 Support @entry in input expressions.
7001 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
7002 (entry_stack: p s1@entry, entry_stack: p s2@entry)
7003 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
7004 (tailcall: p j@entry): New tests.
7005 * gdb.cp/koenig.cc (A::entry): New function.
7006 (main): Call it.
7007 * gdb.cp/koenig.exp (p entry (c)): New test.
7008
7009 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7010
7011 Display @entry parameter values (without references).
7012 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
7013 (different, validity, invalid): New functions.
7014 (main): Call them.
7015 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
7016 stacktest, breakhere_stacktest, different, breakhere_different,
7017 breakhere_validity and breakhere_invalid.
7018 (entry: bt): Update for @entry.
7019 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
7020 (entry_validity: *, entry_invalid: *): Many new tests.
7021 * gdb.base/break.exp
7022 (run until breakpoint set at small function, optimized file): Accept
7023 also the @entry suffix.
7024 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
7025 * gdb.mi/mi2-amd64-entry-value.c: New files.
7026 * gdb.mi/mi2-amd64-entry-value.exp: New files.
7027
7028 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7029
7030 Protect entry values against self tail calls.
7031 * gdb.arch/amd64-entry-value.cc (self2, self): New.
7032 (main): Call self.
7033 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
7034 (set debug entry-values 1, self: bt debug entry-values): New tests.
7035
7036 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7037
7038 Recognize virtual tail call frames.
7039 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
7040 (amb_b, amb_a): New.
7041 (main): Call a and b.
7042 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
7043 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
7044 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
7045 New tests.
7046
7047 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7048
7049 Implement basic support for DW_TAG_GNU_call_site.
7050 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
7051 * gdb.arch/amd64-entry-value.cc: New file.
7052 * gdb.arch/amd64-entry-value.exp: New file.
7053
7054 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7055
7056 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
7057 * gdb.dwarf2/implptr-64bit.S: New file.
7058 * gdb.dwarf2/implptr-64bit.exp: New file.
7059
7060 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7061
7062 Fix initial language detection with -readnow.
7063 * gdb.cp/readnow-language.cc: New file.
7064 * gdb.cp/readnow-language.exp: New file.
7065
7066 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7067
7068 Fix printed anonymous struct name.
7069 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
7070
7071 2011-10-09 Joseph Myers <joseph@codesourcery.com>
7072
7073 * gdb.base/solib-symbol.exp: Do not include directories in
7074 filenames in expected messages.
7075
7076 2011-10-07 Doug Evans <dje@google.com>
7077
7078 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
7079
7080 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
7081
7082 Allow Python notification of new object-file loadings.
7083 * gdb.python/py-events.exp: Test newobjfile event.
7084 * gdb.python/py-events.py: Register newobjfile callback.
7085 * gdb.python/py-events.c: Add call to shared library
7086 * gdb.python/py-events-shlib.c: New file.
7087
7088 2011-10-06 Joseph Myers <joseph@codesourcery.com>
7089
7090 * gdb.base/fixsection.exp: Do not include directories in filename
7091 in expected message.
7092
7093 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7094
7095 Add tests for passing of environment variables to inferior.
7096 * gdb.base/testenv.c: New test source.
7097 * gdb.base/testenv.exp: New expect test.
7098
7099 2011-10-04 Paul Koning <paul_koning@dell.com>
7100
7101 * gdb.python/py-value.c (main): Break before return.
7102
7103 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
7104
7105 PR python/12691: Add the inferior to Python exited event
7106 * gdb.python/py-events.exp: Test the inferior attribute of exited
7107 event with a fork.
7108 * gdb.python/py-events.py: Print inferior number on exit.
7109 * gdb.python/py-events.c: Fork the inferior.
7110
7111 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
7112
7113 * gdb.base/jit.exp: Add testcase name to log message
7114
7115 2011-10-03 Paul Koning <paul_koning@dell.com>
7116 Jan Kratochvil <jan.kratochvil@redhat.com>
7117
7118 * gdb.python/py-value.exp
7119 (python inval = gdb.parse_and_eval('*(int*)0'))
7120 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
7121 (set argc=2, python print argc_lazy): New tests.
7122
7123 2011-10-02 Joel Brobecker <brobecker@adacore.com>
7124
7125 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
7126
7127 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7128 Pedro Alves <pedro@codesourcery.com>
7129
7130 * gdb.python/py-value.exp (test_value_in_inferior): New variable
7131 can_read_0, test for it.
7132 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
7133 (parse_and_eval with memory error): ... here, make it untested if
7134 can_read_0.
7135
7136 2011-09-30 Marek Polacek <mpolacek@redhat.com>
7137
7138 * gdb.python/python.exp (verify pagination beforehand)
7139 (verify pagination afterwards): Fix race by splitting the line.
7140
7141 2011-09-29 Joseph Myers <joseph@codesourcery.com>
7142
7143 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
7144 for 64-bit multilibs from i?86-* targets.
7145
7146 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7147
7148 * lib/gdb.exp: Fix a typo in one of the comments.
7149
7150 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7151
7152 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
7153 matching pattern.
7154
7155 2011-09-28 Paul Koning <paul_koning@dell.com>
7156
7157 * gdb.python/py-type.c (enum E): New.
7158 * gdb.python/py-type.exp (test_fields): Add tests for Python
7159 mapping access to fields.
7160 (test_enums): New test for field access on enums.
7161
7162 2011-09-27 Stan Shebs <stan@codesourcery.com>
7163
7164 * gdb.trace/collection.exp: Test collection of $_ret.
7165
7166 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
7167
7168 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
7169 list of compilation switches for <*-*-freebsd*>.
7170
7171 2011-09-19 Stan Shebs <stan@codesourcery.com>
7172
7173 * gdb.trace/tspeed.exp: New file.
7174 * gdb.trace/tspeed.c: New file.
7175
7176 2011-09-18 Yao Qi <yao@codesourcery.com>
7177
7178 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
7179 instructions.
7180 (test_adr_32bit, test_pop_pc): Likewise.
7181 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
7182 Thumb instructions.
7183 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
7184 in gdb_test_multiple.
7185 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
7186
7187 2011-09-17 Yao Qi <yao@codesourcery.com>
7188
7189 * lib/gdb.exp (can_single_step_to_signal_handler): New.
7190 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
7191 support single step to signal handler.
7192
7193 2011-09-17 Yao Qi <yao@codesourcery.com>
7194
7195 * gdb.base/disp-step-fork.c: New.
7196 * gdb.base/disp-step-syscall.exp: New.
7197 * gdb.base/disp-step-vfork.c: New.
7198
7199 2011-09-16 Joel Brobecker <brobecker@adacore.com>
7200
7201 * gdb.ada/tasks.exp: Make the expected output for
7202 the `info tasks' tests more resilient to spacing
7203 changes.
7204
7205 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7206
7207 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
7208 (reached breakpoint 2, reached breakpoint 3): Update expected output.
7209
7210 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
7211
7212 PR Python/12692 Add gdb.selected_inferior() to Python interface.
7213 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
7214
7215 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
7216
7217 Handle multiple breakpoint hits in Python interface:
7218 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
7219 presence.
7220 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
7221 breakpoint hits.
7222
7223 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7224 Jan Kratochvil <jan.kratochvil@redhat.com>
7225
7226 * gdb.python/py-events.exp: Remove pretty printing comment.
7227 * gdb.python/py-evsignal.exp: New file.
7228 * gdb.python/py-evthreads.c: Include signal.h.
7229 (thread3): Remove variable count3. Remove variable bad and use raise
7230 instead.
7231 (thread2): Remove variable count2. Move thread3 pthread_create here,
7232 merge pthread_join to a single line.
7233 (main): Remove variable count1. Merge pthread_join with pthread_create
7234 to a single line.
7235 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
7236 KFAIL python/12966 for gdbserver. Test return value of
7237 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
7238 gdb_expect by gdb_test and gdb_test_multiple.
7239 (thread 2, thread 3): New tests.
7240
7241 2011-09-12 Matt Rice <ratmice@gmail.com>
7242 Pedro Alves <pedro@codesourcery.com>
7243
7244 PR gdb/13175
7245
7246 * gdb.base/interp.exp: New tests.
7247 * gdb.base/interp.c: New file.
7248
7249 2011-09-12 Doug Evans <dje@google.com>
7250
7251 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
7252 * gdb.dwarf2/typeddwarf.exp: Ditto.
7253
7254 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7255
7256 Fix compatibility with x32 arch.
7257 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
7258 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
7259 is_x86_like_target.
7260 * testsuite/gdb.trace/collection.exp: Likewise.
7261 * testsuite/gdb.trace/report.exp: Likewise.
7262 * testsuite/gdb.trace/unavailable.exp: Likewise.
7263 * testsuite/gdb.trace/while-dyn.exp: Likewise.
7264 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
7265 (is_x86_like_target): Check also is_amd64_regs_target.
7266
7267 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7268
7269 PR breakpoints/12435
7270 * gdb.arch/amd64-prologue-xmm.c: New file.
7271 * gdb.arch/amd64-prologue-xmm.exp: New file.
7272 * gdb.arch/amd64-prologue-xmm.s: New file.
7273
7274 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7275
7276 * gdb.dwarf2/dw2-param-error-main.c: New file.
7277 * gdb.dwarf2/dw2-param-error.S: New file.
7278 * gdb.dwarf2/dw2-param-error.exp: New file.
7279
7280 2011-09-08 Pedro Alves <pedro@codesourcery.com>
7281
7282 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
7283 inferior's pid and look for a core dump named core.$pid. Use
7284 `remote_file' commands on the host instead of hand coding shell
7285 commands on the build.
7286 * gdb.base/valgrind-db-attach.exp: Kill the program before
7287 finishing the test.
7288
7289 2011-09-02 Matt Rice <ratmice@gmail.com>
7290
7291 * lib/prompt.exp: New file for testing the first prompt.
7292 * gdb.python/py-prompt.exp: Ditto.
7293 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
7294
7295 2011-09-02 Pedro Alves <pedro@codesourcery.com>
7296
7297 * gdb.threads/gcore-thread.exp: Set the global core_supported to
7298 0, before testing gcore.
7299
7300 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7301
7302 * dw2-ifort-parameter-debug.S: Update copyright year.
7303 * dw2-ifort-parameter.c: Update copyright year.
7304 * dw2-ifort-parameter.exp: Update copyright year.
7305
7306 * dw2-ifort-parameter-debug.S: New file.
7307 * dw2-ifort-parameter.c: New file.
7308 * dw2-ifort-parameter.exp: New file.
7309
7310 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7311
7312 * gdb.base/commands.exp (error_clears_commands_left): New function.
7313 (): Call it.
7314
7315 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7316
7317 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
7318 (C): Initialize `a'.
7319 * gdb.mi/mi-inheritance-syntax-error.exp
7320 (-data-evaluate-expression $path): Expect `a' as 5.
7321
7322 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
7323
7324 PR mi/11912
7325 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
7326 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
7327 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
7328 keyword in output of -var-info-path-expression.
7329
7330 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7331
7332 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
7333 * gdb.trace/collection.exp: Likewise.
7334 * gdb.trace/report.exp: Likewise.
7335 * gdb.trace/unavailable.exp: Likewise.
7336 * gdb.trace/while-dyn.exp: Likewise.
7337
7338 2011-08-18 Keith Seitz <keiths@redhat.com>
7339
7340 PR c++/12266
7341 * gdb.cp/meth-typedefs.cc: New file.
7342 * gdb.cp/meth-typedefs.exp: New file.
7343
7344 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
7345
7346 * gdb.python/python.exp: Add extended-prompt tests.
7347
7348 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7349
7350 * gdb.arch/i386-dr3-watch.exp
7351 (watchpoint on gap1 does not fit debug registers)
7352 (delete all watchpoints): Fix racy expect strings.
7353
7354 2011-08-14 Yao Qi <yao@codesourcery.com>
7355
7356 * gdb.base/maint.exp: set data_section to ".neardata".
7357 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
7358 * gdb.base/savedregs.exp: Handle SIGILL.
7359 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
7360 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
7361
7362 2011-08-12 Doug Evans <dje@google.com>
7363
7364 * gdb.python/py-symbol.exp: Add test for symbol.type.
7365
7366 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
7367
7368 * gdb.threads/pthreads.exp: Enable on non-native configurations.
7369 * gdb.mi/mi-pthreads.exp: Likewise.
7370 * gdb.mi/mi2-pthreads.exp: Likewise.
7371 * gdb.mi/gdb669.exp.exp: Likewise.
7372
7373 2011-08-09 Pedro Alves <pedro@codesourcery.com>
7374
7375 * lib/mi-support.exp (detect_async): Rename to...
7376 (mi_detect_async): ... this.
7377 * gdb.mi/mi-nonstop-exit.exp: Adjust.
7378 * gdb.mi/mi-nonstop.exp: Adjust.
7379 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
7380 * gdb.mi/mi-nsintrall.exp: Adjust.
7381 * gdb.mi/mi-nsmoribund.exp: Adjust.
7382 * gdb.mi/mi-nsthrexec.exp: Adjust.
7383
7384 2011-08-09 Pedro Alves <pedro@codesourcery.com>
7385
7386 * gdb.base/display.c (do_loops): New `p_i' local.
7387 * gdb.base/display.exp: Test displaying a variable that is
7388 temporarily at a bad address.
7389
7390 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7391
7392 * gdb.dwarf2/dw2-op-stack-value.S: New file.
7393 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
7394
7395 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7396
7397 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
7398 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
7399 (p fuNC_symtab): Permit also ppc64 leading dot.
7400
7401 2011-08-05 Pedro Alves <pedro@codesourcery.com>
7402
7403 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
7404 procedure.
7405 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
7406
7407 2011-08-05 Yao Qi <yao@codesourcery.com>
7408
7409 * gdb.base/callfuncs.exp: Set language after main.
7410 * gdb.cp/cplusfuncs.exp: Likewise.
7411 * gdb.cp/inherit.exp: Likewise.
7412
7413 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7414
7415 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
7416 * gdb.base/watch-vfork.exp: Skip on remote targets.
7417
7418 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7419
7420 * gdb.threads/thread-find.exp: Support remote targets.
7421
7422 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7423
7424 * gdb.base/jit.exp: Download solib_binfile to target.
7425 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
7426 and call dlopen without full path name.
7427 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
7428 dlopen without full path name.
7429
7430 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7431
7432 * gdb.base/break-always.exp: Complete the test
7433 with duplicated breakpoints and enabling/disabling them.
7434
7435 2011-08-02 Tom Tromey <tromey@redhat.com>
7436
7437 PR gdb/11289:
7438 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
7439
7440 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
7441
7442 PR gdb/13045
7443 * gdb.base/float.exp: Add new test case for PR gdb/13045
7444 * gdb.base/float.c: New file.
7445
7446 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
7447
7448 * gdb.python/py-mi.exp: Test printers returning string hint, and
7449 also not returning a value.
7450 * gdb.python/py-prettyprint.c: Add testcase for above.
7451 * gdb.python/py-prettyprint.py: Add test printer for above.
7452
7453 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7454
7455 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
7456 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
7457 (.Ldie30) Add as field "data4".
7458 (.Ldie32) Rename field "b" to "shl".
7459 (abbrev4) Change for the "data4" field.
7460 (abbrev5, abbrev6) Remove.
7461 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
7462 (p &s.shl): ... here. Add comment.
7463 (p &s.data4): New.
7464
7465 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7466
7467 Fix crash on lval_computed values.
7468 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
7469
7470 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7471
7472 * gdb.base/help.exp (help whatis): Update the expected string.
7473
7474 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7475
7476 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
7477 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
7478 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7479 Change the expected string.
7480
7481 2011-07-26 Pedro Alves <pedro@codesourcery.com>
7482
7483 * gdb.base/watchpoint.exp
7484 (test_disable_enable_software_watchpoint): New procedure.
7485 (top level): Run it.
7486
7487 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
7488
7489 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
7490 executable file "${binfile}", C++ version "${binfile}-cxx".
7491 * gdb.python/py-prettyprint.exp: Likewise.
7492 * gdb.python/py-symbol.exp: Likewise.
7493 * gdb.python/py-type.exp: Likewise.
7494 * gdb.python/py-value.exp: Likewise.
7495 * gdb.python/py-template.exp (test_template_arg): Pass full executable
7496 file name instead of just suffix.
7497
7498 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7499
7500 Fix implicit pointer offsets.
7501 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
7502 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
7503 (continue to breakpoint: continue to baz breakpoint for implptr)
7504 (sanity check element 0, sanity check element 1)
7505 (enter the inlined function, check element 0 for the offset)
7506 (check element 1 for the offset)
7507 (continue to breakpoint: ignore the second baz breakpoint): New tests.
7508 (set foo breakpoint for implptr): Update the breakpoint number.
7509
7510 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7511
7512 * gdb.python/py-mi.exp: Use different file names for different
7513 versions of the executable under test.
7514 * gdb.python/py-prettyprint.exp: Likewise.
7515 * gdb.python/py-symbol.exp: Likewise.
7516 * gdb.python/py-template.exp: Likewise.
7517 * gdb.python/py-type.exp: Likewise.
7518 * gdb.python/py-value.exp: Likewise.
7519
7520 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7521
7522 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
7523 flag after restarting GDB if necessary.
7524
7525 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7526
7527 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
7528
7529 2011-07-22 Pedro Alves <pedro@codesourcery.com>
7530
7531 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
7532 backend doesn't leave used debug registers behind.
7533
7534 2011-07-22 Tom Tromey <tromey@redhat.com>
7535
7536 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
7537 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
7538 argument.
7539 * gdb.dwarf2/typeddwarf-amd64.S: New file.
7540
7541 2011-07-21 Matt Rice <ratmice@gmail.com>
7542
7543 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
7544 in mostlyclean rule. Add files ending in .core.
7545
7546 2011-07-21 Matt Rice <ratmice@gmail.com>
7547
7548 PR macros/12999
7549 * gdb.base/info-macros.c: New test sources.
7550 * gdb.base/info-macros.exp: New tests.
7551
7552 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
7553
7554 * gdb.python/python.exp: Add prompt substitution tests.
7555
7556 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7557
7558 Fix crash if referenced CU is aged out.
7559 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
7560 New.
7561 * gdb.dwarf2/implptr.exp: Likewise.
7562
7563 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7564
7565 * gdb.dwarf2/implptr.S: Rebuilt.
7566 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
7567 (bar): Use them for j, k, l.
7568 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
7569 COMPILE.
7570 (print j in implptr:bar): Update for the intp typedef.
7571 (print p[0].x in implptr:foo): Use more exact regex.
7572
7573 2011-07-18 Tom Tromey <tromey@redhat.com>
7574
7575 * gdb.cp/static-method.exp: Add missing single quote.
7576
7577 2011-07-18 Yao Qi <yao@codesourcery.com>
7578
7579 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
7580 supported.
7581 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7582 * gdb.mi/mi-nonstop.exp: Likewise.
7583 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7584 * gdb.mi/mi-nsintrall.exp: Likewise.
7585 * gdb.mi/mi-nsmoribund.exp: Likewise.
7586 * gdb.mi/mi-nsthrexec.exp: Likewise.
7587 * gdb.python/py-evthreads.exp: Likewise.
7588
7589 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7590
7591 Code cleanup.
7592 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
7593 it. Substitute it instead of test_compiler_info everywhere.
7594
7595 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7596
7597 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
7598 remote targets as well.
7599
7600 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7601
7602 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
7603 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
7604
7605 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7606
7607 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
7608 a remote machine, not the host.
7609 (gdb_compile_shlib): Set soname if target is remote.
7610
7611 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7612
7613 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
7614
7615 2011-07-13 Matt Rice <ratmice@gmail.com>
7616
7617 * gdb.python/py-objfile-script-gdb.py: Renamed to
7618 py-objfile-script-gdb.py.in.
7619 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
7620 py-objfile-script-gdb.py.
7621 * gdb.python/py-objfile-script.exp: Update reference to
7622 py-objfile-script-gdb.py.
7623
7624 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7625
7626 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
7627 reference undefined label.
7628
7629 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7630
7631 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
7632 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
7633 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
7634 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
7635
7636 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
7637
7638 PR python/12438
7639 * gdb.python/python.exp: Add maint set/show python print-stack
7640 deprecated tests. Add set/show python print-backtrace tests.
7641
7642 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7643
7644 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
7645 debug info.
7646
7647 2011-07-06 Matt Rice <ratmice@gmail.com>
7648
7649 * gdb.python/python.exp: Update filename paths.
7650 * gdb.python/py-symtab.exp: Ditto.
7651
7652 2011-07-06 Marek Polacek <mpolacek@redhat.com>
7653
7654 * gdb.python/py-evthreads.exp: Add missing `$'.
7655
7656 2011-07-06 Jie Zhang <jie.zhang@analog.com>
7657
7658 * config/bfin.exp: New file.
7659 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
7660 * gdb.asm/bfin.inc: New file.
7661
7662 2011-07-06 Marek Polacek <mpolacek@redhat.com>
7663
7664 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
7665 the whole output.
7666
7667 2011-07-05 Tom Tromey <tromey@redhat.com>
7668
7669 * gdb.java/jprint.java (jprint.hi): New field.
7670 * gdb.java/jprint.exp: Print string.
7671
7672 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
7673
7674 * gdb.base/call-sc.c: Fix typos.
7675 * gdb.base/ifelse.exp: Likewise.
7676 * gdb.base/structs.c: Likewise.
7677
7678 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7679
7680 * gdb.base/jit-so.exp: New test.
7681 * gdb.base/jit-dlmain.c: New file.
7682 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
7683
7684 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7685
7686 * gdb.cp/m-static.exp: Call get_compiler_info.
7687 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
7688 * gdb.cp/pr9167.exp (p b): Likewise.
7689 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
7690 (test value of P in inner_m, test type of Z in inner_m): Call
7691 setup_xfail for gcc <= 4.5.
7692
7693 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7694
7695 * gdb.cp/paren-type.cc: New files.
7696 * gdb.cp/paren-type.exp: New files.
7697
7698 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7699
7700 Stop on first linespec terminator instead of eating what we can.
7701 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
7702 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
7703 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
7704 (break C::f()): ... this one.
7705 (break C::operator()()): New test.
7706 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
7707 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
7708 test.
7709
7710 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7711
7712 Fall back linespec to minimal symbols.
7713 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
7714 error message.
7715 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
7716 * gdb.cp/minsym-fallback-main.cc: New file.
7717 * gdb.cp/minsym-fallback.cc: New file.
7718 * gdb.cp/minsym-fallback.exp: New file.
7719 * gdb.cp/minsym-fallback.h: New file.
7720
7721 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7722
7723 * gdb.cp/no-dmgl-verbose.cc: New file.
7724 * gdb.cp/no-dmgl-verbose.exp: New file.
7725
7726 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7727
7728 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
7729 __GI_.
7730 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
7731 (f): New function.
7732 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
7733 (complete p 'func<short>(): ... here.
7734 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
7735 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
7736 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
7737 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
7738 Make them KFAIL gcc/49546.
7739
7740 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7741
7742 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
7743
7744 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7745
7746 Test GCC PR debug/49546.
7747 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
7748 (test type of F in k3_m, test value of F in k3_m): New.
7749 * gdb.cp/temargs.cc (struct S3, struct K3): New.
7750 (main): New variable k3. Call k3.k3_m.
7751
7752 2011-07-01 Jean-Charles Delay <delay@adacore.com>
7753
7754 * gdb.ada/packed_array.exp: Fix expected outout.
7755
7756 2011-07-01 Jean-Charles Delay <delay@adacore.com>
7757
7758 * gdb.ada/packed_array.exp: fixed expected output.
7759
7760 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7761
7762 * gdb.ada/same_enum: New testcase.
7763
7764 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7765
7766 * gdb.ada/ptr_typedef: New testcase.
7767
7768 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7769
7770 * gdb.ada/arrayptr.exp: Add ptype test.
7771
7772 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7773
7774 * gdb.ada/char_enum: New testcase.
7775
7776 2011-07-01 Yao Qi <yao@codesourcery.com>
7777
7778 * gdb.base/dump.exp (capture_pointer_with_type): New.
7779 Get value from address instead of name.
7780 Start GDB once, and do `dump' and `restore'
7781 tests together.
7782
7783 2011-06-30 Jie Zhang <jie.zhang@analog.com>
7784 Mike Frysinger <vapier@gentoo.org>
7785
7786 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
7787 helper functions for getting/setting remotetimeout variable.
7788 * lib/gdb.exp (gdb_load): If the target is remote, set
7789 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
7790 with $loadtimeout. Set $load_ok to 0 before doing the load.
7791 Instead of returning, immediately, set $load_ok to 0. Call
7792 set_remotetimeout with $oldremotetimeout, and then return if
7793 $load_ok is 1.
7794
7795 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
7796
7797 * gdb.python/py-template.exp: Don't run this test if the target
7798 does not support c++ tests.
7799
7800 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7801
7802 Fix non-only rename list for Fortran modules import.
7803 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
7804 tests.
7805 * gdb.fortran/module.f90 (module moduse): New.
7806 (program module): use moduse, test var_x, var_y and var_z.
7807
7808 2011-06-29 Tom Tromey <tromey@redhat.com>
7809
7810 PR testsuite/12040:
7811 * gdb.fortran/array-element.exp: Use f90, not f77.
7812 * gdb.fortran/complex.exp: Use f90, not f77.
7813 * gdb.fortran/derived-type.exp: Use f90, not f77.
7814 * gdb.fortran/library-module.exp: Use f90, not f77.
7815 * gdb.fortran/logical.exp: Use f90, not f77.
7816 * gdb.fortran/module.exp: Use f90, not f77.
7817 * gdb.fortran/multi-dim.exp: Use f90, not f77.
7818 * gdb.fortran/subarray.exp: Use f90, not f77.
7819
7820 2011-06-29 Tom Tromey <tromey@redhat.com>
7821
7822 * gdb.fortran/charset.exp: New file.
7823 * gdb.fortran/charset.f90: New file.
7824
7825 2011-06-29 Tom Tromey <tromey@redhat.com>
7826
7827 PR testsuite/12040:
7828 * lib/future.exp: New file, mostly extracted from ada.exp.
7829 Rewrote compatibility code to use rename.
7830 (gdb_find_gfortran): New proc.
7831 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
7832 gfortran patch.
7833 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
7834 Move to future.exp.
7835 * lib/gdb.exp: Always load future.exp.
7836
7837 2011-06-28 Yao Qi <yao@codesourcery.com>
7838
7839 * gdb.cp/exception.cc: Don't include iostream.
7840 (bar): Remove print statement.
7841 (catcher): New.
7842 (main): Remove print statements. Call function catcher.
7843 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
7844 Set breakpoint on catcher, and check the value of parameter.
7845
7846 2011-06-23 Yao Qi <yao@codesourcery.com>
7847
7848 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
7849 breakpoint 1.2 is disabled. KFAIL for uclinux.
7850
7851 2011-06-23 Marek Polacek <mpolacek@redhat.com>
7852
7853 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
7854 mi_gdb_test.
7855
7856 2011-06-23 Marek Polacek <mpolacek@redhat.com>
7857
7858 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
7859
7860 2011-06-23 Marek Polacek <mpolacek@redhat.com>
7861
7862 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
7863
7864 2011-06-23 Marek Polacek <mpolacek@redhat.com>
7865
7866 * gdb.mi/mi2-basics.exp: Fix races. Honour the
7867 `test_exec_and_symbol_mi_operatons' return value.
7868 (test_mi_interpreter_selection): Use mi_gdb_test instead of
7869 gdb_test_multiple.
7870 (test_exec_and_symbol_mi_operatons): Likewise.
7871 (test_path_specification): Likewise.
7872
7873 2011-06-23 Yao Qi <yao@codesourcery.com>
7874
7875 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
7876 supported.
7877 * lib/gdb.exp (support_displaced_stepping): New.
7878
7879 2011-06-23 Yao Qi <yao@codesourcery.com>
7880
7881 * gdb.threads/execl.exp: Skip on remote target.
7882
7883 2011-06-21 Marek Polacek <mpolacek@redhat.com>
7884
7885 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
7886 mi_gdb_test.
7887
7888 2011-06-20 Marek Polacek <mpolacek@redhat.com>
7889
7890 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
7891
7892 2011-06-20 Marek Polacek <mpolacek@redhat.com>
7893
7894 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
7895 mi_gdb_test.
7896
7897 2011-06-20 Marek Polacek <mpolacek@redhat.com>
7898
7899 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
7900
7901 2011-06-14 Yao Qi <yao@codesourcery.com>
7902
7903 gdb/testsuite/
7904 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
7905
7906 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7907
7908 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
7909
7910 2011-06-10 Tom Tromey <tromey@redhat.com>
7911
7912 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
7913 Add tests for pointer-to-member-function.
7914 * gdb.cp/temargs.cc (S::somefunc): New function.
7915 (K2): New class.
7916 (main): Instantiate K2; call method.
7917
7918 2011-06-08 Joel Brobecker <brobecker@adacore.com>
7919
7920 * gdb.python/py-inferior.c (f2): Make str an array rather
7921 than a pointer.
7922 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
7923
7924 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7925
7926 * gdb.base/async-shell.c: New file.
7927 * gdb.base/async-shell.exp: New file.
7928
7929 2011-06-06 Pedro Alves <pedro@codesourcery.com>
7930
7931 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
7932
7933 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
7934
7935 From Stephen Kitt <steve@sk2.org>
7936 * gdb.base/help.exp: Adjust following some spelling corrections
7937 in GDB.
7938
7939 2011-06-01 Yao Qi <yao@codesourcery.com>
7940
7941 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
7942
7943 2010-05-31 Keith Seitz <keiths@redhat.com>
7944
7945 PR c++/12750
7946 * gdb.cp/static-method.cc: New file.
7947 * gdb.cp/static-method.exp: New file.
7948
7949 2010-05-31 Keith Seitz <keiths@redhat.com>
7950
7951 PR symtab/12704
7952 * gdb.cp/anon-ns.cc: New file.
7953 * gdb.cp/anon-ns.exp: New file.
7954
7955 2011-05-31 Pedro Alves <pedro@codesourcery.com>
7956
7957 * gdb.arch/i386-dr3-watch.c: New file.
7958 * gdb.arch/i386-dr3-watch.exp: New file.
7959
7960 2011-05-30 Yao Qi <yao@codesourcery.com>
7961
7962 * gdb.base/callfuncs.c (t_structs_fc): New.
7963 (t_structs_dc, t_structs_ldc): New.
7964 (t_double_many_args):
7965 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
7966 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
7967 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
7968 * gdb.base/callfuncs.exp: Call new functions.
7969
7970 2011-05-30 Yao Qi <yao@codesourcery.com>
7971
7972 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
7973 Call rerun_and_prepare for each test to isolate effects.
7974
7975 2011-05-30 Yao Qi <yao@codesourcery.com>
7976
7977 * gdb.base/varargs.c (find_max_float_real): New.
7978 (find_max_double_real, find_max_long_double_real): New.
7979 * gdb.base/varargs.exp: Call these new added functions.
7980 * lib/gdb.exp (setup_kfail_for_target): New.
7981
7982 2011-05-30 Yao Qi <yao@codesourcery.com>
7983
7984 * gdb.base/funcargs.c (callca, callcb, callcc): New.
7985 (callcd, callce, callcf, callc1a, callc1b): New.
7986 (callc2a, callc2b): New.
7987 * gdb.base/funcargs.exp (complex_args): New.
7988 (complex_integral_args, complex_float_integral_args): New.
7989 * lib/gdb.exp (support_complex_tests): New. Determine
7990 whether to run test cases on _Complex types.
7991
7992 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7993
7994 * gdb.threads/leader-exit.c: New file.
7995 * gdb.threads/leader-exit.exp: New file.
7996
7997 2011-05-27 Marek Polacek <mpolacek@redhat.com>
7998
7999 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
8000
8001 2011-05-27 Marek Polacek <mpolacek@redhat.com>
8002
8003 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
8004 remove the `supported' variable.
8005 * gdb.mi/mi-nonstop.exp: Likewise.
8006 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8007 * gdb.mi/mi-nsintrall.exp: Likewise.
8008 * gdb.mi/mi-nsmoribund.exp: Likewise.
8009 * gdb.mi/mi-nsthrexec.exp: Likewise.
8010
8011 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8012
8013 * gdb.reverse/finish-reverse-bkpt.exp: New test.
8014
8015 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8016
8017 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
8018
8019 2011-05-24 Keith Seitz <keiths@redhat.com>
8020
8021 PR breakpoint/12803
8022 * gdb.cp/cmpd-minsyms.cc (a): New method.
8023 (b): New method.
8024 (c): New method.
8025 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
8026
8027 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8028
8029 * gdb.base/commands.exp (watchpoint_command_test): Check that the
8030 watchpoint's command list didn't execute when the watchpoint went
8031 out of scope.
8032
8033 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
8034
8035 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
8036 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
8037 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
8038 * gdb.arch/i386-gnu-cfi.exp: Likewise.
8039 * gdb.arch/i386-permbkpt.exp: Likewise.
8040 * gdb.arch/i386-prologue.exp: Likewise.
8041 * gdb.arch/i386-size-overlap.exp: Likewise.
8042 * gdb.arch/i386-size.exp: Likewise.
8043 * gdb.arch/i386-unwind.exp: Likewise.
8044 * gdb.reverse/i386-precsave.exp: Likewise.
8045 * gdb.reverse/i386-reverse.exp: Likewise.
8046 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8047 * gdb.reverse/i387-env-reverse.exp: Likewise.
8048 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8049
8050 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8051
8052 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
8053 file doesn't error, using MI.
8054
8055 2011-05-23 Tom Tromey <tromey@redhat.com>
8056
8057 * gdb.base/charset.exp (string_display): Add tests to assign to
8058 arrays.
8059 * gdb.base/charset.c (short_array, int_array, long_array): New.
8060
8061 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8062
8063 Cope with async mode.
8064
8065 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
8066 into gdb_test + mi_expect_stop.
8067
8068 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8069
8070 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
8071 (callme): Remove printf call.
8072
8073 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
8074
8075 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
8076 quote pattern to avoid problems with Cygwin/mingw expect versions.
8077 * gdb.base/default.exp (show convenience): Use double
8078 quote pattern for regular expressions.
8079
8080 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8081
8082 Fix -readnow for -gdwarf-4 unused type units.
8083 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
8084 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
8085
8086 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8087
8088 * gdb.base/kill-after-signal.c: New file.
8089 * gdb.base/kill-after-signal.exp: New file.
8090
8091 2011-05-16 Pedro Alves <pedro@codesourcery.com>
8092
8093 * gdb.ada/start.exp: Call untested with the correct test filename.
8094 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
8095 test filename. Make the test's binary unique.
8096 * gdb.arch/i386-signal.exp: Call untested with the correct test
8097 filename.
8098 * gdb.arch/i386-size-overlap.exp: Ditto.
8099 * gdb.arch/Makefile.in (EXECUTABLES): Update.
8100 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8101 * gdb.cp/call-c.exp: Ditto.
8102 * gdb.mi/mi-reverse.exp: Call untested with the correct test
8103 filename. Make the test's binary unique.
8104 * gdb.mi/Makefile.in (EXECUTABLES): Update.
8105 * gdb.python/py-mi.exp: Ditto.
8106 * gdb.python/Makefile.in (EXECUTABLES): Update.
8107 * gdb.reverse/i386-precsave.exp: Ditto.
8108 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
8109 test filename.
8110 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8111 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
8112 unique.
8113 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
8114 test filename.
8115 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
8116 * gdb.trace/tfile.exp: Ditto.
8117
8118 2011-05-14 Yao Qi <yao@codesourcery.com>
8119
8120 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
8121 type.
8122
8123 2011-05-13 Doug Evans <dje@google.com>
8124
8125 * gdb.python/py-objfile-script.exp: New file.
8126 * gdb.python/py-objfile-script.c: New file.
8127 * gdb.python/py-objfile-script-gdb.py: New file.
8128 * testsuite/gdb.python/py-section-script.exp: Test
8129 "info auto-load-scripts".
8130
8131 2011-05-13 Tom Tromey <tromey@redhat.com>
8132
8133 * gdb.dwarf2/clztest.exp: New file.
8134 * gdb.dwarf2/clztest.c: New file.
8135 * gdb.dwarf2/clztest.S: New file.
8136
8137 2011-05-13 Doug Evans <dje@google.com>
8138
8139 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
8140 String16 tests.
8141
8142 2011-05-13 Tom Tromey <tromey@redhat.com>
8143
8144 * lib/gdb.exp (is_x86_like_target): New proc.
8145 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
8146 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
8147 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
8148 -nostdlib to compiler.
8149 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
8150 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
8151 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
8152 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
8153 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
8154
8155 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8156
8157 * gdb.python/py-function.exp: Test setting a value from a function
8158 which executes a command.
8159
8160 2011-05-12 Tom Tromey <tromey@redhat.com>
8161
8162 * gdb.dwarf2/typeddwarf.S: New file.
8163 * gdb.dwarf2/typeddwarf.c: New file.
8164 * gdb.dwarf2/typeddwarf.exp: New file.
8165
8166 2011-05-12 Marek Polacek <mpolacek@redhat.com>
8167
8168 * gdb.mi/mi-basics.exp: Fix races. Honour the
8169 `test_exec_and_symbol_mi_operatons' return value.
8170 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8171 gdb_test_multiple.
8172 (test_exec_and_symbol_mi_operatons): Likewise.
8173 (test_path_specification): Likewise.
8174
8175 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8176
8177 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
8178 (gdb_touch_execfile): Remove catch wrappers. New variable time.
8179 Replace `file copy' and `file rename' by `file mtime'. Twice.
8180
8181 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8182
8183 * gdb.base/readline-ask.c: New file.
8184 * gdb.base/readline-ask.exp: New file.
8185 * gdb.base/readline-ask.inputrc: New file.
8186
8187 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
8188
8189 * gdb.cell/bt.exp: Delete breakpoints before running to signal
8190 to avoid race condition.
8191 * gdb.cell/coremaker.c: Use small stack size.
8192 * gdb.cell/ea-standalone.exp: Use file name without path as
8193 argument to c_to.
8194 * gdb.cell/fork.exp: Allow other output when continuing to end.
8195
8196 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8197
8198 * gdb.threads/corethreads.c: New file.
8199 * gdb.threads/corethreads.exp: New file.
8200
8201 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8202
8203 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
8204 Try to compile the test using -Wl,-z,norelro first.
8205 (load_core): New variable libthread_db_seen, initialize it.
8206 (zeroed-threads cannot be listed): Protect it by XFAIL on
8207 !$libthread_db_seen.
8208
8209 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8210
8211 PR 12573
8212 * gdb.dwarf2/dw2-skip-prologue.S: New file.
8213 * gdb.dwarf2/dw2-skip-prologue.c: New file.
8214 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
8215
8216 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8217
8218 * gdb.cp/psymtab-parameter.cc: New file.
8219 * gdb.cp/psymtab-parameter.exp: New file.
8220
8221 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8222
8223 Fix a race.
8224 * gdb.cp/static-print-quit.exp (print c): Split to ...
8225 (print c - <return>, print c - q <return>, print c - to quit):
8226 ... these. Make the testfile untested on gdb-7.1.
8227
8228 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
8229
8230 * lib/gdb.exp (exec_target_file, exec_symbol_file,
8231 gdb_rename_execfile, gdb_touch_execfile): New.
8232 * gdb.base/reread.exp: Use new procs to handle multiple
8233 exec files.
8234
8235 2011-05-05 Yao Qi <yao@codesourcery.com>
8236
8237 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
8238 (test_adr_32bit, test_pop_pc): New.
8239 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
8240 (test_adr_32bit, test_pop_pc): New.
8241
8242 2011-05-04 Joseph Myers <joseph@codesourcery.com>
8243
8244 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
8245 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
8246 targets.
8247 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
8248 handle targets.
8249
8250 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8251
8252 * gdb.base/completion.exp (complete help info wat): Rename to ...
8253 (complete 'help info wat'): ... here.
8254 Remove all `-re ".*' and `-re "^.*' redundant regexes.
8255 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
8256
8257 2011-05-04 Pedro Alves <pedro@codesourcery.com>
8258
8259 * gdb.base/completion.exp: Use gdb_test_multiple instead of
8260 gdb_test and explicit $gdb_prompt/timeout matches.
8261
8262 2011-05-04 Yao Qi <yao@codesourcery.com>
8263
8264 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
8265 and __thumb2__.
8266
8267 2011-05-03 Marek Polacek <mpolacek@redhat.com>
8268
8269 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
8270 in place of `gdb_test "delete breakpoints"'. This eliminates two
8271 testcases.
8272
8273 2011-05-02 Pedro Alves <pedro@codesourcery.com>
8274
8275 PR testsuite/12649
8276 Fix races.
8277
8278 * gdb.base/completion.exp: Remove all sleep calls. Remove
8279 unnecessary regexs. Don't explicitly expect anything after the
8280 prompt. Eat the prompt if necessary.
8281
8282 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
8283
8284 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
8285 accept to show the caller line again as well as the line after.
8286
8287 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
8288
8289 PR mi/12531
8290
8291 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
8292 compile target.
8293 * gdb.python/py-prettyprint.exp: Add C++ object for
8294 CPLUS_FAKE_CHILD test.
8295
8296 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
8297
8298 * gdb.base/signest.exp: New file.
8299 * gdb.base/signest.c: Likewise.
8300
8301 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8302
8303 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
8304 thread and breakpoint notifications.
8305
8306 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8307
8308 * gdb.base/fortran-sym-case.c: New file.
8309 * gdb.base/fortran-sym-case.exp: New file.
8310 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
8311 * gdb.dwarf2/dw2-case-insensitive.c: New file.
8312 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
8313
8314 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8315
8316 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
8317 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
8318 false #1', `if true else false #2' and `if true else false #3'.
8319
8320 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
8321
8322 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
8323 while delivering signal.
8324
8325 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
8326
8327 MI breakpoint notifications.
8328
8329 * testsuite/gdb.mi/mi-cli.exp: Adust.
8330 * testsuite/gdb.mi/mi2-cli.exp: Adust.
8331 * testsuite/gdb.mi/mi-watch.exp: Adust.
8332 * testsuite/gdb.mi/mi2-watch.exp: Adust.
8333 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
8334 notifications.
8335
8336 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8337
8338 * gdb.base/gdbindex-stabs-dwarf.c: New file.
8339 * gdb.base/gdbindex-stabs.c: New file.
8340 * gdb.base/gdbindex-stabs.exp: New file.
8341
8342 2011-04-25 Yao Qi <yao@codesourcery.com>
8343
8344 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
8345 with /*...*/.
8346 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
8347
8348 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8349
8350 * gdb.python/py-value.exp (test_objfiles): Name the first test
8351 `py-value in file.filename'.
8352
8353 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8354
8355 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
8356 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
8357 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
8358 !gdbserver_reconnect_p..
8359 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
8360
8361 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8362
8363 * gdb.cp/cpcompletion.exp (complete class methods)
8364 (complete class methods beginning with F): Move them above runto. New
8365 comment about the runto delimiter.
8366
8367 2011-04-20 Pedro Alves <pedro@codesourcery.com>
8368
8369 * gdb.base/maint.exp: Test that "maint print registers" works
8370 without a running program.
8371
8372 2011-04-20 Marek Polacek <mpolacek@redhat.com>
8373
8374 * gdb.base/setshow.exp: Fix racy tests.
8375 ($old_gdb_prompt): New variable.
8376
8377 2011-04-19 Tom Tromey <tromey@redhat.com>
8378
8379 * gdb.mi/mi-nsmoribund.exp:
8380 * gdb.hp/gdb.objdbg/objdbg01.exp:
8381 * gdb.base/structs.exp (test_struct_returns):
8382 * gdb.base/call-sc.exp (test_scalar_returns):
8383 * gdb.base/bigcore.exp: Remove duplicate words.
8384
8385 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8386
8387 * gdb.base/break-interp-lib.c (v, vptr): New variables.
8388 * gdb.base/break-interp.exp (test_attach): New comment.
8389
8390 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8391
8392 * gdb.threads/gcore-thread.exp ($core0file): New variable.
8393 (clear __stack_user.next, clear stack_used.next)
8394 (save a zeroed-threads corefile): New test.
8395 Call core_load for $core0file.
8396 (zeroed-threads cannot be listed): New test.
8397
8398 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8399
8400 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
8401 filename.
8402 ($srcfile): Preserve the original value.
8403 ($testfile): Match it the .exp filename.
8404 ($corefile): New variable. Substitute it around.
8405 Use clean_restart.
8406 ($prev_timeout): Remove.
8407 (load_core): Move core loading into this proc.
8408 Fix restore of $timeout if load_core fails.
8409
8410 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8411
8412 * gdb.base/eu-strip-infcall.c: New file.
8413 * gdb.base/eu-strip-infcall.exp: New file.
8414
8415 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8416
8417 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
8418 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
8419
8420 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8421
8422 Fix Python access to inlined frames.
8423 * gdb.python/py-frame-inline.c: New file.
8424 * gdb.python/py-frame-inline.exp: New file.
8425
8426 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
8427
8428 * gdb.base/gdb1090.exp: Change breakpoint location to read the
8429 content of 's24' correctly (avoiding "optimized out").
8430 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
8431
8432 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8433
8434 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
8435
8436 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8437
8438 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
8439 expect a colon in watch -location output.
8440
8441 2011-04-13 Marek Polacek <mpolacek@redhat.com>
8442
8443 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
8444 New testcase `expect response to define backtrace'. Also remove
8445 redundant `default' block.
8446
8447 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8448
8449 * gdb.python/py-prettyprint.c (struct hint_error): New.
8450 (main): New variable hint_error.
8451 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
8452 "print hint_error".
8453 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
8454 (register_pretty_printers): Register it.
8455
8456 2011-04-04 Tom Tromey <tromey@redhat.com>
8457
8458 * gdb.cp/maint.exp (test_help): Update.
8459 (test_namespace): Likewise.
8460
8461 2011-04-01 Joel Brobecker <brobecker@adacore.com>
8462
8463 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
8464 * gdb.ada/arrayptr.exp: Add new tests.
8465
8466 2011-04-01 Joel Brobecker <brobecker@adacore.com>
8467
8468 * gdb.ada/mi_catch_ex: New testcase.
8469
8470 2011-04-01 Pedro Alves <pedro@codesourcery.com>
8471
8472 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
8473 base::overload(void) method without specifying "const".
8474
8475 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
8476
8477 * gdb.arch/thumb-singlestep.S: New file.
8478 * gdb.arch/thumb-singlestep.exp: Likewise.
8479
8480 2011-03-31 Tom Tromey <tromey@redhat.com>
8481
8482 * gdb.python/py-prettyprint.py (exception_flag): New global.
8483 (NoStringContainerPrinter._iterator.next): Check it.
8484 * gdb.python/py-prettyprint.c (main): New variable nstype2.
8485 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
8486
8487 2011-03-29 Tom Tromey <tromey@redhat.com>
8488
8489 * gdb.cp/anon-struct.cc: New file.
8490 * gdb.cp/anon-struct.exp: New file.
8491
8492 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8493
8494 Test STT_GNU_IFUNC support.
8495 * gdb.base/gnu-ifunc-lib.c: New file.
8496 * gdb.base/gnu-ifunc.c: New file.
8497 * gdb.base/gnu-ifunc.exp: New file.
8498
8499 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8500
8501 Support a ring of related breakpoints.
8502 * gdb.base/watchpoint-delete.c: New file.
8503 * gdb.base/watchpoint-delete.exp: New file.
8504
8505 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8506
8507 * gdb.ada/arrayparam.exp (print first after function call): Use
8508 explicit package name. Add a comment
8509 (print lasta after function call): Rename ...
8510 (print last after function call): ... it and use explicit package
8511 name.
8512 (print length after function call): Use explicit package name.
8513 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
8514 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
8515 (multiple matches for symbol i): Rename ...
8516 (multiple matches for symbol integervar): ... it.
8517 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
8518 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
8519
8520 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
8521
8522 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
8523 environment variable to make grep output more predictable. Move
8524 all the environment setup into gdb_init so it's done once per test
8525 case rather than each time we start gdb.
8526
8527 2011-03-24 Tom Tromey <tromey@redhat.com>
8528
8529 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
8530 test.
8531
8532 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8533
8534 * gdb.dwarf2/dw2-entry-value-main.c: New file.
8535 * gdb.dwarf2/dw2-entry-value.S: New file.
8536 * gdb.dwarf2/dw2-entry-value.exp: New file.
8537
8538 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
8539
8540 PR python/12183
8541
8542 * gdb.python/py-function.exp: Add GdbError tests.
8543
8544 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8545
8546 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
8547 (reglocal_test_func, statlocal_test_func): New functions.
8548 (globals_test_func): Call new functions.
8549 * gdb.trace/unavailable.exp (gdb_collect_args_test)
8550 (gdb_collect_locals_test): New procedure.
8551 (gdb_trace_collection_test): Call new procedures.
8552
8553 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8554
8555 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
8556 (test_register, test_register_unavailable): New procedures.
8557 (gdb_unavailable_registers_test): New procedure.
8558 (gdb_trace_collection_test): Call it.
8559
8560 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
8561
8562 PR python/12149
8563
8564 * gdb.python/python.exp: Add gdb.write tests.
8565
8566 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
8567
8568 * gdb.python/Makefile.in: Add py-objfile.
8569 * gdb.python/py-objfile.exp: New file.
8570 * gdb.python/py-objfile.c: New file.
8571 * gdb.python/py-block.exp: Add is_valid tests.
8572 * gdb.python/py-inferior.exp: Ditto.
8573 * gdb.python/py-infthread.exp: Ditto.
8574 * gdb.python/py-symbol.exp: Ditto.
8575 * gdb.python/py-symtab.exp: Ditto.
8576
8577 2011-03-16 Keith Seitz <keiths@redhat.com>
8578
8579 PR c++/12273
8580 * gdb.cp/cmpd-minsyms.exp: New test.
8581 * gdb.cp/cmpd-minsyms.cc: New file.
8582
8583 PR c++/11734
8584 * gdb.cp/ovsrch.exp: New test.
8585 * gdb.cp/ovsrch.h: New file.
8586 * gdb.cp/ovsrch1.cc: New file.
8587 * gdb.cp/ovsrch2.cc: New file.
8588 * gdb.cp/ovsrch3.cc: New file.
8589 * gdb.cp/ovsrch4.cc: New file.
8590
8591 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8592
8593 PR gdb/12528
8594 * gdb.base/Makefile.in: Adjust EXECUTABLES.
8595 * gdb.base/break-on-linker-gcd-function.exp: New test.
8596 * gdb.base/break-on-linker-gcd-function.cc: New file.
8597
8598 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
8599
8600 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
8601
8602 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
8603
8604 * lib/gdb.exp (gdb_unload): Add another termination case.
8605
8606 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8607
8608 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
8609 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
8610 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
8611 Provide a stub byte there.
8612 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
8613 DW_AT_entry_pc.
8614 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
8615
8616 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
8617
8618 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
8619 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
8620 "generic ABI, auto".
8621 (altivec_abi_tests): Accept vectors returned by reference.
8622
8623 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
8624
8625 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
8626
8627 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
8628
8629 * gdb.python/py-section-script.exp: Skip test if no Python support.
8630
8631 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
8632
8633 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
8634
8635 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
8636
8637 * gdb.python/py-parameter.exp: Update tests to the new Python
8638 parameter API. Add "no documentation" test. Add deprecated API
8639 backward compatibility test.
8640
8641 2011-03-09 Tom Tromey <tromey@redhat.com>
8642
8643 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
8644 gdb_continue_to_end.
8645
8646 2011-03-09 Mark Kettenis <kettenis@gnu.org>
8647
8648 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
8649 tabs.
8650
8651 2011-03-09 Tom Tromey <tromey@redhat.com>
8652
8653 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
8654 parentheses.
8655 (gdb_continue_to_end): Add "allow_extra" parameter. Use
8656 $command.
8657 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
8658 argument to gdb_continue_to_end.
8659 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
8660 argument to gdb_continue_to_end.
8661 * gdb.cp/annota3.exp: Fix regex.
8662 * gdb.cp/annota2.exp: Fix regex.
8663 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
8664 gdb_continue_to_end.
8665 * gdb.base/call-signal-resume.exp: Revert earlier patch.
8666 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
8667 gdb_continue_to_end.
8668
8669 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8670
8671 * gdb.server/ext-run.exp
8672 (load new file without any gdbserver inferior): New test.
8673
8674 2011-03-07 Tom Tromey <tromey@redhat.com>
8675
8676 * Makefile.in (TAGS): Rewrite.
8677
8678 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8679
8680 * gdb.trace/report.exp (12.1: trace report #1): New match for the
8681 initial commands echo. New match for `Found trace'. Anchor all the
8682 other matches. Anchor and match for `No trace frame found' the final
8683 match.
8684
8685 2011-03-07 Tom Tromey <tromey@redhat.com>
8686
8687 * Makefile.in (TAGS): New target.
8688
8689 2011-03-07 Tom Tromey <tromey@redhat.com>
8690
8691 * lib/opencl.exp (skip_opencl_tests): Update for exit message
8692 change.
8693 * lib/mi-support.exp (mi_gdb_test): Update for exit message
8694 change.
8695 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
8696 exit message change.
8697 (skip_altivec_tests): Update for exit message change.
8698 (skip_vsx_tests): Likewise.
8699 (gdb_continue_to_end): Likewise. Add 'command' argument.
8700 * lib/cell.exp (skip_cell_tests): Update for exit message change.
8701 * gdb.threads/tls.exp: Update for exit message change.
8702 * gdb.threads/thread-unwindonsignal.exp: Use
8703 gdb_continue_to_end.
8704 * gdb.threads/step.exp (step_it): Update for exit message change.
8705 (continue_all): Likewise.
8706 * gdb.threads/print-threads.exp (test_all_threads): Update for
8707 exit message change.
8708 * gdb.threads/interrupted-hand-call.exp: Use
8709 gdb_continue_to_end.
8710 * gdb.threads/execl.exp: Use gdb_continue_to_end.
8711 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
8712 gdb_continue_to_end.
8713 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
8714 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
8715 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
8716 * gdb.cp/method.exp: Update for exit message change.
8717 * gdb.cp/mb-templates.exp: Update for exit message change.
8718 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
8719 * gdb.cp/annota3.exp: Update for exit message change.
8720 * gdb.cp/annota2.exp: Update for exit message change.
8721 * gdb.cell/fork.exp: Use gdb_continue_to_end.
8722 * gdb.base/term.exp: Update for exit message change.
8723 * gdb.base/step-test.exp (test_i): Update for exit message change.
8724 * gdb.base/sigstep.exp (advance): Update for exit message change.
8725 (advancei): Likewise.
8726 * gdb.base/siginfo.exp: Update for exit message change.
8727 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
8728 * gdb.base/reread.exp: Use gdb_continue_to_end.
8729 * gdb.base/langs.exp: Use gdb_continue_to_end.
8730 * gdb.base/interrupt.exp: Update for exit message change.
8731 * gdb.base/gdb1555.exp: Update for exit message change.
8732 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
8733 * gdb.base/ending-run.exp: Update for exit message change.
8734 * gdb.base/chng-syms.exp: Update for exit message change.
8735 * gdb.base/checkpoint.exp: Update for exit message change.
8736 * gdb.base/catch-syscall.exp (check_for_program_end): Use
8737 gdb_continue_to_end.
8738 (test_catch_syscall_with_wrong_args): Likewise.
8739 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
8740 * gdb.base/break-interp.exp (test_ld): Update for exit message
8741 change.
8742 * gdb.base/bang.exp: Update for exit message change.
8743 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
8744 (do_call_attach_tests): Likewise.
8745 * gdb.base/a2-run.exp: Update for exit message change.
8746 * gdb.arch/ppc-dfp.exp: Update for exit message change.
8747 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
8748 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
8749
8750 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8751
8752 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
8753
8754 2011-03-03 Tom Tromey <tromey@redhat.com>
8755
8756 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
8757 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
8758 * gdb.hp/gdb.aCC/configure.ac: Remove.
8759 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
8760 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
8761 * gdb.hp/gdb.base-hp/configure.ac: Remove.
8762 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
8763 * gdb.hp/gdb.compat/configure (Makefile): Remove.
8764 * gdb.hp/gdb.compat/configure.ac: Remove.
8765 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
8766 * gdb.hp/gdb.defects/configure (Makefile): Remove.
8767 * gdb.hp/gdb.defects/configure.ac: Remove.
8768 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
8769 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
8770 * gdb.hp/gdb.objdbg/configure.ac: Remove.
8771 * gdb.hp/configure.ac: Remove.
8772 * gdb.hp/configure: Remove.
8773 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
8774 substitution.
8775 (Makefile): Remove rule.
8776 * gdb.cell/configure.ac: Remove.
8777 * gdb.cell/configure: Remove.
8778 * gdb.stabs/Makefile.in (Makefile): Remove.
8779 (distclean): Don't remove config.status or config.log.
8780 * gdb.stabs/configure (Makefile): Remove.
8781 * gdb.stabs/configure.ac: Remove.
8782 * configure: Rebuild.
8783 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
8784 Remove stabs- and cell-specific logic. Test for existence of
8785 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
8786 subdirectories, gdb.cell, and and gdb.stabs.
8787 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
8788
8789 2011-03-03 Joel Brobecker <brobecker@adacore.com>
8790
8791 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
8792 end of buffer.
8793
8794 2011-03-02 Joel Brobecker <brobecker@adacore.com>
8795
8796 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
8797 gdb_test when running a test where we expected no output back.
8798
8799 2011-02-28 Michael Snyder <msnyder@vmware.com>
8800
8801 * gdb.cp/overload.cc: Change initializer value to integer.
8802
8803 2011-02-27 Michael Snyder <msnyder@vmware.com>
8804
8805 * gdb.multi/base.exp: Add test for remove-inferiors.
8806
8807 2011-02-26 Joel Brobecker <brobecker@adacore.com>
8808
8809 * gdb.python/py-frame.exp: Simplify the initialization phase
8810 using prepare_for_testing.
8811
8812 2011-02-25 Michael Snyder <msnyder@vmware.com>
8813
8814 * gdb.multi/base.exp: Add tests for info inferiors with args.
8815
8816 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8817
8818 * gdb.dwarf2/dw2-ranges.S: Rename to ...
8819 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
8820 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
8821 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
8822 asmfile3. Comment the STABS (#3) file compilation. Compile
8823 everything through assembler. Provide KFAIL for symtab/12497.
8824 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
8825 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
8826 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
8827 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
8828
8829 2011-02-24 Michael Snyder <msnyder@vmware.com>
8830
8831 * gdb.base/break.exp: Add tests for delete breakpoints using
8832 convenience variables and value history references.
8833
8834 2011-02-24 Michael Snyder <msnyder@vmware.com>
8835
8836 * gdb.base/break.exp: Remove debugging 'printf' accidentally
8837 left behind in previous check-in.
8838
8839 2011-02-23 Michael Snyder <msnyder@vmware.com>
8840
8841 * gdb.base/break.exp: Add tests for "info break" with arguments.
8842 * gdb.trace/infotrace.exp: Update patterns for error and help.
8843 * gdb.base/completion.exp: Update pattern.
8844 * gdb.base/ena-dis-br.exp: Update pattern.
8845 * gdb.base/help.exp: Update patterns.
8846
8847 2011-02-23 Michael Snyder <msnyder@vmware.com>
8848
8849 * gdb.base/memattr.exp: New test.
8850 * gdb.base/memattr.c: Test load for memattr.exp.
8851
8852 2011-02-22 Doug Evans <dje@google.com>
8853
8854 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
8855
8856 2011-02-22 Michael Snyder <msnyder@vmware.com>
8857
8858 * Makefile.in: Make more clean.
8859 * gdb.ada/Makefile.in: Ditto.
8860 * gdb.arch/Makefile.in: Ditto.
8861 * gdb.asm/Makefile.in: Ditto.
8862 * gdb.base/Makefile.in: Ditto.
8863 * gdb.cp/Makefile.in: Ditto.
8864 * gdb.dwarf2/Makefile.in: Ditto.
8865 * gdb.java/Makefile.in: Ditto.
8866 * gdb.mi/Makefile.in: Ditto.
8867 * gdb.modula2/Makefile.in: Ditto.
8868 * gdb.python/Makefile.in: Ditto.
8869 * gdb.server/Makefile.in: Ditto.
8870 * gdb.stabs/Makefile.in: Ditto.
8871 * gdb.threads/Makefile.in: Ditto.
8872 * gdb.trace/Makefile.in: Ditto.
8873
8874 2011-02-22 Michael Snyder <msnyder@vmware.com>
8875
8876 * gdb.threads/thread-find.exp: Add tests for bad input to
8877 info threads.
8878
8879 2011-02-22 Joel Brobecker <brobecker@adacore.com>
8880
8881 * gdb.python/py-breakpoint.exp: Fix the expected output of
8882 one of the "maint info breakpoints" tests to accept the output
8883 generated on platforms that do not have hardware watchpoints.
8884
8885 2011-02-22 Joel Brobecker <brobecker@adacore.com>
8886
8887 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
8888 clean_restart. Be a little stricter in the expected output
8889 for one of the tests. Fix a typo in one of the comments.
8890
8891 2011-02-22 Joel Brobecker <brobecker@adacore.com>
8892
8893 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
8894 Delete variable binfile, no longer use. Add or modify test
8895 comments to make them unique.
8896
8897 2011-02-21 Michael Snyder <msnyder@vmware.com>
8898
8899 * Makefile.in: Update for make clean.
8900 * gdb.ada/Makefile.in: Ditto.
8901 * gdb.arch/Makefile.in: Ditto.
8902 * gdb.asm/Makefile.in: Ditto.
8903 * gdb.base/Makefile.in: Ditto.
8904 * gdb.cp/Makefile.in: Ditto.
8905 * gdb.dwarf2/Makefile.in: Ditto.
8906 * gdb.java/Makefile.in: Ditto.
8907 * gdb.mi/Makefile.in: Ditto.
8908 * gdb.modula2/Makefile.in: Ditto.
8909 * gdb.python/Makefile.in: Ditto.
8910 * gdb.server/Makefile.in: Ditto.
8911 * gdb.stabs/Makefile.in: Ditto.
8912 * gdb.threads/Makefile.in: Ditto.
8913 * gdb.trace/Makefile.in: Ditto.
8914
8915 2011-02-21 Michael Snyder <msnyder@vmware.com>
8916
8917 * gdb.threads/thread-find.exp: Update patterns for changes in
8918 output of "info threads" command.
8919
8920 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8921 Ulrich Weigand <uweigand@de.ibm.com>
8922
8923 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
8924 (skip_hw_watchpoint_tests): Likewise.
8925 (skip_hw_watchpoint_multi_tests): Likewise.
8926
8927 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
8928
8929 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
8930 (skip_hw_watchpoint_tests): Likewise.
8931 (skip_hw_watchpoint_multi_tests): Likewise.
8932 (skip_hw_watchpoint_access_tests): Likewise.
8933
8934 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
8935 * gdb.base/pr11022.exp: Likewise.
8936 * gdb.base/watch-read.exp: Likewise.
8937 * gdb.base/watch_thread_num.exp: Likewise.
8938 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
8939 * gdb.base/watchpoint-hw.exp: Likewise.
8940 * gdb.base/watchpoint.exp: Likewise.
8941 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
8942 * gdb.threads/watchthreads-reorder.exp: Likewise.
8943 * gdb.threads/watchthreads.exp: Likewise.
8944 * gdb.threads/watchthreads2.exp: Likewise.
8945
8946 2011-02-21 Joel Brobecker <brobecker@adacore.com>
8947
8948 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
8949 the debugger is unable to find the array bounds.
8950
8951 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8952
8953 * gdb.cp/typedef-operator.exp: New file.
8954 * gdb.cp/typedef-operator.cc: New file.
8955
8956 2011-02-17 Michael Snyder <msnyder@vmware.com>
8957
8958 * gdb.threads/thread-find.exp: Fix regular expressions.
8959
8960 2011-02-17 Joel Brobecker <brobecker@adacore.com>
8961
8962 * gdb.ada/packed_array: Expand testcase to test printing of
8963 unconstrained packed array.
8964
8965 2011-02-17 Joel Brobecker <brobecker@adacore.com>
8966
8967 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
8968
8969 2011-02-16 Pedro Alves <pedro@codesourcery.com>
8970
8971 * gdb.trace/collection.c (globalarr3): New global.
8972 (main): Initialize it before collecting, and and clear it
8973 afterwards.
8974 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
8975 collecting with '{type} addr', where the addr expression is not an
8976 rvalue.
8977
8978 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
8979
8980 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
8981 a bool variable. Expect correct OpenCL names for vector types. Use the
8982 uc3 variable name instead of referring to the uchar3 built-in type.
8983 Escape the asterisk at the half pointer test.
8984
8985 2011-02-16 Pedro Alves <pedro@codesourcery.com>
8986
8987 * gdb.trace/collection.c (globalarr2): New global.
8988 (main): Initialize it before collecting, and and clear it
8989 afterwards.
8990 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
8991 collecting overlapping memory ranges.
8992
8993 2011-02-15 Michael Snyder <msnyder@vmware.com>
8994
8995 * gdb.base/default.exp: Add tests for thread commands.
8996 * gdb.base/help.exp: Add tests for thread commands.
8997 * gdb.threads/thread-find.exp: New test for thread find command.
8998
8999 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
9000
9001 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
9002
9003 2011-02-15 Yao Qi <yao@codesourcery.com>
9004
9005 PR tdep/12352
9006 * gdb.arch/arm-disp-step.S : New test for str instruction.
9007 * gdb.arch/arm-disp-step.exp : Likewise.
9008
9009 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9010
9011 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
9012 "vector_register2_vr" test strings. Test the extended floating
9013 point registers (F32~F63).
9014 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
9015 IBM XL C compiler. Make the test program use a register provided
9016 by the compiler for the lxvd2x instruction.
9017
9018 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9019
9020 * gdb.trace/unavailable.cc (class Base, class Middle, class
9021 Derived): New types.
9022 (derived_unavail, derived_partial, derived_whole): New globals.
9023 (virtual_partial): New global.
9024 (virtualp): Point at virtual_partial.
9025 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
9026 related to unavailable vptr.
9027
9028 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9029
9030 * gdb.trace/unavailable.cc (a, b, c): New globals.
9031 (main): Set and clear them.
9032 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
9033 `a' and `c', and check that `b' isn't collected, although `a' and
9034 `c' are.
9035
9036 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9037
9038 * gdb.trace/unavailable.cc (struct Virtual): New.
9039 (virtualp): New global pointer.
9040 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
9041 printing a pointer to an object whose type has a vtable, with
9042 print object on.
9043
9044 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9045
9046 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
9047 value repeat handles unavailableness.
9048
9049 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9050
9051 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
9052 tests for building arrays from unavailable values, subscripting
9053 non-memory rvalue unvailable arrays, and accessing fields or
9054 baseclasses of non-lazy unavailable values,
9055 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
9056 struct types.
9057 (g_smallstruct, g_smallstruct_b): New globals.
9058
9059 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9060
9061 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
9062
9063 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9064
9065 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9066 * gdb.cp/overload-const.exp: New file.
9067 * gdb.cp/overload-const.cc: New file.
9068
9069 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9070
9071 * gdb.opencl/callfuncs.cl: New file.
9072 * gdb.opencl/callfuncs.exp: New test.
9073 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
9074
9075 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9076
9077 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
9078 when computing result.
9079 * gdb.arch/altivec-abi.exp: Update expected results.
9080
9081 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9082
9083 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
9084 * gdb.base/jit.exp: Likewise.
9085 * gdb.base/pie-execl.exp: Likewise.
9086 * gdb.base/solib-nodir.exp: Likewise.
9087 * gdb.base/solib-overlap.exp: Likewise.
9088
9089 2011-02-07 Pedro Alves <pedro@codesourcery.com>
9090
9091 * gdb.trace/collection.c (global_pieces): New.
9092 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
9093 New procedure.
9094 (gdb_trace_collection_test): Call it.
9095
9096 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9097
9098 * gdb.python/py-evthreads.c: New file.
9099 * gdb.python/py-evthreads.exp: New file.
9100 * gdb.python/py-events.py: New file.
9101 * gdb.python/py-events.exp: New file.
9102 * gdb.python/py-events.c: New file.
9103
9104 2011-02-04 David Daney <ddaney@caviumnetworks.com>
9105
9106 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
9107
9108 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
9109
9110 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
9111 gdb.base/disasm-end-cu.exp: New test for disassembling over the
9112 boundary between two compilation units.
9113
9114 2011-02-02 Pedro Alves <pedro@codesourcery.com>
9115
9116 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
9117 (Virtual): New structs.
9118 (virtual_o, virtual_middle_b): New globals.
9119 * gdb.cp/virtbase.exp: New tests.
9120
9121 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9122
9123 * gdb.base/jit.exp: New file.
9124 * gdb.base/jit-main.c: New file.
9125 * gdb.base/jit-solib.c: New file.
9126
9127 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
9128
9129 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
9130 proceed to initial kernel entry point.
9131 * gdb.opencl/datatypes.exp: Likewise.
9132 * gdb.opencl/operators.exp: Likewise.
9133 * gdb.opencl/vec_comps.exp: Likewise.
9134
9135 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
9136
9137 * gdb.cp/nsnested.cc: New.
9138 * gdb.cp/nsnested.exp: New.
9139 * gdb.cp/nsnoimports.exp: New.
9140 * gdb.cp/nsnoimports.cc: New.
9141
9142 2011-01-31 Joel Brobecker <brobecker@adacore.com>
9143
9144 * gdb.base/interact.exp: Add extra tests that verify that
9145 the value of the interactive-mode setting does not change
9146 after the script is sourced.
9147
9148 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9149
9150 * gdb.cp/noparam.exp: New file.
9151 * gdb.cp/noparam.cc: New file.
9152
9153 2011-01-28 Pedro Alves <pedro@codesourcery.com>
9154
9155 * gdb.trace/tfile.exp: Test that with no traceframe selected,
9156 there's no stack or registers.
9157
9158 2011-01-26 Tom Tromey <tromey@redhat.com>
9159
9160 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
9161 space before string output. Add test for "set print pretty off"
9162 case.
9163
9164 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9165
9166 * gdb.base/frame-args.exp: Adjust.
9167 * gdb.dwarf2/dw2-noloc.exp: Adjust.
9168 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
9169 * gdb.dwarf2/pieces.exp: Adjust.
9170 * gdb.opt/clobbered-registers-O2.exp: Adjust.
9171 * gdb.opt/inline-locals.exp: Adjust.
9172 * gdb.threads/fork-child-threads.exp: Adjust.
9173
9174 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
9175
9176 * gdb.opencl/convs_casts.cl: Move program scope variables into the
9177 OpenCL kernel function. Add a comment as marker. Add address space
9178 qualifiers for the remaining program scope variables.
9179 * gdb.opencl/datatypes.cl: Likewise.
9180 * gdb.opencl/operators.cl: Likewise.
9181 * gdb.opencl/vec_comps.cl: Likewise.
9182 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
9183 Add breakpoint at the marker comment.
9184 * gdb.opencl/datatypes.exp: Likewise.
9185 * gdb.opencl/operators.exp: Likewise.
9186 * gdb.opencl/vec_comps.exp: Likewise.
9187
9188 2011-01-24 Pedro Alves <pedro@codesourcery.com>
9189
9190 * gdb.base/printcmds.c (some_struct): New struct and instance.
9191 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
9192 procedure.
9193 <global scope>: Call it.
9194
9195 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
9196
9197 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
9198 argument to the gdb_compile_opencl_hostapp call.
9199
9200 2011-01-19 Yao Qi <yao@codesourcery.com>
9201
9202 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
9203 positve list.
9204
9205 2011-01-19 Yao Qi <yao@codesourcery.com>
9206
9207 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
9208 canonical form.
9209 Remove "xscale-*-*"
9210 * gdb.xml/tdesc-regs.exp: Likewise.
9211 * gdb.python/py-section-script.exp: Replace ARM target triplet
9212 with canonical form.
9213 Match arm*-*-symbianelf*.
9214 * gdb.base/dup-sect.exp: Likewise.
9215 * lib/dwarf.exp: New.
9216 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
9217 dwarf2_support.
9218 * gdb.dwarf2/dup-psym.exp: Likewise.
9219 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
9220 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9221 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
9222 * gdb.dwarf2/dw2-basic.exp: Likewise.
9223 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9224 * gdb.dwarf2/dw2-const.exp: Likewise.
9225 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
9226 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
9227 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9228 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
9229 * gdb.dwarf2/dw2-filename.exp: Likewise.
9230 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9231 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
9232 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9233 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9234 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
9235 * gdb.dwarf2/dw2-noloc.exp: Likewise.
9236 * gdb.dwarf2/dw2-op-call.exp: Likewise.
9237 * gdb.dwarf2/dw2-producer.exp: Likewise.
9238 * gdb.dwarf2/dw2-ranges.exp: Likewise.
9239 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
9240 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
9241 * gdb.dwarf2/dw2-strp.exp: Likewise.
9242 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
9243 * gdb.dwarf2/implptr.exp: Likewise.
9244 * gdb.dwarf2/mac-fileno.exp: Likewise.
9245 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
9246 * gdb.dwarf2/pieces.exp: Likewise.
9247 * gdb.dwarf2/pr11465.exp: Likewise.
9248 * gdb.dwarf2/valop.exp: Likewise.
9249 * gdb.dwarf2/watch-notconst.exp: Likewise.
9250 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
9251
9252 2011-01-19 Tom Tromey <tromey@redhat.com>
9253
9254 * gdb.python/py-infthread.exp: Add thread tests.
9255
9256 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9257
9258 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
9259
9260 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9261
9262 * gdb.ada/widewide: New testcase.
9263
9264 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9265
9266 * gdb.base/interact.exp: New testcase.
9267
9268 2011-01-12 Tom Tromey <tromey@redhat.com>
9269
9270 * gdb.mi/gdb2549.exp: Update for error message changes.
9271 * gdb.mi/mi-cli.exp: Likewise.
9272 * gdb.mi/mi-disassemble.exp: Likewise.
9273 * gdb.mi/mi-pthreads.exp: Likewise.
9274 * gdb.mi/mi-regs.exp: Likewise.
9275 * gdb.mi/mi-stack.exp: Likewise.
9276 * gdb.mi/mi-var-block.exp: Likewise.
9277 * gdb.mi/mi-var-cmd.exp: Likewise.
9278 * gdb.mi/mi2-cli.exp: Likewise.
9279 * gdb.mi/mi2-disassemble.exp: Likewise.
9280 * gdb.mi/mi2-pthreads.exp: Likewise.
9281 * gdb.mi/mi2-regs.exp: Likewise.
9282 * gdb.mi/mi2-stack.exp: Likewise.
9283 * gdb.mi/mi2-var-block.exp: Likewise.
9284 * gdb.mi/mi2-var-cmd.exp: Likewise.
9285
9286 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9287 Jan Kratochvil <jan.kratochvil@redhat.com>
9288
9289 PR fortran/11104 and DWARF unbound arrays detection.
9290 * gdb.fortran/multi-dim.exp: New file.
9291 * gdb.fortran/multi-dim.f90: New file.
9292
9293 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9294
9295 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
9296 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
9297 add new tests for opcode dumping.
9298
9299 2011-01-11 Tom Tromey <tromey@redhat.com>
9300
9301 * gdb.python/py-infthread.exp: Load gdb-python.exp.
9302
9303 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9304
9305 Convert hardware watchpoints to use breakpoint_ops.
9306 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
9307 type is not supported.
9308 * gdb.base/foll-fork.exp: Likewise.
9309 * gdb.base/foll-vfork.exp: Likewise.
9310
9311 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
9312
9313 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
9314 Use load_lib gdb-python.exp.
9315 * gdb.python/python.exp: Ditto.
9316 * gdb.python/py-function.exp: Ditto.
9317
9318 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
9319
9320 * gdb.threads/tls.exp ("info address me"): Fix expected output.
9321
9322 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9323
9324 * configure: Regenerate.
9325
9326 2011-01-06 Tom Tromey <tromey@redhat.com>
9327
9328 * gdb.python/py-frame.exp: Test gdb.newest_frame.
9329
9330 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9331
9332 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
9333 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
9334 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9335 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
9336 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
9337 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9338 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
9339 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
9340 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
9341 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
9342 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
9343 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
9344 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
9345 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9346 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9347 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
9348 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
9349 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
9350 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9351 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
9352 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
9353 gdb.ada/uninitialized_vars.exp,
9354 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
9355 Simplify by using clean_restart.
9356
9357 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9358
9359 Add marker to be used as anchor for inserting breakpoints.
9360 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
9361 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
9362 Likewise.
9363
9364 Remove uses of gdb_start_cmd.
9365 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
9366 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
9367
9368 Do not run testcase if testing with GDBserver.
9369 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
9370 if testing with GDBserver.
9371
9372 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9373
9374 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
9375 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
9376 copyright header.
9377
9378 2011-01-05 Joel Brobecker <brobecker@adacore.com>
9379
9380 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
9381 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
9382 testsuite/gdb.fortran/complex.f,
9383 testsuite/gdb.fortran/derived-type.f90,
9384 testsuite/gdb.fortran/library-module-lib.f90,
9385 testsuite/gdb.fortran/library-module-main.f90,
9386 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
9387 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
9388 Copyright year update.
9389
9390 2011-01-05 Joel Brobecker <brobecker@adacore.com>
9391
9392 * gdb.base/langs1.f: Add copyright header.
9393
9394 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9395
9396 * gdb.base/morestack.exp: New file.
9397 * gdb.base/morestack.c: New file.
9398
9399 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9400
9401 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
9402
9403 2010-12-29 Joel Brobecker <brobecker@adacore.com>
9404
9405 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
9406 * gdb.ada/arrayptr.exp: Add test printing that new variable.
9407
9408 2010-12-29 Joel Brobecker <brobecker@adacore.com>
9409
9410 * gdb.ada/lang_switch.exp: Correct expected parameter value.
9411
9412 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
9413
9414 * gdb.threads/tls.exp: Fix typo.
9415
9416 * gdb.threads/thread-specific.exp (get_thread_list): Update.
9417 * gdb.threads/execl.exp: Update.
9418
9419 2010-12-23 Yao Qi <yao@codesourcery.com>
9420
9421 * gdb.arch/arm-disp-step.exp: New.
9422 * gdb.arch/arm-disp-step.S: New.
9423
9424 2010-12-21 Tom Tromey <tromey@redhat.com>
9425
9426 * gdb.threads/execl.exp: Update.
9427 * gdb.threads/linux-dp.exp: Update.
9428 * gdb.threads/manythreads.exp: Update.
9429 * gdb.threads/tls.exp: Update.
9430
9431 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9432
9433 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
9434 (NextOverThrowDerivates) <resumebpt>: New.
9435 (resumebpt_test): New.
9436 (main): Call resumebpt_test.
9437 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
9438
9439 2010-12-12 Stan Shebs <stan@codesourcery.com>
9440
9441 * gdb.trace/tsv.exp: Test print command on trace state variables.
9442
9443 2010-12-09 Tom Tromey <tromey@redhat.com>
9444
9445 * gdb.base/interp.exp: Add regression test.
9446
9447 2010-12-09 Tom Tromey <tromey@redhat.com>
9448
9449 * gdb.java/jnpe.java: New file.
9450 * gdb.java/jnpe.exp: New file.
9451 * gdb.cp/nextoverthrow.exp: New file.
9452 * gdb.cp/nextoverthrow.cc: New file.
9453
9454 2010-12-07 Doug Evans <dje@google.com>
9455
9456 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
9457 of data-directory.
9458 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
9459 updated.
9460 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
9461
9462 2010-11-29 Michael Snyder <msnyder@vmware.com>
9463
9464 * gdb.base/callfuncs.exp: Test for skip_float_tests.
9465 * gdb.base/call-sc.exp: Ditto.
9466 * gdb.base/finish.exp: Ditto.
9467 * gdb.base/return.exp: Ditto.
9468 * gdb.base/return2.exp: Ditto.
9469
9470 2010-11-30 Doug Evans <dje@google.com>
9471
9472 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
9473 (gdb_expect_list): Fix spelling errors in comments.
9474 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
9475 send_gdb/gdb_expect_list where applicable.
9476 * gdb.base/call-ar-st.exp: Ditto.
9477 * gdb.base/funcargs.exp: Ditto.
9478 * gdb.base/gcore.exp: Ditto.
9479 * gdb.base/page.exp: Ditto.
9480 * gdb.base/sigaltstack.exp: Ditto.
9481 * gdb.base/siginfo.exp: Ditto.
9482 * gdb.base/sigstep.exp: Ditto.
9483 * gdb.base/trace-commands.exp: Ditto.
9484
9485 2010-11-29 Doug Evans <dje@google.com>
9486
9487 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
9488 printer-name;subprinter-name.
9489
9490 2010-11-29 Tom Tromey <tromey@redhat.com>
9491
9492 * gdb.dwarf2/implptr.exp: New file.
9493 * gdb.dwarf2/implptr.c: New file.
9494 * gdb.dwarf2/implptr.S: New file.
9495
9496 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
9497
9498 PR python/12199
9499
9500 * gdb.python/py-breakpoint.exp: Test the delete method.
9501
9502 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9503
9504 Fix step_resume_breakpoint unsaved during an infcall.
9505 * gdb.base/step-resume-infcall.exp: New file.
9506 * gdb.base/step-resume-infcall.c: New file.
9507
9508 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
9509
9510 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
9511
9512 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
9513
9514 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
9515 on ppc64's symbols; "finish" and "return" commands must accept to
9516 show the caller line again as well as the line after.
9517 * gdb.asm/powerpc64.inc: New file.
9518
9519 2010-11-23 Doug Evans <dje@google.com>
9520
9521 * lib/gdb.exp (gdb_test_sequence): New function.
9522 (gdb_expect_list): Add verbose -log call for each pattern.
9523 * gdb.base/signals.exp (test_handle_all_print): Call it.
9524 Reduce timeout increment from 6 minutes to 1 minute.
9525 * gdb.server/ext-run.exp: Call it.
9526
9527 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
9528
9529 PR python/12212
9530
9531 * gdb.python/python.exp: Check that selected_thread raises an
9532 error when no inferior is loaded.
9533
9534 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9535
9536 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
9537 * gdb.dwarf2/dw2-stack-boundary.S: New file.
9538
9539 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9540
9541 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
9542 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
9543
9544 2010-11-18 Doug Evans <dje@google.com>
9545
9546 * gdb.server/ext-run.exp: Fix intermittent failures.
9547
9548 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9549
9550 * gdb.stabs/gdb11479.exp: Use runto_main.
9551
9552 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9553
9554 * gdb.base/break-entry.exp: Skip if using a stub.
9555
9556 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9557
9558 * gdb.python/py-inferior.exp: Pack values in target endianness.
9559
9560 2010-11-12 Tom Tromey <tromey@redhat.com>
9561
9562 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
9563 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
9564 MemoryError.
9565 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
9566 type.
9567 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
9568 MemoryError.
9569 (test_subscript_regression): Update exception type.
9570
9571 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
9572
9573 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
9574 breakpoint tests.
9575
9576 2010-11-09 Pedro Alves <pedro@codesourcery.com>
9577
9578 * gdb.base/watchpoint.exp: Test "watch -location" with an
9579 innacessible location.
9580
9581 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
9582 Luis Machado <luisgpm@br.ibm.com>
9583
9584 * gdb.base/maint.exp: Expect "." prefix.
9585 * gdb.base/nodebug.exp: Expect "." Likewise.
9586 * gdb.base/sepsymtab.exp: Expect "." Likewise.
9587 * gdb.base/watchpoint-cond-gone.exp: Likewise.
9588 * gdb.base/watchpoint.exp: Expect a software watch to be created for
9589 POWER server processors.
9590
9591 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
9592 Luis Machado <luisgpm@br.ibm.com>
9593
9594 * gdb.base/break-entry.exp: convert entry point for
9595 ppc64 and expect leading `.' on ppc64's symbols
9596
9597 2010-11-05 Doug Evans <dje@google.com>
9598
9599 * gdb.base/help.exp: Update expected output.
9600 * gdb.python/py-param.exp: Delete, contents moved to ...
9601 * gdb.python/py-parameter.exp: ... here. New file.
9602 Add test for gdb.parameter ("directories").
9603
9604 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
9605
9606 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
9607 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
9608 * configure: Regenerate.
9609 * gdb.opencl/Makefile.in: New File.
9610 * gdb.opencl/datatypes.exp: Likewise.
9611 * gdb.opencl/datatypes.cl: Likewise.
9612 * gdb.opencl/operators.exp: Likewise.
9613 * gdb.opencl/operators.cl: Likewise.
9614 * gdb.opencl/vec_comps.exp: Likewise.
9615 * gdb.opencl/vec_comps.cl: Likewise.
9616 * gdb.opencl/convs_casts.exp: Likewise.
9617 * gdb.opencl/convs_casts.cl: Likewise.
9618 * lib/opencl.exp: Likewise.
9619 * lib/opencl_hostapp.c: Likewise.
9620 * lib/opencl_kernel.cl: Likewise.
9621 * lib/cl_util.c: Likewise.
9622 * lib/cl_util.c: Likewise.
9623 * gdb.base/default.exp (set language): Add "opencl" to the list of
9624 languages.
9625
9626 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
9627
9628 * gdb.cp/overload.exp: Added test for inheritance overload.
9629 * gdb.cp/overload.cc: Ditto.
9630 * gdb.cp/oranking.exp: Removed releveant kfails.
9631
9632 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9633 Joel Brobecker <brobecker@adacore.com>
9634
9635 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
9636 check test_compiler_info.
9637
9638 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
9639
9640 * gdb.base/gnu_vector.exp: Adjust expect messages.
9641
9642 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
9643
9644 * gdb.base/gnu_vector.exp: Add unary operator tests.
9645
9646 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
9647
9648 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
9649
9650 2010-11-02 Doug Evans <dje@google.com>
9651
9652 * gdb.python/py-pp-maint.c: New file.
9653 * gdb.python/py-pp-maint.exp: New file.
9654 * gdb.python/py-pp-maint.py: New file.
9655
9656 2010-11-02 Tom Tromey <tromey@redhat.com>
9657
9658 * gdb.base/default.exp: Remove "scheme" from language list.
9659
9660 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9661
9662 Revert:
9663 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9664 * gdb.threads/sigstep-threads.exp: New file.
9665 * gdb.threads/sigstep-threads.c: New file.
9666
9667 2010-10-20 Michael Snyder <msnyder@vmware.com>
9668
9669 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
9670
9671 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9672
9673 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
9674 Skip test completely if gdb,no_hardware_watchpoints.
9675
9676 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9677
9678 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
9679 strict, but do not check for any particular function name within libc.
9680
9681 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
9682
9683 * gdb.cp/smartp.exp: New test.
9684 * gdb.cp/smartp.cc : New test.
9685
9686 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
9687
9688 * gdb.cp/converts.exp: Test pointer to bool conversion.
9689 Test pointer to long conversion.
9690 * gdb.cp/oranking.exp: Removed relevant kfail.
9691
9692 2010-10-18 Tom Tromey <tromey@redhat.com>
9693
9694 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
9695 argument to lazy_string.
9696 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
9697 (pp_ls.to_string): Use it.
9698 * gdb.python/py-prettyprint.c (main): Move declarations to top.
9699 Add "estring2" local.
9700
9701 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9702
9703 Fix s390x compatibility.
9704 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
9705 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
9706
9707 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9708
9709 * gdb.threads/sigstep-threads.exp: New file.
9710 * gdb.threads/sigstep-threads.c: New file.
9711
9712 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9713
9714 * gdb.base/pie-execl.exp: New file.
9715 * gdb.base/pie-execl.c: New file.
9716
9717 2010-10-13 Doug Evans <dje@google.com>
9718 Jan Kratochvil <jan.kratochvil@redhat.com>
9719
9720 PR exp/12117
9721 * gdb.cp/ptype-cv-cp.cc: New file.
9722 * gdb.cp/ptype-cv-cp.exp: New file.
9723
9724 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
9725
9726 * gdb.cp/converts.cc: New test program.
9727 * gdb.cp/converts.exp: New test.
9728 * gdb.cp/overload.exp: Added test for void* vs int*.
9729 * gdb.cp/overload.exp: Ditto.
9730 * gdb.cp/oranking.exp: Removed related kfail.
9731
9732 2010-10-13 Doug Evans <dje@google.com>
9733
9734 * lib/gdb-python.exp (gdb_check_python_config): New function.
9735 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
9736 * gdb.python/lib-types.cc: New file.
9737 * gdb.python/lib-types.exp: New file.
9738
9739 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9740
9741 * gdb.python/py-error.exp: New file.
9742 * gdb.python/py-error.py: New file.
9743
9744 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9745
9746 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
9747 gdb_test_multiple.
9748
9749 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9750
9751 * gdb.base/break-interp.exp: Use ldlags for linking flags.
9752 * gdb.base/prelink.exp: Likewise.
9753 * gdb.base/solib-nodir.exp: Likewise.
9754 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
9755 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
9756 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
9757
9758 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
9759
9760 * break-interp.exp (test_ld): Use two separate gdb_expect statements
9761 for the "info files" test to avoid timeouts on slow machines.
9762
9763 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9764
9765 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
9766 (main): Make openlib dummy call.
9767
9768 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9769
9770 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
9771 * break-interp.exp (reach): Move the core body ...
9772 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
9773 (test_ld): Provide always real argument, even to the linker. Replace
9774 dl_main by _dl_debug_state.
9775
9776 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9777
9778 Fix results of prelinked PIEs on ppc*.
9779 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
9780 Accept also DISPLACEMENT "PRESENT".
9781 (main): Replace "ZERO" displacements by "PRESENT".
9782
9783 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
9784
9785 * gdb.cp/oranking.exp: New test.
9786 * gdb.cp/oranking.cc: New test program.
9787
9788 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
9789
9790 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
9791 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
9792
9793 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
9794
9795 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
9796 lush, lynx) New constant.
9797 * gdb.base/constvars.exp: Test const array types.
9798 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
9799
9800 2010-10-06 Doug Evans <dje@google.com>
9801
9802 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
9803 of syscall staging area.
9804
9805 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
9806
9807 * gdb.base/gnu_vector.c: Add variable c4.
9808 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
9809 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
9810
9811 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
9812
9813 * gdb.arch/altivec-abi.exp: Fix a typo.
9814
9815 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
9816
9817 * lib/mi-support.exp (thread_selected_re): Correct pattern used
9818 to match a thread ID.
9819
9820 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9821
9822 Fix s390x testcase compatibility.
9823 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
9824
9825 2010-10-01 Doug Evans <dje@google.com>
9826
9827 * lib/gdb-python.exp: New file.
9828 * gdb.python/py-block.exp: Use it.
9829 * gdb.python/py-breakpoint.exp: Ditto.
9830 * gdb.python/py-frame.exp: Ditto.
9831 * gdb.python/py-inferior.exp: Ditto.
9832 * gdb.python/py-param.exp: Ditto.
9833 * gdb.python/py-prettyprint.exp: Ditto.
9834 * gdb.python/py-shared.exp: Ditto.
9835 * gdb.python/py-symbol.exp: Ditto.
9836 * gdb.python/py-symtab.exp: Ditto.
9837 * gdb.python/py-type.exp: Ditto.
9838 * gdb.python/py-value.exp: Ditto.
9839 * gdb.python/python.exp: Ditto.
9840
9841 2010-09-30 Tom Tromey <tromey@redhat.com>
9842
9843 * gdb.base/anon.exp: New file.
9844 * gdb.base/anon.c: New file.
9845
9846 2010-09-30 Tom Tromey <tromey@redhat.com>
9847
9848 * gdb.base/completion.exp: Test completion through anonymous
9849 union.
9850 * gdb.base/break1.c (struct some_struct): Add anonymous union.
9851
9852 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9853
9854 Fix printing parameters of inlined functions.
9855 * gdb.dwarf2/dw2-inline-param.exp: New file.
9856 * gdb.dwarf2/dw2-inline-param-main.c: New file.
9857 * gdb.dwarf2/dw2-inline-param.S: New file.
9858
9859 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9860
9861 PR corefiles/12071.
9862 * gdb.base/corefile.exp (quit with a process, no question: load core)
9863 (quit with a core file): New tests.
9864
9865 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9866
9867 Fix GDB crash on inferior calls with self-referencing classes.
9868 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
9869 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
9870 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
9871
9872 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9873
9874 Fix lost siginfo_t for inferior calls.
9875 * gdb.base/siginfo-infcall.exp: New file.
9876 * gdb.base/siginfo-infcall.c: New file.
9877
9878 2010-09-22 Joel Brobecker <brobecker@adacore.com>
9879
9880 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
9881
9882 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9883
9884 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
9885 New test.
9886 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
9887
9888 2010-09-22 Joel Brobecker <brobecker@adacore.com>
9889
9890 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
9891 type of our const type.
9892
9893 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
9894
9895 * gdb.cp/pr12028.cc: New.
9896 * gdb.cp/pr12028.exp: New.
9897
9898 2010-09-22 Joel Brobecker <brobecker@adacore.com>
9899
9900 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
9901
9902 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
9903 Jan Kratochvil <jan.kratochvil@redhat.com>
9904
9905 PR mi/11407
9906 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
9907 * gdb.mi/dw2-ref-missing-frame-main.c New File.
9908 * gdb.mi/dw2-ref-missing-frame.S New File.
9909 * gdb.mi/dw2-ref-missing-frame.exp New File.
9910
9911 2010-09-14 Tom Tromey <tromey@redhat.com>
9912
9913 PR symtab/8399:
9914 * gdb.threads/tls.exp: Remove kfail. Update expected output.
9915
9916 2010-09-14 Tom Tromey <tromey@redhat.com>
9917
9918 PR exp/11803:
9919 * gdb.threads/tls.exp: Use C++.
9920 (check_thread_local): Use K::another_thread_local.
9921 * gdb.threads/tls.c (class K): New.
9922 (another_thread_local): Now a member of K.
9923 (spin): Update. No longer K&R C.
9924
9925 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9926
9927 * gdb.cp/koenig.cc: created class for testing member lookup.
9928 * gdb.cp/koenig.exp: Added test for member lookup.
9929
9930 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9931
9932 Fix false FAILs on sourcetree topdir directory containing "kill".
9933 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
9934 source line matching regexp.
9935
9936 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9937
9938 * gdb.python/python.exp (set height 0, collect help from uiout)
9939 (verify help to uiout): New tests.
9940
9941 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9942
9943 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
9944 is_lp64_target to check 64bit target.
9945
9946 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9947
9948 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
9949 (test_ld) <powerpc64-*>: New.
9950
9951 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9952
9953 * gdb.cp/templates.exp (test_template_args): Allow "struct".
9954
9955 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9956
9957 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
9958 (FunctionArg::method): New function.
9959 (empty, arg): New variables.
9960 (main): Call arg.method.
9961 * gdb.cp/templates.exp (test_template_args): New function.
9962 (do_tests): Call it.
9963
9964 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
9965
9966 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
9967 of "next" to proceed over pthread_exit call.
9968
9969 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
9970
9971 * gdb.base/maint.exp: Avoid wildcards against potentially very long
9972 "maint print statistics" output to prevent expect timeouts.
9973
9974 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9975
9976 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
9977 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9978 (test_float_rejected): ... here.
9979 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
9980 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9981 (test_float_rejected): ... here.
9982 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
9983 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9984 (test_float_rejected): ... here.
9985 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
9986 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9987 (test_float_rejected): ... here.
9988
9989 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9990
9991 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
9992 before disabling hardware watchpoints.
9993 (test_inaccessible_watchpoint): Check that hardware watchpoints
9994 are used. Test for watchpoints on a constant address.
9995
9996 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9997
9998 * gdb.base/ui-redirect.exp: New file.
9999
10000 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10001 Joel Brobecker <brobecker@adacore.com>
10002
10003 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
10004
10005 2010-08-31 Doug Evans <dje@google.com>
10006
10007 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
10008
10009 2010-08-30 Tom Tromey <tromey@redhat.com>
10010
10011 PR python/11792:
10012 * gdb.python/py-value.exp (test_subscript_regression): Add
10013 dynamic_type test.
10014
10015 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
10016
10017 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
10018 instead of running to main. Do not test the main function.
10019 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
10020 Add new main.
10021
10022 2010-08-26 Pedro Alves <pedro@codesourcery.com>
10023
10024 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
10025 one test.
10026
10027 2010-08-24 Doug Evans <dje@google.com>
10028
10029 PR symtab/11942
10030 * gdb.dwarf2/dw4-sig-types.cc: New file.
10031 * gdb.dwarf2/dw4-sig-types.h: New file.
10032 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
10033 * gdb.dwarf2/dw4-sig-types.exp: New file.
10034
10035 2010-08-23 Tom Tromey <tromey@redhat.com>
10036
10037 PR python/11145:
10038 * gdb.python/py-value.c (Base, Derived): New types.
10039 (base): New global.
10040 * gdb.python/py-value.exp (test_subscript_regression): Add
10041 dynamic_cast test.
10042
10043 2010-08-23 Tom Tromey <tromey@redhat.com>
10044
10045 PR python/10676:
10046 * gdb.python/py-type.exp (test_fields): Add tests for type
10047 equality.
10048
10049 2010-08-23 Tom Tromey <tromey@redhat.com>
10050
10051 PR python/11915:
10052 * gdb.python/py-type.exp (test_fields): Add tests for array.
10053
10054 2010-08-23 Keith Seitz <keiths@redhat.com>
10055
10056 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
10057 have any children. Create a new abbrev for it.
10058 Add missing terminal sequence to .debug_abbrev.
10059
10060 2010-08-20 Keith Seitz <keiths@redhat.com>
10061
10062 PR symtab/11465:
10063 * gdb.dwarf2/pr11465.exp: New test.
10064 * gdb.dwarf2/pr11465.S: New file.
10065 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
10066 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
10067
10068 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
10069
10070 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
10071 registers. Update data sets with the new v2_double element in the
10072 VSX register union. Add vector_register3_vr data set for the AltiVec
10073 registers. Use gdb_test_no_output instead of send_gdb.
10074
10075 2010-08-19 Pedro Alves <pedro@codesourcery.com>
10076
10077 * gdb.python/py-shared.exp: New file, factored out from
10078 python.exp.
10079 * gdb.python/py-shared.c: New file.
10080 * gdb.python/py-shared-sl.c: New file.
10081 * gdb.python/python-1.c: New file.
10082 * gdb.python/python-sl.c: Delete.
10083 * gdb.python/python.c: Mention python-1.c.
10084 * gdb.python/python.exp: Move shared library tests to
10085 py-shared.exp.
10086 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
10087 (MISCELLANEOUS): New.
10088 (clean mostlyclean): Also remove $MISCELLANEOUS.
10089
10090 2010-08-19 Doug Evans <dje@google.com>
10091
10092 PR exp/11926
10093 * gdb.base/printcmds.exp (test_float_accepted): New function.
10094 Move existing float tests there. Add tests for floats with suffixes.
10095 (test_float_rejected): New function.
10096 * gdb.java/jv-print.exp (test_float_accepted): New function.
10097 (test_float_rejected): New function.
10098 * gdb.objc/print.exp: New file.
10099 * gdb.pascal/print.exp: New file.
10100 * lib/objc.exp: New file.
10101
10102 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
10103
10104 * gdb.base/default.exp (info set): Avoid full buffer error and force
10105 reading up to final gdb prompt.
10106 (show): Likewise.
10107
10108 2010-08-18 Tom Tromey <tromey@redhat.com>
10109
10110 PR symtab/11919:
10111 * gdb.base/completion.exp: Add test.
10112
10113 2010-08-18 Doug Evans <dje@google.com>
10114
10115 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
10116 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
10117 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
10118 Simplify, early exit if runto_main fails.
10119 * gdb.fortran/exprs.exp: load_lib fortran.exp.
10120 (set_lang_fortran): Moved to lib/fortran.exp.
10121 * gdb.fortran/types.exp: load_lib fortran.exp.
10122 (set_lang_fortran): Moved to lib/fortran.exp.
10123 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
10124 * gdb.java/jprint.exp (set_lang_java): Ditto.
10125 * gdb.java/jv-exp.exp: load_lib java.exp.
10126 If set_lang_java fails, issue a warning instead of failure to be
10127 consistent with other set_lang_foo uses.
10128 (set_lang_java): Moved to lib/java.exp.
10129 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
10130 If set_lang_java fails, issue a warning instead of failure to be
10131 consistent with other set_lang_foo uses.
10132 * gdb.pascal/types.exp: load_lib pascal.exp.
10133 (set_lang_pascal): Moved to lib/pascal.exp.
10134 * lib/fortran.exp: New file.
10135 * lib/java.exp (set_lang_java): New function.
10136 * lib/pascal.exp (set_lang_pascal): New function.
10137
10138 2010-08-18 Yao Qi <yao@codesourcery.com
10139
10140 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
10141 func_nofb_start and func_loopfb_start, so that address of functions
10142 is equal to these labels on Thumb.
10143
10144 2010-08-18 Yao Qi <yao@codesourcery.com>
10145
10146 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
10147 to reflect latest c source file.
10148
10149 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10150
10151 * gdb.cp/infcall-dlopen.exp: New file.
10152 * gdb.cp/infcall-dlopen.cc: New file.
10153 * gdb.cp/infcall-dlopen-lib.cc: New file.
10154
10155 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10156 Pedro Alves <pedro@codesourcery.com>
10157
10158 PR breakpoints/11371
10159
10160 * gdb.base/watch-cond-infcall.exp: New file.
10161 * gdb.base/watch-cond-infcall.c: New file.
10162
10163 2010-08-16 Tom Tromey <tromey@redhat.com>
10164
10165 * gdb.base/help.exp: Update.
10166 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
10167 watchpoint.
10168 (test_watch_location): New proc.
10169 (test_watchpoint_in_big_blob): Delete watchpoint.
10170 * gdb.base/watchpoint.c (func5): New function.
10171 (main): Call it.
10172
10173 2010-08-16 Doug Evans <dje@google.com>
10174
10175 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
10176
10177 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10178
10179 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
10180 tests.
10181
10182 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
10183
10184 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
10185 * gdb.base/gnu_vector.c: New File.
10186 * gdb.base/gnu_vector.exp: Likewise.
10187
10188 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10189
10190 * gdb.python/python.c: New File.
10191 * gdb.python/python-sl.c: New File.
10192 * gdb.python/python.exp: Test solib_address and decode_line
10193 * functions.
10194
10195 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10196
10197 * gdb.python/python.exp (show height, set height 10)
10198 (verify pagination beforehand, verify pagination beforehand: q)
10199 (gdb.execute does not page, verify pagination afterwards)
10200 (verify pagination afterwards: q): New.
10201
10202 2010-08-02 Doug Evans <dje@google.com>
10203
10204 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
10205 because of an older gcc, change test2
10206 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
10207 to unsupported.
10208
10209 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
10210
10211 * gdb.base/break-always.exp: Do not expect full paths to file
10212 names.
10213 * gdb.base/commands.exp: Likewise.
10214
10215 2010-07-30 Doug Evans <dje@google.com>
10216
10217 * gdb.cp/temargs.exp: For new tests that require newer gccs,
10218 xfail them when run with older gccs.
10219
10220 * lib/gdb.exp (build_executable): Forward "c++" option to
10221 get_compiler_info.
10222
10223 * gdb.python/py-type.exp (test_template): Mark as xfail tests
10224 "python print ttype.template_argument(1)" and
10225 "python print isinstance(ttype.template_argument(1), gdb.Value)"
10226 if using gcc 4.4 or earlier.
10227
10228 * gdb.base/valgrind-db-attach.exp: Use unique test name for
10229 attach-to-debugger handling.
10230
10231 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10232
10233 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
10234 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
10235 (main): Use copyreloc.
10236 * gdb.base/prelink.exp (split debug of executable)
10237 (.dynbss vs. .bss address shift): New tests.
10238
10239 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10240
10241 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
10242 in gdb_test_multiple.
10243
10244 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10245
10246 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
10247 environment.
10248
10249 2010-07-28 Tom Tromey <tromey@redhat.com>
10250
10251 PR python/11060:
10252 * gdb.python/py-type.c (Temargs): New template.
10253 (temvar): New variable.
10254 * gdb.python/py-type.exp (test_template): New proc.
10255
10256 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10257
10258 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
10259 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
10260
10261 2010-07-28 Tom Tromey <tromey@redhat.com>
10262
10263 PR c++/9946:
10264 * gdb.cp/temargs.exp: New file.
10265 * gdb.cp/temargs.cc: New file.
10266
10267 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10268
10269 * gdb.base/help.exp (help disassemble): Update the content.
10270
10271 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10272
10273 * gdb.threads/ia64-sigill.exp: New file.
10274 * gdb.threads/ia64-sigill.c: New file.
10275
10276 2010-07-27 Tom Tromey <tromey@redhat.com>
10277
10278 * gdb.opt/inline-cmds.c (ATTR): New define.
10279 (func1): Use it.
10280 (func2): Likewise.
10281 (func3): Likewise.
10282 (outer_inline1): Likewise.
10283 (outer_inline2): Likewise.
10284 * gdb.opt/inline-bt.c (ATTR): New define.
10285 (func1): Use it.
10286 (func2): Likewise.
10287 * gdb.opt/inline-locals.c (ATTR): New define.
10288 (func1): Use it.
10289 (func2): Likewise.
10290
10291 2010-07-27 Tom Tromey <tromey@redhat.com>
10292
10293 * gdb.stabs/gdb11479.c (hack): New function.
10294 (test): Use it.
10295 (test2): Use it.
10296 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
10297 (int32_search_buf, int64_search_buf): No longer static.
10298 (x): Remove.
10299 * gdb.base/relocate.c (hack): New function.
10300
10301 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
10302
10303 * gdb.python/py-value.exp (test_inferior_function_call): New function.
10304 * gdb.python/py-value.c (func1): New function.
10305 (func2): Likewise.
10306
10307 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
10308
10309 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
10310 as not to clash with .data section.
10311
10312 2010-07-26 Jerome Guitton <guitton@adacore.com>
10313
10314 * gdb.base/code_elim.exp: New file.
10315 * gdb.base/code_elim1.c: New file.
10316 * gdb.base/code_elim2.c: New file.
10317
10318 2010-07-21 Pedro Alves <pedro@codesourcery.com>
10319
10320 PR symtab/11827
10321
10322 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
10323 (some_volatile_enum): New variable.
10324 * gdb.base/printcmds.exp (test_print_enums): New.
10325 <top level>: Call it.
10326
10327 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
10328
10329 * gdb.cp/fpointer.cc: New test.
10330 * gdb.cp/fpointer.exp: New test.
10331
10332 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10333
10334 * gdb.base/solib-nodir.exp: New file.
10335 * lib/gdb.exp (runto): New case for a GDB internal error.
10336
10337 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10338 Ulrich Weigand <uweigand@de.ibm.com>
10339 Tom Tromey <tromey@redhat.com>
10340
10341 * gdb.base/charset-malloc.c: New file.
10342 * gdb.base/charset.c (malloc_stub): New prototype.
10343 (main): Call it instead of malloc itself.
10344 * gdb.base/charset.exp: Use only prepare_for_testing.
10345 (binfile): Remove the variable.
10346
10347 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10348
10349 Make core files the process_stratum.
10350 * gdb.base/corefile.exp (run: load core again)
10351 (run: sanity check we see the core file, run: with core)
10352 (run: core file is cleared, attach: load core again)
10353 (attach: sanity check we see the core file, attach: with core)
10354 (attach: core file is cleared): New tests.
10355 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
10356
10357 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
10358
10359 * gdb.arch/altivec-abi.exp: New tests.
10360
10361 2010-07-13 Tom Tromey <tromey@redhat.com>
10362
10363 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
10364 (main): Use it.
10365 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
10366
10367 2010-07-13 Tom Tromey <tromey@redhat.com>
10368
10369 * gdb.base/label.exp: New file.
10370 * gdb.base/label.c: New file.
10371
10372 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
10373 H.J. Lu <hongjiu.lu@intel.com>
10374
10375 * lib/gdb.exp (is_ilp32_target): New.
10376 (is_lp64_target): Likewise.
10377
10378 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
10379 target.
10380 * gdb.arch/amd64-disp-step.exp: Likewise.
10381 * gdb.arch/amd64-dword.exp: Likewise.
10382 * gdb.arch/amd64-i386-address.exp: Likewise.
10383 * gdb.arch/amd64-word.exp: Likewise.
10384
10385 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
10386 target.
10387 * gdb.arch/i386-bp_permanent.exp: Likewise.
10388 * gdb.arch/i386-byte.exp: Likewise.
10389 * gdb.arch/i386-disp-step.exp: Likewise.
10390 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10391 * gdb.arch/i386-prologue.exp: Likewise.
10392 * gdb.arch/i386-size-overlap.exp: Likewise.
10393 * gdb.arch/i386-size.exp: Likewise.
10394 * gdb.arch/i386-sse.exp: Likewise.
10395 * gdb.arch/i386-unwind.exp: Likewise.
10396 * gdb.arch/i386-word.exp: Likewise.
10397
10398 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
10399 test only when building 64-bit executables. Do not hard-code
10400 -m64 option.
10401
10402 2010-07-07 Doug Evans <dje@google.com>
10403
10404 * lib/gdb.exp (gdb_test_list_exact): New function.
10405 * gdb.base/default.exp (show convenience): Call it, add tests for
10406 $_sdata = void, $_thread = 0.
10407
10408 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10409 Joel Brobecker <brobecker@adacore.com>
10410
10411 Fix re-run of PIE executable, PR shlibs/11776.
10412 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
10413 Remove $displacement_main to match the solib-svr4.c change. New "kill"
10414 and re-"run" of the inferior.
10415
10416 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10417 Joel Brobecker <brobecker@adacore.com>
10418
10419 Cope with missing /usr/sbin/prelink.
10420 * lib/prelink-support.exp (prelink_no):
10421 <result == 1 && $output is "no such file or directory">: New.
10422 (prelink_yes): Likewise. Return on failed prelink_no.
10423
10424 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10425 Joel Brobecker <brobecker@adacore.com>
10426
10427 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
10428 build_executable by build_executable_own_libs. Replace "prelink -R"
10429 execution by a call of prelink_yes. Comment why "prelink -r" needs no
10430 change.
10431 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
10432 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
10433 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
10434 Replace build_executable by build_executable_own_libs's function
10435 build_executable_own_libs.
10436 (prelinkNO): Create new stub to call prelink_no.
10437 (prelinkYES): Create new stub to call prelink_yes.
10438 (test_attach): Rename calls of copy to file_copy.
10439 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
10440 (copy): Move to ...
10441 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
10442 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
10443 * gdb.base/prelink.exp: Disable testcase also for is_remote and
10444 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
10445 special flags by gdb_compile_shlib. Replace second gdb_compile by
10446 build_executable_own_libs. Replace "prelink -R" execution by a call of
10447 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
10448 a second call of prelink_yes. Replace restart commands by
10449 clean_restart.
10450 (prelink): Rename to ...
10451 (seen displacement message): ... this test. Extend its expectation
10452 strictness.
10453
10454 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10455
10456 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
10457 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
10458 displacement message exactly once.
10459
10460 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10461 Joel Brobecker <brobecker@adacore.com>
10462
10463 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
10464 its restore after the <$relink_args != ""> loop. new comment.
10465
10466 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10467 Joel Brobecker <brobecker@adacore.com>
10468
10469 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
10470 code for it. New variable relink_args.
10471 (prelinkYES): Call prelinkNO.
10472 (test_attach): Accept new parameter relink_args. Re-prelink the binary
10473 in such case. Move the core code to ...
10474 (test_attach_gdb): ... a new function. Send GDB command "file".
10475 Extend expected "Attaching to " string.
10476
10477 2010-07-02 Tom Tromey <tromey@redhat.com>
10478
10479 * gdb.base/bitops.exp: Remove extraneous "pass".
10480
10481 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
10482
10483 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10484
10485 2010-07-01 Pedro Alves <pedro@codesourcery.com>
10486
10487 * gdb.base/help.exp: Adjust expected output.
10488
10489 2010-07-01 Pedro Alves <pedro@codesourcery.com>
10490
10491 * gdb.base/help.exp: Adjust expected output.
10492
10493 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10494
10495 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
10496 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
10497 c++/11702.
10498
10499 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10500 Doug Evans <dje@google.com>
10501
10502 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
10503 add .dynamic entry'.
10504
10505 2010-06-29 Doug Evans <dje@google.com>
10506
10507 Test PR c++/11702.
10508 * gdb.cp/m-static.exp: Add testcase.
10509 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
10510
10511 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
10512 Tom Tromey <tromey@redhat.com>
10513 Thiago Jung Bauermann <bauerman@br.ibm.com>
10514
10515 * gdb.python/py-inferior.c: New File.
10516 * gdb.python/py-infthread.c: New File.
10517 * gdb.python/py-inferior.exp: New File.
10518 * gdb.python/py-infthread.exp: New File.
10519
10520 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10521
10522 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
10523 (ptype ::C::OtherFileClass typedefs): New.
10524 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
10525 (C::OtherFileClass::cOtherFileClassVar2): New.
10526 (C::OtherFileClass::cOtherFileClassVar_use): Use also
10527 cOtherFileClassVar2.
10528 (C::cOtherFileType2, C::cOtherFileVar2): New.
10529 (C::cOtherFileVar_use): use also cOtherFileVar2.
10530 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
10531
10532 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10533
10534 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
10535 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
10536 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
10537 (print ::C::cOtherFileVar)
10538 (whatis C::OtherFileClass::cOtherFileClassType)
10539 (whatis ::C::OtherFileClass::cOtherFileClassType)
10540 (print C::OtherFileClass::cOtherFileClassVar)
10541 (print ::cOtherFileClassVar)
10542 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
10543 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
10544 trailing content.
10545 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
10546 (C::OtherFileClass::cOtherFileClassVar)
10547 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
10548 (C::cOtherFileVar, C::cOtherFileVar_use): New.
10549
10550 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10551
10552 Test PR c++/11703 and PR gdb/1448.
10553 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
10554 gdb/1448.
10555
10556 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10557
10558 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
10559 (main) <rtti_data>: New.
10560 * gdb.cp/virtbase.exp (print rtti_data): New.
10561
10562 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10563 Joel Brobecker <brobecker@adacore.com>
10564
10565 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
10566
10567 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10568
10569 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
10570
10571 2010-06-28 Doug Evans <dje@google.com>
10572
10573 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
10574
10575 2010-06-27 Doug Evans <dje@google.com>
10576
10577 * gdb.cp/m-static.exp: Update expected test output.
10578
10579 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
10580
10581 * gdb.gdb/selftest.exp: Adjust expected message for
10582 capturing start-up runtime.
10583
10584 2010-06-25 Tom Tromey <tromey@redhat.com>
10585
10586 PR python/10808:
10587 * gdb.python/python.exp: Add new tests.
10588
10589 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
10590
10591 * gdb.cp/operator.cc: Created an import loop.
10592 * gdb.cp/operator.exp: Added testcase for import loop.
10593
10594 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10595
10596 Test PR python/11407.
10597 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
10598 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
10599 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
10600 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
10601 executable_nofb and executable_fb. New variables srcsfile, objsfile,
10602 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
10603 binfile. Call gdb_compile with clean_restart twice.
10604 (func_nofb print, func_nofb backtrace, func_loopfb print)
10605 (func_loopfb backtrace): New.
10606
10607 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10608
10609 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
10610 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
10611 by a hand made one.
10612 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
10613 i?86 requirement. Remove variables srcfile and binfile. New variable
10614 sources, executable_nofb and executable_fb. Call prepare_for_testing.
10615
10616 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10617
10618 * gdb.cell/dwarfaddr.exp: New file.
10619 * gdb.cell/dwarfaddr.S: New file.
10620
10621 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10622
10623 Test PR 9436.
10624 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
10625
10626 2010-06-24 Hui Zhu <teawater@gmail.com>
10627
10628 * gdb.base/eval.exp: New file.
10629
10630 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10631
10632 * gdb.cell/fork.exp: New file.
10633 * gdb.cell/fork.c: Likewise.
10634 * gdb.cell/fork-spu.c: Likewise.
10635
10636 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
10637
10638 * lib/gdb.exp (banned_variables_traced): New global variable.
10639 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
10640 (gdb_init): Use `trace add variable' instead of obsolete
10641 `trace variable'.
10642
10643 2010-06-21 Doug Evans <dje@google.com>
10644
10645 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
10646
10647 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10648
10649 * gdb.arch/spu-ls.exp: New file.
10650 * gdb.arch/spu-ls.c: Likewise.
10651
10652 2010-06-18 Stan Shebs <stan@codesourcery.com>
10653
10654 * gdb.threads/thread-specific.exp: Add tests of $_thread.
10655
10656 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10657
10658 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
10659 * gdb.base/watch-cond.exp: Likewise.
10660 * gdb.python/py-breakpoint.exp: Likewise.
10661
10662 2010-06-18 Pedro Alves <pedro@codesourcery.com>
10663
10664 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
10665 clean_restart, make sure every test has a distinct message, and
10666 that messages don't include the executable' full path.
10667
10668 2010-06-17 Doug Evans <dje@google.com>
10669
10670 * gdb.arch/i386-size.exp: Updated expected output for
10671 DISASSEMBLY_OMIT_FNAME.
10672
10673 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10674 Sergio Durigan Junior <sergiodj@redhat.com>
10675
10676 * gdb.base/watch-notconst.c: New file.
10677 * gdb.base/watch-notconst.S: New file.
10678 * gdb.base/watch-notconst2.c: New file.
10679 * gdb.base/watch-notconst2.S: New file.
10680 * gdb.base/watch-notconst.exp: New file.
10681 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
10682 (func4): Add operations on `global_ptr_ptr'.
10683 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
10684 routine to test watchpoints created with a constant expression.
10685 (test_inaccessible_watchpoint): Include tests for watchpoints
10686 created with a constant expression.
10687
10688 2010-06-14 Kevin Buettner <kevinb@redhat.com>
10689
10690 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
10691 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
10692 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
10693 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
10694 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
10695 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
10696 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
10697 of `_start'.
10698
10699 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10700
10701 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
10702 not supported on the target.
10703 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10704 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10705 * gdb.mi/mi-nsintrall.exp: Likewise.
10706 * gdb.mi/mi-nsmoribund.exp: Likewise.
10707 * gdb.mi/mi-nsthrexec.exp: Likewise.
10708
10709 2010-06-11 Stan Shebs <stan@codesourcery.com>
10710
10711 * gdb.base/permissions.exp: New file.
10712
10713 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10714
10715 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
10716 does not support ELF executable class.
10717
10718 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10719
10720 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
10721
10722 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10723
10724 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
10725 (runto): Catch "The target does not support running in non-stop mode.".
10726
10727 2010-06-11 Michael Snyder <msnyder@vmware.com>
10728
10729 * gdb.base/setshow.exp (set language asm): Don't use
10730 gdb_test_no_output, fails on some targets.
10731
10732 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10733
10734 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
10735 * gdb.cp/pr9167.exp: Likewise.
10736
10737 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10738
10739 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
10740
10741 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10742
10743 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
10744
10745 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10746
10747 * gdb.base/charset.c (main): Make sure malloc gets linked in.
10748
10749 2010-06-11 Tom Tromey <tromey@redhat.com>
10750
10751 PR gdb/9977, PR exp/11636::
10752 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
10753 (pieces_test_f6): Update expected output.
10754
10755 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10756
10757 * gdb.base/moribund-step.exp: New.
10758
10759 2010-06-08 Michael Snyder <msnyder@vmware.com>
10760
10761 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
10762 * gdb.ada/boolean_expr.exp:
10763 * gdb.ada/frame_args.exp: Ditto.
10764 * gdb.ada/lang_switch.exp: Ditto.
10765 * gdb.ada/ptype_arith_binop.exp: Ditto.
10766 * gdb.ada/ref_param.exp: Ditto.
10767 * gdb.ada/type_coercion.exp:Ditto.
10768
10769 * gdb.asm/asm-source.exp: Ditto.
10770
10771 * gdb.base/attach.exp: Ditto.
10772 * gdb.base/bitfields2.exp: Ditto.
10773 * gdb.base/call-signal-resume.exp: Ditto.
10774 * gdb.base/callfuncs.exp: Ditto.
10775 * gdb.base/commands.exp: Ditto.
10776 * gdb.base/dbx.exp: Ditto.
10777 * gdb.base/default.exp: Ditto.
10778 * gdb.base/dump.exp: Ditto.
10779 * gdb.base/exprs.exp: Ditto.
10780 * gdb.base/freebpcmd.exp: Ditto.
10781 * gdb.base/interrupt.exp: Ditto.
10782 * gdb.base/list.exp: Ditto.
10783 * gdb.base/long_long.exp: Ditto.
10784 * gdb.base/maint.exp: Ditto.
10785 * gdb.base/ptype.exp: Ditto.
10786 * gdb.base/return.exp: Ditto.
10787 * gdb.base/setshow.exp: Ditto.
10788 * gdb.base/sigbpt.exp: Ditto.
10789 * gdb.base/sigrepeat.exp: Ditto.
10790
10791 * gdb.cp/classes.exp: Ditto.
10792
10793 * gdb.dwarf2/dw2-restore.exp: Ditto.
10794
10795 * gdb.gdb/selftest.exp: Ditto.
10796
10797 * gdb.multi/base.exp: Ditto.
10798 * gdb.multi/bkpt-multi-exec.exp: Ditto.
10799
10800 * gdb.python/py-block.exp: Ditto.
10801 * gdb.python/py-prettyprint.exp: Ditto.
10802 * gdb.python/py-template.exp: Ditto.
10803
10804 * gdb.server/ext-attach.exp: Ditto.
10805 * gdb.server/ext-run.exp: Ditto.
10806 * gdb.server/server-mon.exp: Ditto.
10807
10808 * gdb.threads/fork-thread-pending.exp: Ditto.
10809 * gdb.threads/hand-call-in-threads.exp: Ditto.
10810 * gdb.threads/interrupted-hand-call.exp: Ditto.
10811 * gdb.threads/linux-dp.exp: Ditto.
10812 * gdb.threads/manythreads.exp: Ditto.
10813 * gdb.threads/print-threads.exp: Ditto.
10814 * gdb.threads/pthreads.exp: Ditto.
10815 * gdb.threads/schedlock.exp: Ditto.
10816 * gdb.threads/thread-unwindonsignal.exp: Ditto.
10817 * gdb.threads/threadapply.exp: Ditto.
10818
10819 2010-06-08 Michael Snyder <msnyder@vmware.com>
10820
10821 * gdb.ada/exec_changed.exp:
10822 Use ".*" instead of "" as wildcard regexp.
10823
10824 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
10825 * gdb.base/call-ar-st.exp: Ditto.
10826 * gdb.base/checkpoint.exp: Ditto.
10827 * gdb.base/default.exp: Ditto.
10828 * gdb.base/dump.exp: Ditto.
10829 * gdb.base/ending-run.exp: Ditto.
10830 * gdb.base/fileio.exp: Ditto.
10831 * gdb.base/miscexprs.exp: Ditto.
10832 * gdb.base/pointers.exp: Ditto.
10833 * gdb.base/readline.exp: Ditto.
10834 * gdb.base/reread.exp: Ditto.
10835 * gdb.base/restore.exp: Ditto.
10836 * gdb.base/shlib-call.exp: Ditto.
10837 * gdb.base/valgrind-db-attach.exp: Ditto.
10838 * gdb.base/volatile.exp: Ditto.
10839 * gdb.base/watchpoints.exp: Ditto.
10840
10841 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
10842
10843 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
10844 * gdb.python/py-value.exp: Ditto.
10845
10846 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
10847 * gdb.trace/circ.exp: Ditto.
10848 * gdb.trace/collection.exp: Ditto.
10849 * gdb.trace/packetlen.exp: Ditto.
10850 * gdb.trace/passc-dyn.exp: Ditto.
10851 * gdb.trace/report.exp: Ditto.
10852 * gdb.trace/tfile.exp: Ditto.
10853 * gdb.trace/tfind.exp: Ditto.
10854 * gdb.trace/while-dyn.exp: Ditto.
10855
10856 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10857
10858 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
10859
10860 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10861
10862 Test PR 10640.
10863 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
10864
10865 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
10866
10867 * gdb.cp/koenig.exp: Test for ADL operators.
10868 * gdb.cp/koenig.cc: Added ADL operators.
10869 * gdb.cp/operator.exp: New test.
10870 * gdb.cp/operator.cc: New test.
10871
10872 2010-06-04 Michael Snyder <msnyder@vmware.com>
10873
10874 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
10875 * gdb.base/pending.exp: Ditto.
10876
10877 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
10878
10879 2010-06-04 Doug Evans <dje@google.com>
10880
10881 * gdb.python/py-prettyprint.exp: Add new test for enabled and
10882 disabled printers.
10883 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
10884 (enable_lookup_function): New function.
10885
10886 2010-06-04 Tom Tromey <tromey@redhat.com>
10887
10888 * gdb.python/py-value.exp (test_value_hash): Don't test equality
10889 of hash and id.
10890
10891 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10892
10893 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
10894 newline.
10895 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
10896 (empty verbose non-noisy clear, empty verbose noisy clear)
10897 (empty non-verbose noisy clear): Likewise.
10898
10899 2010-06-03 Michael Snyder <msnyder@vmware.com>
10900
10901 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
10902 * gdb.base/display.exp: Ditto.
10903 * gdb.base/find.exp: Ditto.
10904 * gdb.base/ifelse.exp: Ditto.
10905 * gdb.base/multi-forks.exp: Ditto.
10906 * gdb.base/recurse.exp: Ditto.
10907 * gdb.base/setshow.exp: Ditto.
10908 * gdb.base/value-double-free.exp: Ditto.
10909 * gdb.base/watch-vfork.exp: Ditto.
10910 * gdb.base/watch_thread_num.exp: Ditto.
10911 * gdb.base/watchpoint-solib.exp: Ditto.
10912 * gdb.base/watchpoint.exp: Ditto.
10913 * gdb.base/watchpoints.exp: Ditto.
10914
10915 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
10916 * gdb.cp/overload.exp: Ditto.
10917 * gdb.cp/virtfunc.exp: Ditto.
10918
10919 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
10920
10921 * gdb.reverse/watch-precsave.exp:
10922 Replace gdb_test with gdb_test_no_output.
10923
10924 * gdb.threads/attach-into-signal.exp:
10925 Replace gdb_test with gdb_test_no_output.
10926 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
10927 * gdb.threads/watchthreads.exp: Ditto.
10928 * gdb.threads/watchthreads2.exp: Ditto.
10929
10930 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
10931 * gdb.trace/tfind.exp: Ditto.
10932
10933 2010-06-03 Joel Brobecker <brobecker@adacore.com>
10934
10935 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
10936 successful test if message is the empty string.
10937
10938 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10939
10940 * gdb.fortran/module.exp (stopped language detection): New test.
10941
10942 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10943
10944 Support DW_TAG_module as separate namespaces.
10945 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
10946 gdb.fortran/library-module-lib.f90: New.
10947 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
10948 (print i): Remove.
10949 (continue to breakpoint: i-is-1, print var_i value 1)
10950 (continue to breakpoint: i-is-2, print var_i value 2)
10951 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
10952 (print var_d, print var_i value 14, ptype modmany, complete `modm)
10953 (complete `modmany, complete `modmany`, complete `modmany`var)
10954 (show language, setting breakpoint at module): New tests.
10955 * gdb.fortran/module.f90 (module mod): Remove.
10956 (module mod1, module mod2, module modmany, subroutine sub1)
10957 (subroutine sub2, program module): New.
10958
10959 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10960
10961 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
10962 (print value of rUC, print value of rI, print value of UI): ... here.
10963 * gdb.cp/anon-union.exp (pass): Rename to ...
10964 (print z 2): ... here.
10965
10966 2010-06-02 Michael Snyder <msnyder@vmware.com>
10967
10968 * gdb.trace/actions.exp: Use gdb_test_no_output.
10969 * gdb.trace/circ.exp: Ditto.
10970 * gdb.trace/packetlen.exp: Ditto.
10971 * gdb.trace/save-trace.exp: Ditto.
10972 * gdb.trace/tracecmd.exp: Ditto.
10973 * gdb.trace/tsv.exp: Ditto.
10974
10975 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
10976 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
10977 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
10978 * gdb.threads/manythreads.exp: Ditto.
10979 * gdb.threads/print-threads.exp: Ditto.
10980 * gdb.threads/pthreads.exp: Ditto.
10981 * gdb.threads/schedlock.exp: Ditto.
10982 * gdb.threads/staticthreads.exp: Ditto.
10983 * gdb.threads/thread-specific.exp: Ditto.
10984 * gdb.threads/thread-unwindonsignal.exp: Ditto.
10985 * gdb.threads/threadapply.exp: Ditto.
10986 * gdb.threads/watchthreads.exp: Ditto.
10987 * gdb.threads/watchthreads2.exp: Ditto.
10988
10989 * gdb.python/py-block.exp: Use gdb_test_no_output.
10990 * gdb.python/py-prettyprint.exp: Ditto.
10991 * gdb.python/py-template.exp: Ditto.
10992 * gdb.python/py-value.exp: Ditto.
10993
10994 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
10995 * gdb.reverse/watch-reverse.exp: Ditto.
10996
10997 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
10998 * gdb.server/ext-run.exp: Ditto.
10999
11000 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
11001 * gdb.dwarf2/dw2-compressed.exp: Ditto.
11002 * gdb.dwarf2/dw2-intercu.exp: Ditto.
11003 * gdb.dwarf2/dw2-intermix.exp: Ditto.
11004 * gdb.dwarf2/dw2-producer.exp: Ditto.
11005 * gdb.dwarf2/mac-fileno.exp: Ditto.
11006
11007 * gdb.gdb/observer.exp: Use gdb_test_no_output.
11008 * gdb.gdb/selftest.exp: Ditto.
11009
11010 * gdb.multi/base.exp: Use gdb_test_no_output.
11011
11012 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
11013
11014 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11015
11016 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
11017
11018 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
11019
11020 * gdb.cp/class2.exp: Use gdb_test_no_output.
11021 * gdb.cp/classes.exp: Ditto.
11022 * gdb.cp/extern-c.exp: Ditto.
11023 * gdb.cp/inherit.exp: Ditto.
11024 * gdb.cp/maint.exp: Ditto.
11025 * gdb.cp/mb-inline.exp: Ditto.
11026 * gdb.cp/mb-templates.exp: Ditto.
11027 * gdb.cp/method2.exp: Ditto.
11028 * gdb.cp/misc.exp: Ditto.
11029 * gdb.cp/ovldbreak.exp: Ditto.
11030 * gdb.cp/punctuator.exp: Ditto.
11031 * gdb.cp/templates.exp: Ditto.
11032 * gdb.cp/virtbase.exp: Ditto.
11033
11034 * gdb.threads/attach-stopped.exp:
11035 Replace uses of send_gdb / gdb_expect.
11036 * gdb.threads/attachstop-mt.exp:
11037 Replace uses of send_gdb / gdb_expect.
11038 * gdb.threads/gcore-thread.exp:
11039 Replace uses of send_gdb / gdb_expect.
11040 * gdb.threads/hand-call-in-threads.exp:
11041 Replace uses of send_gdb / gdb_expect.
11042 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
11043 * gdb.threads/print-threads.exp:
11044 Replace uses of send_gdb / gdb_expect.
11045 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
11046 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
11047 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
11048
11049 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
11050 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
11051 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
11052 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
11053 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
11054 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
11055 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
11056 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
11057 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
11058 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
11059 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
11060
11061 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11062
11063 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
11064
11065 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
11066
11067 * gdb.cp/koenig.exp: Added new test case.
11068 * gdb.cp/koenig.cc: Ditto.
11069
11070 2010-06-01 Michael Snyder <msnyder@vmware.com>
11071
11072 * gdb.base/arithmet.exp: Use gdb_test_no_output.
11073 * gdb.base/arrayidx.exp: Ditto.
11074 * gdb.base/attach.exp: Ditto.
11075 * gdb.base/auxv.exp: Ditto.
11076 * gdb.base/bigcre.exp: Ditto.
11077 * gdb.base/break-always.exp: Ditto.
11078 * gdb.base/break-interp.exp: Ditto.
11079 * gdb.base/break.exp: Ditto.
11080 * gdb.base/breakpoint-shadow.exp: Ditto.
11081 * gdb.base/call-ar-st.exp: Ditto.
11082 * gdb.base/call-sc.exp: Ditto.
11083 * gdb.base/call-signal-resume.exp: Ditto.
11084 * gdb.base/callfuncs.exp: Ditto.
11085 * gdb.base/catch-syscall.exp: Ditto.
11086 * gdb.base/charset.exp: Ditto.
11087 * gdb.base/code-expr.exp: Ditto.
11088 * gdb.base/commands.exp: Ditto.
11089 * gdb.base/cond-expr.exp: Ditto.
11090 * gdb.base/condbreak.exp: Ditto.
11091 * gdb.base/cursal.exp: Ditto.
11092 * gdb.base/cvexpr.exp: Ditto.
11093 * gdb.base/default.exp: Ditto.
11094 * gdb.base/del.exp: Ditto.
11095 * gdb.base/detach.exp: Ditto.
11096 * gdb.base/display.exp: Ditto.
11097 * gdb.base/ena-dis-br.exp: Ditto.
11098 * gdb.base/eval-skip.exp: Ditto.
11099 * gdb.base/foll-fork.exp: Ditto.
11100 * gdb.base/foll-vfork.exp: Ditto.
11101 * gdb.base/frame-args.exp: Ditto.
11102 * gdb.base/funcargs.exp: Ditto.
11103 * gdb.base/gcore-buffer-overflow.exp: Ditto.
11104 * gdb.base/gdbvars.exp: Ditto.
11105 * gdb.base/help.exp: Ditto.
11106 * gdb.base/ifelse.exp: Ditto.
11107 * gdb.base/included.exp: Ditto.
11108 * gdb.base/list.exp: Ditto.
11109 * gdb.base/macscp.exp: Ditto.
11110 * gdb.base/maint.exp: Ditto.
11111 * gdb.base/multi-fork.exp: Ditto.
11112 * gdb.base/overlays.exp: Ditto.
11113 * gdb.base/page.exp: Ditto.
11114 * gdb.base/pending.exp: Ditto.
11115 * gdb.base/pointers.exp: Ditto.
11116 * gdb.base/pr11022.exp: Ditto.
11117 * gdb.base/prelink.exp: Ditto.
11118 * gdb.base/printcmds.exp: Ditto.
11119 * gdb.base/psymtab.exp: Ditto.
11120 * gdb.base/randomize.exp: Ditto.
11121 * gdb.base/relational.exp: Ditto.
11122 * gdb.base/relocate.exp: Ditto.
11123 * gdb.base/remote.exp: Ditto.
11124 * gdb.base/sepdebug.exp: Ditto.
11125 * gdb.base/set-lang-auto.exp: Ditto.
11126 * gdb.base/setshow.exp: Ditto.
11127 * gdb.base/setvar.exp: Ditto.
11128 * gdb.base/signals.exp: Ditto.
11129 * gdb.base/signull.exp: Ditto.
11130 * gdb.base/sigstep.exp: Ditto.
11131 * gdb.base/sizeof.exp: Ditto.
11132 * gdb.base/solib-disc.exp: Ditto.
11133 * gdb.base/store.exp: Ditto.
11134 * gdb.base/structs.exp: Ditto.
11135 * gdb.base/structs2.exp: Ditto.
11136 * gdb.base/subst.exp: Ditto.
11137 * gdb.base/term.exp: Ditto.
11138 * gdb.base/trace-commands.exp: Ditto.
11139 * gdb.base/unwindonsignal.exp: Ditto.
11140 * gdb.base/valgrind-db-attach.exp: Ditto.
11141 * gdb.base/varargs.exp: Ditto.
11142 * gdb.base/watch-cond.exp: Ditto.
11143 * gdb.base/watch_thread_num.exp: Ditto.
11144 * gdb.base/watchpoint-cond-gone.exp: Ditto.
11145 * gdb.base/watchpoint.exp: Ditto.
11146 * gdb.base/whatis-exp.exp: Ditto.
11147
11148 2010-06-01 Michael Snyder <msnyder@vmware.com>
11149
11150 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
11151 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
11152 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
11153 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
11154 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
11155 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
11156 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
11157 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
11158 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
11159 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
11160 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
11161 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
11162 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
11163 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
11164 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
11165
11166 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11167
11168 * gdb.base/commands.exp (begin commands on watch): Remove excessive
11169 trailing newline.
11170 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
11171 * gdb.java/jmisc.exp (p *args\n): Rename to ...
11172 (p *args): ... here and remove excessive trailing newline.
11173
11174 2010-05-31 Joel Brobecker <brobecker@adacore.com>
11175
11176 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
11177
11178 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11179
11180 Accept the new Linux kernel "t (tracing stop)" string.
11181 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
11182 Update comment.
11183 (state_wait) <T (tracing stop)>: New.
11184 (main): Update the state_wait expect string.
11185
11186 2010-05-28 Pedro Alves <pedro@codesourcery.com>
11187
11188 * limits.c, limits.exp: Delete files.
11189 * Makefile.in (clean mostlyclean): Adjust.
11190 * tracecmd.exp: Adjust.
11191
11192 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11193
11194 * gdb.base/tui-layout.exp: New.
11195
11196 2010-05-28 Michael Snyder <msnyder@vmware.com>
11197
11198 * gdb.reverse/break-precsave.exp:
11199 Replace uses of send_gdb / gdb_expect.
11200 * gdb.reverse/break-reverse.exp:
11201 Replace uses of send_gdb / gdb_expect.
11202 * gdb.reverse/consecutive-precsave.exp:
11203 Replace uses of send_gdb / gdb_expect.
11204 * gdb.reverse/consecutive-reverse.exp:
11205 Replace uses of send_gdb / gdb_expect.
11206 * gdb.reverse/finish-precsave.exp:
11207 Replace uses of send_gdb / gdb_expect.
11208 * gdb.reverse/finish-reverse.exp:
11209 Replace uses of send_gdb / gdb_expect.
11210 * gdb.reverse/i386-precsave.exp:
11211 Replace uses of send_gdb / gdb_expect.
11212 * gdb.reverse/i386-reverse.exp:
11213 Replace uses of send_gdb / gdb_expect.
11214 * gdb.reverse/i386-sse-reverse.exp:
11215 Replace uses of send_gdb / gdb_expect.
11216 * gdb.reverse/i387-env-reverse.exp:
11217 Replace uses of send_gdb / gdb_expect.
11218 * gdb.reverse/i387-stack-reverse.exp:
11219 Replace uses of send_gdb / gdb_expect.
11220 * gdb.reverse/machinestate-precsave.exp:
11221 Replace uses of send_gdb / gdb_expect.
11222 * gdb.reverse/machinestate.exp:
11223 Replace uses of send_gdb / gdb_expect.
11224 * gdb.reverse/sigall-precsave.exp:
11225 Replace uses of send_gdb / gdb_expect.
11226 * gdb.reverse/sigall-reverse.exp:
11227 Replace uses of send_gdb / gdb_expect.
11228 * gdb.reverse/solib-precsave.exp:
11229 Replace uses of send_gdb / gdb_expect.
11230 * gdb.reverse/solib-reverse.exp:
11231 Replace uses of send_gdb / gdb_expect.
11232 * gdb.reverse/step-precsave.exp:
11233 Replace uses of send_gdb / gdb_expect.
11234 * gdb.reverse/step-reverse.exp:
11235 Replace uses of send_gdb / gdb_expect.
11236 * gdb.reverse/until-precsave.exp:
11237 Replace uses of send_gdb / gdb_expect.
11238 * gdb.reverse/until-reverse.exp:
11239 Replace uses of send_gdb / gdb_expect.
11240 * gdb.reverse/watch-precsave.exp:
11241 Replace uses of send_gdb / gdb_expect.
11242 * gdb.reverse/watch-reverse.exp:
11243 Replace uses of send_gdb / gdb_expect.
11244
11245 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11246
11247 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
11248 excessive newline.
11249
11250 2010-05-27 Michael Snyder <msnyder@vmware.com>
11251
11252 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
11253 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
11254 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
11255 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
11256 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
11257 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
11258 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
11259 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
11260 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
11261 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
11262 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
11263 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
11264 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
11265 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
11266 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
11267 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
11268 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
11269 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
11270 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
11271
11272 2010-05-26 Michael Snyder <msnyder@vmware.com>
11273
11274 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
11275 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
11276
11277 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
11278 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
11279 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
11280
11281 * gdb.reverse/consecutive-reverse.exp:
11282 Replace uses of send_gdb / gdb_expect.
11283 * gdb.reverse/consecutive-precsave.exp:
11284 Replace uses of send_gdb / gdb_expect.
11285
11286 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
11287 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
11288 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
11289 * gdb.mi/mi-ns-stale-regcache.exp:
11290 Replace uses of send_gdb / gdb_expect.
11291 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
11292 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
11293 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
11294 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
11295 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
11296 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
11297 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
11298 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
11299 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
11300
11301 2010-05-26 Michael Snyder <msnyder@vmware.com>
11302
11303 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
11304
11305 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
11306
11307 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
11308 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
11309 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
11310 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
11311 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
11312 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
11313 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
11314 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
11315 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
11316
11317 2010-05-25 Tom Tromey <tromey@redhat.com>
11318
11319 * gdb.base/macscp.exp: Add missing space after setup_kfail.
11320
11321 2010-05-25 Tom Tromey <tromey@redhat.com>
11322
11323 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
11324 argument order.
11325 * gdb.base/macscp.exp: Fix setup_kfail argument order.
11326 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
11327 order.
11328 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
11329 order.
11330 * gdb.base/call-sc.exp (setup_kfails): Remove.
11331 (setup_compiler_kfails): Remove.
11332 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
11333 argument order.
11334 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
11335 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
11336 (advancei): Fix setup_kfail argument order.
11337 * gdb.base/radix.exp: Fix setup_kfail argument order.
11338 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
11339 order.
11340 * gdb.base/structs.exp (setup_kfails): Remove.
11341 (setup_compiler_kfails): Fix setup_kfail argument order.
11342 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
11343 order.
11344 * gdb.java/jmain.exp: Fix setup_kfail argument order.
11345 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
11346 setup_kfail argument order.
11347 * gdb.cp/overload.exp: Fix setup_kfail argument order.
11348
11349 2010-05-25 Tom Tromey <tromey@redhat.com>
11350
11351 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
11352
11353 2010-05-25 Michael Snyder <msnyder@vmware.com>
11354
11355 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
11356 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
11357 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
11358 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
11359 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
11360 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
11361 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
11362 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
11363 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
11364 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
11365 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
11366 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
11367 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
11368 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
11369 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
11370 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
11371 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
11372 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
11373 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
11374 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
11375 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
11376 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
11377 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
11378 * gdb.base/default.exp: Replace send_gdb with gdb_test.
11379 * gdb.base/define.exp: Replace send_gdb with gdb_test.
11380 * gdb.base/display.exp: Replace send_gdb with gdb_test.
11381 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
11382 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
11383 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
11384 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
11385 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
11386 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
11387 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
11388 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
11389 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
11390 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
11391 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
11392 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
11393 * gdb.base/help.exp: Replace send_gdb with gdb_test.
11394 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
11395 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
11396 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
11397 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
11398 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
11399 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
11400 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
11401 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
11402 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
11403
11404 2010-05-25 Doug Evans <dje@google.com>
11405
11406 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
11407 gdb.string_to_argv.
11408
11409 2010-05-21 Tom Tromey <tromey@redhat.com>
11410
11411 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
11412 Call it.
11413 * gdb.dwarf2/pieces.S: Update.
11414 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
11415
11416 2010-05-21 Tom Tromey <tromey@redhat.com>
11417
11418 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
11419 Call it.
11420 * gdb.dwarf2/pieces.c (struct C): New.
11421 (f6): New function.
11422 * gdb.dwarf2/pieces.S: Replace.
11423
11424 2010-05-21 Tom Tromey <tromey@redhat.com>
11425
11426 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
11427 Call it.
11428
11429 2010-05-21 Tom Tromey <tromey@redhat.com>
11430
11431 * gdb.dwarf2.pieces.exp: New file.
11432 * gdb.dwarf2.pieces.S: New file.
11433 * gdb.dwarf2.pieces.c: New file.
11434
11435 2010-05-20 Pedro Alves <pedro@codesourcery.com>
11436 Joel Brobecker <brobecker@adacore.com>
11437
11438 * lib/gdb.exp (gdb_test_no_output): New function.
11439 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
11440 when testing commands that should produce no output.
11441
11442 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11443
11444 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
11445 parameter that we want to watch being a constant.
11446
11447 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11448
11449 * gdb.ada/cond_lang: New testcase.
11450
11451 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11452
11453 * lib/gdb.exp (banned_variables): New variable/constant.
11454 (gdb_init): Add write trace on variables listed in banned_variables.
11455 (gdb_finish): Remove write traces on variables listed in
11456 banned_variables.
11457
11458 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11459
11460 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
11461 * gdb.cp/koenig.exp: Likewise.
11462
11463 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
11464
11465 PR python/11482
11466
11467 * gdb.python/py-value.exp (test_value_hash): New function.
11468
11469 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
11470
11471 PR exp/11530.
11472 * gdb.base/gdb11530.c: New file.
11473 * gdb.base/gdb11530.exp: New file.
11474
11475 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11476
11477 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
11478 * gdb.dwarf2/dw2-modula2-self-type.S: New.
11479
11480 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
11481
11482 * gdb.cp/koenig.exp: New test.
11483 * gdb.cp/koenig.cc: New test program.
11484
11485 2010-05-05 Joel Brobecker <brobecker@adacore.com>
11486
11487 Remove the use of prms_id and bug_id throughout the testsuite.
11488
11489 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
11490
11491 PR exp/11349.
11492 * testsuite/gdb.cp/ref-types.exp: Add test to examine
11493 use a reference local variable.
11494
11495 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11496
11497 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
11498 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
11499 variable different_dir. Move debugfile into a full directory pathname
11500 under DIFFERENT_DIR.
11501 * lib/gdb.exp (separate_debug_filename): Remove.
11502 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
11503 variable debug_dir and mkdir of it. Update function comments.
11504
11505 2010-04-29 Pedro Alves <pedro@codesourcery.com>
11506
11507 PR gdb/11557
11508
11509 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
11510 files.
11511
11512 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
11513
11514 * gdb.python/py-param.exp: New File.
11515
11516 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
11517
11518 * gdb.base/default.exp: Fix "set language" test.
11519
11520 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
11521
11522 PR breakpoints/11531.
11523 * gdb.base/gdb11531.c: New file.
11524 * gdb.base/gdb11531.exp: New file.
11525
11526 2010-04-26 Tom Tromey <tromey@redhat.com>
11527
11528 * gdb.base/completion.exp: Add tests for completion and deprecated
11529 commands.
11530
11531 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11532
11533 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
11534 (print /x char_array): Escape curly brackets.
11535
11536 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11537
11538 Fix deadlock on looped list of loaded shared objects.
11539 * gdb.base/solib-corrupted.exp: New.
11540
11541 2010-04-23 Doug Evans <dje@google.com>
11542
11543 * gdb.python/py-section-script.c: New file.
11544 * gdb.python/py-section-script.exp: New file.
11545 * gdb.python/py-section-script.py: New file.
11546
11547 2010-04-20 Chris Moller <cmoller@redhat.com>
11548
11549 PR 10179
11550
11551 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
11552 * gdb.base/pr10179-a.c:
11553 * gdb.base/pr10179-b.c:
11554 * gdb.base/pr10179.exp: New files.
11555
11556 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11557
11558 Fix crashes on dangling display expressions.
11559 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
11560 is SEP.
11561 (lib_flags): Remove the "debug" keyword.
11562 (libsepdebug): New variable for iterating new loop.
11563 (save_pf_prefix): New variable wrapping the loop.
11564 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
11565 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
11566
11567 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11568
11569 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
11570
11571 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11572
11573 PR stabs/11479.
11574 * gdb.stabs/gdb11479.exp: New file.
11575 * gdb.stabs/gdb11479.c: New file.
11576
11577 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11578
11579 * gdb.base/charset.c (Strin16, String32): New variables.
11580 * gdb.base/charset.exp (gdb_test): Test correct display
11581 of 16 or 32 bit strings.
11582
11583 2010-04-21 Chris Moller <cmoller@redhat.com>
11584
11585 PR 9167
11586 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
11587 * gdb.cp/pr9167.cc: New file.
11588 * gdb.cp/pr9167.exp: New file.
11589
11590
11591 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
11592
11593 PR pascal/11492.
11594 * gdb.pascal/gdb11492.pas: New file.
11595 * gdb.pascal/gdb11492.exp: New file.
11596
11597 2010-04-20 Joel Brobecker <brobecker@adacore.com>
11598
11599 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
11600
11601 2010-04-20 Joel Brobecker <brobecker@adacore.com>
11602
11603 * gdb.ada/dyn_loc: New testcase.
11604
11605 2010-04-20 Chris Moller <cmoller@redhat.com>
11606
11607 PR 10867
11608
11609 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
11610 * gdb.cp/pr10687.cc: New file.
11611 * gdb.cp/pr10687.exp: New file.
11612
11613
11614 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11615 Sergio Durigan Junior <sergiodj@redhat.com>
11616
11617 * gdb.fortran/logical.exp: New testcase.
11618 * gdb.fortran/logical.f90: New file.
11619
11620 2010-04-19 Doug Evans <dje@google.com>
11621
11622 * gdb.base/help.exp (help source): Update expected output.
11623
11624 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11625
11626 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
11627 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
11628 gdb_exit and return.
11629 (executable): New variable.
11630 (binfile): Use it.
11631
11632 2010-04-19 Pedro Alves <pedro@codesourcery.com>
11633
11634 PR breakpoints/8554.
11635
11636 * gdb.trace/save-trace.exp: Adjust.
11637
11638 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
11639
11640 PR corefiles/11511
11641 * gdb.arch/system-gcore.exp: New.
11642 * gdb.arch/gcore.c: Likewise.
11643
11644 2010-04-15 Doug Evans <dje@google.com>
11645
11646 * gdb.python/py-progspace.c: New file.
11647 * gdb.python/py-progspace.exp: New file.
11648
11649 * gdb.base/source.exp: Add tests for "source -s".
11650
11651 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
11652
11653 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
11654 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
11655 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
11656 * gdb.python/py-mi.exp: New test for to_string returning None.
11657
11658 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
11659
11660 * gdb.python/py-breakpoint.c: Make result global.
11661
11662 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11663
11664 Fix non-GNU make compatibility.
11665 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
11666
11667 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
11668
11669 * gdb.python/py-breakpoint.exp: New File.
11670 * gdb.python/py-breakpoint.C: Ditto.
11671
11672 2010-04-08 Stan Shebs <stan@codesourcery.com>
11673
11674 * gdb.trace/actions.exp: Clear default-collect.
11675 * gdb.trace/save-trace.exp: Clear default-collect.
11676
11677 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
11678
11679 * gdb.python/py-value: Add null string variable.
11680 (test_lazy_string): Test zero length, NULL address lazy
11681 strings.
11682
11683 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
11684
11685 * gdb.arch/i386-avx.c: New.
11686 * gdb.arch/i386-avx.exp: Likewise.
11687
11688 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
11689
11690 2010-04-06 Doug Evans <dje@google.com>
11691
11692 * gdb.base/source-test.gdb: New file.
11693 * gdb.base/source.exp: Test source -v.
11694
11695 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11696
11697 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
11698
11699 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
11700
11701 * gdb.stabs/aout.sed: Convert all backslash to double backslash
11702 within one line, unless it is followed by a double quote.
11703 * gdb.stabs/hppa.sed: Idem.
11704 * gdb.stabs/weird.def: Add char and String constants
11705 * gdb.stabs/weird.exp: Check for correct parsing of
11706 char and string constants.
11707 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
11708 in .stabs to .stabx substitution.
11709
11710 2010-04-05 Stan Shebs <stan@codesourcery.com>
11711
11712 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
11713 constant global.
11714 * gdb.trace/tfile.exp: Try to print them.
11715
11716 2010-04-04 Stan Shebs <stan@codesourcery.com>
11717
11718 * gdb.base/completion.exp: Update for new "info watchpoints".
11719 * gdb.base/default.exp: Ditto.
11720 * gdb.base/help.exp: Ditto.
11721 * gdb.base/watchpoint.exp: Ditto.
11722 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
11723
11724 2010-04-04 Stan Shebs <stan@codesourcery.com>
11725
11726 * gdb.trace/tfile.exp: Sharpen tfind test.
11727
11728 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11729
11730 * gdb.base/break-entry.exp: New.
11731
11732 2010-04-02 Hui Zhu <teawater@gmail.com>
11733 Michael Snyder <msnyder@vmware.com>
11734
11735 * gdb.reverse/i386-sse-reverse.exp: New file.
11736 * gdb.reverse/i386-sse-reverse.c: New file.
11737
11738 2010-04-02 Pedro Alves <pedro@codesourcery.com>
11739
11740 * gdb.trace/tfind.exp: Adjust expected disassembly output.
11741
11742 2010-04-01 Stan Shebs <stan@codesourcery.com>
11743
11744 * gdb.trace/actions.exp: Tweak expected output.
11745 * gdb.trace/while-stepping.exp: Tweak expected output.
11746
11747 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
11748
11749 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
11750
11751 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11752
11753 * gdb.base/commands.exp: Adjust.
11754 * gdb.cp/extern-c.exp: Adjust.
11755
11756 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11757
11758 * gdb.trace/collection.c (local_test_func): Define a local struct,
11759 and instanciate it.
11760
11761 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11762
11763 * gdb.trace/collection.exp (gdb_collect_args_test)
11764 (gdb_collect_argarray_test): XFAIL the tests that assume the
11765 argarray argument's elements are collected.
11766
11767 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11768
11769 * gdb.dwarf2/dw2-bad-parameter-type.exp,
11770 gdb.dwarf2/dw2-bad-parameter-type.S: New.
11771
11772 2010-03-31 Stan Shebs <stan@codesourcery.com>
11773
11774 * gdb.trace/save-trace.exp: Test save/restore of default-collect
11775 and tracepoint conditionals.
11776 (gdb_verify_tracepoints): Delete unused return.
11777
11778 2010-03-26 Keith Seitz <keiths@redhat.com>
11779
11780 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
11781 appear in the output before main.
11782 Remove KFAIL for gdb/2215 aka bz 9320.
11783
11784 2010-03-30 Doug Evans <dje@google.com>
11785
11786 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
11787 by dejagnu.
11788 * gdb.arch/amd64-dword.exp: Ditto.
11789
11790 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
11791 match.
11792 (break printf): Ditto.
11793
11794 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
11795
11796 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
11797 gcc < 4.4.
11798 * gdb.cp/shadow.exp: Ditto.
11799
11800 2010-03-29 Pedro Alves <pedro@codesourcery.com>
11801
11802 * gdb.trace/collection.exp (run_trace_experiment): Make sure
11803 "tstart" is silent.
11804
11805 2010-03-29 Pedro Alves <pedro@codesourcery.com>
11806
11807 * gdb.trace/collection.exp (executable): New.
11808 (binfile): Use it.
11809 (fpreg, spreg, pcreg): New.
11810 (test_register): Use gdb_test_multiple. Pass /x to print.
11811 (prepare_for_trace_test): New.
11812 (run_trace_experiment): Use "continue", not gdb_run_cmd.
11813 (gdb_collect_args_test, gdb_collect_argstruct_test)
11814 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
11815 prepare_for_trace_test.
11816 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
11817 fpreg, spreg and pcreg.
11818 (gdb_collect_expression_test, gdb_collect_globals_test): Use
11819 prepare_for_trace_test.
11820 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
11821 try to detect tracing support here. Don't set breakpoints at
11822 `begin' or `end' here.
11823 <global scope>: Use clean_restart. Run to main before checking
11824 for tracing support. Check for for tracing support here.
11825
11826 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11827
11828 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
11829 " as $displacement" to "seen displacement message".
11830
11831 2010-03-28 Pedro Alves <pedro@codesourcery.com>
11832
11833 * gdb.trace/while-dyn.exp (executable): New variable.
11834 (binfile): Use it.
11835 (test_while_stepping): New function. Move most tests here. Call
11836 it once for each of the while-stepping, stepping and ws aliases.
11837
11838 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11839
11840 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
11841 that do not provide the tagless_struct type name at all.
11842 (test_print_anon_union): Do not check value of uninitialized
11843 union member. Do not use cp_test_ptype_class, so we can accept
11844 "long" as well as "long int".
11845
11846 2010-03-26 Pedro Alves <pedro@codesourcery.com>
11847
11848 * gdb.trace/tfile.c (tohex, bin2hex): New.
11849 (write_error_trace_file): Hexify error description.
11850
11851 2010-03-25 Stan Shebs <stan@codesourcery.com>
11852
11853 * gdb.trace/tfile.c: Generate an additional trace file, improve
11854 portability.
11855 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
11856 files in a better way.
11857
11858 2010-03-25 Keith Seitz <keiths@redhat.com>
11859
11860 * gdb.java/jprint.exp: XFAIL printing of static class members
11861 because of GCC debuginfo problem.
11862
11863 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11864
11865 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
11866
11867 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11868
11869 * gdb.base/completion.exp: Allow long instead of long int.
11870 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
11871 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
11872 variable p.
11873 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
11874 * gdb.base/pointers.exp: Allow long instead of long int.
11875 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
11876 * gdb.base/step-line.exp: Allow a directory before the source file name.
11877
11878 2010-03-24 Tom Tromey <tromey@redhat.com>
11879
11880 PR breakpoints/9352:
11881 * gdb.base/default.exp: Update.
11882 * gdb.base/commands.exp: Update.
11883 * gdb.cp/extern-c.exp: Test setting commands on multiple
11884 breakpoints at once.
11885
11886 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11887
11888 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
11889 if gdb,nosignals.
11890 * gdb.base/watchpoints.c: Do not include unnecessary headers.
11891 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
11892 exited".
11893
11894 2010-03-24 Stan Shebs <stan@codesourcery.com>
11895
11896 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
11897
11898 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11899
11900 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
11901 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
11902 argument. Handle "short" and "long".
11903 (Top level): Pass overprototyped output for old_fptr and xptr.
11904
11905 2010-03-23 Pedro Alves <pedro@codesourcery.com>
11906
11907 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
11908 format strings and add casts to avoid compiler warnings.
11909
11910 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
11911
11912 * lib/trace-support.exp (gdb_trace_setactions):
11913 Don't expect whitespace after ">" prompt.
11914 * gdb.trace/actions.exp: Adjust for output changes.
11915 * gdb.trace/while-stepping.exp: Likewise.
11916
11917 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11918
11919 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
11920 and r157645).
11921
11922 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11923
11924 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
11925 New.
11926
11927 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
11928
11929 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
11930 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
11931
11932 2010-03-19 Stan Shebs <stan@codesourcery.com>
11933
11934 * gdb.trace/ax.exp: New file.
11935
11936 2010-03-19 Doug Evans <dje@google.com>
11937
11938 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
11939 output from gcc.
11940
11941 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
11942 named /usr/sbin/prelink<foo>.
11943
11944 2010-03-18 Stan Shebs <stan@codesourcery.com>
11945
11946 * gdb.trace/circ.exp: Test circular-trace-buffer.
11947 * gdb.trace/tfile.exp: Update tstatus test.
11948
11949 2010-03-18 Joel Brobecker <brobecker@adacore.com>
11950
11951 * gdb.dwarf2/dw2-anonymous-func.S: New file.
11952 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
11953
11954 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11955
11956 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
11957
11958 2010-03-18 Pedro Alves <pedro@codesourcery.com>
11959
11960 * gdb.base/default.exp: Adjust the expected output of the finish
11961 and until commands when the inferior is not being run.
11962
11963 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
11964
11965 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
11966 * gdb.cp/nsusing.exp: Ditto.
11967
11968 2010-03-15 Tom Tromey <tromey@redhat.com>
11969
11970 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
11971 * gdb.cp/userdef.cc (operator==): New function.
11972 (main): New locals mem1, mem2.
11973
11974 2010-03-15 Jie Zhang <jie@codesourcery.com>
11975
11976 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
11977 Declare and use new loadtimeout variable.
11978
11979 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
11980
11981 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
11982 Use gdb_load later.
11983
11984 2010-03-14 Pedro Alves <pedro@codesourcery.com>
11985
11986 * gdb.base/solib-disc.c (main): Make format of fprintf a string
11987 literal. Add missing endlines to prints to stderr.
11988
11989 2010-03-12 Tom Tromey <tromey@redhat.com>
11990
11991 PR c++/9708:
11992 * gdb.cp/m-static.exp: Add regression test.
11993 * gdb.cp/m-static.cc (method): New method.
11994 (main): Call it.
11995
11996 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
11997
11998 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
11999 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
12000
12001 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12002
12003 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
12004
12005 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12006
12007 * lib/gdb.exp (skip_stl_tests): New.
12008 (gdb_compile): Symbian needs -ldl.
12009 (shlib_target_file): New.
12010 (shlib_symbol_file): New.
12011 (gdb_load_shlibs): Use shlib_target_file.
12012 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
12013 * gdb.cp/exception.exp: Use skip_stl_tests.
12014 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
12015 * gdb.cp/try_catch.exp: Use skip_stl_tests.
12016 * gdb.cp/mb-templates.exp: Ditto.
12017 * gdb.base/commands.exp: Relax regexes.
12018 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
12019 shlib_target_file and shlib_symbol_file.
12020 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
12021 sections.
12022 * gdb.base/ending-run.exp: Accept E32Main for symbian.
12023 * gdb.base/solib-disc.exp: Use
12024 shlib_target_file and shlib_symbol_file.
12025 * gdb.base/unload.exp: Don't skip on symbian. Use
12026 shlib_target_file and shlib_symbol_file.
12027 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
12028
12029 2010-03-12 Pedro Alves <pedro@codesourcery.com>
12030
12031 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
12032 * gdb.trace/report.exp: Adjust for x86 and x86_64.
12033 Issue a tfind end before looking for a tracepoint frame.
12034 * gdb.trace/tfind.exp: Adjust tstatus output.
12035 Adjust disassembly output.
12036 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
12037
12038 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12039
12040 * gdb.base/break-interp.exp: Create new displacement parameter value
12041 for the test_ld calls.
12042 (reach): New parameter displacement, verify its content. New push of
12043 pf_prefix "reach-$func:". Import global expect_out.
12044 (test_core): New parameter displacement, verify its content. New push
12045 of pf_prefix "core:". New command "set verbose on". Import global
12046 expect_out.
12047 (test_attach): New parameter displacement, verify its content. New
12048 push of pf_prefix "attach:". New command "set verbose on". Import
12049 global expect_out.
12050 (test_ld): New parameter displacement, pass it to the reach, test_core
12051 and test_attach calls and verify its content in the "ld.so exit" test.
12052 * gdb.base/prelink.exp: Remove gdb_exit and final return.
12053 (prelink): Update expected text, use gdb_test.
12054
12055 2010-03-10 Doug Evans <dje@google.com>
12056
12057 * gdb.base/checkpoint.exp: Fix comment.
12058 Lengthen timeout while doing >600 checkpoints test.
12059 Rename duplicate "kill all one" test to keep test names unique.
12060
12061 2010-03-10 Pedro Alves <pedro@codesourcery.com>
12062
12063 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
12064
12065 2010-03-08 Keith Seitz <keiths@redhat.com>
12066
12067 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
12068 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
12069 (dm_type_long): New function.
12070 (dm_type_unsigned_short): New function.
12071 (dm_type_unsigned_long): New function.
12072 (myint): New typedef.
12073 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
12074 long, unsigned shor and long, operator char*, and typedef.
12075 (test_lookup_operator_functions): Add operator char* test.
12076 (test_paddr_operator_functions): Likewise.
12077 (test_paddr_overloaded_functions): Use probe values for
12078 short, long, and unsigned short and long.
12079 (test_paddr_hairy_functions): If the demangler probe detected
12080 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
12081 demangler.
12082 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
12083 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
12084 and "print null_pmf".
12085 Add test "ptype a.*pmf".
12086 * gdb.cp/overload.exp: Allow optional "int" to appear with
12087 "short" and "long".
12088 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
12089 long expect value for men_overload1arg.
12090 Allow "int" to appear with "short" and "long".
12091 When testing "info break", add argument for main (void).
12092 Also allow "int" to appear with "short" and "long".
12093 Ditto with "unsigned" and "long long".
12094 * gdb.java/jmain.exp: Do not enclose methods names in single
12095 quotes.
12096 * gdb.java/jmisc.exp: Likewise.
12097 * gdb.java/jprint.exp: Likewise.
12098 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
12099
12100 From Jan Kratochvil <jan.kratochvil@redhat.com>:
12101 * gdb.cp/exception.exp (backtrace after first throw)
12102 (backtrace after second throw): Allow a namespace before __cxa_throw.
12103 (backtrace after first catch, backtrace after second catch): Allow
12104 a namespace before __cxa_begin_catch.
12105
12106 * gdb.cp/cpexprs.exp: New file.
12107 * gdb.cp/cpexprs.cc: New file.
12108
12109 From Daniel Jacobowitz <dan@codesourcery.com>
12110 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
12111 to use string_to_regexp.
12112 (ctor, dtor): New functions. Use them to match constructor
12113 and destructor function types.
12114 (Top level): Use runto_main.
12115
12116 2010-03-05 Tom Tromey <tromey@redhat.com>
12117
12118 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
12119 gdb.target_charset.
12120 (pp_ns.to_string): Likewise.
12121
12122 2010-03-04 Keith Seitz <keiths@redhat.com>
12123
12124 * gdb.cp/overload.exp: Test that the filename portion of a linespec
12125 can be quoted. Test that both the filename and function/line
12126 portions can be quoted at the same time.
12127
12128 2010-03-04 Pedro Alves <pedro@codesourcery.com>
12129
12130 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
12131
12132 2010-03-03 Doug Evans <dje@google.com>
12133
12134 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
12135 libc contains libpthread.
12136
12137 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
12138 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
12139 of gdb_compile. Add another pattern to match android backtrace.
12140
12141 2010-03-03 Tom Tromey <tromey@redhat.com>
12142
12143 PR gdb/11345:
12144 * gdb.base/printcmds.exp (test_printf): Add test.
12145
12146 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
12147
12148 * gdb.arch/amd64-byte.exp: New.
12149 * gdb.arch/amd64-dword.exp: Likewise.
12150 * gdb.arch/amd64-pseudo.c: Likewise.
12151 * gdb.arch/amd64-word.exp: Likewise.
12152 * gdb.arch/i386-byte.exp: Likewise.
12153 * gdb.arch/i386-pseudo.c: Likewise.
12154 * gdb.arch/i386-word.exp: Likewise.
12155
12156 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12157
12158 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
12159 types. Add structreg, bitfields, and flags registers.
12160 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
12161 registers.
12162
12163 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12164
12165 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
12166 (load_description): Set architecture if defined.
12167
12168 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
12169
12170 * gdb.python/py-frame.exp: Add read_var block tests.
12171 * gdb.python/py-frame.c (block): New function.
12172
12173 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12174 Daniel Jacobowitz <dan@codesourcery.com>
12175
12176 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
12177
12178 2010-02-25 David S. Miller <davem@davemloft.net>
12179
12180 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
12181 fix logic for setting all_syscalls_numbers.
12182
12183 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12184
12185 * Makefile.in: Add py-block and py-symbol.
12186 * gdb.python/py-symbol.exp: New File.
12187 * gdb.python/py-symtab.exp: New File.
12188 * gdb.python/py-block.exp: New File.
12189 * gdb.python/py-symbol.c: New File.
12190 * gdb.python/py-block.c: New File.
12191
12192 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12193
12194 PR python/11314
12195 * lib/gdb.exp (skip_python_tests): New function.
12196 * gdb.python/py-cmd.exp: Use skip_python_tests.
12197 * gdb.python/py-frame.exp: Likewise.
12198 * gdb.python/py-function.exp: Likewise.
12199 * gdb.python/py-prettyprint.exp: Likewise.
12200 * gdb.python/py-template.exp: Likewise.
12201 * gdb.python/py-type.exp: Likewise.
12202 * gdb.python/py-value.exp: Likewise.
12203
12204 2010-02-22 Pedro Alves <pedro@codesourcery.com>
12205
12206 PR9605
12207
12208 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
12209
12210 2010-02-19 Tom Tromey <tromey@redhat.com>
12211
12212 PR c++/8693, PR c++/9496:
12213 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
12214 regression tests.
12215
12216 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12217
12218 Fix compatibility with m68k as.
12219 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
12220 Use only /* comments */.
12221
12222 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12223
12224 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
12225 * configure: Regenerate.
12226
12227 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
12228
12229 * gdb.python/py-type.exp: Check for Python support.
12230
12231 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12232
12233 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
12234 `regsub' syntax available.
12235
12236 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12237
12238 * gdb.base/shmain.c (main): Remove printf call.
12239 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
12240 * gdb.base/unload.c (main): Make format of fprintf a string
12241 literal. Add missing endlines to prints to stderr.
12242 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
12243
12244 2010-02-17 Tom Tromey <tromey@redhat.com>
12245
12246 * gdb.java/jprint.java (jprint.props): New field.
12247 * gdb.java/jprint.exp (set_lang_java): Add regression test.
12248
12249 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12250
12251 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12252 available.
12253
12254 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12255
12256 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
12257 creation to support remote host testing.
12258
12259 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12260
12261 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
12262 Recognize "command not found".
12263
12264 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12265
12266 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
12267 single-stepping.
12268
12269 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12270
12271 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
12272 if arguments are not supported.
12273
12274 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12275
12276 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
12277 be const or non-const.
12278
12279 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12280
12281 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
12282 mi_send_resuming_command to send -exec-continue.
12283
12284 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12285
12286 * gdb.base/list.exp (test_list_filename_and_function): Add test
12287 with single quotes.
12288 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
12289 matching.
12290 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
12291 Add KFAIL'd tests for PR gdb/11289.
12292
12293 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12294
12295 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
12296
12297 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12298
12299 * gdb.base/comp-dir/subdir/dummy.txt: New file.
12300 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
12301 a temporary directory.
12302
12303 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12304
12305 * gdb.base/charset.exp: Use a single regular expression to match
12306 show host-charset and show target-charset output.
12307
12308 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12309
12310 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
12311 "Illegal process-id" expect string more exact.
12312 (attach to digits-starting nonsense is prohibited): New.
12313
12314 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12315
12316 * gdb.base/prelink.exp (set verbose on): New.
12317
12318 2010-02-12 Tomas Holmberg <th@virtutech.com>
12319
12320 * mi-reverse.exp: New file. Test for reverse option to the
12321 following MI commands: exec-continue, exec-finish, exec-next,
12322 exec-step, exec-next-instruction, exec-step-instruction.
12323
12324 2010-02-09 Joel Brobecker <brobecker@adacore.com>
12325
12326 * gdb.ada/ptype_tagged_param: New testcase.
12327
12328 2010-02-08 Tom Tromey <tromey@redhat.com>
12329
12330 PR c++/8017:
12331 * gdb.cp/overload.exp: Add tests.
12332 * gdb.cp/overload.cc (struct K): New.
12333 (namespace N): New.
12334 (main): Call new functions.
12335 (K::staticoverload): Define.
12336
12337 2010-02-08 Chris Moller <moller@mollerware.com>
12338
12339 PR gdb/10728
12340 * gdb.cp/pr10728-x.h: New file.
12341 * gdb.cp/pr10728-x.cc: New file.
12342 * gdb.cp/pr10728-y.cc: New file.
12343 * gdb.cp/pr10728.exp: New file.
12344 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
12345
12346 2010-02-08 Chris Moller <moller@mollerware.com>
12347
12348 PR gdb/9067
12349 * gdb.cp/pr9067.exp: New
12350 * gdb.cp/pr9067.cc: New
12351 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
12352
12353 2010-02-08 Joel Brobecker <brobecker@adacore.com>
12354
12355 * lib/gdb.exp (gdb_test_timeout): New global variable.
12356 Set it to timeout if not already set.
12357 (gdb_init): Reset the value of timeout to gdb_test_timeout.
12358
12359 2010-02-05 Doug Evans <dje@google.com>
12360
12361 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
12362 user.
12363
12364 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
12365
12366 PR c++/7935:
12367 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
12368
12369 2010-02-04 Tom Tromey <tromey@redhat.com>
12370
12371 * gdb.cp/virtbase.exp: Make test case names unique.
12372
12373 2010-02-02 Tom Tromey <tromey@redhat.com>
12374
12375 * gdb.cp/virtbase.exp: Add regression tests.
12376 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
12377 (main): Instantiate RHC.
12378
12379 2010-02-02 Tom Tromey <tromey@redhat.com>
12380
12381 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
12382 type-printing change.
12383
12384 2010-02-02 Tom Tromey <tromey@redhat.com>
12385
12386 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
12387 * gdb.cp/virtbase.cc: New file.
12388 * gdb.cp/virtbase.exp: New file.
12389 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
12390
12391 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12392
12393 PR libc/11214:
12394 * gdb.threads/current-lwp-dead.c: Include features.h.
12395 (HAS_NOMMU): New.
12396 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
12397
12398 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12399
12400 * gdb.base/symbol-without-target_section.exp,
12401 gdb.base/symbol-without-target_section.c: New.
12402
12403 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12404
12405 * gdb.base/bigcore.exp: Reset increased timeout.
12406 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
12407
12408 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12409
12410 * gdb.base/gcore.exp (capture_command_output): Use
12411 gdb_test_multiple.
12412
12413 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12414
12415 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
12416 * gdb.arch/thumb2-it.exp (test_it_break): New function.
12417 (Top level): Call it.
12418
12419 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12420
12421 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
12422
12423 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12424
12425 * gdb.base/call-strs.exp, gdb.base/default.exp,
12426 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
12427 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
12428 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
12429 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
12430 gdb.base/watchpoint-solib.exp: Save and restore timeout.
12431 * gdb.base/ending-run.exp: Correct restore of timeout.
12432 * gdb.base/page.exp: Remove unnecessary timeout setting.
12433
12434 2010-01-29 Joel Brobecker <brobecker@adacore.com>
12435
12436 * gdb.ada/rec_return: New testcase.
12437
12438 2010-01-29 Joel Brobecker <brobecker@adacore.com>
12439
12440 * gdb.ada/call_pn: New testcase.
12441
12442 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
12443
12444 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
12445 (Top level): Use it to resume.
12446 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
12447 the Thumb mode displaced stepping error as unsupported.
12448
12449 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
12450
12451 * gdb.cp/nsusing.exp: Added more tests.
12452 * gdb.cp/nsrecurs.exp: Ditto.
12453 * gdb.cp/nsusing.cc: Added test functions.
12454 * gdb.cp/nsrecurs.cc: Ditto.
12455
12456 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12457
12458 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
12459 absolute directory pathnames in gdb.sum file.
12460
12461 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
12462
12463 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
12464 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
12465
12466 2010-01-26 Tom Tromey <tromey@redhat.com>
12467
12468 PR exp/7643:
12469 * gdb.base/printcmds.exp (test_print_string_constants): Remove
12470 setup_kfail.
12471
12472 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
12473
12474 * gdb.cp/nsrecurs.exp: New test.
12475 * gdb.cp/nsrecurs.cc: New test program.
12476 * gdb.cp/nsstress.exp: New test.
12477 * gdb.cp/nsstress.cc: New test program.
12478 * gdb.cp/nsdecl.exp: New test.
12479 * gdb.cp/nsdecl.cc: New test program.
12480
12481 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
12482
12483 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
12484 imported into file scope.
12485 Marked test as xfail.
12486 * gdb.cp/namespace-using.cc (marker5): New function.
12487 * gdb.cp/shadow.exp: New test.
12488 * gdb.cp/shadow.cc: New test program.
12489 * gdb.cp/nsimport.exp: New test.
12490 * gdb.cp/nsimport.cc: New test program.
12491
12492 2010-01-25 Tom Tromey <tromey@redhat.com>
12493
12494 PR gdb/11049:
12495 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
12496 with "set print null-stop on".
12497
12498 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12499
12500 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
12501 Adjust it for DISASSEMBLY_OMIT_FNAME.
12502
12503 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12504
12505 PR symtab/11199:
12506 * gdb.dwarf2/member-ptr-forwardref.exp,
12507 gdb.dwarf2/member-ptr-forwardref.S: New.
12508
12509 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12510
12511 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
12512 (thread1_func): Protect thread1_tid with thread1_tid_cond by
12513 thread1_tid_mutex. Remove gdbstop_mutex handling.
12514 (thread2_func): Protect thread2_tid with thread2_tid_cond by
12515 thread2_tid_mutex. Remove gdbstop_mutex handling.
12516 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
12517 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
12518 pthread_cond_wait conditionalizations by while loops.
12519
12520 2010-01-20 Tom Tromey <tromey@redhat.com>
12521
12522 PR backtrace/10770:
12523 * gdb.dwarf2/pr10770.exp: New file.
12524 * gdb.dwarf2/pr10770.c: New file.
12525 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
12526
12527 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
12528
12529 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
12530 that target was removed, and the test always runs native anyway.
12531
12532 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12533
12534 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
12535 gdb.base/watchpoint-cond-gone-stripped.c: New.
12536
12537 2010-01-19 Tom Tromey <tromey@redhat.com>
12538
12539 PR c++/8000:
12540 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
12541 existing tests.
12542 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
12543 (main): Use AAA::SomeEnum.
12544
12545 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12546
12547 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
12548 (test_ignore_count): Declare line_callme_body global.
12549 (run to breakpoint with ignore count): Use line_callme_body.
12550 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
12551 (set line_main_hello, set line_main_return): Reindent.
12552 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
12553 New.
12554 (continue to callee4): Use line_callee4_body.
12555 (check *stopped from CLI command): Use line_callee4_next.
12556 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
12557 (set line_main_hello, set line_main_return): Reindent.
12558 (set line_callee4_head, set line_callee4_body): New.
12559 (continue to callee4): Use line_callee4_body.
12560
12561 2010-01-18 Tom Tromey <tromey@redhat.com>
12562
12563 PR c++/9680:
12564 * gdb.cp/casts.cc: Add new classes and variables.
12565 * gdb.cp/casts.exp: Test new operators.
12566
12567 2010-01-18 Tom Tromey <tromey@redhat.com>
12568 Thiago Jung Bauermann <bauerman@br.ibm.com>
12569
12570 * gdb.python/source2.py: New file.
12571 * gdb.python/source1: New file.
12572 * gdb.python/python.exp: Test "source" command.
12573
12574 2010-01-15 Stan Shebs <stan@codesourcery.com>
12575
12576 * gdb.trace/tfile.c: New file.
12577 * gdb.trace/tfile.exp: New file.
12578
12579 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12580
12581 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
12582
12583 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12584
12585 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
12586
12587 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12588
12589 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
12590 (libfunc): New parameter action. Implement also selectable "sleep".
12591 * gdb.base/break-interp-main.c: Include assert.h.
12592 (libfunc): New parameter action.
12593 (main): New parameters argc and argv. Assert argc. Pass argv.
12594 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
12595 (test_attach): New proc.
12596 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
12597 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
12598
12599 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12600
12601 * gdb.base/break-interp.exp (test_core): New proc.
12602 (test_ld): Call it.
12603
12604 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12605
12606 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
12607 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
12608 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
12609 and gdb_compile_shlib. Use new -Wl compiler options.
12610 (dl bt, main bt): New tests.
12611
12612 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12613
12614 Support PIEs with no symfile_objfile.
12615 * gdb.base/break-interp.exp: New argument at the test_ld calls.
12616 (test_ld): New parameter trynosym.
12617 (test_ld <$trynosym>): New block.
12618
12619 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12620
12621 * gdb.base/break-interp.exp: New file.
12622
12623 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
12624
12625 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
12626 * gdb.python/py-prettyprint.py (pp_ls): New printer.
12627 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
12628 test.
12629 * gdb.python/py-prettyprint.c: Define lazystring test structure.
12630 * gdb.python/py-mi.exp: Add lazy string test.
12631
12632 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
12633
12634 * lib/mi-support.exp (mi_check_thread_states): Handle
12635 core number in thread listing.
12636
12637 2010-01-12 Joel Brobecker <brobecker@adacore.com>
12638
12639 * gdb.base/maint.exp: Adjust the expected output for the
12640 "maint print type" test. Use gdb_test_multiple instead of
12641 gdb_sent/gdb_expect.
12642
12643 2010-01-11 Doug Evans <dje@google.com>
12644
12645 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
12646 from gdbserver_download. All callers updated.
12647
12648 * gdb.server/ext-run.exp: "info os processes" requires xml support.
12649
12650 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12651
12652 Implement binary numbers parsing.
12653 * gdb.base/printcmds.exp (test_integer_literals_accepted)
12654 (test_integer_literals_rejected): New binary tests.
12655
12656 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12657
12658 * gdb.cell/configure: Regenerate.
12659
12660 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12661
12662 * gdb.base/corefile.exp: Move the core finding block out and call it as
12663 core_find, new variable $corefile, replace corefile by $corefile and
12664 [file tail $corefile] for usage vs. test names resp.
12665 * lib/gdb.exp (core_find): Move it as a new function here. New
12666 parameter binfile and deletefiles. New variable $destcore. Pre-delete
12667 $destcore. Return "" on error.
12668
12669 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12670
12671 Workaround PR binutils/10802.
12672 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
12673 (twice).
12674
12675 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
12676
12677 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
12678
12679 2010-01-08 Joel Brobecker <brobecker@adacore.com>
12680
12681 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
12682 call, to avoid interruption.
12683
12684 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12685
12686 * gdb.stabs/weird.def (args93): New.
12687
12688 2010-01-07 Doug Evans <dje@google.com>
12689
12690 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
12691
12692 2010-01-07 Tom Tromey <tromey@redhat.com>
12693
12694 * gdb.base/source.exp: Use correct line number.
12695
12696 2010-01-05 Stan Shebs <stan@codesourcery.com>
12697
12698 * gdb.trace/tracecmd.exp: Test ftrace.
12699
12700 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12701
12702 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
12703
12704 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12705
12706 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
12707 "uint_for_mi_testing".
12708
12709 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12710
12711 Test indented comment in file being sourced.
12712 * gdb.base/commands.exp: Test indented comment in file being sourced.
12713
12714 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12715
12716 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
12717 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
12718 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
12719 notice.
12720
12721 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12722
12723 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
12724 notice.
12725
12726 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12727
12728 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
12729 missing $after_stopped and comma (,) expectation.
12730
12731 2009-12-31 Stan Shebs <stan@codesourcery.com>
12732
12733 * gdb.trace/actions.exp: Test teval action.
12734
12735 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
12736
12737 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
12738 (top level): Call test_watchpoint_in_big_blob.
12739 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
12740 watchpoints.
12741 (func3): Write to buf.
12742
12743 2009-12-29 Stan Shebs <stan@codesourcery.com>
12744
12745 * gdb.trace/actions.exp: Test default-collect.
12746
12747 2009-12-28 Stan Shebs <stan@codesourcery.com>
12748
12749 * gdb.trace/tsv.exp: New file.
12750 * gdb.base/completion.exp: Update ambiguous info output.
12751
12752 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
12753
12754 * gdb.base/find.c (main): Reference search buffers.
12755 * gdb.base/included.c (main): Reference integer.
12756 * gdb.base/ptype.c (charfoo): Declare.
12757 (intfoo): Call charfoo.
12758 * gdb.base/scope0.c (useitp): New function.
12759 (usestatics): Use useitp.
12760 (useit): Add a type for val.
12761 * gdb.base/scope1.c (useit1): Take a pointer argument.
12762 (usestatics1): Update calls to useit1.
12763 * gdb.cp/call-c.cc: Declare foo.
12764 (main): Call foo.
12765 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
12766 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
12767 (main): Call C::ensureRefs and ensureOtherRefs.
12768 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
12769 variables.
12770 (ensureOtherRefs): New function.
12771 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
12772 * gdb.cp/templates.cc (main): Call t5i.value.
12773
12774 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12775
12776 Fix compatibility with G++-4.5.
12777 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
12778 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
12779 (uncaught return): Remove.
12780
12781 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12782 Phil Muldoon <pmuldoon@redhat.com>
12783
12784 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
12785 (bp_location13, bp_location14, bp_location17, bp_location18)
12786 (marker3_proto, marker4_proto): New variables.
12787 (breakpoint info): Update output.
12788 (run until breakpoint at marker3, run until breakpoint at marker4): New
12789 tests.
12790
12791 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12792
12793 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
12794 Replace the printf call of Y by provided "y-set-1" label. New block
12795 for the second shared library.
12796 * gdb.base/unload.exp: Compile also the second library, call
12797 gdb_load_shlibs also for it. Use now gdb_breakpoint.
12798 (single pending breakpoint info): Rename to ...
12799 (pending breakpoint info before run): ... this extended test.
12800 (libfile2, libname2, libsrcfile2, libsrc2)
12801 (lib_sl2): New variables.
12802 (exec_opts): Set also SHLIB_NAME2.
12803 (pending breakpoint info on first run at shrfunc1)
12804 (pending breakpoint info on second run at shrfunc1)
12805 (pending breakpoint info on second run at shrfunc2)
12806 (print y from libfile, print y from libfile2): New tests.
12807 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
12808 * gdb.base/unloadshr2.c: New.
12809
12810 2009-12-22 Hui Zhu <teawater@gmail.com>
12811
12812 * gdb.reverse/sigall-reverse.exp: Adjust.
12813
12814 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
12815
12816 PR gdb/10884
12817
12818 * gdb.mi/var-cmd.c (do_bitfield_tests): New
12819 (main): Call do_bitfield_tests.
12820 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
12821
12822 2009-12-20 Joel Brobecker <brobecker@adacore.com>
12823
12824 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
12825 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
12826 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
12827 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
12828 gdb.modula2/unbounded1.c: Update copyright header.
12829
12830 2009-12-10 Chris Moller <moller@mollerware.com>
12831
12832 PR gdb/9399
12833 * gdb.cp/virtfunc2.exp: New tests
12834 * gdb.cp/virtfunc2.cc: New tests
12835 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
12836
12837 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
12838
12839 * gdb.reverse/i387-env-reverse.c: New file.
12840 * gdb.reverse/i387-env-reverse.exp: New file.
12841 * gdb.reverse/i387-stack-reverse.c: New file.
12842 * gdb.reverse/i387-stack-reverse.exp: New file.
12843
12844 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
12845
12846 * gdb.python/py-type.exp (test_range): New test.
12847
12848 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
12849
12850 PR python/10805
12851
12852 * gdb.python/py-type.exp: New file.
12853 * gdb.python/py-type.c: New file.
12854 * Makefile.in: Add py-type.
12855
12856 2009-12-03 Tom Tromey <tromey@redhat.com>
12857
12858 * gdb.python/py-value.exp (test_parse_and_eval): New
12859 function.
12860
12861 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
12862
12863 PR gdb/11022
12864
12865 * gdb.base/pr11022.exp: New test.
12866 * gdb.base/pr11022.c: New test.
12867
12868 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12869
12870 Fix spurious false FAILs.
12871 * gdb.base/structs.c (chartest): New.
12872 (main): Fill-in chartest.
12873 * gdb.base/structs.exp (anychar_re, first): New.
12874 (start_structs_test): Import global anychar_re and first.
12875 New gdb_test call "set print elements 300; ${testfile}"
12876 (start_structs_test <$first>): New block.
12877 (any): Import global anychar_re. New variable ac. Use ${ac}.
12878
12879 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12880
12881 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
12882
12883 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12884
12885 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
12886 Force $srcfile file.
12887 * gdb.base/foll-fork.c (callee): Comment out the printf call.
12888
12889 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12890
12891 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
12892 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
12893 * gdb.threads/watchthreads-reorder.exp: Likewise.
12894
12895 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
12896
12897 PR gdb/8704
12898
12899 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
12900 "if", and "thread". Correct matching in the previous test.
12901
12902 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
12903
12904 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
12905
12906 2009-11-23 Michael Snyder <msnyder@vmware.com>
12907
12908 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
12909 * gdb.reverse-watch-precsave.exp: Ditto.
12910
12911 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
12912
12913 * gdb.asm/asm-source.exp: Adjust.
12914 * gdb.base/help.exp: Adjust.
12915
12916 2009-11-22 Pedro Alves <pedro@codesourcery.com>
12917
12918 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
12919 (do_syscall_tests_without_xml): Set data-directory to
12920 /the/path/to/nowhere.
12921
12922 2009-11-21 Pedro Alves <pedro@codesourcery.com>
12923
12924 * gdb.threads/local-watch-wrong-thread.c,
12925 gdb.threads/local-watch-wrong-thread.exp: New files.
12926
12927 2009-11-21 Pedro Alves <pedro@codesourcery.com>
12928
12929 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
12930 assume new `regsub' syntax available.
12931
12932 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12933
12934 * gdb.base/watchpoint-hw-hit-once.exp,
12935 gdb.base/watchpoint-hw-hit-once.c: New.
12936
12937 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12938
12939 * gdb.threads/watchthreads-reorder.exp,
12940 gdb.threads/watchthreads-reorder.c: New.
12941
12942 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
12943
12944 * gdb.xml/tdesc-regs.exp: Use for m68k.
12945
12946 2009-11-15 Pedro Alves <pedro@codesourcery.com>
12947
12948 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
12949
12950 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12951
12952 * lib/gdb.exp (current_target_name): New procedure.
12953 (gdb_wrapper_target): New variable.
12954 (gdb_wrapper_init): Set gdb_wrapper_target.
12955 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
12956 wrapper.
12957
12958 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12959
12960 * gdb.base/remote.exp: Delete the slowest load test.
12961 Do not load with fixed packet sizes.
12962
12963 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12964
12965 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
12966
12967 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12968
12969 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
12970 srcfile when setting a breakpoint.
12971
12972 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
12973
12974 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
12975 macros.
12976
12977 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12978
12979 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
12980 to be in memory.
12981 * gdb.base/display.c (force_mem): New.
12982 (do_loops): Use it. Add breakpoint comments.
12983 (do_vars): Add a breakpoint comment.
12984 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
12985 line numbers.
12986
12987 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
12988
12989 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
12990 instead of a bare "run".
12991
12992 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
12993
12994 * gdb.python/py-prettyprint.exp: Adjust.
12995
12996 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12997
12998 * lib/cell.exp (skip_cell_tests): Clean up test files before
12999 returning.
13000
13001 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13002
13003 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
13004 and the breakpoint menu. Do not call perror if a prompt is seen.
13005 Consume the following GDB prompt.
13006 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
13007 * gdb.cp/namespace.exp: Use gdb_test.
13008 * gdb.cp/templates.exp: Use gdb_test.
13009 (test_template_breakpoints): Use gdb_test_multiple.
13010
13011 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13012
13013 * gdb.base/break1.c (struct some_struct, values): Move earlier.
13014 (marker4): Reference values.
13015
13016 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13017
13018 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
13019 is missing.
13020
13021 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13022
13023 * gdb.base/break.c (need_malloc): New.
13024 * gdb.base/constvars.c (main): Reference crass and crisp.
13025 * gdb.base/gdb1821.c (main): Reference bar.
13026 * gdb.cp/gdb1355.cc (main): Reference s1.
13027 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
13028 (main): Call them.
13029 * gdb.cp/hang2.cc (dummy2): Define.
13030 * gdb.cp/hang3.cc (dummy3): Define.
13031 * gdb.cp/m-data.cc (main): Reference shadow.
13032
13033 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13034 Nathan Froyd <froydnj@codesourcery.com>
13035
13036 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
13037 remote host.
13038
13039 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
13040
13041 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
13042 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
13043 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13044 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13045 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13046 * gdb.dwarf2/dw2-producer.exp: Likewise.
13047 * gdb.dwarf2/mac-fileno.exp: Likewise.
13048 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
13049 py-prettyprint.py to the remote host.
13050 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
13051
13052 2009-11-11 Keith Seitz <keiths@redhat.com>
13053
13054 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
13055 use it instead of "Foo".
13056 * gdb.cp/classes.exp (do_tests): Add a test to access
13057 a method through a typedef'd class name.
13058
13059 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
13060
13061 * gdb.base/long_long.exp: Permit leading zeros on floating-point
13062 exponents.
13063 * gdb.base/pointers.exp: Likewise.
13064 * gdb.cp/ref-types.exp: Likewise.
13065
13066 2009-11-11 Keith Seitz <keiths@redhat.com>
13067
13068 * gdb.cp/cplusfuncs.cc (class foo): Add operators
13069 new[] and delete[].
13070 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13071 "void".
13072 (probe_demangler): Remove all single-quoting of
13073 method and variable names.
13074 (info_func_regexp): Remove the word "void" from any
13075 occurrence of "(void)".
13076 (print_addr_2): Remove all single-quoting of
13077 method names.
13078 (print_addr_2_kfail): Likewise.
13079 (print_addr): Single-quote C function names before
13080 passing to print_addr_2.
13081 (test_paddr_operator_functions): Remove single-quoting
13082 for method names.
13083 Add tests for operator new[] and operator delete[].
13084
13085 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13086
13087 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
13088
13089 2009-11-09 Keith Seitz <keiths@redhat.com>
13090
13091 * gdb.cp/overload.exp: Add tests for resolving overloaded
13092 methods in expression parsing/evaluation.
13093
13094 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
13095
13096 * lib/gdb.exp (default_gdb_version): Use --version instead of
13097 --command.
13098
13099 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
13100
13101 * lib/gdb.exp (gdb_compile_test): New.
13102 (skip_ada_tests, skip_java_tests): New.
13103 (gdb_compile): Use gdb_compile_test for f77.
13104 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
13105 * lib/java.exp (compile_java_from_source): Remove runtests check,
13106 use gdb_compile_test to record result.
13107 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
13108 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
13109 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
13110 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
13111 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
13112 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
13113 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
13114 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
13115 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
13116 adjust gdb_compile invocations.
13117
13118 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13119
13120 * Makefile.in (abs_builddir): New.
13121 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
13122 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
13123 `$(abs_builddir)/site.exp'.
13124
13125 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
13126
13127 * config/m68k-emc.exp, lib/emc-support.exp,
13128 gdb.trace/gdb_c_test.c: Delete.
13129 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
13130 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
13131 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13132 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
13133 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13134 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
13135 casing for m68k-*-elf.
13136
13137 2009-11-03 Pedro Alves <pedro@codesourcery.com>
13138
13139 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
13140 * gdb.arch/i386-prologue.exp: Likewise.
13141 * gdb.arch/i386-unwind.exp: Likewise.
13142
13143 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13144
13145 * lib/gdb.exp (gdb_expect): Fix timeout typo.
13146
13147 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13148
13149 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
13150
13151 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13152
13153 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
13154
13155 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13156
13157 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
13158
13159 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13160
13161 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
13162 * gdb.base/sepdebug2.c: New file.
13163
13164 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13165
13166 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
13167 the modified warnings for catch syscall. Verify if GDB was compiled
13168 with support for lib expat, and choose which tests to run depending
13169 on this.
13170
13171 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
13172
13173 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
13174 that composite commands are parsed OK. And also test
13175 that breakpoint commands do work.
13176
13177 2009-10-23 Michael Snyder <msnyder@vmware.com>
13178
13179 gdb.reverse/consecutive-precsave.exp: Change expect pattern
13180 to allow for new disassembly style.
13181
13182 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
13183
13184 * gdb.asm/asm-source.exp: Adjust.
13185
13186 2009-10-22 Michael Snyder <msnyder@vmware.com>
13187
13188 * gdb.reverse/break-precsave.exp: New test.
13189 * gdb.reverse/consecutive-precsave.exp: Ditto.
13190 * gdb.reverse/finish-precsave.exp: Ditto.
13191 * gdb.reverse/i386-precsave.exp: Ditto.
13192 * gdb.reverse/machinestate-precsave.exp: Ditto.
13193 * gdb.reverse/sigall-precsave.exp: Ditto.
13194 * gdb.reverse/solilb-precsave.exp: Ditto.
13195 * gdb.reverse/step-precsave.exp: Ditto.
13196 * gdb.reverse/until-precsave.exp: Ditto.
13197 * gdb.reverse/watch-precsave.exp: Ditto.
13198
13199 2009-10-22 Michael Snyder <msnyder@vmware.com>
13200
13201 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
13202 for gdb_expect. Adjust one test's expect strings for the new
13203 format of disassemble.
13204 * gdb.reverse/finish-reverse.exp: Delete 'return'.
13205 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
13206 gdb_test_multiple.
13207 * gdb.reverse/step-reverse.exp: Delete 'return'.
13208 * gdb.reverse/until-reverse.exp: Delete blank lines.
13209 * gdb.reverse/watch-reverse.exp: Delete blank lines.
13210
13211 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
13212
13213 * gdb.base/consecutive.exp: Adjust.
13214 * gdb.base/display.exp: Likewise.
13215 * gdb.base/pc-fp.exp: Likewise.
13216 * gdb.base/sigbpt.exp: Likewise.
13217
13218 2009-10-19 Michael Snyder <msnyder@vmware.com>
13219
13220 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
13221 * gdb.reverse/finish-reverse.c: Ditto.
13222 * gdb.reverse/sigall-reverse.c: Ditto.
13223 * gdb.reverse/solib-reverse.c: Ditto.
13224 * gdb.reverse/step-reverse.c: Ditto.
13225 * gdb.reverse/watch-reverse.c: Ditto.
13226
13227 2009-10-19 Pedro Alves <pedro@codesourcery.com>
13228 Stan Shebs <stan@codesourcery.com>
13229
13230 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
13231 * gdb.base/foll-exec.exp: Adjust to expect a process id before
13232 "Executing new program".
13233 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
13234 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
13235 left listed after having been killed.
13236 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
13237 * gdb.base/maint.exp: Adjust test.
13238
13239 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
13240 * gdb.multi/Makefile.in: New.
13241 * gdb.multi/base.exp: New.
13242 * gdb.multi/goodbye.c: New.
13243 * gdb.multi/hangout.c: New.
13244 * gdb.multi/hello.c: New.
13245 * gdb.multi/bkpt-multi-exec.c: New.
13246 * gdb.multi/bkpt-multi-exec.exp: New.
13247 * gdb.multi/crashme.c: New.
13248
13249 2009-10-13 Tristan Gingold <gingold@adacore.com>
13250
13251 * gdb.base/sepdebug.exp: Check debug info are found.
13252
13253 2009-10-08 Pedro Alves <pedro@codesourcery.com>
13254
13255 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
13256 bits.
13257
13258 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13259
13260 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
13261
13262 2009-10-07 Joel Brobecker <brobecker@adacore.com>
13263
13264 * gdb.base/watchpoints.c: Add copyright header. Reformat one
13265 of the comments.
13266
13267 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
13268
13269 * gdb.base/annota1.exp: Remove obsolete match_max increase.
13270 * gdb.base/annota3.exp: Idem.
13271 * gdb.base/maint.exp: Idem.
13272
13273 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
13274
13275 * lib/gdb.exp (default_gdb_init): Set current value of match_max
13276 to default.
13277
13278 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13279
13280 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
13281 mingw and cygwin targets.
13282
13283 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13284 Pedro Alves <pedro@codesourcery.com>
13285
13286 * lib/gdb.exp (gdb_compile): Avoid adding
13287 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
13288
13289 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13290
13291 * gdb.base/shr1.c: Use %p in format string.
13292 * gdb.base/unload.c: Avoid warning in fprintf.
13293 * gdb.base/watchpoint-solib.c: Idem.
13294
13295 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13296
13297 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
13298 long type.
13299 (test_unlink): Correct printf string.
13300 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
13301 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
13302
13303 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13304
13305 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
13306 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
13307 * gdb.arch/ia64-breakpoint-shadow.S: New file.
13308
13309 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13310
13311 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
13312 * gdb.objc/nondebug.exp: Likewise.
13313
13314 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13315
13316 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
13317 target_info setting.
13318
13319 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
13320 that detect new threads during "info threads".
13321
13322 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13323
13324 * gdb.threads/manythreads.c (main): Increase thread stack size
13325 to 2*PTHREAD_STACK_MIN.
13326 * gdb.threads/multi-create.c (main): Likewise.
13327 (create_function): Likewise.
13328
13329 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13330
13331 * gdb.base/dump.exp: Pass difference of pointer types instead
13332 of integer types as offset to restore in intarr3.srec case.
13333
13334 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13335
13336 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
13337
13338 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13339
13340 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
13341
13342 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
13343
13344 New test for two watchpoints, with disabling of
13345 the first inserted.
13346 * testsuite/gdb.base/watchpoints.c: New file.
13347 * testsuite/gdb.base/watchpoints.exp: New file.
13348
13349 2009-09-25 Tom Tromey <tromey@redhat.com>
13350
13351 * gdb.base/charset.exp: Test utf-16 strings with Python.
13352
13353 2009-09-25 Tom Tromey <tromey@redhat.com>
13354
13355 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
13356 UCS-4.
13357 * gdb.base/charset.c (utf_32_string): Rename.
13358 (init_utf32): Rename.
13359 (main): Update.
13360
13361 2009-09-22 Tom Tromey <tromey@redhat.com>
13362
13363 * gdb.python/py-function.exp: Add regression tests.
13364
13365 2009-09-21 Keith Seitz <keiths@redhat.com>
13366
13367 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
13368 with invalid operator.
13369
13370 2009-09-21 Keith Seitz <keiths@redhat.com>
13371
13372 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
13373 and destructor using typedef name of class.
13374 * gdb.cp/classes.cc (class Base1): Add a destructor.
13375 (base1): New typedef.
13376 (use_methods): Instanitate an object of type base1.
13377 * gdb.cp/templates.exp (test_template_typedef): New procedure.
13378 (do_tests): Call test_template_typedef.
13379 * gdb.cp/templates.cc (Baz::~Baz): New method.
13380 (intBazOne): New typedef.
13381 (main): Instantiate intBazOne.
13382
13383 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13384
13385 PR python/10633
13386
13387 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
13388 Function.
13389 (run_lang_tests): Add print elements test.
13390
13391 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13392
13393 * gdb.python/py-value.exp (test_subscript_regression): New
13394 function. Test for invalid subscripts.
13395 * gdb.python/py-value.c (main): Add test array, and pointer to it.
13396 (ptr_ref): New function.
13397
13398 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13399
13400 * gdb.base/default.exp: Fix "show convenience".
13401
13402 2009-09-15 Tom Tromey <tromey@redhat.com>
13403
13404 * lib/mi-support.exp (mi_create_varobj): Update.
13405 (mi_create_floating_varobj): Likewise.
13406 (mi_create_dynamic_varobj): New proc.
13407 (mi_varobj_update): Update.
13408 (mi_varobj_update_with_type_change): Likewise.
13409 (mi_varobj_update_kv_helper): New proc.
13410 (mi_varobj_update_dynamic_helper): Rewrite.
13411 (mi_varobj_update_dynamic): New proc.
13412 (mi_list_varobj_children): Update.
13413 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
13414 * gdb.python/python-prettyprint.py (pp_outer): New class.
13415 (pp_nullstr): Likewise.
13416 (lookup_function): Register new printers.
13417 * gdb.python/python-prettyprint.c (struct substruct): New type.
13418 (struct outerstruct): Likewise.
13419 (substruct_test): New function.
13420 (struct nullstr): New type.
13421 (string_1, string_2): New globals.
13422 (main): Add new tests.
13423 * gdb.python/python-mi.exp: Added regression tests.
13424 * gdb.mi/mi2-var-display.exp: Update.
13425 * gdb.mi/mi2-var-cmd.exp: Update.
13426 * gdb.mi/mi2-var-child.exp: Update.
13427 * gdb.mi/mi2-var-block.exp: Update.
13428 * gdb.mi/mi-var-invalidate.exp: Update.
13429 * gdb.mi/mi-var-display.exp: Update.
13430 * gdb.mi/mi-var-cmd.exp: Update.
13431 * gdb.mi/mi-var-child.exp: Update.
13432 * gdb.mi/mi-var-block.exp: Update.
13433 * gdb.mi/mi-break.exp: Update.
13434 * gdb.mi/gdb701.exp: Update.
13435
13436 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13437
13438 * Makefile.in: Inclusion of catch-syscall object.
13439 * gdb.base/catch-syscall.c: New file.
13440 * gdb.base/catch-syscall.exp: New file.
13441
13442 2009-09-12 Michael Snyder <msnyder@vmware.com>
13443
13444 * gdb.reverse/step-reverse.exp: Explicitly check for targets
13445 that can support reverse debuggnig.
13446
13447 2009-09-11 Tom Tromey <tromey@redhat.com>
13448
13449 * gdb.dwarf2/valop.S: New file.
13450 * gdb.dwarf2/valop.exp: New file.
13451
13452 2009-09-11 Mark Kettenis <kettenis@gnu.org>
13453
13454 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
13455
13456 2009-09-10 Doug Evans <dje@google.com>
13457
13458 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
13459 Add $gdb_prompt to second breakpoint regexp.
13460
13461 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
13462
13463 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
13464 names, add missing ones.
13465 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
13466 * gdb.python/py-frame.c: Rename from python-frame.c.
13467 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
13468 testfile name.
13469 * gdb.python/py-function.exp: Rename from python-function.exp.
13470 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
13471 testfile name.
13472 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
13473 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
13474 Adjust testfile name.
13475 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
13476 * gdb.python/py-template.cc: Rename from python-template.cc.
13477 * gdb.python/py-template.exp: Rename from python-template.exp.
13478 Adjust testfile name.
13479 * gdb.python/py-value.c: Rename from python-value.c.
13480 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
13481 testfile name.
13482
13483 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13484
13485 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
13486 $bpt2address.
13487 (Second breakpoint address is valid on ia64)
13488 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
13489
13490 2009-09-03 Joseph Myers <joseph@codesourcery.com>
13491
13492 * gdb.base/ending-run.exp: Restrict regular expression matching
13493 line number to require closing brace following.
13494
13495 2009-09-03 Doug Evans <dje@google.com>
13496
13497 * gdb.base/store.exp (check_set): Fix typo in expected value message.
13498
13499 2009-09-02 Tom Tromey <tromey@redhat.com>
13500
13501 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
13502
13503 2009-09-02 Tom Tromey <tromey@redhat.com>
13504
13505 * gdb.dwarf2/callframecfa.exp: New file.
13506 * gdb.dwarf2/callframecfa.S: New file.
13507
13508 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13509
13510 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
13511 gdb.base/solib-overlap-main.c: New.
13512
13513 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
13514
13515 PR gdb/10565
13516
13517 * gdb.base/bitfields.c (struct container, container): New.
13518 (main): Initialize it and call break5.
13519 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
13520
13521 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13522
13523 Support constant DW_AT_data_member_location by GCC PR debug/40659.
13524 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
13525
13526 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13527
13528 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
13529
13530 2009-08-26 Michael Snyder <msnyder@vmware.com>
13531
13532 * gdb.base/i386-reverse.c: New file.
13533 * gdb.base/i386-reverse.exp: New file.
13534 * gdb.base/Makefile.in: Add new files to be removed.
13535
13536 2009-08-26 Joseph Myers <joseph@codesourcery.com>
13537
13538 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
13539 environment-pwd for remote host.
13540 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
13541
13542 2009-08-24 Keith Seitz <keiths@redhat.com>
13543
13544 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
13545 Add two new C++ completer tests which limit the output to a
13546 given class.
13547
13548 2009-08-24 Michael Snyder <msnyder@vmware.com>
13549
13550 * gdb.base/del.exp: Fix typo in comment.
13551 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
13552
13553 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13554
13555 * configure: Regenerate.
13556 * gdb.hp/configure: Likewise.
13557 * gdb.hp/gdb.aCC/configure: Likewise.
13558 * gdb.hp/gdb.base-hp/configure: Likewise.
13559 * gdb.hp/gdb.compat/configure: Likewise.
13560 * gdb.hp/gdb.defects/configure: Likewise.
13561 * gdb.hp/gdb.objdbg/configure: Likewise.
13562 * gdb.stabs/configure: Likewise.
13563
13564 2009-08-19 Doug Evans <dje@google.com>
13565
13566 * gdb.base/gdbvars.c: New file.
13567 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
13568
13569 2009-08-14 Pedro Alves <pedro@codesourcery.com>
13570
13571 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
13572 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
13573
13574 2009-08-13 Pedro Alves <pedro@codesourcery.com>
13575
13576 * gdb.base/default.exp: Adjust "set language test": it's now an
13577 enum command. Larger help string moved to "help set language".
13578 * gdb.base/help.exp: Adjust "help set language" expected output,
13579 now lists all known languages.
13580
13581 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
13582
13583 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
13584 all frame arguments.
13585 * gdb.arch/altivec-regs.exp: Likewise.
13586
13587 2009-08-07 Tom Tromey <tromey@redhat.com>
13588
13589 * gdb.base/setshow.exp: Add tests for changes to set language, set
13590 check range, and set check type.
13591
13592 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
13593
13594 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
13595 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
13596 Call it.
13597
13598 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13599
13600 * configure.ac: Run gdb.cell tests when appropriate.
13601 * configure: Regenerate.
13602 * lib/cell.exp: New file.
13603 * gdb.cell: New directory.
13604 * gdb.cell/configure.ac: New file.
13605 * gdb.cell/configure: New file.
13606 * gdb.cell/Makefile.in: New file.
13607 * gdb.cell/arch.exp: New file.
13608 * gdb.cell/break.c: New file.
13609 * gdb.cell/break.exp: New file.
13610 * gdb.cell/break-spu.c: New file.
13611 * gdb.cell/bt.c: New file.
13612 * gdb.cell/bt2-spu.c: New file.
13613 * gdb.cell/bt-spu.c: New file.
13614 * gdb.cell/bt.exp: New file.
13615 * gdb.cell/coremaker.c: New file.
13616 * gdb.cell/coremaker-spu.c: New file.
13617 * gdb.cell/core.exp: New file.
13618 * gdb.cell/gcore.exp: New file.
13619 * gdb.cell/data.c: New file.
13620 * gdb.cell/data.exp: New file.
13621 * gdb.cell/data-spu.c: New file.
13622 * gdb.cell/ea-cache.exp: New file.
13623 * gdb.cell/ea-cache.c: New file.
13624 * gdb.cell/ea-cache-spu.c: New file.
13625 * gdb.cell/ea-standalone.c: New file.
13626 * gdb.cell/ea-standalone.exp: New file.
13627 * gdb.cell/ea-test.c: New file.
13628 * gdb.cell/ea-test.exp: New file.
13629 * gdb.cell/f-regs.exp: New file.
13630 * gdb.cell/mem-access.c: New file.
13631 * gdb.cell/mem-access.exp: New file.
13632 * gdb.cell/mem-access-spu.c: New file.
13633 * gdb.cell/ptype.exp: New file.
13634 * gdb.cell/registers.exp: New file.
13635 * gdb.cell/size.c: New file.
13636 * gdb.cell/sizeof.exp: New file.
13637 * gdb.cell/size-spu.c: New file.
13638 * gdb.cell/solib.exp: New file.
13639 * gdb.cell/solib-symbol.exp: New file.
13640
13641 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13642
13643 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
13644
13645 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
13646
13647 * gdb.base/float.exp: Handle VFP registers.
13648
13649 2009-07-14 Michael Snyder <msnyder@vmware.com>
13650
13651 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
13652 to bring gdb to the beginning of the calling line.
13653
13654 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
13655 confusing the i386 epilogue unwinder.
13656
13657 2009-07-14 Stan Shebs <stan@codesourcery.com>
13658
13659 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
13660
13661 2009-07-14 Michael Snyder <msnyder@vmware.com>
13662
13663 * gdb.reverse/step-reverse.exp (stepi into function call):
13664 Call instruction may not be first instruction in the line.
13665 (reverse stepi from a function call): Used wrong line number.
13666
13667 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13668
13669 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
13670
13671 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13672
13673 Fix gdb.base/macscp.exp when using custom inputrc.
13674 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
13675 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
13676 env(TERM) set.
13677 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
13678 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
13679
13680 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13681
13682 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
13683 * gdb.base/annota1.exp (thread_test): Import global $testfile.
13684 Change the compilation target to match the testcase name.
13685 * gdb.base/sect-cmd.exp: Change the compilation target to match the
13686 testcase name.
13687 * a2-run.exp: Use for setup prepare_for_testing. Change the
13688 compilation target to match the testcase name.
13689 * gdb.base/commands.exp: Likewise.
13690 * gdb.base/finish.exp: Likewise.
13691 * gdb.base/float.exp: Likewise.
13692 * gdb.base/info-target.exp: Likewise.
13693 * gdb.base/relational.exp: Likewise.
13694 * gdb.base/term.exp: Likewise.
13695 * gdb.base/until.exp: Likewise.
13696 * gdb.base/volatile.exp: Likewise.
13697 * gdb.base/whatis-exp.exp: Likewise.
13698
13699 2009-07-11 Hui Zhu <teawater@gmail.com>
13700
13701 * gdb.base/help.exp (disassemble): Update expected help text.
13702
13703 2009-07-09 Tom Tromey <tromey@redhat.com>
13704
13705 * lib/gdb.exp: Handle TRANSCRIPT.
13706 (remote_spawn, remote_close, send_gdb): New procs.
13707
13708 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
13709
13710 * gdb.python/python-prettyprint.c: Add counted null string
13711 structure.
13712 * gdb.python/python-prettyprint.exp: Print null string. Test for
13713 embedded nulls.
13714 * gdb.python/python-prettyprint.py (pp_ns): New Function.
13715 * gdb.python/python-value.exp (test_value_in_inferior): Add
13716 variable length string fetch tests.
13717 * gdb.python/python-value.c (main): Add strings for string fetch tests.
13718
13719 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13720
13721 * gdb.base/dump.exp (inaccessible memory is reported): New test.
13722
13723 2009-07-07 Tom Tromey <tromey@redhat.com>
13724
13725 * gdb.base/call-rt-st.exp: Update for change to escape output.
13726 * gdb.base/callfuncs.exp: Likewise.
13727 * gdb.base/charset.exp: Likewise.
13728 * gdb.base/constvars.exp: Likewise.
13729 * gdb.base/long_long.exp: Likewise.
13730 * gdb.base/pointers.exp: Likewise.
13731 * gdb.base/printcmds.exp: Likewise.
13732 * gdb.base/setvar.exp: Likewise.
13733 * gdb.base/store.exp: Likewise.
13734 * gdb.cp/ref-types.exp: Likewise.
13735 * gdb.mi/mi-var-child.exp: Likewise.
13736 * gdb.mi/mi-var-display.exp: Likewise.
13737 * gdb.mi/mi2-var-display.exp: Likewise.
13738 * gdb.base/charset.exp: Test octal escape sequence length.
13739 Update for change to escape output.
13740
13741 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13742
13743 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
13744
13745 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
13746
13747 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
13748
13749 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13750
13751 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
13752 gdbserver increasing $portnum if "Can't bind address" has been seen.
13753
13754 2009-07-05 Pedro Alves <pedro@codesourcery.com>
13755
13756 * gdb.base/ending-run.exp: Add "step out of main" pattern for
13757 mingw32ce.
13758
13759 2009-07-05 Pedro Alves <pedro@codesourcery.com>
13760
13761 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
13762 VFP format.
13763
13764 2009-07-02 Pedro Alves <pedro@codesourcery.com>
13765
13766 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
13767 linux. Adjust to use "inferior", "info inferiors", "detach
13768 inferior" and "kill inferior" instead of "restart", "info fork",
13769 "detach fork" and "delete fork".
13770 * gdb.base/ending-run.exp: Spell out "info".
13771 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
13772 the "kill" command.
13773
13774 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13775
13776 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
13777 change to prefix TLS offset in hex with 0x.
13778
13779 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13780
13781 * gdb.base/default.exp: Update test case for "x" changes.
13782
13783 2009-07-01 Tristan Gingold <gingold@adacore.com>
13784
13785 * gdb.base/bigcore.exp: Make darwin untested.
13786
13787 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13788
13789 * gdb.base/completion.exp (directory completion): Create the directory.
13790 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
13791 escapeuniquesub.
13792 (directory completion 2): Expect now ${escapeuniquesub}.
13793 (Glob remaining of directory test): Remove one excessive newline.
13794 Expect the real output.
13795
13796 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13797
13798 Fix `make check//%' target after `make check' has been ran.
13799 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
13800 a mkdir call.
13801 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
13802 (%/.dir): Remove.
13803
13804 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13805
13806 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
13807 the expected result record.
13808
13809 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13810
13811 Remove racy FAILs relying just on the timeouts.
13812 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
13813 (annotation_level 2): Remove racy FAILs.
13814
13815 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
13816
13817 gdb/10275
13818 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
13819
13820 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
13821
13822 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
13823
13824 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
13825
13826 * gdb.mi/mi-stack.exp: Testing symbolic options
13827 to -stack-list-locals and -stack-list-arguments.
13828
13829 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13830
13831 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
13832
13833 2009-06-29 Tom Tromey <tromey@redhat.com>
13834
13835 * dg-extract-results.sh: New file.
13836 * Makefile.in (FORCE_PARALLEL): New variable.
13837 (CHECK_TARGET): New conditional variable.
13838 (check): Use CHECK_TARGET.
13839 (DO_RUNTEST): New variable.
13840 (check-single): New target.
13841 (TEST_DIRS): New variable.
13842 (TEST_TARGETS): Likewise.
13843 (check-parallel): New target.
13844 (check-gdb.%): New pattern.
13845 (BASE1_FILES): New variable.
13846 (BASE2_FILES): Likewise.
13847 (check-gdb.base%): New pattern.
13848 (%/.dir): New pattern.
13849 * configure: Rebuild.
13850 * aclocal.m4 (AM_CONDITIONAL): New defun.
13851 * configure.ac: Check whether user is using GNU make.
13852 (GMAKE): New conditional.
13853
13854 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
13855
13856 * gdb.cp/namespace-nested-import.cc: New test.
13857 * gdb.cp/namespace-nested-import.exp: New test.
13858
13859 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
13860
13861 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
13862 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
13863 * gdb.opt/Makefile.in (EXECUTABLES): Update.
13864 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
13865 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
13866 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
13867 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
13868 gdb.opt/inline-markers.c: New files.
13869 * lib/gdb.exp (skip_inline_frame_tests): New function.
13870 (skip_inline_var_tests): New function.
13871
13872 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
13873
13874 * gdb.cp/exception.exp: Don't require $hex before inner frame in
13875 backtrace.
13876
13877 2009-06-27 Michael Snyder <msnyder@vmware.com>
13878
13879 * gdb.reverse: New directory.
13880 * gdb.reverse/break-reverse.c: New test.
13881 * gdb.reverse/break-reverse.exp: New test.
13882 * gdb.reverse/consecutive-reverse.c: New test.
13883 * gdb.reverse/consecutive-reverse.exp: New test.
13884 * gdb.reverse/finish-reverse.c: New test.
13885 * gdb.reverse/finish-reverse.exp: New test.
13886 * gdb.reverse/machinestate.c: New test.
13887 * gdb.reverse/ms1.c: New test.
13888 * gdb.reverse/machinestate.exp: New test.
13889 * gdb.reverse/Makefile.in: New file.
13890 * gdb.reverse/shr2.c: New test.
13891 * gdb.reverse/solib-reverse.c: New test.
13892 * gdb.reverse/solib-reverse.exp: New test.
13893 * gdb.reverse/step-reverse.c: New test.
13894 * gdb.reverse/step-reverse.exp: New test.
13895 * gdb.reverse/until-reverse.c: New test.
13896 * gdb.reverse/ur1.c: New test.
13897 * gdb.reverse/until-reverse.exp: New test.
13898 * gdb.reverse/watch-reverse.c: New test.
13899 * gdb.reverse/watch-reverse.exp: New test.
13900 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
13901 * configure: Regenerate.
13902
13903 2009-06-26 Doug Evans <dje@google.com>
13904
13905 * gdb.base/psymtab.exp: Turn off pending breakpoints.
13906
13907 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
13908
13909 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
13910 windows problem for 'file delete $binfile'.
13911
13912 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
13913
13914 * gdb.cp/namespace-using.exp: New test.
13915 * gdb.cp/namespace-using.cc: New test.
13916
13917 2009-05-20 Joel Brobecker <brobecker@adacore.com>
13918
13919 * gdb.ada/variant_record_packed_array: New testcase.
13920
13921 2009-06-23 Tom Tromey <tromey@redhat.com>
13922
13923 * gdb.base/charset.exp (test_combination): Regression test.
13924 * gdb.base/charset.c (my_wchar_t): New typedef.
13925 (myvar): New global.
13926 (main): Set myvar.
13927
13928 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
13929
13930 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
13931 target.
13932
13933 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13934
13935 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
13936
13937 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13938
13939 * gdb.mi/gdb680.exp: Update test for error message.
13940
13941 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13942
13943 * gdb.base/annota1.exp: Allow multiple occurrences of the
13944 frames-invalid annotation.
13945 * gdb.cp/annota2.exp: Likewise.
13946
13947 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
13948
13949 * gdb.cp/gdb2495.cc: New file.
13950 * gdb.cp/gdb2495.exp: New file.
13951
13952 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13953
13954 Report error on GDB crash during runto.
13955 * lib/gdb.exp (runto <eof>): New.
13956
13957 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
13958
13959 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
13960 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
13961 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
13962 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
13963 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
13964 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
13965 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
13966 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
13967 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
13968 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
13969 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
13970 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
13971 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13972 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
13973 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
13974 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
13975 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
13976 gdb.server/server-mon.exp, gdb.server/server-run.exp,
13977 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
13978 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
13979 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
13980 gdb.trace/passcount.exp, gdb.trace/report.exp,
13981 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
13982 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
13983 gdb.trace/while-stepping.exp: Use a unique name for the compiled
13984 executable.
13985
13986 2009-06-07 Pedro Alves <pedro@codesourcery.com>
13987
13988 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
13989 defined before referencing it.
13990
13991 2009-06-03 Doug Evans <dje@google.com>
13992
13993 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
13994 * gdb.arch/i386-see.c: Ditto.
13995
13996 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
13997
13998 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
13999 (check_macro): Return 1 if undefined.
14000 If first test fails, check if macro debug information is available,
14001 and report unsupported test if no macro information is found.
14002
14003 2009-05-29 Doug Evans <dje@google.com>
14004
14005 * gdb.threads/hand-call-in-threads.exp: New.
14006 * gdb.threads/hand-call-in-threads.c: New.
14007
14008 2009-05-29 Michael Snyder <msnyder@vmware.com>
14009
14010 * gdb.base/break-always.exp: Change "1" to "on".
14011 Add confirmation check.
14012
14013 2009-05-28 Pedro Alves <pedro@codesourcery.com>
14014
14015 * gdb.threads/threxit-hop-specific.c: New.
14016 * gdb.threads/threxit-hop-specific.exp: New.
14017 * gdb.threads/thread-execl.c: New.
14018 * gdb.threads/thread-execl.exp: New.
14019
14020 2009-05-27 Tom Tromey <tromey@redhat.com>
14021 Thiago Jung Bauermann <bauerman@br.ibm.com>
14022
14023 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
14024 (mi_child_regexp): Likewise.
14025 (mi_list_varobj_children_range): Likewise.
14026 (mi_get_features): Likewise.
14027 (mi_list_varobj_children): Rewrite.
14028 * gdb.python/python-mi.exp: New file.
14029
14030 2009-05-27 Tom Tromey <tromey@redhat.com>
14031 Thiago Jung Bauermann <bauerman@br.ibm.com>
14032 Phil Muldoon <pmuldoon@redhat.com>
14033 Paul Pluzhnikov <ppluzhnikov@google.com>
14034
14035 * gdb.python/python-prettyprint.exp: New file.
14036 * gdb.python/python-prettyprint.c: New file.
14037 * gdb.python/python-prettyprint.py: New file.
14038 * gdb.base/display.exp: print/r is now valid.
14039
14040 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
14041 Tom Tromey <tromey@redhat.com>
14042 Pedro Alves <pedro@codesourcery.com>
14043 Paul Pluzhnikov <ppluzhnikov@google.com>
14044
14045 * gdb.python/python-template.exp: New file.
14046 * gdb.python/python-template.cc: New file.
14047 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14048 tests.
14049 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14050 Call it.
14051 (test_value_after_death): New proc.
14052 * gdb.python/python-value.c (PTR): New typedef.
14053 (main): New variable 'x'.
14054
14055 2009-05-27 Tom Tromey <tromey@redhat.com>
14056
14057 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14058 tests.
14059 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14060 Call it.
14061
14062 2009-05-27 Pedro Alves <pedro@codesourcery.com>
14063
14064 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
14065
14066 2009-05-24 Pedro Alves <pedro@codesourcery.com>
14067
14068 * gdb.threads/fork-thread-pending.c: New.
14069 * gdb.threads/fork-thread-pending.exp: New.
14070
14071 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14072
14073 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
14074 * gdb.dwarf2/dw2-strp.S (a_string2): New.
14075
14076 2009-05-18 Jon Beniston <jon@beniston.com>
14077
14078 * gdb.asm/asm-source.exp: Add lm32 target.
14079
14080 2009-05-17 Pedro Alves <pedro@codesourcery.com>
14081
14082 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
14083 `gdb_get_line_number'. Call `callee' in both parent and child.
14084 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
14085 `gdb_get_line_number' instead of hardcoding line numbers.
14086 (catch_fork_unpatch_child): New procedure to test detaching
14087 breakpoints from child fork.
14088 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
14089 hardcoding line numbers.
14090 (do_fork_tests): Run `catch_fork_unpatch_child'.
14091
14092 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
14093
14094 * gdb.mi/mi-cmd-var.exp: Check that when varobj
14095 of structure type enters or leaves the scope, it
14096 is reported by -var-update.
14097
14098 2009-05-11 Doug Evans <dje@sebabeach.org>
14099
14100 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
14101 * gdb.threads/pending-step.c (main): Fix off-by-one error.
14102 * gdb.threads/schedlock.c (main): Fix off-by-one error.
14103
14104 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14105
14106 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
14107
14108 2009-04-30 Doug Evans <dje@google.com>
14109
14110 * gdb.threads/watchthreads2.exp: New testcase.
14111 * gdb.threads/watchthreads2.c: New testcase.
14112
14113 2009-04-29 Doug Evans <dje@google.com>
14114
14115 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
14116 * gdb.cp/mb-ctor.cc: Ditto.
14117 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
14118 * gdb.cp/mb-inline.h (multi_line_foo): New function.
14119 * gdb.cp/mb-inline1.cc: Call it.
14120 * gdb.cp/mb-inline2.cc: Ditto.
14121 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
14122 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
14123
14124 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14125
14126 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
14127 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
14128 Replace all uses of `decimal' by `nonzero'.
14129 (info macro FROM_COMMANDLINE): New test.
14130
14131 2009-04-27 Tom Tromey <tromey@redhat.com>
14132
14133 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
14134
14135 2009-04-27 Doug Evans <dje@google.com>
14136
14137 * gdb.threads/watchthreads.c (main): Initialize args before starting
14138 the threads. Plus formatting cleanup.
14139 * gdb.threads/watchthreads.exp: Avoid errant failures due to
14140 biased scheduling of one thread.
14141
14142 2009-04-27 Jerome Guitton <guitton@adacore.com>
14143
14144 * gdb.cp/templates.cc (GetMax): New template.
14145 (main): Declare two instances of GetMax.
14146 * gdb.cp/templates.exp: Add new test.
14147
14148 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14149
14150 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
14151
14152 2009-04-22 Joseph Myers <joseph@codesourcery.com>
14153
14154 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
14155
14156 2009-04-15 Tom Tromey <tromey@redhat.com>
14157
14158 * gdb.base/charset.exp: Add regression test.
14159
14160 2009-04-14 Joel Brobecker <brobecker@adacore.com>
14161
14162 * gdb.base/exe-lock.exp: New testcase.
14163
14164 2009-04-13 Tom Tromey <tromey@redhat.com>
14165
14166 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
14167 operator on Frame.
14168
14169 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14170
14171 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
14172 * gdb.server/ext-attach.exp: Likewise.
14173
14174 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
14175
14176 Eliminate some sleep usage.
14177
14178 * gdb.mi/basics.c (do_nothing): New.
14179 (main): Use do_nothing instead of printf, so that
14180 not to introduce race condition between output of
14181 inferiour and output of gdb. Do not use sleep as it
14182 is not generally available on embedded targets.
14183
14184 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14185
14186 * gdb.server/ext-attach.exp: Expect an optional process id after
14187 "Detached from remote process".
14188
14189 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14190
14191 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
14192 gdb.dwarf2/dw2-unresolved.exp: New.
14193
14194 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14195
14196 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
14197 mi_run_to_main.
14198
14199 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14200
14201 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
14202 mi_run_to_main. Skip thread exit test on remote targets.
14203 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
14204 mi_run_to_main.
14205 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
14206 mi_run_to_main.
14207 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
14208 when expecting ^connected. Detect when the target doesn't support
14209 non-stop mode.
14210 (mi_run_cmd): Detect if non-stop mode was requested by isn't
14211 supported. Return -1 on error, 0 on success.
14212 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
14213 (mi_runto): Return mi_runto_helper's result explicitly.
14214
14215 2009-04-01 Pedro Alves <pedro@codesourcery.com>
14216
14217 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
14218
14219 2009-04-01 Tom Tromey <tromey@redhat.com>
14220
14221 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
14222 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
14223 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
14224 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
14225
14226 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
14227 Jan Kratochvil <jan.kratochvil@redhat.com>
14228
14229 PR gdb/931
14230 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
14231 output.
14232 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
14233 for gdb/931.
14234 * dw2-strp.S (DW_AT_language): Change to C++.
14235 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
14236
14237 2009-03-31 Joel Brobecker <brobecker@adacore.com>
14238
14239 * gdb.ada/tasks: New testcase.
14240
14241 2009-03-30 Stan Shebs <stan@codesourcery.com>
14242
14243 * gdb.trace/actions.exp: Update to match new info trace format.
14244 * gdb.trace/deltrace.exp: Ditto.
14245 * gdb.trace/infotrace.exp: Ditto.
14246 * gdb.trace/passcount.exp: Ditto.
14247 * gdb.trace/save-trace.exp: Ditto.
14248 * gdb.trace/while-stepping.exp: Ditto.
14249 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
14250
14251 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14252
14253 * gdb.python/python-frame.c: New file.
14254 * gdb.python/python-frame.exp: New file.
14255
14256 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
14257
14258 * gdb.python/python-value.exp: Add tests for the address
14259 attribute.
14260
14261 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
14262
14263 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
14264
14265 2009-03-26 Doug Evans <dje@google.com>
14266
14267 * gdb.mi/mi-nonstop-exit.exp: New file.
14268 * gdb.mi/non-stop-exit.c: New file.
14269
14270 2009-03-26 Tom Tromey <tromey@redhat.com>
14271
14272 Update for change to prologue skipping:
14273 * gdb.mi/mi2-simplerun.exp: Update.
14274 * gdb.mi/mi2-break.exp: Update.
14275 * gdb.mi/mi-simplerun.exp: Update.
14276 * gdb.mi/mi-break.exp: Update.
14277 * gdb.base/ending-run.exp: Update.
14278
14279 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
14280
14281 * gdb.python/python-value.exp (test_value_in_inferior): Test
14282 gdb.Value.is_optimized_out attribute.
14283
14284 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14285
14286 * gdb.dwarf2/dw2-noloc-main.c: New file.
14287 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
14288 (.text): Remove.
14289 (.data): New.
14290 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
14291 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
14292 (DW_TAG_subprogram func_cu1, noloc): Remove.
14293 (main): New.
14294 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
14295 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
14296 (file_symbols): New procedure.
14297
14298 2009-03-25 Tom Tromey <tromey@redhat.com>
14299
14300 * gdb.base/charset.exp (valid_target_charset): New proc.
14301 Use it to skip tests on invalid charsets.
14302
14303 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
14304
14305 * gdb.base/completion.exp: Add a test for directory completion.
14306
14307 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14308
14309 Fix a racy FAIL.
14310 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
14311 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
14312
14313 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
14314
14315 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
14316 * gdb.python/python-function.exp: Add test for function returning
14317 a GDB value.
14318
14319 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
14320
14321 * gdb.python/python-function.exp: New file.
14322
14323 2009-03-20 Tom Tromey <tromey@redhat.com>
14324
14325 * gdb.base/store.exp: Update for change to escape output.
14326 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
14327 to escape output.
14328 * gdb.base/pointers.exp: Update for change to escape output.
14329 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
14330 to escape output.
14331 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
14332 escape output.
14333 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
14334 to escape output.
14335 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
14336 escape output.
14337 * gdb.base/setvar.exp: Update for change to escape output.
14338 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
14339 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
14340 to escape output.
14341 (test_print_string_constants): Likewise.
14342 * gdb.base/charset.exp (valid_host_charset): Check size of
14343 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
14344 cases. Handle "auto"-related output.
14345 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
14346 (uvar, Uvar): New globals.
14347
14348 2009-03-19 Jerome Guitton <guitton@adacore.com>
14349
14350 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
14351 deltas.
14352 * gdb.ada/fixed_points.exp: Ditto.
14353
14354 2009-03-18 Pedro Alves <pedro@codesourcery.com>
14355
14356 * return-nodebug.c: Don't include stdio.h.
14357 (init): Delete.
14358 (func): Delete definition and provide extern declaration.
14359 (t): New.
14360 (main): Don't call printf. Call func and store its result in t.
14361 * return-nodebug1.c: New.
14362 * return-nodebug.exp: Don't expect stdio output. Instead, print
14363 the global variable t. Drop printf formatters and cast types from
14364 foreach loop. Don't use prepare_for_testing. Compile
14365 return-nodebug.c and return-nodebug1.c in separate steps. Don't
14366 define FORMAT or CAST.
14367
14368 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14369
14370 * gdb.base/solib-display.exp: Disable test for remote targers.
14371
14372 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14373
14374 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
14375
14376 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14377
14378 Fix a racy FAIL.
14379 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
14380 code from `follow parent, print pids'.
14381 (`follow child, print pids', `follow parent, print pids'): Call it.
14382 Replace `gdb_test "break..."' by gdb_breakpoint.
14383
14384 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
14385
14386 * gdb.mi/mi-cli.exp: Adjust for output difference in
14387 sync and async modes.
14388
14389 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14390
14391 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
14392 that was checked in by mistake. Remove loading of ada.exp, since
14393 this is not necessary in this case.
14394
14395 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14396
14397 * gdb.ada/ptype_arith_binop.exp: New testcase.
14398
14399 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14400
14401 * gdb.ada/mod_from_name: New testcase.
14402
14403 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14404
14405 * gdb.ada/tick_last_segv: New testcase.
14406
14407 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14408
14409 * gdb.mi/mi-cli.exp: Remove debug print.
14410
14411 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14412
14413 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
14414 include the token in ^running and frame info in *stopped.
14415
14416 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14417
14418 * solib-display.exp: New file.
14419 * solib-display-main.c: New file.
14420 * solib-display-lib.c: New file.
14421
14422 2009-03-05 Pedro Alves <pedro@codesourcery.com>
14423
14424 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
14425
14426 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14427
14428 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
14429 (list_and_check_macro): Use more specific test name.
14430 (next to definition): Make the test names unique.
14431
14432 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
14433
14434 * gdb.pascal/floats.exp: Accept approximate results everywhere.
14435
14436 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14437
14438 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
14439 notifications.
14440 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
14441 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
14442 * lib/mi-support.exp (library_loaded_re): New.
14443 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
14444
14445 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14446
14447 * gdb.gdb/observer.exp: Use test_notification observer, not
14448 normal_stop, everywhere.
14449 (test_normal_stop_notifications): Rename to...
14450 (test_notifications): ...this.
14451 (test_observer_normal_stop): Rename to...
14452 (test_observer): ...this.
14453
14454 2009-02-16 Doug Evans <dje@google.com>
14455
14456 * gdb.arch/amd64-disp-step.S (test_int3): New test.
14457 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
14458 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
14459 (test_prefixed_syscall,test_int3): New tests.
14460 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
14461 (test_prefixed_syscall,test_int3): New tests.
14462
14463 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
14464
14465 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
14466 (mi_expect_interrupt): Likewise.
14467 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
14468 response.
14469
14470 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14471
14472 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
14473 * gdb.base/pc-fp.exp (get_valueofx): Remove.
14474 Replace calls to get_valueofx by get_hexadecimal_valueof.
14475
14476 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14477
14478 * lib/gdb.exp (get_valueof): Accept anything as a return value.
14479 (get_integer_valueof): New procedure.
14480 (get_sizeof): Use new get_integer_value_of.
14481 * gdb.base/sizeof.exp: Replace all uses of get_valueof
14482 by get_integer_valueof.
14483
14484 2009-02-13 Tom Tromey <tromey@redhat.com>
14485
14486 * gdb.base/remote.exp (get_sizeof): Remove.
14487 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
14488 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
14489 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
14490 * lib/gdb.exp (get_valueof): Move from long_long.exp.
14491 (get_sizeof): Likewise.
14492
14493 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14494
14495 PR fortran/9806
14496 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
14497
14498 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14499
14500 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
14501
14502 2009-02-06 Pedro Alves <pedro@codesourcery.com>
14503
14504 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
14505
14506 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
14507
14508 * gdb.python/python-cmd.exp: New file.
14509
14510 2009-02-06 Tristan Gingold <gingold@adacore.com>
14511
14512 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
14513
14514 2009-02-05 Tristan Gingold <gingold@adacore.com>
14515
14516 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
14517 pointer is dereferenced and use this signal name in regexp.
14518 * gdb.base/signull.exp: Ditto.
14519 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
14520 * gdb.base/signull.c (main): Ditto.
14521
14522 2009-02-04 Tom Tromey <tromey@redhat.com>
14523 Thiago Jung Bauermann <bauerman@br.ibm.com>
14524
14525 * gdb.python/python-value.exp: Use `gdb.history' instead of
14526 `gdb.value_from_history'.
14527 (test_value_numeric_ops): Add test for conversion of enum constant.
14528 * gdb.python/python-value.c (enum e): New type.
14529 (evalue): New global.
14530 (main): Use argv.
14531
14532 2009-02-04 Jerome Guitton <guitton@adacore.com>
14533
14534 * gdb.ada/uninitialized_vars: New test program.
14535 * gdb.ada/uninitialized_vars.exp: New testcase.
14536
14537 2009-02-02 Tom Tromey <tromey@redhat.com>
14538
14539 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
14540 * gdb.cp/pr2489.cc: Rename...
14541 * gdb.cp/pr9594.cc: ... to this.
14542
14543 2009-02-02 Tom Tromey <tromey@redhat.com>
14544
14545 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
14546 * gdb.cp/pr2489.cc: New file.
14547 * gdb.cp/cpcompletion.exp: New file.
14548
14549 2009-02-02 Tom Tromey <tromey@redhat.com>
14550
14551 PR exp/9059:
14552 * gdb.cp/call-c.exp: Add regression test.
14553 * gdb.cp/call-c.cc (FooHandle): New typedef.
14554 (main): New variable 'handle'.
14555
14556 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14557
14558 * lib/mi-support.exp (et_mi_thread_list)
14559 (check_mi_and_console_threads): Adjust for current thread in
14560 -thread-list-ids output.
14561
14562 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14563
14564 * gdb.mi/mi-break.exp (test_disabled_creation): New.
14565 Call it.
14566
14567 2009-01-28 Doug Evans <dje@google.com>
14568
14569 * gdb.arch/amd64-disp-step.S: New file.
14570 * gdb.arch/amd64-disp-step.exp: New file.
14571 * gdb.arch/i386-disp-step.S: New file.
14572 * gdb.arch/i386-disp-step.exp: New file.
14573
14574 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
14575
14576 * gdb.base/find.exp: Set newline variable
14577 using quotes instead of braces to fix cygwin failures.
14578
14579 2009-01-23 Pedro Alves <pedro@codesourcery.com>
14580
14581 * gdb.base/radix.exp: Add tests to ensure that that set
14582 input-radix 0 and set output-radix 0 are really rejected.
14583
14584 2009-01-23 Pedro Alves <pedro@codesourcery.com>
14585
14586 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
14587 copyright years.
14588
14589 2009-01-23 Pedro Alves <pedro@codesourcery.com>
14590
14591 PR gdb/9664:
14592 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
14593
14594 2009-01-22 Pedro Alves <pedro@codesourcery.com>
14595
14596 PR c++/9631:
14597 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
14598
14599 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
14600
14601 * gdb.server/file-transfer.exp: Use EXEEXT variable for
14602 binfile definition to fix Windows OS failure.
14603
14604 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
14605
14606 PR gdb/9346
14607 * gdb.base/interrupt.c (sigint_handler): New.
14608 (main): Install a SIGINT handler if SIGNALS is defined. Exit
14609 on error.
14610 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
14611 Test "signal SIGINT".
14612
14613 2009-01-19 Doug Evans <dje@google.com>
14614
14615 * gdb.base/break.exp: Update expected gdb output.
14616 * gdb.base/sepdebug.exp: Ditto.
14617 * gdb.mi/mi-syn-frame.exp: Ditto.
14618 * gdb.mi/mi2-syn-frame.exp: Ditto.
14619 * gdb.base/call-signal-resume.exp: New file.
14620 * gdb.base/call-signals.c: New file.
14621 * gdb.base/unwindonsignal.exp: New file.
14622 * gdb.base/unwindonsignal.c: New file.
14623 * gdb.threads/interrupted-hand-call.exp: New file.
14624 * gdb.threads/interrupted-hand-call.c: New file.
14625 * gdb.threads/thread-unwindonsignal.exp: New file.
14626
14627 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
14628
14629 * gdb.base/define.exp: Test defining and hooking prefix commands.
14630 * gdb.python/python.exp: Update test for "show user" output.
14631
14632 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14633
14634 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
14635 now the output exactly, using less wildcards. Expect also the output
14636 of gfortran-4.3. Update for the f-valprint.c modification from
14637 2008-04-22.
14638 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
14639 Remove gdb_test test names where matching the command.
14640
14641 2009-01-01 Pedro Alves <pedro@codesourcery.com>
14642
14643 PR breakpoints/9681:
14644 * gdb.base/watchpoint.exp: Add regression test.
14645
14646 2008-12-31 Pedro Alves <pedro@codesourcery.com>
14647
14648 * gdb.threads/attach-into-signal.exp: Don't use
14649 gdb_suppress_entire_file.
14650 * gdb.threads/attach-stopped.exp: Ditto.
14651 * gdb.threads/attachstop-mt.exp: Ditto.
14652
14653 2008-12-31 Pedro Alves <pedro@codesourcery.com>
14654
14655 PR gdb/8812:
14656 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
14657
14658 2008-12-29 Pedro Alves <pedro@codesourcery.com>
14659
14660 PR gdb/7536:
14661 * gdb.base/radix.exp: Add tests to ensure invalid input radices
14662 and unsupported output radices are really rejected.
14663
14664 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14665
14666 * gdb.cp/punctuator.exp: Backslash the '$' signs.
14667
14668 2008-12-22 Tom Tromey <tromey@redhat.com>
14669
14670 * gdb.cp/punctuator.exp: New file.
14671
14672 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14673
14674 * gdb.base/completion.exp (Completing non-existing component): New test.
14675
14676 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14677
14678 Fix for PR gdb/8648.
14679 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
14680 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
14681 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
14682 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
14683
14684 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14685
14686 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
14687
14688 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
14689
14690 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
14691 compiler actually generate code at the expected line number.
14692
14693 2008-12-15 Jie Zhang <jie.zhang@analog.com>
14694
14695 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
14696
14697 2008-12-12 Tom Tromey <tromey@redhat.com>
14698
14699 * gdb.base/commands.exp (redefine_hook_test): New proc.
14700 Call it.
14701
14702 2008-12-11 Tom Tromey <tromey@redhat.com>
14703
14704 * gdb.base/macscp.exp: New regression test.
14705
14706 2008-12-11 Tom Tromey <tromey@redhat.com>
14707
14708 * gdb.base/macscp.exp: Print "address.addr".
14709 * gdb.base/macscp1.c (struct outer): New struct.
14710 (address): New global.
14711
14712 2008-12-09 Tom Tromey <tromey@redhat.com>
14713
14714 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
14715 Call it.
14716
14717 2008-12-04 Doug Evans <dje@google.com>
14718
14719 * gdb.server/ext-run.exp: Relax regexp for init program.
14720
14721 2008-12-03 Tristan Gingold <gingold@adacore.com>
14722
14723 * gdb.base/macscp.exp: Generate an object file during compilation
14724 to work around Darwin dsymutil limitations.
14725
14726 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14727
14728 Test resolving external references to TLS variables.
14729 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
14730 FILE2_THREAD_LOCAL.
14731 (testfile2, srcfile2): New variables.
14732 * gdb.threads/tls.c (file2_thread_local)
14733 (function_referencing_file2_thread_local): New.
14734 * gdb.threads/tls2.c: New file.
14735
14736 2008-11-28 Joel Brobecker <brobecker@adacore.com>
14737
14738 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
14739 rather than integer, as integer might not be big enough when
14740 on 64bit targets.
14741
14742 2008-11-27 Jerome Guitton <guitton@adacore.com>
14743
14744 * gdb.cp/formatted-ref.exp: Add equality test.
14745 * gdb.ada/formatted_ref.exp: Ditto.
14746
14747 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14748
14749 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
14750 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
14751
14752 2008-11-20 Andreas Schwab <schwab@suse.de>
14753
14754 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
14755 matching syscall entry point.
14756 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14757 (tcatch_vfork_then_child_follow): Likewise. Finish through
14758 vfork even if we stopped at the syscall trampoline.
14759
14760 2008-11-20 Doug Evans <dje@google.com>
14761
14762 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
14763
14764 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
14765
14766 * gdb.arch/ppc-dfp.exp: New file.
14767 * gdb.arch/ppc-dfp.c: New file.
14768
14769 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
14770
14771 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
14772
14773 2008-11-17 Doug Evans <dje@google.com>
14774
14775 * gdb.mi/mi-syn-frame.exp: Update expected output.
14776 * gdb.mi/mi2-syn-frame.exp: Update expected output.
14777
14778 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
14779
14780 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
14781 "thread N" results in =thread-selected.
14782 * lib/mi-support (mi_run_cmd, mi_expect_stop)
14783 (mi_send_resuming_command_raw): Be prepared for
14784 =thread-selected.
14785
14786 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
14787
14788 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
14789 * lib/mi-support.exp: Likewise.
14790
14791 2008-11-16 Joel Brobecker <brobecker@adacore.com>
14792
14793 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
14794 commands from the expected output for "help catch".
14795
14796 2008-11-15 Joel Brobecker <brobecker@adacore.com>
14797
14798 * gdb.ada/int_deref.exp: New testcase.
14799
14800 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
14801
14802 * gdb.mi/gdb2549.exp: New file.
14803
14804 2008-11-11 Doug Evans <dje@google.com>
14805
14806 * gdb.base/callexit.exp: New file.
14807 * gdb.base/callexit.c: New file.
14808
14809 2008-11-10 Doug Evans <dje@google.com>
14810
14811 * lib/gdb.exp (GDBFLAGS): Move -nx ...
14812 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
14813 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
14814 (default_gdb_start,default_gdb_exit): Ditto.
14815 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
14816 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
14817 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
14818 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
14819 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
14820 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
14821
14822 2008-11-03 Andreas Schwab <schwab@suse.de>
14823
14824 * gdb.base/hashline2.exp: Fix typo.
14825 * gdb.base/hashline3.exp: Likewise.
14826
14827 2008-10-30 Tom Tromey <tromey@redhat.com>
14828
14829 * gdb.base/pointers.exp: Add test.
14830 * gdb.base/pointers.c (k, S): New typedefs.
14831 (instance): New global.
14832
14833 2008-10-30 Andreas Schwab <schwab@suse.de>
14834
14835 * gdb.base/args.exp: Add tests for newlines.
14836
14837 2008-10-30 Joel Brobecker <brobecker@adacore.com>
14838
14839 gdb.base/foll-exec.exp: Update the expected output of a couple
14840 of "info breakpoints" tests.
14841
14842 2008-10-28 Tom Tromey <tromey@redhat.com>
14843
14844 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
14845
14846 2008-10-24 Pedro Alves <pedro@codesourcery.com>
14847
14848 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
14849 gdb_start_cmd.
14850 Use runto_main before any test that requires execution.
14851
14852 2008-10-23 Pedro Alves <pedro@codesourcery.com>
14853
14854 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
14855 instead of SIGINT.
14856
14857 2008-10-22 Joel Brobecker <brobecker@adacore.com>
14858
14859 * gdb.base/completion.exp: Update expected output following
14860 the addition of the "info tasks" command.
14861
14862 2008-10-22 Tom Tromey <tromey@redhat.com>
14863
14864 * gdb.base/exprs.exp (test_expr): Add test for string
14865 concatenation.
14866
14867 2008-10-19 Pedro Alves <pedro@codesourcery.com>
14868
14869 * configure.ac: Output gdb.python/Makefile.
14870 * configure: Regenerate.
14871 * gdb.python/Makefile.in: New.
14872
14873 2008-10-16 Joel Brobecker <brobecker@adacore.com>
14874
14875 * gdb.base/foll-fork.exp: Adjust the expected output to match
14876 the new description for fork/vfork catchpoints in the "info
14877 breakpoints" output.
14878
14879 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
14880
14881 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
14882
14883 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
14884
14885 * gdb.python/python-value.c: New file.
14886 * gdb.python/python-value.exp: New file.
14887
14888 2008-10-15 Pedro Alves <pedro@codesourcery.com>
14889
14890 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
14891
14892 2008-10-15 Denis Pilat <denis.pilat@st.com>
14893
14894 * gdb.cp/mb-ctor.exp: Fix a typo.
14895
14896 2008-10-09 Tom Tromey <tromey@redhat.com>
14897
14898 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
14899 'fprintf' and 'stderr'.
14900
14901 2008-10-07 Joel Brobecker <brobecker@adacore.com>
14902
14903 * gdb.ada/ref_tick_size.exp: New testcase.
14904
14905 2008-10-06 Doug Evans <dje@google.com>
14906
14907 * gdb.dwarf2/dw2-cu-size.exp: New file.
14908 * gdb.dwarf2/dw2-cu-size.S: New file.
14909
14910 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
14911 .Ltype_int for clarity.
14912
14913 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14914
14915 PR gdb/2384:
14916 * gdb.cp/gdb2384.exp: Extended to test more cases.
14917 * gdb.cp/gdb2384.cc: Likewise.
14918 * gdb.cp/gdb2384-base.h: Likewise.
14919 * gdb.cp/gdb2384-base.cc: Likewise.
14920
14921 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14922
14923 * gdb.base/maint.exp (maint print type): Remove printing
14924 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
14925
14926 2008-09-30 Tom Tromey <tromey@redhat.com>
14927
14928 * gdb.base/macscp.exp: Add completion tests.
14929 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
14930 (TWENTY_THREE): Likewise.
14931 (FORTY_EIGHT): Likewise.
14932
14933 2008-09-30 Tom Tromey <tromey@redhat.com>
14934
14935 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
14936 everywhere.
14937 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
14938
14939 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14940
14941 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
14942 testcase is derived from. Fix racy dependency on an expected PID
14943 number. No longer support the testcase on Linux kernel 2.4.x.
14944
14945 2008-09-27 Tom Tromey <tromey@redhat.com>
14946
14947 * gdb.base/macscp.exp: Add tests for stringification, splicing,
14948 and varargs.
14949
14950 2008-09-22 Pedro Alves <pedro@codesourcery.com>
14951
14952 * lib/mi-support.exp (mi_expect_interrupt): New.
14953 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
14954 from gdb.mi/mi-nonstop.exp.
14955 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
14956 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
14957 lib/mi-support.exp.
14958 Use mi_check_thread_states throughout. Avoid ".*" and do not
14959 require an anchor after -exec-run.
14960
14961 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
14962
14963 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
14964 stop is pending. Avoid ".*" when two stops are pending.
14965 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
14966 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
14967 newlines in fullnames.
14968 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
14969 (mi_expect_stop): Update comments. Only anchor in sync mode.
14970 Do not match newlines.
14971 (mi_send_resuming_command_raw): Always return status.
14972 (mi_get_stop_line): Do not match more than one line by accident.
14973 Only anchor in sync mode.
14974 (mi_run_inline_test): If -exec-next fails, give up.
14975
14976 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14977
14978 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
14979 on SPU.
14980
14981 2008-09-10 Joel Brobecker <brobecker@adacore.com>
14982
14983 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
14984
14985 2008-09-10 Joel Brobecker <brobecker@adacore.com>
14986
14987 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
14988 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
14989 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
14990 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
14991 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
14992 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
14993 gdb.ada/interface.exp, gdb.ada/null_array.exp,
14994 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
14995 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
14996 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
14997 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
14998 Include the "= " sequence in the expected output of print tests.
14999
15000 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15001
15002 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
15003 description for boolean types.
15004
15005 2008-09-09 Pedro Alves <pedro@codesourcery.com>
15006
15007 * gdb.base/hook-stop-continue.c: New.
15008 * gdb.base/hook-stop-continue.exp: New.
15009
15010 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
15011
15012 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
15013
15014 2008-09-08 Jerome Guitton <guitton@adacore.com>
15015
15016 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
15017 (stack_check_probe_2, stack_check_probe_loop_1)
15018 (stack_check_probe_loop_2): New functions.
15019 (main): Add call to these new functions.
15020 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
15021 functions, check that the breakpoint is inserted at the appropriate
15022 location.
15023 (insert_breakpoint): Slightly refine this procedure so that it can
15024 be called several times in the test.
15025
15026 2008-09-08 Jerome Guitton <guitton@adacore.com>
15027
15028 * gdb.base/stack-checking.c: New file.
15029 * gdb.base/stack-checking.exp: New file.
15030
15031 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15032
15033 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
15034 * gdb.arch/altivec-regs.exp: Likewise.
15035 * gdb.arch/vsx-regs.exp: Likewise.
15036
15037 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15038
15039 * gdb.arch/ppc-fp.exp: New file.
15040 * gdb.arch/ppc-fp.c: New file.
15041
15042 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15043
15044 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
15045 lest gcc-4.3.1 optimizes the whole thing away.
15046
15047 2008-09-04 Michael Snyder <msnyder@vmware.com>
15048
15049 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
15050 as "at" (for non-debug functions such as _start).
15051
15052 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15053
15054 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
15055 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
15056 software watchpoints.
15057 * gdb.base/watch_thread_num.exp: Likewise.
15058
15059 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
15060
15061 * gdb.arch/i386-bp_permanent.exp: New test.
15062
15063 2008-08-24 Tom Tromey <tromey@redhat.com>
15064
15065 * gdb.base/maint.exp: Update "maint print type".
15066
15067 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
15068
15069 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
15070 support. Adjust the order of "*running" notifications.
15071 * gdb.mi/non-stop.c: Don't cast from int to void* and
15072 back.
15073
15074 2008-08-20 Mark Kettenis <kettenis@gnu.org>
15075
15076 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
15077 expect to find it in the "info frame" output.
15078
15079 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
15080
15081 * gdb.base/interp.exp: Always consume both prompts.
15082
15083 2008-08-20 Pedro Alves <pedro@codesourcery.com>
15084
15085 * gdb.base/pending.exp: Test pending breakpoints without symbols
15086 loaded.
15087
15088 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15089
15090 * lib/mi-support.exp (mi_expect_stop): Produce
15091 more details on failures.
15092 * gdb.mi/mi-nonstop.exp: New.
15093 * gdb.mi/non-stop.c: New.
15094
15095 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15096
15097 * gdb.mi/mi-async.exp: Use 'set target-async'.
15098 * lib/mi-support.exp: Use 'set/show target-async'.
15099
15100 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
15101
15102 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
15103
15104 2008-08-17 Tom Tromey <tromey@redhat.com>
15105
15106 * gdb.base/help.exp (help catch): Rewrite.
15107
15108 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15109
15110 * gdb.base/define.exp: Test indented command documentation.
15111 * gdb.python/python.exp: Test indented multi-line command.
15112
15113 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
15114
15115 * testsuite/gdb.arch/vsx-regs.c: New source file.
15116 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
15117 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
15118
15119 2008-08-14 Tom Tromey <tromey@redhat.com>
15120
15121 * gdb.base/macscp.exp: Add regression test for "macro define" or
15122 "macro undef" with no arguments.
15123
15124 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
15125
15126 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
15127
15128 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15129
15130 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
15131
15132 2008-08-06 Tom Tromey <tromey@redhat.com>
15133
15134 * gdb.python/python.exp: New file.
15135
15136 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15137
15138 Fix for PR gdb/1543.
15139 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
15140 $LOCATION.
15141 (location): New variable.
15142 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
15143 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
15144 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
15145 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
15146 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
15147 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
15148 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
15149 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
15150 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
15151 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
15152 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
15153 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
15154 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
15155 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
15156 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15157 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
15158 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
15159 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
15160 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
15161 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15162 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
15163 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
15164 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
15165 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
15166 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
15167 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
15168 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
15169 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
15170 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
15171 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
15172 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
15173 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
15174 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
15175 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
15176 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
15177 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
15178 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
15179 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15180 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
15181 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
15182 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
15183 gdb.base/type-opaque.exp, gdb.base/until.exp,
15184 gdb.base/value-double-free.c, gdb.base/varargs.exp,
15185 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
15186 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
15187 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
15188 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
15189 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
15190 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
15191 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
15192 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15193 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
15194 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
15195 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
15196 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
15197 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
15198 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
15199 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
15200 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15201 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
15202 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
15203 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
15204 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
15205 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
15206 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
15207 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
15208 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15209 gdb.pascal/types.exp, gdb.stabs/weird.exp,
15210 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
15211 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
15212 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
15213 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
15214 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
15215 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
15216 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15217 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15218 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15219 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15220 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15221 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15222 lib/mi-support.exp, lib/trace-support.exp: Remove reference
15223 to bug-gdb@prep.ai.mit.edu .
15224
15225 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
15226
15227 * lib/mi-support.exp (mi_load_shlibs): New.
15228 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
15229
15230 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
15231
15232 * lib/mi-support.exp (get_mi_thread_list)
15233 (check_mi_and_console_threads): New, moved from ...
15234 * gdb.mi/mi-pthread.exp: ...here.
15235 * gdb.mi/gdb669.exp (get_mi_thread_list)
15236 (check_mi_and_console_threads): Delete.
15237 * gdb.mi/mi2-pthread.exp: Likewise.
15238
15239 2008-07-28 Tom Tromey <tromey@redhat.com>
15240
15241 * Makefile.in (just-check): Remove. Move body to...
15242 (check): ... here.
15243
15244 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15245
15246 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
15247 Add a test for duplicated SIGINTs.
15248
15249 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15250
15251 * gdb.threads/schedlock.exp (get_args): Update to work for any
15252 value of NUM.
15253 (Top level): Report the number of threads that did not resume.
15254
15255 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15256
15257 * gdb.dwarf2/dw2-compressed.S: Also define __start.
15258
15259 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15260
15261 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
15262 non-MI prompt.
15263
15264 2008-07-26 Tom Tromey <tromey@redhat.com>
15265
15266 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
15267 (function_struct, function_struct_ptr): New globals.
15268 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15269 function pointer in a struct.
15270
15271 2008-07-26 Tom Tromey <tromey@redhat.com>
15272
15273 * gdb.base/macscp.exp: Add test for macro lexing bug.
15274
15275 2008-07-18 Tom Tromey <tromey@redhat.com>
15276
15277 * gdb.base/macscp.exp: Add macro tests.
15278
15279 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15280
15281 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
15282
15283 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15284
15285 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
15286
15287 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
15288
15289 * gdb.cp/class2.exp: fix for failure on spu-elf
15290
15291 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
15292
15293 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
15294
15295 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15296
15297 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
15298
15299 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
15300
15301 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
15302
15303 2008-07-11 Kevin Buettner <kevinb@redhat.com>
15304
15305 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
15306 of regexp to account for changes made to GDB in the printing of
15307 byte vectors.
15308
15309 2008-07-11 Tom Tromey <tromey@redhat.com>
15310
15311 * gdb.base/completion.exp: Add 'help' completion test.
15312
15313 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15314
15315 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
15316
15317 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15318
15319 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
15320
15321 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15322
15323 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
15324
15325 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15326
15327 * gdb.base/fullname.exp: Restore pwd if compiling failed.
15328
15329 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15330
15331 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
15332
15333 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15334
15335 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
15336 previous commit. Add a comment.
15337
15338 2008-06-28 Pedro Alves <pedro@codesourcery.com>
15339
15340 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
15341
15342 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15343
15344 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
15345
15346 2008-06-27 Pedro Alves <pedro@codesourcery.com>
15347
15348 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
15349 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
15350 compiling an executable, link in an object that forces unbuffered
15351 output.
15352 * lib/set_unbuffered_mode.c: New file.
15353
15354 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15355
15356 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
15357
15358 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
15359
15360 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
15361 mi_expect_stop.
15362 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
15363 Demand that *running is output.
15364 (detect_async): Perform checking every time.
15365 (mi_send_resuming_command): Extract everything into...
15366 (mi_send_resuming_command_raw): ...this.
15367 (mi_expect_stop): Don't accept any output before *stopped.
15368
15369 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
15370
15371 Robustify mi-simplerun.
15372 * gdb.mi/basics.c (main): Add a call to sleep.
15373 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
15374 * gdb.mi/mi2-cli.exp: Likewise.
15375 * gdb.mi/mi-break.exp: Likewise.
15376
15377 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
15378
15379 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
15380
15381 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15382
15383 * gdb.mi/mi-console.exp: Adjust.
15384 * gdb.mi/mi-syn-frame.exp: Adjust.
15385 * gdb.mi/mi2-console.exp: Adjust.
15386 * gdb.mi/mi2-syn-frame.exp: Adjust.
15387 * lib/mi-support.exp (mi_run_cmd): Adjust.
15388 (mi_send_resuming_command): Adjust.
15389
15390 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15391
15392 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
15393 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
15394 testing of stopped.
15395 * gdb.mi/mi2-syn-frame.exp: Likewise.
15396 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
15397 (async, detect_async): New.
15398 (mi_expect_stop, mi_continue_to_line): Adjust expectation
15399 depending on if we're running in sync or async mode.
15400
15401 2008-06-09 Tom Tromey <tromey@redhat.com>
15402
15403 * gdb.base/completion.exp: New tests for field name completion
15404 with spaces, and field name completion with '->'.
15405
15406 2008-06-06 Tom Tromey <tromey@redhat.com>
15407
15408 * gdb.base/break1.c (struct some_struct): New struct.
15409 (values): New global.
15410 * gdb.base/completion.exp: Add field name completion test.
15411
15412 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15413
15414 * gdb.cp/call-c.exp: Test for incorrect handling of reference
15415 to pointer.
15416 * gdb.cp/call-c.cc: Likewise.
15417
15418 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
15419
15420 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
15421 annotation.
15422
15423 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15424 Pedro Alves <pedro@codesourcery.com>
15425
15426 * gdb.threads/execl.c, gdb.threads/execl1.c,
15427 gdb.threads/execl.exp: New tests.
15428
15429 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
15430 Daniel Jacobowitz <dan@codesourcery.com>
15431
15432 * gdb.cp/exception.exp: Activate test, make it work with pending
15433 catchpoints.
15434
15435 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15436
15437 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
15438
15439 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
15440
15441 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
15442 now printed.
15443 * gdb.mi/mi2-var-cmd.exp: Likewise.
15444
15445 2008-05-27 Andreas Schwab <schwab@suse.de>
15446
15447 * gdb.base/frame-args.exp: Handle arguments that are optimized
15448 out.
15449
15450 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
15451
15452 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
15453 quiet for ppc32 and group options into a single variable.
15454
15455 2008-05-23 Joel Brobecker <brobecker@adacore.com>
15456
15457 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
15458 of zero-size elements.
15459 * gdb.ada/null_array.exp: Test printing this new array.
15460
15461 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15462
15463 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
15464
15465 2008-05-21 Joel Brobecker <brobecker@adacore.com>
15466
15467 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
15468 of the "finish" command.
15469
15470 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
15471
15472 * gdb.base/annota1.exp: Test for new annotation.
15473
15474 2008-05-16 Pedro Alves <pedro@codesourcery.com>
15475
15476 * gdb.base/fixsection.exp: New file.
15477 * gdb.base/fixsection0.c: New file.
15478 * gdb.base/fixsection1.c: New file.
15479
15480 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15481
15482 * gdb.base/annota1.exp: Accept printf@... in place of printf.
15483 * gdb.base/annota3.exp: Likewise.
15484
15485 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
15486
15487 * gdb.base/watch_thread_num.exp: Don't run tests that require
15488 watchpoints if the target doesn't support them.
15489
15490 2008-05-12 Doug Evans <dje@google.com>
15491
15492 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
15493
15494 2008-05-09 Joel Brobecker <brobecker@adacore.com>
15495
15496 * gdb.ada/assign_1.exp: New testcase.
15497
15498 2008-05-09 Doug Evans <dje@google.com>
15499
15500 * gdb.base/find.exp: New file.
15501 * gdb.base/find.c: New file.
15502
15503 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
15504
15505 * gdb.base/commands.exp (watchpoint_command_test): Handle
15506 gdb,no_hardware_watchpoints.
15507 * gdb.base/float.exp: Allow ARM targets without floating point.
15508 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
15509
15510 2008-05-06 Jerome Guitton <guitton@adacore.com>
15511 Joel Brobecker <brobecker@adacore.com>
15512
15513 * gdb.ada/lang_switch: New test program.
15514 * gdb.ada/lang_switch.exp: New testcase.
15515
15516 2008-05-05 Doug Evans <dje@google.com>
15517
15518 * gdb.base/help.exp (disassemble): Update expected help text.
15519
15520 2008-05-04 Pedro Alves <pedro@codesourcery.com>
15521
15522 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
15523
15524 2008-05-04 Pedro Alves <pedro@codesourcery.com>
15525
15526 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
15527 different times.
15528
15529 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15530
15531 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
15532 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
15533 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
15534 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
15535
15536 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
15537
15538 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
15539 notification to appear.
15540
15541 2008-05-04 Daniel Jacobowitz <dan@debian.org>
15542
15543 * gdb.base/fullname.c: New file.
15544 * gdb.base/fullname.exp: New file.
15545 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
15546
15547 2008-05-03 Pedro Alves <pedro@codesourcery.com>
15548
15549 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
15550 expressions with macros.
15551
15552 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15553
15554 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
15555
15556 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
15557
15558 * gdb.base/completion.exp: Handle lack of other symbols beginning
15559 with "a".
15560
15561 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
15562
15563 2008-05-02 Jim Blandy <jimb@codesourcery.com>
15564
15565 * gdb.asm/asmsrc1.s: Add scratch space.
15566
15567 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15568 Daniel Jacobowitz <dan@codesourcery.com>
15569
15570 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
15571 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
15572 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
15573
15574 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
15575
15576 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
15577
15578 2008-05-01 Joel Brobecker <brobecker@adacore.com>
15579
15580 * gdb.base/info-target.exp: New testcase.
15581
15582 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15583
15584 * gdb.cp/hang.exp: Use .cc instead of .C.
15585 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
15586 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
15587
15588 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15589
15590 * gdb.base/gdb1250.exp: Remove perror.
15591 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
15592
15593 2008-04-30 Pedro Alves <pedro@codesourcery.com>
15594
15595 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
15596 .2byte.
15597
15598 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
15599
15600 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
15601 (maybe_kfail): New.
15602
15603 2008-04-25 Pedro Alves <pedro@codesourcery.com>
15604
15605 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
15606
15607 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15608
15609 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
15610 * gdb.mi/mi2-syn-frame.exp: Likewise.
15611 * lib/mi-support.exp: Likewise.
15612
15613 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15614
15615 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
15616 to specify regexp for the location to stop at.
15617 * gdb.base/break-always.c: New.
15618 * gdb.base/break-always.exp: New.
15619
15620 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15621
15622 * lib/mi-support.exp (mi_runto_helper): Adjust
15623 for the original-location field.
15624 (mi_create_breakpoint, mi_list_breakpoints): New.
15625 * gdb.mi/mi-break.exp: Adjust.
15626 * gdb.mi/mi2-break.exp: Adjust.
15627 * gdb.mi/mi-pending.exp: Adjust.
15628 * gdb.mi/mi-simplerun.exp: Adjust.
15629 * gdb.mi/mi2-simplerun.exp: Adjust.
15630 * gdb.mi/mi-syn-frame.exp: Adjust.
15631 * gdb.mi/mi2-syn-frame.exp: Adjust.
15632 * gdb.mi/mi-until.exp: Adjust.
15633 * gdb.mi/mi2-until.exp: Adjust.
15634 * gdb.mi/mi-var-display.exp: Adjust.
15635 * gdb.mi/mi2-var-display.exp: Adjust.
15636 * gdb.mi/mi-watch.exp: Adjust.
15637 * gdb.mi/mi2-watch.exp: Adjust.
15638
15639 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
15640
15641 * aclocal.m4: Add override.m4.
15642 * configure: Regenerate.
15643
15644 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
15645
15646 * gdb.mi/var-cmd.c (do_at_tests): Verify that
15647 '-var-update --all-values' reports new value even the type
15648 of a variable object has changed.
15649
15650 2008-04-18 Craig Silverstein <csilvers@google.com>
15651
15652 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
15653 files.
15654
15655 2008-04-18 Joel Brobecker <brobecker@adacore.com>
15656
15657 * gdb.ada/atomic_enum: New test program.
15658 * gdb.ada/atomic_enum.exp: New testcase.
15659
15660 2008-04-17 Doug Evans <dje@google.com>
15661
15662 * gdb.opt/Makefile.in: Fix whitespace.
15663
15664 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
15665
15666 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
15667
15668 2008-04-17 Doug Evans <dje@google.com>
15669
15670 * gdb.base/hashline1.exp: New testcase.
15671 * gdb.base/hashline2.exp: New testcase.
15672 * gdb.base/hashline2.exp: New testcase.
15673
15674 2008-04-17 Pedro Alves <pedro@codesourcery.com>
15675
15676 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
15677
15678 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
15679
15680 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
15681 temporary breakpoint to match "Temporary breakpoint".
15682 * gdb.base/break.exp (delete_breakpoints): Likewise.
15683 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
15684 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
15685 * gdb.base/display.exp: Likewise.
15686 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
15687 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
15688 * gdb.base/restore.exp (restore_tests): Likewise.
15689 * gdb.base/sepdebug.exp: Likewise.
15690 * gdb.base/watchpoint.exp: Likewise.
15691 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
15692 * gdb.mi/mi-pending.exp: Likewise.
15693 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
15694 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
15695 * gdb.mi/mi-var-cmd.exp: Likewise.
15696 * gdb.mi/mi-var-display.exp: Likewise.
15697 * gdb.mi/mi2-cli.exp: Likewise.
15698 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
15699 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
15700 * gdb.mi/mi2-var-display.exp: Likewise.
15701 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
15702 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
15703 new "disp" field.
15704 (mi_expect_stop): Move after_reason argument to be really after
15705 reason. This is to support fix for PR2424.
15706
15707 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15708
15709 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
15710
15711 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
15712
15713 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
15714 field. Add more floating varobj tests.
15715 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
15716 field.
15717 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
15718 (main): Call do_at_tests.
15719 * lib/mi-support.exp (mi_create_floating_varobj)
15720 (mi_varobj_update_with_type_change): New.
15721
15722 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
15723
15724 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
15725 option of -var-evaluate-expression.
15726 * gdb.mi/mi2-var-display.exp: Likewise.
15727
15728 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
15729
15730 Introduce test setup helpers.
15731 * lib/gdb.exp (build_executable, clean_restart)
15732 (prepare_for_testing): New.
15733 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
15734 * gdb.base/return.exp: Likewise.
15735 * gdb.base/ending-run.exp: Likewise.
15736
15737 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
15738
15739 * gdb.mi/mi-async.exp: New test for asynchronous Machine
15740 Interface (MI) responses.
15741
15742 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
15743
15744 * gdb.cp/breakpoint.cc: New code to test conditions involving
15745 member variables.
15746 * gdb.cp/breakpoint.exp: Test condition involving member
15747 variables.
15748
15749 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
15750
15751 * lib/mi-support.exp (mi_expect_stop): New.
15752 (mi_run_cmd): Change the
15753 token. Use mi_send_resuming_command, use
15754 mi_expect_stop.
15755 (mi_execute_to_helper): Rename to mi_execute_to.
15756 (mi_send_resuming_command): Add more error patterns.
15757 (mi_wait_for_stop): Renamed to...
15758 (mi_get_stop_line): ...this.
15759 (mi_run_inline_test): Adjust.
15760
15761 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
15762 * gdb.mi/mi-console.exp: Likewise.
15763 * gdb.mi/mi-pending.exp: Likewise.
15764 * gdb.mi/mi-simplerun.exp: Likewise.
15765 * gdb.mi/mi-stack.exp: Likewise.
15766 * gdb.mi/mi-stepi.exp: Likewise.
15767 * gdb.mi/mi-syn-frame.exp: Add comment.
15768 * gdb.mi/mi-until.exp: Likewise.
15769 * gdb.mi/mi-var-display.exp: Likewise.
15770 * gdb.mi/mi-watch.exp: Likewise.
15771 * gdb.mi/mi2-cli.exp: Likewise.
15772 * gdb.mi/mi2-console.exp: Likewise.
15773 * gdb.mi/mi2-simplerun.exp: Likewise.
15774 * gdb.mi/mi2-stack.exp: Likewise.
15775 * gdb.mi/mi2-stepi.exp: Likewise.
15776 * gdb.mi/mi2-until.exp: Likewise.
15777 * gdb.mi/mi2-var-display.exp: Likewise.
15778 * gdb.mi/mi2-watch.exp: Likewise.
15779
15780 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15781
15782 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
15783
15784 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
15785
15786 2008-04-04 Pedro Alves <pedro@codesourcery.com>
15787
15788 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
15789 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
15790 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
15791 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
15792 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
15793 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
15794 expect an mi error duplicated in stderr.
15795
15796 2008-04-03 Joel Brobecker <brobecker@adacore.com>
15797
15798 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
15799 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
15800 Add a couple of tests that verify the behavior when the new setting
15801 is set to "cancel" and "all".
15802 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
15803 "ask" before we start the testing.
15804
15805 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
15806
15807 * gdb.cp/casts.cc: Add class reference variables.
15808 * gdb.cp/casts.exp: New test cases for up/down casting references.
15809
15810 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
15811
15812 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
15813 instead of beginning to make an extra test pass.
15814 * gdb.mi/mi2-var-display.exp: Likewise.
15815
15816 2008-03-31 Maciej W. Rozycki <macro@mips.com>
15817
15818 * gdb.base/break.exp: Mark failures as such. Fix formatting.
15819
15820 2008-03-31 Markus Deuling <deuling@de.ibm.com>
15821 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15822
15823 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
15824 value. Add xfail for older kernels.
15825
15826 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
15827
15828 Bring mi-support in line with gdb.exp.
15829 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
15830 (mi_gdb_start): New function.
15831
15832 2008-03-28 Maciej W. Rozycki <macro@mips.com>
15833
15834 * gdb.mi/mi-var-cmd.exp: Fix a typo.
15835
15836 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
15837
15838 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
15839 * gdb.mi/mi2-var-display.exp: Likewise.
15840
15841 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
15842
15843 * lib/mi-support.exp (mi_create_varobj_checked): New.
15844 (mi_list_varobj_children): Allow to check for a
15845 value.
15846 (mi_list_array_varobj_children): New.
15847
15848 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
15849 and mi_list_varobj_children, as opposed to hardcoding
15850 expected strings.
15851 * gdb.mi/gdb701.exp: Likewise.
15852 * gdb.mi/gdb792.exp: Likewise.
15853 * gdb.mi/mi-var-block.exp: Likewise.
15854 * gdb.mi/mi-var-cmd.exp: Likewise.
15855 * gdb.mi/mi-var-invalidate.exp: Likewise.
15856 * gdb.mi/mi2-var-block.exp: Likewise.
15857 * gdb.mi/mi2-var-child.exp: Likewise.
15858 * gdb.mi/mi2-var-cmd.exp: Likewise.
15859 * gdb.mi/mi2-var-display.exp: Likewise.
15860
15861 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15862
15863 Fix random false FAILs on i386.
15864 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
15865
15866 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
15867
15868 PR gdb/544
15869 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
15870
15871 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
15872
15873 PR gdb/544
15874 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
15875
15876 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15877
15878 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
15879 fixed PR gdb/544.
15880
15881 2008-03-21 Pedro Alves <pedro@codesourcery.com>
15882
15883 * gdb.threads/fork-child-threads.exp: Test next over fork.
15884
15885 2008-03-21 Chris Demetriou <cgd@google.com>
15886
15887 * gdb.base/break.exp (rbreak junk): New test for rbreak
15888 "Junk at end of arguments" issue.
15889
15890 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15891
15892 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
15893 *& to work on created array elements.
15894 (Top level): Test print $pc with a file. Test string operations
15895 without a target.
15896 * gdb.base/ptype.exp: Do not expect *& to work on created array
15897 elements.
15898
15899 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15900
15901 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15902 gdb.threads/staticthreads.exp: Update exit query.
15903
15904 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
15905
15906 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
15907
15908 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
15909
15910 * gdb.base/watchpoint.c (global_ptr, func4): New.
15911 (main): Call func4.
15912 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
15913 (test_inaccessible_watchpoint): New.
15914
15915 2008-02-29 Maciej W. Rozycki <macro@mips.com>
15916
15917 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
15918 select the largest.
15919
15920 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
15921
15922 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
15923 frames-invalid annotations.
15924
15925 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
15926
15927 * gdb.base/assign.exp: avoid same output for different tests.
15928
15929 2008-02-27 Doug Evans <dje@google.com>
15930
15931 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
15932 for bug 1738.
15933 (breakpoint_to_handler_entry): Ditto.
15934
15935 2008-02-27 Joel Brobecker <brobecker@adacore.com>
15936
15937 * gdb.base/ending-run.exp: Use the first line of code inside
15938 function body to test breakpoints.
15939 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
15940 location where the breakpoint is inserted when using the line
15941 where a function is declared. Fix typo in the description of
15942 one of the tests.
15943 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
15944
15945 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
15946
15947 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
15948 tests.
15949
15950 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
15951
15952 * gdb.base/args.exp: avoid same output for tests
15953 with single quotes.
15954
15955 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
15956
15957 * gdb.base/annota1.exp: Adjust for 'info break'
15958 format changes.
15959 * gdb.base/annota3.exp: Likewise.
15960 * gdb.base/break.exp: Likewise.
15961 * gdb.base/condbreak.exp: Likewise.
15962 * gdb.base/pending.exp: Likewise.
15963 * gdb.base/sepdebug.exp: Likewise.
15964 * gdb.base/unload.exp: Likewise.
15965 * gdb.cp/ovldbreak.exp: Likewise.
15966 * gdb.mi/mi-pending.exp: Likewise.
15967
15968 2008-02-07 Doug Evans <dje@google.com>
15969
15970 * gdb.cp/mb-inline.exp: New.
15971 * gdb.cp/mb-inline.h: New.
15972 * gdb.cp/mb-inline1.cc: New.
15973 * gdb.cp/mb-inline2.cc: New.
15974
15975 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
15976
15977 * gdb.pascal/floats.pas: New test program.
15978 * gdb.pascal/floats.exp: New testcase.
15979
15980 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15981
15982 * gdb.base/callfuncs.c (t_float_many_args): New function.
15983 (t_double_many_args): New function.
15984 * gdb.base/callfuncs.exp: Add tests for exceeding float
15985 and double parameters passed through the stack.
15986
15987 2008-02-05 Joel Brobecker <brobecker@adacore.com>
15988
15989 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
15990 gdb.ada/complete/foo.adb: New files.
15991 * gdb.ada/complete.exp: New testcase.
15992
15993 2008-02-03 Doug Evans <dje@google.com>
15994
15995 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
15996
15997 * gdb.cp/gdb2384.exp: New file.
15998 * gdb.cp/gdb2384.cc: New file.
15999 * gdb.cp/gdb2384-base.h: New file.
16000 * gdb.cp/gdb2384-base.cc: New file.
16001
16002 2008-02-02 Doug Evans <dje@google.com>
16003
16004 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
16005
16006 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16007
16008 * gdb.ada/sym_print_name: New test program.
16009 * gdb.ada/sym_print_name.exp: New testcase.
16010
16011 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16012
16013 * gdb.ada/nested/hello.adb: New file.
16014 * gdb.ada/nested.exp: New testcase.
16015 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16016
16017 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16018
16019 * gdb.mi/basic.c (return_1): New function.
16020 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
16021 don't cause future evaluations of function to report
16022 creation of internal breakpoints.
16023
16024 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16025
16026 * gdb.mi/mi-break.exp (test_error): New.
16027 Call it.
16028
16029 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
16030
16031 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
16032 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
16033
16034 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16035
16036 * gdb.pascal/integers.pas: New test program.
16037 * gdb.pascal/integers.exp: New testcase.
16038
16039 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16040
16041 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
16042
16043 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
16044
16045 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
16046 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
16047
16048 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
16049
16050 * gdb.ada/formatted_ref: New test program.
16051 * gdb.ada/formatted_ref.exp: New testcase.
16052
16053 * gdb.cp/formatted-ref.cc: New file.
16054 * gdb.cp/formatted-ref.exp: New testcase.
16055
16056 2008-01-30 Joel Brobecker <brobecker@adacore.com>
16057
16058 * gdb.base/ptype.exp: Add testing of "ptype $pc".
16059
16060 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
16061
16062 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
16063 (test_file_list_exec_source_file): Update to new macro-info field.
16064
16065 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
16066
16067 * gdb.ada/exprs: New test program.
16068 * gdb.ada/exprs.exp: New testcase.
16069
16070 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16071
16072 * dfp-test.c (DELTA, DELTA_B): New definitions.
16073 (double_val1, double_val2, double_val3, double_val4, double_val5,
16074 double_val6, double_val7, double_val8, double_val9, double_val10,
16075 double_val11, double_val12, double_val13, double_val14, dec32_val1,
16076 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
16077 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
16078 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
16079 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
16080 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
16081 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
16082 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
16083 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
16084 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
16085 dec128_val16): New global variables.
16086 (decimal_dec128_align): New function.
16087 (decimal_mixed): Likewise.
16088 (decimal_many_args_dec32): Likewise.
16089 (decimal_many_args_dec64): Likewise.
16090 (decimal_many_args_dec128): Likewise.
16091 (decimal_many_args_mixed): Likewise.
16092 * dfp-test.exp: Add tests calling new inferior functions.
16093
16094 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16095
16096 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
16097 gdb.server/ext-run.exp: New files.
16098 * lib/gdbserver-support.exp (gdbserver_download): New.
16099 (gdbserver_start): New. Update gdbserver expected
16100 output.
16101 (gdbserver_spawn): Use them.
16102 (gdbserver_start_extended): New.
16103
16104 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16105
16106 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
16107 Run on GNU/Linux.
16108 (do_exec_tests): Check for systems which do not support catchpoints.
16109 Do not match START.
16110 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
16111 Run on GNU/Linux. Enable verbose output.
16112 (check_fork_catchpoints): New.
16113 (explicit_fork_child_follow, catch_fork_child_follow)
16114 (tcatch_fork_parent_follow): Update expected messages.
16115 (do_fork_tests): Use check_fork_catchpoints.
16116 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
16117 Run on GNU/Linux. Enable verbose output.
16118 (check_vfork_catchpoints): New.
16119 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
16120 expected messages.
16121 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
16122
16123 2008-01-29 Jim Blandy <jimb@red-bean.com>
16124
16125 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
16126 host' errors.
16127 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
16128
16129 2008-01-29 Jim Blandy <jimb@red-bean.com>
16130
16131 * gdb.threads/sigthread.c: Use barriers to ensure that
16132 child_thread and child_thread_two are always initialized before we
16133 start to use them.
16134
16135 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
16136
16137 * gdb.base/watchpoint-solib.exp: New.
16138 * gdb.base/watchpoint-solib.c: New.
16139 * gdb.base/watchpoint-solib-shr.c: New.
16140
16141 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
16142
16143 * gdb.base/gdb1056.exp: Add unsigned integer test.
16144
16145 2008-01-28 Doug Evans <dje@google.com>
16146
16147 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
16148
16149 2008-01-27 Jim Blandy <jimb@codesourcery.com>
16150
16151 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
16152
16153 * gdb.base/expand-psymtabs.exp: Doc fix.
16154
16155 2008-01-26 Mark Kettenis <kettenis@gnu.org>
16156
16157 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16158
16159 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
16160
16161 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
16162 -var-set-format.
16163
16164 2008-01-23 Chris Demetriou <cgd@google.com>
16165
16166 * gdb.threads/thread_events.c: New testcase source file.
16167 * gdb.threads/thread_events.exp: New testcase expect file.
16168
16169 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
16170
16171 * lib/gdb.exp: Add the variable octal.
16172
16173 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
16174 -var-set-format.
16175
16176 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
16177 Vladimir Prus <vladimir@codesourcery.com>
16178
16179 * gdb.base/float.exp: Allow missing floating point for m68k and
16180 PowerPC.
16181
16182 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
16183
16184 * gdb.mi/basics.c: Setup for testing breakpoints
16185 ignore count.
16186 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
16187 * gdb.mi/mi-cli.exp: Adjust.
16188 * gdb.mi/mi2-cli.exp: Adjust.
16189
16190 2008-01-17 Pedro Alves <pedro@codesourcery.com>
16191
16192 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
16193 and 'dummy_ptr' integer pointer. Initialize struct_declarations
16194 with dummy_ptr's address.
16195 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
16196 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
16197 all targets.
16198 * gdb.mi/mi2-var-child.exp: Likewise.
16199
16200 2008-01-09 Joel Brobecker <brobecker@adacore.com>
16201
16202 * gdb.ada/null_array: New test program.
16203 * gdb.ada/null_array.exp: New testcase.
16204
16205 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
16206
16207 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
16208 with required float modifiers.
16209
16210 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16211
16212 * gdb.ada/funcall_param: New test program.
16213 * gdb.ada/funcall_param.exp: New testcase.
16214
16215 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16216
16217 * gdb.ada/arrayparam: New test program.
16218 * gdb.ada/arrayparam.exp: New testcase.
16219
16220 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16221
16222 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
16223 landed. Should also fix random failures in the test following it.
16224
16225 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
16226
16227 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
16228 for expressions with decimal float values.
16229 (test_dfp_conversions): New function to test casts to and from
16230 decimal float types.
16231 Call test_dfp_conversions.
16232 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
16233 elements.
16234 (main): Initialize ds.float4 and ds.double8 elements.
16235 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
16236 string to new error message.
16237 (d64_set_tests): Likewise.
16238 (d128_set_tests): Likewise.
16239 Add tests for expressions with decimal float variables. Add tests for
16240 conversions to and from decimal float types.
16241
16242 2008-01-05 Joel Brobecker <brobecker@adacore.com>
16243
16244 * gdb.ada/packed_tagged/comp_bug.adb: New file.
16245 * gdb.ada/packed_tagged.exp: New testcase.
16246
16247 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16248
16249 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
16250 gdb.ada/homonym/homonym_main.adb: New files.
16251 * gdb.ada/homonym.exp: New testcase.
16252
16253 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16254
16255 * gdb.ada/packed_array.exp: Add testing of references to
16256 a packed array.
16257
16258 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16259
16260 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
16261 New files.
16262 * gdb.ada/type_coercion.exp: New testcase.
16263
16264 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16265
16266 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
16267 gdb.ada/tagged/foo.adb: New file.
16268 * gdb.ada/tagged.exp: New testcase.
16269
16270 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16271
16272 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
16273 gdb.ada/ptype_field/foo.adb: New files.
16274 * gdb.ada/ptype_field.exp: New testcase.
16275
16276 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16277
16278 * gdb.ada/print_pc.exp: New testcase.
16279
16280 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16281
16282 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
16283 gdb.ada/taft_type/p.adb: New files.
16284 * gdb.ada/taft_type.exp: New testcase.
16285
16286 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16287
16288 * gdb.ada/array_bounds/bar.adb: New file.
16289 * gdb.ada/array_bounds.exp: New testcase.
16290
16291 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16292
16293 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
16294 gdb.ada/arrayptr/foo.adb: New files.
16295 * gdb.ada/arrayptr.exp: New testcase.
16296
16297 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16298
16299 * gdb.base/set-lang-auto.exp: New testcase.
16300
16301 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16302
16303 * gdb.ada/fun_addr/foo.adb: New file.
16304 * gdb.ada/fun_addr.exp: New testcase.
16305
16306 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16307
16308 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
16309 New files
16310
16311 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16312
16313 * array_subscript_addr/p.adb: New file.
16314 * array_subscript_addr.exp: New testcase.
16315
16316 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16317
16318 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
16319 New files.
16320 * gdb.ada/str_cmp_ref.exp: New testcase.
16321
16322 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16323
16324 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
16325 gdb.ada/fun_in_declare/foo.adb: New files.
16326 * gdb.ada/fun_in_declare.exp: New testcase.
16327
16328 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16329
16330 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
16331 gdb.ada/ref_param/pck.ads: New files.
16332 * gdb.ada/ref_param.exp: New testcase.
16333
16334 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16335
16336 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
16337 gdb.ada/interface/foo.adb: New files.
16338 * gdb.ada/interface.exp: New testcase.
16339
16340 2007-12-31 Jim Blandy <jimb@codesourcery.com>
16341
16342 * gdb.base/multi-forks.exp: Consume all output from child
16343 processes before proceeding to next test.
16344
16345 2007-12-29 Jim Blandy <jimb@codesourcery.com>
16346
16347 * configure: Regenerated.
16348
16349 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16350
16351 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
16352 gdb.ada/fixed_cmp/fixed.adb: New files.
16353 * gdb.ada/fixed_cmp.exp: New testcase.
16354
16355 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16356
16357 * gdb.ada/boolean_expr.exp: New testcase.
16358
16359 2007-12-26 Jim Blandy <jimb@codesourcery.com>
16360
16361 * gdb.base/multi-forks.exp: Doc fix.
16362
16363 2007-12-26 Joel Brobecker <brobecker@adacore.com>
16364
16365 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16366 * gdb.ada/char_param.exp: Do not compile our test program with
16367 -gnata, this is unnecessary.
16368 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
16369
16370 2007-12-24 Joel Brobecker <brobecker@adacore.com>
16371
16372 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
16373 gdb.ada/print_chars/foo.adb: New files.
16374 * gdb.ada/print_chars.exp: New testcase.
16375
16376 2007-12-24 Joel Brobecker <brobecker@adacore.com>
16377
16378 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
16379 gdb.ada/char_param/foo.adb: New files.
16380 * gdb.ada/char_param.exp: New testcase.
16381
16382 2007-12-22 Jim Blandy <jimb@codesourcery.com>
16383
16384 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
16385 hard-coding source line numbers into the test.
16386 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
16387 gdb_get_line_number to find.
16388
16389 2007-12-22 Joel Brobecker <brobecker@adacore.com>
16390
16391 * gdb.base/ptype.c (highest): New struct type.
16392 (the_highest): New variable of that type.
16393 (main): Add dummy assignment to a field of variable the_highest.
16394 * gdb.base/ptype.exp: Test type printing of our new variable.
16395
16396 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
16397
16398 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
16399 and record first explicitly generated thread number.
16400 Use that thread number for thread specific watchpoint test.
16401 Add iteration number to repetitive tests.
16402
16403 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
16404 Jim Blandy <jimb@codesourcery.com>
16405
16406 * gdb.base/expand-psymtabs.c: New testcase
16407 source file.
16408 * gdb.base/expand-psymtabs.exp: New testcase
16409 expect file.
16410
16411 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
16412
16413 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
16414 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
16415
16416 2007-12-17 Joel Brobecker <brobecker@adacore.com>
16417
16418 * gdb.ada/frame_args/foo.adb: New file.
16419 * gdb.ada/frame_args/pck.ads: New file.
16420 * gdb.ada/frame_args/pck.adb: New file.
16421 * gdb.ada/frame_args.exp: New testcase.
16422
16423 2007-12-17 Joel Brobecker <brobecker@adacore.com>
16424
16425 * gdb.base/frame-args.c: New file.
16426 * gdb.base/frame-args.exp: New testcase.
16427
16428 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
16429 Joseph Myers <joseph@codesourcery.com>
16430
16431 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
16432
16433 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
16434
16435 * gdb.mi/mi-pending.exp: New.
16436 * gdb.mi/mi-pending.c: New.
16437 * gdb.mi/mi-pendshr.c: New.
16438
16439 2007-12-06 Jim Blandy <jimb@codesourcery.com>
16440
16441 * gdb.base/default.exp: Update expected output for 'info catch'.
16442
16443 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16444
16445 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
16446 must be set to binary.
16447
16448 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
16449
16450 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
16451
16452 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
16453
16454 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
16455 gdb.mi/mi-file-transfer.exp: New.
16456
16457 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16458
16459 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
16460
16461 2007-11-22 Maciej W. Rozycki <macro@mips.com>
16462
16463 * gdb.trace/backtrace.exp: Fix a typo.
16464 * gdb.trace/circ.exp: Likewise.
16465 * gdb.trace/collection.exp: Likewise.
16466 * gdb.trace/limits.exp: Likewise.
16467 * gdb.trace/report.exp: Likewise.
16468 * gdb.trace/tfind.exp: Likewise.
16469 * gdb.trace/while-dyn.exp: Likewise.
16470
16471 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
16472
16473 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
16474 objects of pointers that can't be dereferenced are now
16475 "noneditable".
16476
16477 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16478
16479 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
16480 (target_cpu): Remove.
16481
16482 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
16483
16484 * gdb.base/ending-run.exp: Expect the list of cleared
16485 breakpoint to come in natural order, not the reversed one.
16486
16487 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
16488
16489 * gdb.mi/mi-var-child.c (do_child_deletion): New.
16490 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
16491
16492 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
16493
16494 * gdb.base/printcmds.exp: New function
16495 test_printf_with_dfp.
16496
16497 2007-11-02 Doug Evans <dje@google.com>
16498
16499 * gdb.disasm/t01_mov.s: Remove carriage returns.
16500 * gdb.disasm/t02_mova.s: Ditto.
16501 * gdb.disasm/t03_add.s: Ditto.
16502 * gdb.disasm/t04_sub.s: Ditto.
16503 * gdb.disasm/t05_cmp.s: Ditto.
16504 * gdb.disasm/t06_ari2.s: Ditto.
16505 * gdb.disasm/t07_ari3.s: Ditto.
16506 * gdb.disasm/t08_or.s: Ditto.
16507 * gdb.disasm/t09_xor.s: Ditto.
16508 * gdb.disasm/t10_and.s: Ditto.
16509 * gdb.disasm/t11_logs.s: Ditto.
16510 * gdb.disasm/t12_bit.s: Ditto.
16511 * gdb.disasm/t13_otr.s: Ditto.
16512
16513 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16514
16515 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
16516
16517 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16518
16519 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
16520 provide DFP support.
16521
16522 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
16523
16524 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
16525 Test "set powerpc vector-abi". Skip auto-detection tests for old
16526 toolchains.
16527
16528 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16529
16530 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
16531 with [string compare].
16532
16533 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16534
16535 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
16536 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
16537
16538 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
16539
16540 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
16541 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
16542 * gdb.opt/Makefile.in: New makefile.
16543 * Makefile.in: Create new directory "gdb.opt".
16544 * configure.ac: Add "gdb.opt" directory.
16545 * configure: Regenerated.
16546
16547 2007-10-25 Doug Evans <dje@google.com>
16548
16549 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
16550 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
16551
16552 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
16553 Thiago Jung Bauermann <bauerman@br.ibm.com>
16554
16555 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
16556 Floating Point expressions.
16557 * gdb.base/dfp-test.exp: new file adding tests for Decimal
16558 Floating Point variables.
16559 * gdb.base/dfp-test.c: new file containing program with Decimal
16560 Floating variables, used by gdb.base/dfp-test.exp.
16561
16562 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
16563
16564 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
16565
16566 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16567
16568 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
16569 compiling test case with GCC.
16570 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
16571
16572 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16573
16574 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
16575 format changes.
16576
16577 2007-10-18 Michael Snyder <msnyder@specifix.com>
16578
16579 * gdb.base/dbx.exp: Add missing "-re " operator.
16580
16581 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
16582
16583 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
16584 * configure.ac: Removed trailing spaces after backslash.
16585 * gdb.modula2: New directory.
16586 * gdb.modula2/Makefile.in: New file.
16587 * gdb.modula2/unbounded-array.exp: New file.
16588 * gdb.modula2/unbounded1.c: New file.
16589
16590 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
16591
16592 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
16593
16594 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
16595
16596 * gdb.base/sigstep.c (main): Add checks for
16597 return values for setitimer call.
16598 Call setitimer again with itimer = ITIMER_REAL
16599 if first call to setitimer fails.
16600
16601 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
16602
16603 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
16604 of $timeout.
16605
16606 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
16607
16608 * gdb.server/server-run.exp: Test for dynamic linker symbols.
16609
16610 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
16611
16612 * lib/gdb.exp (gdb_run_cmd): Move comment outside
16613 of gdb_expect call, to avoid interruption.
16614
16615 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
16616
16617 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
16618 (v_unsigned_long_long, v_long_long_array)
16619 (v_signed_long_long_array, v_unsigned_long_long_array)
16620 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
16621 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
16622 [!NO_LONG_LONG]: New.
16623 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
16624 v_long_long_member.
16625
16626 (v_long_long_func, v_signed_long_long_func)
16627 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
16628 (main) [!NO_LONG_LONG]: Initialize long long variants.
16629
16630 * gdb.base/whatis.exp: If board file requests no_long_long, build
16631 test with NO_LONG_LONG defined. Test long long, signed long long,
16632 and unsigned long long variants but only if board file doesn't
16633 disable it.
16634
16635 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
16636 Daniel Jacobowitz <dan@codesourcery.com>
16637
16638 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
16639 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
16640 * configure: Regenerated.
16641 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
16642 gdb.pascal/types.exp, lib/pascal.exp: New files.
16643
16644 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
16645
16646 * gdb.cp/classes.exp (do_tests): Always step to the line after the
16647 call.
16648 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
16649 to return to the call.
16650 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
16651 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
16652 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
16653 * gdb.mi/mi-until.exp (test_until): Likewise.
16654 * gdb.mi/mi2-until.exp (test_until): Likewise.
16655
16656 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
16657
16658 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
16659 two-char array.
16660 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
16661
16662 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
16663
16664 * gdb.threads/watchthreads.c (thread_function): Sleep between
16665 iterations.
16666 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
16667 at once for S/390. Generate matching fails and passes.
16668
16669 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
16670
16671 * gdb.mi/var-cmd.c (do_children_tests): Initialize
16672 the 'struct_declarations' variable to zeros.
16673
16674 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
16675
16676 * gdb.cp/mb-ctor.cc: New.
16677 * gdb.cp/mb-ctor.exp: New.
16678 * gdb.cp/mb-templates.cc: New.
16679 * gdb.cp/mb-templates.exp: New.
16680
16681 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
16682
16683 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
16684
16685 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
16686
16687 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
16688 targets.
16689 * configure: Regenerate.
16690
16691 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
16692
16693 * gdb.base/annota1.exp: Adjust for 'info break'
16694 format changes.
16695 * gdb.base/annota3.exp: Likewise.
16696 * gdb.base/break.exp: Likewise.
16697 * gdb.base/condbreak.exp: Likewise.
16698 * gdb.base/pending.exp: Likewise.
16699 * gdb.base/sepdebug.exp: Likewise.
16700 * gdb.base/unload.exp: Likewise.
16701 * gdb.base/ovldbreak.exp: Likewise.
16702
16703 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
16704
16705 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
16706 messages.
16707 * gdb.base/chng-syms.exp: Likewise.
16708 * gdb.base/unload.exp: Likewise.
16709
16710 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
16711
16712 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
16713
16714 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
16715
16716 * schedlock.c (NUM): Change to 1.
16717 (main): Use args[0] for the main thread.
16718 * schedlock.exp: Only expect two threads. Only issue one pass or fail
16719 regardless of the number of threads.
16720
16721 2007-09-14 Maciej W. Rozycki <macro@mips.com>
16722
16723 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
16724 type down.
16725 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
16726 test.
16727 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
16728 watchpoint type down.
16729 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
16730 test.
16731
16732 2007-09-14 Maciej W. Rozycki <macro@mips.com>
16733
16734 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
16735 Move all the tests here and run them twice, once using software
16736 watchpoints and once using hardware watchpoints.
16737 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
16738
16739 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
16740
16741 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
16742 test.
16743
16744 2007-09-10 Mark Kettenis <kettenis@gnu.org>
16745
16746 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
16747 build-id.
16748
16749 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
16750 know about $ORIGIN. Calculate output dir from $dest instead of
16751 using ${objdir}/{$subdir}.
16752
16753 2007-09-09 Mark Kettenis <kettenis@gnu.org>
16754
16755 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
16756 gcore, before continuing with the test.
16757
16758 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
16759
16760 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
16761 * gdb.mi/mi-watch.exp: Likewise.
16762
16763 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
16764 Jim Blandy <jimb@codesourcery.com>
16765
16766 * gdb.arch/i386-sse.exp: Do not expect character constants.
16767 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
16768 * gdb.base/display.exp: Allow print/s.
16769 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
16770 and unsigned char array changes.
16771
16772 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
16773
16774 * gdb.base/display.exp: Add tests for printf %p.
16775
16776 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
16777
16778 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
16779 the dll name to unicode.
16780
16781 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16782
16783 * gdb.base/default.exp (show version): Update the version text.
16784 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
16785
16786 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16787
16788 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
16789 New files.
16790
16791 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16792
16793 * lib/gdb.exp (build_id_debug_filename_get): New function.
16794 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
16795 Remove the generate DEBUG file for the future testcase runs.
16796 New testcase for the NT_GNU_BUILD_ID retrieval.
16797 Move the final testing step to ...
16798 (test_different_dir): ... a new function.
16799 New parameter XFAIL to XFAIL all the tests performed.
16800 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
16801 New parameter TYPE to PF_PREFIX all the tests performed.
16802
16803 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
16804
16805 * gdb.mi/mi-var-cp.cc (path_expression): New
16806 function.
16807 * gdb.mi/mi-var-cp.exp: Run path exression tests.
16808
16809 2007-08-27 Markus Deuling <deuling@de.ibm.com>
16810
16811 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
16812 to fit into SPU Local Store memory.
16813
16814 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16815
16816 * gdb.base/default.exp: Adjust the expected output of "info
16817 warranty" after the switch to GPLv3.
16818
16819 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16820
16821 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
16822 to 30000 (from 20000).
16823
16824 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16825
16826 Switch the license of all .exp files to GPLv3.
16827 Switch the license of all .f and .f90 files to GPLv3.
16828 Switch the license of all .s and .S files to GPLv3.
16829
16830 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16831
16832 * configure.ac: Switch license to GPLv3.
16833
16834 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16835
16836 Switch the licensing to GPLv3 for all .ads and .adb files.
16837
16838 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
16839
16840 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
16841 and t_int_double.
16842 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
16843
16844 2007-08-17 Joel Brobecker <brobecker@adacore.com>
16845
16846 * gdb.base/step-line.c: Switch license to GPL version 3, and
16847 update copyright year.
16848 * gdb.base/step-line.inp: Likewise.
16849
16850 2007-08-17 Joel Brobecker <brobecker@adacore.com>
16851
16852 * gdb.base/gdb1555.exp: Make expected output immune to formatting
16853 changes inside gdb1555.c.
16854 * gdb.base/pending.exp: Likewise.
16855
16856 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
16857
16858 * config/default.exp: New file.
16859
16860 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
16861
16862 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
16863 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
16864
16865 2007-07-30 Maciej W. Rozycki <macro@mips.com>
16866
16867 * gdb.base/dump.exp: Force the correct endianness for binary
16868 formats not carrying this information.
16869
16870 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16871
16872 * gdb.threads/staticthreads.exp: Match .*sem_post.
16873
16874 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16875
16876 * gdb.base/readline.exp (operate_and_get_next): Match the final
16877 prompt.
16878
16879 2007-07-23 Kevin Buettner <kevinb@redhat.com>
16880
16881 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
16882 to restarting SID.
16883
16884 2007-07-18 Kevin Buettner <kevinb@redhat.com>
16885
16886 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
16887 prior to `gdb_start'.
16888
16889 2007-07-18 Kevin Buettner <kevinb@redhat.com>
16890
16891 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
16892 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
16893 Remove call to gdb_unload.
16894
16895 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
16896 Daniel Jacobowitz <dan@codesourcery.com>
16897
16898 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
16899 for __WIN32__.
16900 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
16901 * gdb.base/unload.exp: Use shared library test routines.
16902
16903 2007-07-03 Markus Deuling <deuling@de.ibm.com>
16904
16905 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
16906 * gdb.base/solib-symbol-lib.c: Likewise.
16907 * gdb.base/solib-symbol-main.c: Likewise.
16908
16909 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
16910
16911 * config/gdbserver.exp (gdb_reconnect): New.
16912 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
16913 gdb.base/solib-disc.exp: New files.
16914 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
16915 remote debugging".
16916 (gdb_compile): Add shlib_load flag.
16917 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
16918 port.
16919 (gdbserver_reconnect): New.
16920
16921 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
16922 Daniel Jacobowitz <dan@codesourcery.com>
16923
16924 * gdb.base/annota3.exp: Test for if construct.
16925
16926 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
16927
16928 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
16929
16930 2007-06-21 Chris Dearman <chris@mips.com>
16931 Maciej W. Rozycki <macro@mips.com>
16932
16933 * gdb.base/display.exp: Allow a newline after display/i.
16934 * gdb.base/pc-fp.exp: Likewise.
16935 * gdb.base/sigbpt.exp: Likewise.
16936
16937 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
16938
16939 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
16940 required features to be included.
16941
16942 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
16943
16944 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
16945 in info threads output.
16946
16947 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16948 Markus Deuling <deuling@de.ibm.com>
16949
16950 * gdb.arch/spu-info.exp: New testcase.
16951 * gdb.arch/spu-info.c: New file.
16952
16953 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
16954
16955 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
16956 tpcs_offset. Restore lr after the call.
16957 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
16958
16959 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
16960
16961 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
16962 (gdbserver_run): Kill any running gdbserver.
16963 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
16964
16965 2007-05-17 Maciej W. Rozycki <macro@mips.com>
16966
16967 * gdb.base/sigbpt.exp: Preset segv_addr.
16968
16969 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
16970
16971 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
16972 (gdb_compile_shlib): Likewise.
16973 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
16974 (default_gdb_init): Clear cleanfiles.
16975 (gdb_finish): Delete recorded cleanfiles.
16976 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
16977
16978 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
16979 Do not use isnative.
16980 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
16981 gdb.base/so-impl-ld.exp: Likewise.
16982 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
16983 * gdb.base/unload.exp: Likewise. Do not pass empty option to
16984 gdb_compile.
16985
16986 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
16987
16988 * config/unknown.exp: Remove.
16989
16990 2007-05-15 Markus Deuling <deuling@de.ibm.com>
16991
16992 * gdb.base/info-proc.exp: Check is_remote.
16993
16994 2007-05-14 Markus Deuling <deuling@de.ibm.com>
16995
16996 * gdb.base/gcore.exp: Initialize variable core_supported.
16997
16998 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
16999
17000 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
17001
17002 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17003
17004 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
17005 * gdb.threads/print-threads.exp (test_all_threads): Allow
17006 negative and hexadecimal thread IDs.
17007
17008 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17009
17010 * gdb.java/jprint.java (public): Avoid invalid call to static
17011 method.
17012
17013 2007-05-14 Denis Pilat <denis.pilat@st.com>
17014
17015 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
17016 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
17017 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
17018 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
17019 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
17020
17021 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17022
17023 * gdb.base/overlays.exp: Add support for targets with only code
17024 overlay support, not data overlay. Support spu-*-* target in
17025 this mode.
17026 * gdb.base/ovlymgr.c: Provide stubs for spu target.
17027 * gdb.base/spu.ld: New file.
17028
17029 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
17030
17031 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
17032
17033 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
17034
17035 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
17036
17037 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17038
17039 * gdb.java/jmain.exp: Handle demangled names with and without method
17040 signatures.
17041
17042 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17043
17044 * gdb.mi/mi-syn-frame.c (main, foo, bar)
17045 (have_a_very_merry_interrupt): Remove calls to puts.
17046 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
17047 inferior output.
17048 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
17049 test names.
17050
17051 2007-04-29 Markus Deuling <deuling@de.ibm.com>
17052 Daniel Jacobowitz <dan@codesourcery.com>
17053
17054 * gdb.base/auxv.exp (core_works): Also check is_remote.
17055 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
17056
17057 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
17058
17059 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
17060 message, not the undefined 'module' variable.
17061 * gdb.base/siginfo.exp: Likewise.
17062 * gdb.base/sigstep.exp: Likewise.
17063 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
17064 serialport.
17065 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
17066
17067 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
17068
17069 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
17070 target sim fails. Return 0 otherwise.
17071 (gdb_load): Return prematurely if gdb_target_sim fails.
17072
17073 2007-04-16 Denis Pilat <denis.pilat@st.com>
17074
17075 * gdb.base/setshow.exp: Reset height after having set it to 100.
17076
17077 2007-04-16 Denis Pilat <denis.pilat@st.com>
17078
17079 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
17080
17081 2007-04-16 Denis Pilat <denis.pilat@st.com>
17082
17083 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
17084
17085 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
17086
17087 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
17088 tests. Run the frozen varobjs test.
17089 * gdb.mi/var-cmd.c (do_frozen_tests): New.
17090 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
17091
17092 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17093
17094 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
17095 gdb.base/type-opaque.exp: New files.
17096
17097 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
17098
17099 * gdb.mi/mi-var-child.c
17100 (do_children_tests): User char[2] instead of
17101 char so that automatic printing of pointers to char
17102 don't give unpredicable result.
17103 * gdb.mi/var-cmd.c (do_locals_test): Initialize
17104 local variables.
17105 * gdb.mi/mi-var-child.exp: Step to right line
17106 of do_children_tests.
17107 * gdb.mi/mi2-var-child.exp: Likewise.
17108 * gdb.mi/mi-var-cmd.exp: Step to right line of
17109 do_locals_tests.
17110 (do_children_tests): User char[2] instead of
17111 char so that automatic printing of pointers to char
17112 don't give unpredicable result.
17113 * gdb.mi/mi2-var-cmd.exp: Likewise.
17114 * lib/mi-support.exp (mi_continue_to_line):
17115 Pass test name to mi_wait_for_stop.
17116
17117 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17118
17119 * gdb.asm/asm-source.exp: Remove d10v case.
17120 * lib/gdb.exp (skip_cplus_tests): Likewise.
17121 * gdb.asm/d10v.inc: Deleted.
17122
17123 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17124
17125 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
17126
17127 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17128
17129 * config/netware.exp: Delete file.
17130
17131 2007-03-29 Joel Brobecker <brobecker@adacore.com>
17132
17133 * gdb.dwarf2/dw2-noloc.S: New file.
17134 * gdb.dwarf2/dw2-noloc.exp: New file.
17135
17136 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
17137
17138 * gdb.cp/method2.cc: New test.
17139 * gdb.cp/method2.exp: New test.
17140 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
17141
17142 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17143
17144 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
17145
17146 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
17147
17148 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
17149
17150 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17151
17152 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
17153 (gdb_load): Delete, replace with...
17154 (gdb_reload): ...this.
17155 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
17156 * gdb.server/server-mon.exp: Likewise.
17157 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
17158 (gdb_start_cmd): New.
17159 (gdb_file_cmd): Save the last loaded file.
17160 (gdb_reload): New.
17161 (gdb_gnu_strip_debug): Use transform.
17162 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
17163 support here. Use new $last_loaded_file. Check mtime.
17164 (gdb_target_cmd): Handle ObjC failure case.
17165 (infer_host_exec): Delete.
17166 (gdbserver_load): Rename to...
17167 (gdbserver_run): ...this. Simplify.
17168 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
17169 (mi_gdb_load): Move most contents to a new function...
17170 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
17171 (mi_run_cmd): Use mi_gdb_target_load.
17172 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
17173 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
17174 Use gdb_run_cmd.
17175 * gdb.base/charsign.exp: Remove incorrect comment.
17176 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
17177 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
17178 gdb.base/start.exp: Use gdb_start_cmd.
17179
17180 2007-03-23 Nigel Stephens <nigel@mips.com>
17181 Maciej W. Rozycki <macro@mips.com>
17182
17183 * gdb.base/sigbpt.exp: Fix the message when skipping test.
17184 * gdb.base/signull.exp: Similarly.
17185
17186 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17187
17188 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
17189 messages available to test cases (like chng-sym.exp).
17190
17191 2007-03-14 Andreas Schwab <schwab@suse.de>
17192
17193 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17194 format changes.
17195
17196 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
17197
17198 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
17199 (optimized_1): New.
17200 (main): Call optimized_1.
17201 (gdb2029): Correct typos. Call gdb2029_marker.
17202 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
17203 for gdb2029.
17204
17205 2007-03-12 Mark Kettenis <kettenis@gnu.org>
17206
17207 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
17208 as tabs. Remove redundant test pattern.
17209
17210 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17211
17212 * gdb.base/long_long.exp: Accept optional symbol name in <...>
17213 for /a format output.
17214
17215 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
17216
17217 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
17218 collect output incrementally.
17219
17220 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17221
17222 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
17223 for -var-create lpcharacter test.
17224 * gdb.mi/mi2-var-cmd.exp: Likewise.
17225
17226 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17227
17228 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
17229 pass on targets where address zero is readable.
17230
17231 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17232
17233 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
17234 just a single architecture.
17235
17236 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17237
17238 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
17239 (fetch_all_registers): New function, uses gdb_test_multiple and
17240 exp_continue to fetch inferior output line-by-line.
17241 Replace all uses of do_get_all_registers by fetch_all_registers.
17242
17243 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17244
17245 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
17246 in target_info.
17247
17248 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17249
17250 * gdb.threads/manythreads.exp: Use $message string for
17251 consistancy; add a default (timeout) case.
17252
17253 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17254
17255 * gdb.base/watchpoint.exp: Fix truncated comment.
17256
17257 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17258
17259 * Makefile.in: Remove spurious single-quotes from sed command.
17260
17261 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17262
17263 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
17264 func.
17265 * gdb.mi/mi2-var-cmd.exp: Likewise.
17266
17267 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17268
17269 * gdb.dwarf2/dw2-producer.S: New file.
17270 * gdb.dwarf2/dw2-producer.exp: New testcase.
17271
17272 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
17273
17274 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17275 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17276 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17277 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17278 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17279 Revert tests to use mi_gdb_test and include value field in output
17280 of -var-create.
17281
17282 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17283
17284 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
17285
17286 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17287
17288 * gdb.base/maint.exp: Remove full paths from test names.
17289 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
17290 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
17291
17292 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17293
17294 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
17295
17296 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17297
17298 * gdb.server/server-mon.exp: New test.
17299
17300 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17301
17302 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
17303
17304 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17305
17306 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
17307 register capitalization.
17308
17309 2007-02-13 Denis Pilat <denis.pilat@st.com>
17310
17311 * gdb.mi/mi-var-invalidate.exp: New file.
17312
17313 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17314
17315 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
17316
17317 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17318
17319 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
17320
17321 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17322
17323 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
17324 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
17325
17326 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
17327
17328 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17329 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17330 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17331 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17332 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17333 * gdb.mi/gdb792.exp, lib/mi-support.exp:
17334 Update tests to include value field in output of -var-create.
17335
17336 2007-02-08 Andreas Schwab <schwab@suse.de>
17337
17338 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
17339
17340 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
17341
17342 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
17343 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
17344
17345 2007-02-02 Denis Pilat <denis.pilat@st.com>
17346
17347 * gdb.threads/threadapply.exp: check that frame is not changed by
17348 the thread apply all command.
17349
17350 2007-01-31 Andreas Schwab <schwab@suse.de>
17351
17352 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17353
17354 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
17355 in the dwarf sections.
17356 * gdb.dwarf2/mac-fileno.S: Likewise.
17357
17358 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
17359 bspstore register on ia64.
17360
17361 2007-01-29 Andreas Schwab <schwab@suse.de>
17362
17363 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
17364 "frame-begin" annotation.
17365
17366 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
17367 number of "frames-invalid" annotations.
17368
17369 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17370
17371 * gdb.base/commands.exp: Call if_commands_test.
17372 (gdb_test_no_prompt, if_commands_test): New.
17373
17374 2007-01-28 Mark Kettenis <kettenis@gnu.org>
17375
17376 * gdb.threads/sigthread.c (NSIGS): Make bigger.
17377
17378 2007-01-27 Andreas Schwab <schwab@suse.de>
17379
17380 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
17381 .short/.int/.quad in the dwarf sections.
17382 * gdb.dwarf2/dw2-intercu.S: Likewise.
17383 * gdb.dwarf2/dw2-intermix.S: Likewise.
17384
17385 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17386
17387 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
17388 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
17389 array.
17390 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
17391 * gdb.base/setvar.exp: Likewise.
17392
17393 2007-01-26 Andreas Schwab <schwab@suse.de>
17394
17395 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
17396 test.
17397
17398 * gdb.base/multi-forks.exp ("restart $i"): Also match
17399 __kernel_syscall_via_break.
17400
17401 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
17402
17403 * lib/mi-support.exp (mi_delete_varobj): New.
17404 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
17405 testcase.
17406 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
17407 (main): Call the above.
17408 (reference_update_test, base_in_reference_test)
17409 (reference_to_pointer): Delete the created varobjs.
17410
17411 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
17412
17413 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
17414 * configure: Regenerated.
17415 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
17416 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
17417 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
17418 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
17419 * lib/gdb.exp (gdb_skip_xml_test): New function.
17420
17421 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
17422
17423 * gdb.base/sigrepeat.exp: Correct error message.
17424
17425 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17426 Daniel Jacobowitz <dan@codesourcery.com>
17427
17428 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
17429 gdb.arch/i386-gnu-cfi-asm.S: New files.
17430
17431 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17432
17433 * lib/gdb.exp: Abort on missing `site.exp'.
17434
17435 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17436 Daniel Jacobowitz <dan@codesourcery.com>
17437
17438 * gdb.base/included.c, gdb.base/included.exp,
17439 gdb.base/included.h: New files.
17440
17441 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17442
17443 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
17444 (maximize_rlimit): Reduce limits on 64-bit systems.
17445
17446 2007-01-19 Mark Kettenis <kettenis@gnu.org>
17447
17448 From Marcus Deuling <deuling@de.ibm.com>:
17449 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
17450 every case.
17451
17452 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
17453
17454 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
17455 (test_path_specification): Use objdir instead of srcdir to always
17456 get an absolute filename.
17457
17458 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
17459
17460 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
17461
17462 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
17463
17464 * gdb.mi/mi-var-cp.cc (reference_update_tests):
17465 Make sure the variable we're using is in scope.
17466 (reference_to_pointer): Likewise.
17467
17468 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17469
17470 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
17471 has no debug information.
17472
17473 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17474
17475 * gdb.base/annota1.exp: Remove extra send_gdb.
17476
17477 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17478
17479 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
17480
17481 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17482
17483 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
17484
17485 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
17486 Daniel Jacobowitz <dan@codesourcery.com>
17487
17488 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
17489 lcharacter or linteger change. Correct duplicated test name.
17490 * gdb.mi/mi2-var-cmd.exp: Likewise.
17491
17492 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
17493
17494 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
17495
17496 2007-01-05 Joel Brobecker <brobecker@adacore.com>
17497
17498 * gdb.base/nofield.c: New file.
17499 * gdb.base/nofield.exp: New testcase.
17500
17501 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
17502
17503 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
17504
17505 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
17506 test.
17507
17508 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17509
17510 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
17511
17512 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17513
17514 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
17515 when continuing.
17516
17517 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17518
17519 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
17520 Expect ".exe" extension.
17521
17522 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17523
17524 * gdb.base/charset.exp: Add explicit filename to break.
17525 * gdb.base/dbx.exp: Add explicit filename to breaks.
17526
17527 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17528
17529 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
17530 * gdb.mi/mi2-file.exp: Likewise.
17531
17532 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17533
17534 Implement specification of MI tests as comments
17535 in C and C++ sources.
17536 * lib/mi-support.exp (mi_autotest_data): New variable.
17537 (mi_autotest_source): New variable.
17538 (count_newlines, mi_prepare_inline_tests)
17539 (mi_get_inline_test, mi_continue_to_line)
17540 (mi_run_inline_test, mi_tbreak)
17541 (mi_send_resuming_command, mi_wait_for_stop): New functions.
17542 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
17543 Run inline tests.
17544 * gdb.mi/mi-var-cp.cc: Define tests here.
17545
17546 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17547
17548 Simplify usage of mi_continue_to.
17549 * lib/mi-support.exp (mi_runto_helper): Renamed
17550 from mi_runto, added new parameter 'run_or_continue'.
17551 (mi_runto): Use mi_runto_helper.
17552 (mi_continue_to): Accept just function name as parameter.
17553 Use mi_runto_helper.
17554 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
17555 * gdb.mi/mi2-var-cmd.exp: Likewise.
17556
17557 2006-01-04 Joel Brobecker <brobecker@adacore.com>
17558
17559 Make this testcase a bit more realistic. The current code
17560 is too simplistic, and allows the compiler to optimize out
17561 some of the entities we need for this testcase.
17562 * gdb.ada/null_record/bar.ads (Void_Star): New type.
17563 (Do_Nothing): Add extra parameter.
17564 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
17565 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
17566 by using a variable of type Void_Star.
17567
17568 2006-01-04 Joel Brobecker <brobecker@adacore.com>
17569
17570 * gdb.ada/catch_ex/foo.adb: New file.
17571 * gdb.ada/catch_ex.exp: New testcase.
17572
17573 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
17574
17575 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
17576 pass --image-base to linker.
17577
17578 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17579 Daniel Jacobowitz <dan@codesourcery.com>
17580
17581 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
17582 secondary prompts.
17583
17584 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17585
17586 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
17587 output. Test the types of members and member pointers.
17588 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
17589 gdb/2092.
17590 * gdb.cp/member-ptr.exp: Search for a comment instead of a
17591 statement. Enable for GCC. Update expected output for some tests
17592 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
17593 layout.
17594 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
17595 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
17596 (Diamond::vget_base): New.
17597 (main): Add new tests.
17598 * gdb.cp/printmethod.exp: Update expected output for member functions.
17599 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
17600 print pEe->D::vg().
17601
17602 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17603
17604 * gdb.threads/tls.exp: Allow stops in sem_post.
17605
17606 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
17607
17608 * gdb.base/annota1.exp: Allow .*printf in backtraces.
17609 * gdb.base/annota3.exp: Likewise.
17610 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
17611 again (instead of timing out).
17612 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
17613 GCC bug 26475.
17614 * gdb.java/jmisc.exp: Adjust to work with method signatures including
17615 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
17616 test from jmisc1.exp.
17617 * gdb.java/jmisc1.exp: Delete.
17618 * gdb.java/jprint.exp: Adjust to work with method signatures including
17619 return types.
17620 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
17621 * gdb.threads/linux-dp.exp: Don't be confused by program output.
17622 * lib/java.exp (compile_java_from_source): Pass the correct type
17623 to target_compile.
17624
17625 2006-12-31 Joel Brobecker <brobecker@adacore.com>
17626
17627 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
17628 (stack_align_edx): New function.
17629 (stack_align_eax): New function.
17630 (main): Add calls to stack_align_edx and stack_align_eax.
17631 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
17632 Add testing for the cases where the register used during a stack
17633 realignment is edx. Same for eax.
17634
17635 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
17636
17637 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
17638 and generic PE targets.
17639
17640 2006-12-29 Joel Brobecker <brobecker@adacore.com>
17641
17642 * gdb.ada/array_return.exp: Update copyright date list.
17643
17644 2006-12-27 Joel Brobecker <brobecker@adacore.com>
17645
17646 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
17647 (Create_Small_Float_Vector): New function.
17648 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
17649 function body.
17650 * gdb.ada/array_return/p.adb: Use new type and function from
17651 package Pck.
17652 * gdb.ada/array_return.exp: Add a test verifying that GDB is
17653 able to print the value returned by a function returning an
17654 array of float.
17655
17656 2006-12-20 Joel Brobecker <brobecker@adacore.com>
17657
17658 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
17659 The associated tests should be PASSing.
17660
17661 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
17662
17663 Test for base in references.
17664 * gdb.mi/mi-var-cp.cc: Add test code.
17665 * gdb.mi/mi-var-cp.exp: Test for bases in references.
17666 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
17667 * gdb.mi/mi2-watch.exp: Likewise.
17668 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
17669 (mi_list_varobj_children): New function.
17670
17671 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
17672
17673 * lib/mi-support.exp
17674 (mi_runto): Accept "()" after function name.
17675 (mi_create_varobj): New function.
17676 (mi_varobj_update): New function.
17677 (mi_Check_varobj_value): New function.
17678 * gdb.mi/mi-var-cp.exp: New file.
17679 * gdb.mi/mi-var-cp.cc: New file.
17680
17681 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
17682
17683 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
17684 gdb.base/weaklib2.c: New files.
17685
17686 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
17687
17688 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
17689 info. Adjust test names.
17690
17691 * gdb.base/break.c (main): Move position of malloc.
17692 * gdb.base/break.exp: Revert mistaken checkin.
17693
17694 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
17695
17696 * gdb.mi/mi-var-cmd.exp: Check -var-update after
17697 assignement of arrays and function pointers.
17698 * gdb.mi/var-cmd.c: Add declaration necessary for above
17699 tests.
17700
17701 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
17702
17703 * gdb.base/break.c (main): Call malloc.
17704
17705 * gdb.threads/linux-dp.exp: Read thread table before and after
17706 creating each philosopher and verify it.
17707
17708 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
17709 Paul Brook <paul@codesourcery.com>
17710 Daniel Jacobowitz <dan@codesourcery.com>
17711
17712 * gdb.base/ending-run.exp: Flatten expect script stepping out of
17713 main to remove duplication. Add start function of the form
17714 '_*start[1-9]*'. Add RVDS start function.
17715
17716 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
17717
17718 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
17719
17720 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17721
17722 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
17723 * gdb.asm/spu.inc: New file.
17724 * gdb.base/term.exp: Disable if [target_info exists noargs].
17725 * gdb.gdb/complaints.exp: Disable if ![isnative].
17726 * gdb.gdb/selftest.exp: Likewise.
17727 * gdb.gdb/observer.exp: Likewise.
17728 * gdb.gdb/xfullpath.exp: Likewise.
17729 * gdb.base/attach.exp: Disable on SPU target.
17730 * gdb.cp/bs145503.exp: Likewise.
17731 * gdb.cp/exception.exp: Likewise.
17732 * gdb.cp/userdef.exp: Likewise.
17733
17734 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
17735
17736 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
17737
17738 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
17739
17740 * gdb.base/completion.exp: Fix completion tests for
17741 'info' and 'info '.
17742 * gdb.base/help.exp (help_test_raw, test_class_help)
17743 (test_prefix_command_help): Move...
17744 * lib/gdb.exp: Here.
17745 * gdb.base/main.exp: Adjust.
17746 * gdb.cp/maint.exp: Adjust.
17747 * gdb.trace/tracecmd.exp: Use test_help_class.
17748
17749 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
17750
17751 * gdb.stabs/weird.exp (print_weird_var): Use
17752 gdb_test_multiple instead of gdb_expect.
17753
17754 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
17755
17756 * gdb.base/help.exp (help_test_raw): New.
17757 (test_class_help): New.
17758 (test_prefix_command_help): New.
17759 Adjust testcases.
17760
17761 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
17762
17763 * gdb.base/constvars.c (main): Write to crass and crips, so that
17764 they are allocated by the compiler.
17765
17766 2006-10-27 Andreas Schwab <schwab@suse.de>
17767
17768 * gdb.base/multi-forks.exp: Use "detach fork" instead of
17769 "detach-fork".
17770
17771 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
17772
17773 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
17774 of patterns.
17775
17776 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
17777
17778 * gdb.base/sepdebug.exp: Remove debug format test.
17779 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
17780 Handle no-symtab.
17781 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
17782
17783 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
17784
17785 * gdb.threads/manythreads.c (thread_function, main): Don't cast
17786 int to pointer or pointer to int.
17787 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
17788
17789 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
17790
17791 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
17792
17793 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17794
17795 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
17796
17797 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17798
17799 PR c++/2116
17800 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
17801
17802 2006-10-06 Joel Brobecker <brobecker@adacore.com>
17803
17804 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
17805 the corresponding bug has been fixed in GDB (PR/2018).
17806
17807 2006-10-06 Joel Brobecker <brobecker@adacore.com>
17808
17809 * gdb.base/subst.exp: New testcase.
17810
17811 2006-10-06 Joel Brobecker <brobecker@adacore.com>
17812
17813 * gdb.ada/array_return/pck.ads: Add copyright notice.
17814 * gdb.ada/array_return/pck.adb: Likewise.
17815 * gdb.ada/array_return/p.adb: Likewise.
17816 * gdb.ada/exec_changed/first.adb: Likewise.
17817 * gdb.ada/exec_changed/second.adb: Likewise.
17818
17819 2006-10-06 Joel Brobecker <brobecker@adacore.com>
17820
17821 * gdb.ada/watch_arg/watch.adb: New file.
17822 * gdb.ada/watch_arg.exp: New testcase.
17823
17824 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
17825
17826 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
17827 via string_to_regexp.
17828 * gdb.mi/mi2-basics.exp: Likewise.
17829
17830 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
17831
17832 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
17833 Remove unused / obsolete files.
17834
17835 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
17836
17837 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
17838
17839 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
17840
17841 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
17842 HIGH_FRAME argument to -stack-list-arguments can be larger than
17843 the number of frames.
17844
17845 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
17846
17847 * gdb.base/args.c (main): Add breakpoint marker.
17848 * gdb.base/args.exp: Use args_test for tests. Add new tests which
17849 really test empty arguments.
17850 (args_load): Delete.
17851 (args_test): New.
17852
17853 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
17854
17855 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
17856 check for one file.
17857
17858 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
17859
17860 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
17861 HIGH_FRAME argument to -stack-list-locals can be larger than
17862 the number of frames.
17863
17864 2006-08-18 Fred Fish <fnf@specifix.com>
17865
17866 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
17867 '$' in front of skip_vmx_tests_saved when setting that.
17868
17869 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
17870
17871 * gdb.base/trace-commands.exp: New file.
17872
17873 2006-08-10 Joel Brobecker <brobecker@adacore.com>
17874 Daniel Jacobowitz <dan@codesourcery.com>
17875
17876 * gdb.base/step-bt.exp: Make hexadecimal address optional in
17877 expected output of the backtrace commands.
17878
17879 2006-08-09 Joel Brobecker <brobecker@adacore.com>
17880
17881 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
17882 untested followed by return combination.
17883 * gdb.arch/altivec-regs.exp: Likewise.
17884 * gdb.arch/e500-abi.exp: Likewise.
17885 * gdb.arch/e500-regs.exp: Likewise.
17886 * gdb.arch/gdb1291.exp: Likewise.
17887 * gdb.arch/gdb1431.exp: Likewise.
17888 * gdb.arch/gdb1558.exp: Likewise.
17889 * gdb.arch/i386-prologue.exp: Likewise.
17890 * gdb.arch/i386-unwind.exp: Likewise.
17891 * gdb.asm/asm-source.exp: Likewise.
17892 * gdb.base/a2-run.exp: Likewise.
17893 * gdb.base/advance.exp: Likewise.
17894 * gdb.base/all-bin.exp: Likewise.
17895 * gdb.base/annota1.exp: Likewise.
17896 * gdb.base/annota3.exp: Likewise.
17897 * gdb.base/args.exp: Likewise.
17898 * gdb.base/arithmet.exp: Likewise.
17899 * gdb.base/assign.exp: Likewise.
17900 * gdb.base/async.exp: Likewise.
17901 * gdb.base/attach.exp: Likewise.
17902 * gdb.base/bang.exp: Likewise.
17903 * gdb.base/bigcore.exp: Likewise.
17904 * gdb.base/bitfields.exp: Likewise.
17905 * gdb.base/bitfields2.exp: Likewise.
17906 * gdb.base/break.exp: Likewise.
17907 * gdb.base/call-sc.exp: Likewise.
17908 * gdb.base/call-strs.exp: Likewise.
17909 * gdb.base/callfuncs.exp: Likewise.
17910 * gdb.base/checkpoint.exp: Likewise.
17911 * gdb.base/chng-syms.exp: Likewise.
17912 * gdb.base/code-expr.exp: Likewise.
17913 * gdb.base/commands.exp: Likewise.
17914 * gdb.base/completion.exp: Likewise.
17915 * gdb.base/cond-expr.exp: Likewise.
17916 * gdb.base/condbreak.exp: Likewise.
17917 * gdb.base/consecutive.exp: Likewise.
17918 * gdb.base/constvars.exp: Likewise.
17919 * gdb.base/corefile.exp: Likewise.
17920 * gdb.base/cvexpr.exp: Likewise.
17921 * gdb.base/dbx.exp: Likewise.
17922 * gdb.base/define.exp: Likewise.
17923 * gdb.base/detach.exp: Likewise.
17924 * gdb.base/display.exp: Likewise.
17925 * gdb.base/dump.exp: Likewise.
17926 * gdb.base/ena-dis-br.exp: Likewise.
17927 * gdb.base/ending-run.exp: Likewise.
17928 * gdb.base/environ.exp: Likewise.
17929 * gdb.base/eval-skip.exp: Likewise.
17930 * gdb.base/exprs.exp: Likewise.
17931 * gdb.base/fileio.exp: Likewise.
17932 * gdb.base/finish.exp: Likewise.
17933 * gdb.base/float.exp: Likewise.
17934 * gdb.base/foll-exec.exp: Likewise.
17935 * gdb.base/foll-fork.exp: Likewise.
17936 * gdb.base/foll-vfork.exp: Likewise.
17937 * gdb.base/freebpcmd.exp: Likewise.
17938 * gdb.base/funcargs.exp: Likewise.
17939 * gdb.base/gcore.exp: Likewise.
17940 * gdb.base/gdb1090.exp: Likewise.
17941 * gdb.base/gdb1250.exp: Likewise.
17942 * gdb.base/huge.exp: Likewise.
17943 * gdb.base/info-proc.exp: Likewise.
17944 * gdb.base/interrupt.exp: Likewise.
17945 * gdb.base/jump.exp: Likewise.
17946 * gdb.base/langs.exp: Likewise.
17947 * gdb.base/lineinc.exp: Likewise.
17948 * gdb.base/list.exp: Likewise.
17949 * gdb.base/logical.exp: Likewise.
17950 * gdb.base/long_long.exp: Likewise.
17951 * gdb.base/macscp.exp: Likewise.
17952 * gdb.base/maint.exp: Likewise.
17953 * gdb.base/mips_pro.exp: Likewise.
17954 * gdb.base/miscexprs.exp: Likewise.
17955 * gdb.base/multi-forks.exp: Likewise.
17956 * gdb.base/opaque.exp: Likewise.
17957 * gdb.base/overlays.exp: Likewise.
17958 * gdb.base/pc-fp.exp: Likewise.
17959 * gdb.base/pointers.exp: Likewise.
17960 * gdb.base/printcmds.exp: Likewise.
17961 * gdb.base/psymtab.exp: Likewise.
17962 * gdb.base/ptype.exp: Likewise.
17963 * gdb.base/recurse.exp: Likewise.
17964 * gdb.base/relational.exp: Likewise.
17965 * gdb.base/relocate.exp: Likewise.
17966 * gdb.base/remote.exp: Likewise.
17967 * gdb.base/reread.exp: Likewise.
17968 * gdb.base/restore.exp: Likewise.
17969 * gdb.base/return.exp: Likewise.
17970 * gdb.base/return2.exp: Likewise.
17971 * gdb.base/scope.exp: Likewise.
17972 * gdb.base/sect-cmd.exp: Likewise.
17973 * gdb.base/sep.exp: Likewise.
17974 * gdb.base/sepdebug.exp: Likewise.
17975 * gdb.base/setshow.exp: Likewise.
17976 * gdb.base/setvar.exp: Likewise.
17977 * gdb.base/sigall.exp: Likewise.
17978 * gdb.base/sigbpt.exp: Likewise.
17979 * gdb.base/signals.exp: Likewise.
17980 * gdb.base/signull.exp: Likewise.
17981 * gdb.base/sizeof.exp: Likewise.
17982 * gdb.base/solib.exp: Likewise.
17983 * gdb.base/step-line.exp: Likewise.
17984 * gdb.base/step-test.exp: Likewise.
17985 * gdb.base/structs.exp: Likewise.
17986 * gdb.base/structs2.exp: Likewise.
17987 * gdb.base/term.exp: Likewise.
17988 * gdb.base/twice.exp: Likewise.
17989 * gdb.base/until.exp: Likewise.
17990 * gdb.base/varargs.exp: Likewise.
17991 * gdb.base/volatile.exp: Likewise.
17992 * gdb.base/watchpoint.exp: Likewise.
17993 * gdb.base/whatis-exp.exp: Likewise.
17994 * gdb.base/whatis.exp: Likewise.
17995 * gdb.cp/ambiguous.exp: Likewise.
17996 * gdb.cp/annota2.exp: Likewise.
17997 * gdb.cp/annota3.exp: Likewise.
17998 * gdb.cp/bool.exp: Likewise.
17999 * gdb.cp/breakpoint.exp: Likewise.
18000 * gdb.cp/casts.exp: Likewise.
18001 * gdb.cp/class2.exp: Likewise.
18002 * gdb.cp/classes.exp: Likewise.
18003 * gdb.cp/cplusfuncs.exp: Likewise.
18004 * gdb.cp/ctti.exp: Likewise.
18005 * gdb.cp/derivation.exp: Likewise.
18006 * gdb.cp/exception.exp: Likewise.
18007 * gdb.cp/gdb1355.exp: Likewise.
18008 * gdb.cp/hang.exp: Likewise.
18009 * gdb.cp/inherit.exp: Likewise.
18010 * gdb.cp/local.exp: Likewise.
18011 * gdb.cp/m-data.exp: Likewise.
18012 * gdb.cp/m-static.exp: Likewise.
18013 * gdb.cp/member-ptr.exp: Likewise.
18014 * gdb.cp/method.exp: Likewise.
18015 * gdb.cp/misc.exp: Likewise.
18016 * gdb.cp/namespace.exp: Likewise.
18017 * gdb.cp/overload.exp: Likewise.
18018 * gdb.cp/ovldbreak.exp: Likewise.
18019 * gdb.cp/pr-1023.exp: Likewise.
18020 * gdb.cp/pr-1210.exp: Likewise.
18021 * gdb.cp/pr-574.exp: Likewise.
18022 * gdb.cp/printmethod.exp: Likewise.
18023 * gdb.cp/psmang.exp: Likewise.
18024 * gdb.cp/ref-params.exp: Likewise.
18025 * gdb.cp/ref-types.exp: Likewise.
18026 * gdb.cp/rtti.exp: Likewise.
18027 * gdb.cp/templates.exp: Likewise.
18028 * gdb.cp/try_catch.exp: Likewise.
18029 * gdb.cp/userdef.exp: Likewise.
18030 * gdb.cp/virtfunc.exp: Likewise.
18031 * gdb.disasm/am33.exp: Likewise.
18032 * gdb.disasm/h8300s.exp: Likewise.
18033 * gdb.disasm/mn10300.exp: Likewise.
18034 * gdb.disasm/sh3.exp: Likewise.
18035 * gdb.disasm/t01_mov.exp: Likewise.
18036 * gdb.disasm/t02_mova.exp: Likewise.
18037 * gdb.disasm/t03_add.exp: Likewise.
18038 * gdb.disasm/t04_sub.exp: Likewise.
18039 * gdb.disasm/t05_cmp.exp: Likewise.
18040 * gdb.disasm/t06_ari2.exp: Likewise.
18041 * gdb.disasm/t07_ari3.exp: Likewise.
18042 * gdb.disasm/t08_or.exp: Likewise.
18043 * gdb.disasm/t09_xor.exp: Likewise.
18044 * gdb.disasm/t10_and.exp: Likewise.
18045 * gdb.disasm/t11_logs.exp: Likewise.
18046 * gdb.disasm/t12_bit.exp: Likewise.
18047 * gdb.disasm/t13_otr.exp: Likewise.
18048 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
18049 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
18050 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18051 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
18052 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
18053 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18054 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18055 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18056 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
18057 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
18058 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18059 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18060 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18061 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18062 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18063 * gdb.mi/gdb701.exp: Likewise.
18064 * gdb.mi/gdb792.exp: Likewise.
18065 * gdb.mi/mi-basics.exp: Likewise.
18066 * gdb.mi/mi-break.exp: Likewise.
18067 * gdb.mi/mi-cli.exp: Likewise.
18068 * gdb.mi/mi-console.exp: Likewise.
18069 * gdb.mi/mi-disassemble.exp: Likewise.
18070 * gdb.mi/mi-eval.exp: Likewise.
18071 * gdb.mi/mi-file.exp: Likewise.
18072 * gdb.mi/mi-read-memory.exp: Likewise.
18073 * gdb.mi/mi-regs.exp: Likewise.
18074 * gdb.mi/mi-return.exp: Likewise.
18075 * gdb.mi/mi-simplerun.exp: Likewise.
18076 * gdb.mi/mi-stack.exp: Likewise.
18077 * gdb.mi/mi-stepi.exp: Likewise.
18078 * gdb.mi/mi-syn-frame.exp: Likewise.
18079 * gdb.mi/mi-until.exp: Likewise.
18080 * gdb.mi/mi-var-block.exp: Likewise.
18081 * gdb.mi/mi-var-child.exp: Likewise.
18082 * gdb.mi/mi-var-cmd.exp: Likewise.
18083 * gdb.mi/mi-var-display.exp: Likewise.
18084 * gdb.mi/mi-watch.exp: Likewise.
18085 * gdb.mi/mi2-basics.exp: Likewise.
18086 * gdb.mi/mi2-break.exp: Likewise.
18087 * gdb.mi/mi2-cli.exp: Likewise.
18088 * gdb.mi/mi2-console.exp: Likewise.
18089 * gdb.mi/mi2-disassemble.exp: Likewise.
18090 * gdb.mi/mi2-eval.exp: Likewise.
18091 * gdb.mi/mi2-file.exp: Likewise.
18092 * gdb.mi/mi2-read-memory.exp: Likewise.
18093 * gdb.mi/mi2-regs.exp: Likewise.
18094 * gdb.mi/mi2-return.exp: Likewise.
18095 * gdb.mi/mi2-simplerun.exp: Likewise.
18096 * gdb.mi/mi2-stack.exp: Likewise.
18097 * gdb.mi/mi2-stepi.exp: Likewise.
18098 * gdb.mi/mi2-syn-frame.exp: Likewise.
18099 * gdb.mi/mi2-until.exp: Likewise.
18100 * gdb.mi/mi2-var-block.exp: Likewise.
18101 * gdb.mi/mi2-var-child.exp: Likewise.
18102 * gdb.mi/mi2-var-cmd.exp: Likewise.
18103 * gdb.mi/mi2-var-display.exp: Likewise.
18104 * gdb.mi/mi2-watch.exp: Likewise.
18105 * gdb.stabs/exclfwd.exp: Likewise.
18106 * gdb.stabs/weird.exp: Likewise.
18107 * gdb.threads/gcore-thread.exp: Likewise.
18108 * gdb.trace/actions.exp: Likewise.
18109 * gdb.trace/backtrace.exp: Likewise.
18110 * gdb.trace/circ.exp: Likewise.
18111 * gdb.trace/collection.exp: Likewise.
18112 * gdb.trace/deltrace.exp: Likewise.
18113 * gdb.trace/infotrace.exp: Likewise.
18114 * gdb.trace/limits.exp: Likewise.
18115 * gdb.trace/packetlen.exp: Likewise.
18116 * gdb.trace/passc-dyn.exp: Likewise.
18117 * gdb.trace/passcount.exp: Likewise.
18118 * gdb.trace/report.exp: Likewise.
18119 * gdb.trace/save-trace.exp: Likewise.
18120 * gdb.trace/tfind.exp: Likewise.
18121 * gdb.trace/tracecmd.exp: Likewise.
18122 * gdb.trace/while-dyn.exp: Likewise.
18123 * gdb.trace/while-stepping.exp: Likewise.
18124
18125 2006-08-08 Joel Brobecker <brobecker@adacore.com>
18126
18127 * gdb.base/step-bt.c: New file.
18128 * gdb.base/step-bt.exp: New testcase.
18129
18130 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
18131
18132 * config/monitor.exp (gdb_load): Remove support for obsolete
18133 download-write-size.
18134 * gdb.base/remote.exp: Likewise. Update all callers of
18135 gdb_timed_load.
18136
18137 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
18138
18139 * cursal.exp: Pass binfile to gdb_load.
18140
18141 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
18142
18143 * gdb.base/cursal.exp: Add "" to gdb_load call.
18144
18145 2006-07-29 Mark Kettenis <kettenis@gnu.org>
18146
18147 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
18148 NetBSD/ELF targets.
18149
18150 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
18151
18152 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
18153 operator*.
18154
18155 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
18156
18157 * gdb.base/completion.exp: Update for change in "file" behavior.
18158 * gdb.stabs/weird.exp: Likewise.
18159 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
18160 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
18161
18162 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
18163
18164 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
18165 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
18166
18167 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
18168
18169 * gdb.base/default.exp: Update source command error message.
18170 * gdb.base/help.exp: Update 'help source' message.
18171
18172 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
18173
18174 * gdb.cp/bs15503.exp: Update comment for no longer crashing
18175 test.
18176
18177 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
18178
18179 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
18180
18181 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18182
18183 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
18184
18185 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18186
18187 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
18188
18189 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18190
18191 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
18192 *-*-openbsd* from targets for wich we expect ARM FPA floating
18193 point format.
18194
18195 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
18196
18197 * gdb.cp/annota3.exp: Expect frame-begin annotation.
18198
18199 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18200
18201 * gdb.base/annota3.exp: Expect frame-begin annotation.
18202
18203 2006-07-14 Joel Brobecker <brobecker@adacore.com>
18204
18205 * gdb.base/help.exp: Adjust "help unset" test to accept
18206 any list of unset commands.
18207
18208 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
18209 Daniel Jacobowitz <dan@codesourcery.com>
18210
18211 * gdb.cp/ref-params.exp: New test.
18212 * gdb.cp/ref-params.cc: New source file.
18213 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
18214
18215 2006-07-08 Mark Kettenis <kettenis@gnu.org>
18216
18217 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
18218 spaces/tabs in regular expressions since they might not be there.
18219
18220 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
18221
18222 * gdb.base/ifelse.exp: New file.
18223
18224 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
18225
18226 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
18227 line.
18228 * gdb.base/huge.exp: Loop over compilation to find a size that
18229 is acceptable.
18230 * gdb.base/remote.exp: Correct expected strings.
18231 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
18232
18233 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18234
18235 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
18236
18237 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18238
18239 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
18240 native.
18241
18242 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18243
18244 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
18245 enable stabs testing.
18246
18247 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18248
18249 * gdb.base/auxv.exp: Intercept undefined command messages before
18250 gdb_test_multiple does.
18251
18252 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18253
18254 * Makefile.in (host_alias): Remove.
18255 (target_alias): Use @target_noncanonical@.
18256 (site.exp): Don't set host_alias.
18257 * aclocal.m4: Remove contents. Include acx.m4.
18258 * configure: Regenerated.
18259 * configure.ac: Use ACX_NONCANONICAL_TARGET.
18260
18261 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
18262
18263 * lib/gdb.exp (gdb_load_cmd): New.
18264
18265 * gdb.base/fileio.c: Add system(NULL) test.
18266 * gdb.base/fileio.exp: Check it.
18267
18268 * gdb.base/break.c: Add 10a breakpoint at }
18269 * gdb.base/break.exp: Add test for breakpoint at }
18270 * gdb.cp/anon-union.cc: Add code at end of function.
18271 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
18272 * gdb.mi/var-cmd.c: Add code at end of function.
18273 * gdb.mi/mi-var-display.exp: Adjust end of next.
18274 * gdb.mi/mi2-var-display.exp: Likewise.
18275 * gdb.base/fileio.c: Add stop function and insert calls at
18276 stopping places.
18277 * gdb.base/fileio.exp: Breakpoint stop function and remove
18278 explicit line number references.
18279
18280 2006-05-19 Joel Brobecker <brobecker@adacore.com>
18281
18282 * gdb.base/del.exp (test_delete_alias): New function.
18283 Now check that both "del" and "d" work as aliases for "delete".
18284
18285 2006-05-18 Fred Fish <fnf@specifix.com>
18286
18287 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
18288 required. Check for spurious output after program exits normally.
18289
18290 2006-05-17 Fred Fish <fnf@specifix.com>
18291
18292 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
18293 gdb_load, so it works in the simulator.
18294
18295 2006-05-11 Fred Fish <fnf@specifix.com>
18296
18297 * gdb.base/bang.exp: Ignore unexpected output between the
18298 "program exited normally" and the gdb prompt, as many other
18299 tests do.
18300
18301 2006-05-07 Mark Kettenis <kettenis@gnu.org>
18302
18303 * gdb.base/help.exp: Make "delete checkpoint" part option for
18304 "help d" and "help delete" tests.
18305
18306 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18307
18308 * gdb.mi/mi-basics.exp: Add missing serial number to
18309 expected output in some mi_gdb_test statements.
18310 * gdb.mi/mi2-basics.exp: Likewise.
18311
18312 2006-05-05 Joel Brobecker <brobecker@adacore.com>
18313
18314 * gdb.base/del.c: New file.
18315 * gdb.base/del.exp: New testcase.
18316
18317 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
18318
18319 * gdb.base/break.exp: Do not assume a breakpoint on
18320 main will actually be in $srcfile when optimizing.
18321 * gdb.base/savedregs.exp: Do not require that the dummy
18322 frame location match up to a symbol and source file location.
18323 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
18324 will get printed without a mi_cmd_data_list_register_values prefix.
18325 (*-data-list-register-*): Correct regular expressions to expect the new
18326 pseudo d? floating point registers.
18327 * gdb.mi/mi2-regs.exp: Likewise.
18328
18329 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
18330
18331 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
18332 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
18333 is allocated by the compiler.
18334 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
18335 anons, e, anone to force their allocation by the compiler.
18336
18337 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
18338
18339 * gdb.base/help.exp: Update expected text for help d and
18340 help delete.
18341
18342 2006-05-02 Mark Kettenis <kettenis@gnu.org>
18343
18344 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
18345 NetBSD/ELF targets.
18346
18347 2006-04-30 Mark Kettenis <kettenis@gnu.org>
18348
18349 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
18350 single-step breakpoint fails; make this a KFAIL on
18351 sparc*-*-openbsd*.
18352 * gdb.base/siginfo.exp: Likewise.
18353 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18354
18355 2006-04-26 Michael Snyder <msnyder@redhat.com>
18356
18357 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
18358 which may have to consume output from other forks.
18359 Add tests to make sure that "delete fork" succeeded.
18360
18361 2006-04-20 Michael Snyder <msnyder@redhat.com>
18362
18363 * 2006-03-22 Jim Blandy <jimb@redhat.com>
18364 Add support for the Renesas M32C and M16C.
18365
18366 * gdb.asm/asm-source.exp: Add m32c target.
18367 * gdb.asm/m32c.inc: Support for m32c target.
18368
18369 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
18370
18371 * gdb.base/commands.exp (recursive_source_test): New test.
18372
18373 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
18374
18375 * gdb.base/float.exp: Add pattern for sparc targets.
18376
18377 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18378
18379 * gdb.base/commands.exp (stray_arg0_test): New test.
18380
18381 2006-03-30 Paul Brook <paul@codesourcery.com>
18382
18383 * gdb.mi/mi-until.exp: kfail broken until command.
18384 * gdb.mi/mi2-until.exp: Ditto.
18385
18386 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
18387
18388 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
18389
18390 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
18391
18392 * gdb.base/prelink.exp: Anchor tested-for regular expression
18393 on gdb prompt.
18394
18395 2006-03-07 Paul Brook <paul@codesourcery.com>
18396
18397 * gdb.base/assign.exp: Correct fail message.
18398
18399 2006-03-07 Paul Brook <paul@codesourcery.com>
18400
18401 * lib/compiler.c: Extract armcc version number.
18402 * lib/compiler.cc: Ditto.
18403
18404 2006-03-07 Paul Brook <paul@codesourcery.com>
18405
18406 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
18407 additional_flags=-w.
18408 * gdb.arch/altivec-regs.exp: Ditto.
18409 * gdb.arch/e500-abi.exp: Ditto.
18410 * gdb.arch/e500-regs.exp: Ditto.
18411 * gdb.base/all-bin.exp: Ditto.
18412 * gdb.base/annota1.exp: Ditto.
18413 * gdb.base/annota3.exp: Ditto.
18414 * gdb.base/args.exp: Ditto.
18415 * gdb.base/arithmet.exp: Ditto.
18416 * gdb.base/assign.exp: Ditto.
18417 * gdb.base/async.exp: Ditto.
18418 * gdb.base/bang.exp: Ditto.
18419 * gdb.base/break.exp: Ditto.
18420 * gdb.base/call-rt-st.exp: Ditto.
18421 * gdb.base/completion.exp: Ditto.
18422 * gdb.base/cond-expr.exp: Ditto.
18423 * gdb.base/condbreak.exp: Ditto.
18424 * gdb.base/consecutive.exp: Ditto.
18425 * gdb.base/define.exp: Ditto.
18426 * gdb.base/display.exp: Ditto.
18427 * gdb.base/ena-dis-br.exp: Ditto.
18428 * gdb.base/environ.exp: Ditto.
18429 * gdb.base/eval-skip.exp: Ditto.
18430 * gdb.base/info-proc.exp: Ditto.
18431 * gdb.base/jump.exp: Ditto.
18432 * gdb.base/logical.exp: Ditto.
18433 * gdb.base/long_long.exp: Ditto.
18434 * gdb.base/maint.exp: Ditto.
18435 * gdb.base/miscexprs.exp: Ditto.
18436 * gdb.base/pc-fp.exp: Ditto.
18437 * gdb.base/pointers.exp: Ditto.
18438 * gdb.base/relational.exp: Ditto.
18439 * gdb.base/reread.exp: Ditto.
18440 * gdb.base/sect-cmd.exp: Ditto.
18441 * gdb.base/sep.exp: Ditto.
18442 * gdb.base/sepdebug.exp: Ditto.
18443 * gdb.base/until.exp: Ditto.
18444 * gdb.base/whatis-exp.exp: Ditto.
18445 * gdb.cp/annota2.exp: Ditto.
18446 * gdb.cp/annota3.exp: Ditto.
18447 * gdb.trace/actions.exp: Ditto.
18448 * gdb.trace/backtrace.exp: Ditto.
18449 * gdb.trace/circ.exp: Ditto.
18450 * gdb.trace/collection.exp: Ditto.
18451 * gdb.trace/deltrace.exp: Ditto.
18452 * gdb.trace/infotrace.exp: Ditto.
18453 * gdb.trace/limits.exp: Ditto.
18454 * gdb.trace/packetlen.exp: Ditto.
18455 * gdb.trace/passc-dyn.exp: Ditto.
18456 * gdb.trace/passcount.exp: Ditto.
18457 * gdb.trace/report.exp: Ditto.
18458 * gdb.trace/save-trace.exp: Ditto.
18459 * gdb.trace/tfind.exp: Ditto.
18460 * gdb.trace/tracecmd.exp: Ditto.
18461 * gdb.trace/while-dyn.exp: Ditto.
18462 * gdb.trace/while-stepping.exp: Ditto.
18463 * lib/gdb.exp: Ditto.
18464 (gdb_compile): Handle nowarning option.
18465
18466 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
18467
18468 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
18469 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
18470 Rename executable to prelinkt. Don't re-prelink if we didn't
18471 get a core file. Test prelink -u exit status to tell whether
18472 prelinking failed. Use gdb_test_multiple.
18473
18474 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
18475
18476 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
18477 (do_tests): Call it.
18478
18479 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
18480
18481 * gdb.base/prelink.exp: New test.
18482 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
18483
18484 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
18485
18486 * gdb.fortran/derived-type.f90: New file.
18487 * gdb.fortran/derived-type.exp: New testcase.
18488
18489 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
18490
18491 * gdb.base/default.exp: Allow ';' as a directory separator.
18492
18493 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18494
18495 * gdb.base/help.exp (help add-symbol-file): Update.
18496
18497 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18498
18499 * gdb.base/help.exp (help load): Update expected results.
18500
18501 2006-02-19 Fred Fish <fnf@specifix.com>
18502
18503 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
18504 specifix hex value as part of results.
18505 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
18506
18507 2006-02-16 Fred Fish <fnf@specifix.com>
18508
18509 * gdb.base/whatis.c: Define variables using typedefs char_addr,
18510 ushort_addr, and slong_addr, so the typedefs are not optimized
18511 away.
18512 * gdb.base/whatis.exp: Add tests using type name for struct type,
18513 union type, enum type, and typedef.
18514
18515 2006-02-13 Mark Kettenis <kettenis@gnu.org>
18516
18517 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
18518
18519 2006-02-13 Jim Blandy <jimb@redhat.com>
18520
18521 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
18522 case where it takes two "next" commands to skip past the init
18523 call.
18524
18525 2006-02-12 Fred Fish <fnf@specifix.com>
18526
18527 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
18528 to handle cases where it takes two "next" commands to skip
18529 past the init call.
18530
18531 2006-02-07 Joel Brobecker <brobecker@adacore.com>
18532
18533 * gdb.ada/array_return.exp: Mark the last test as expected to fail
18534 on hppa32 targets.
18535
18536 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
18537
18538 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
18539 field.
18540
18541 2006-01-29 Mark Kettenis <kettenis@gnu.org>
18542
18543 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
18544
18545 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18546
18547 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
18548 files.
18549
18550 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18551
18552 * gdb.cp/maint.exp: Set complaints to a positive value.
18553
18554 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18555
18556 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
18557 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
18558 function name.
18559
18560 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18561
18562 * gdb.base/checkpoint.c: Update copyright notice. Include
18563 <stdlib.h>.
18564
18565 2006-01-04 Jim Blandy <jimb@redhat.com>
18566
18567 * gdb.asm/asm-source.exp: Independently provide default values for
18568 asm-flags and debug-flags. Use 'string equal' to do the
18569 comparison, not the implicit expr's '==' operator. Remove
18570 now-unneeded assignments to asm-flags. In h8300 case, place
18571 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
18572
18573 2006-01-04 Michael Snyder <msnyder@redhat.com>
18574
18575 * gdb.base/checkpoint.c: New file.
18576 * gdb.base/checkpoint.exp: New file.
18577 * gdb.base/multi-fork.c: New file.
18578 * gdb.base/multi-fork.exp: New file.
18579 * gdb.base/pi.txt: New file (data for checkpoint.c test).
18580
18581 2006-01-04 Fred Fish <fnf@specifix.com>
18582
18583 * gdb.base/ptype.c (foo): Add typedef.
18584 (intfoo): Add function.
18585 * gdb.base/ptype1.c: New file.
18586 * gdb.base/ptype.exp: Handle compilation and linking with two
18587 source files. Test that proper type for "foo" is found based
18588 on source context rather than first match found in symtabs.
18589
18590 2005-12-28 Mark Kettenis <kettenis@gnu.org>
18591
18592 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
18593 * gdb.asm/openbsd.inc: Indent commands.
18594
18595 2005-12-26 Mark Kettenis <kettenis@gnu.org>
18596
18597 * gdb.base/freebpcmd.exp: Increase timeout.
18598
18599 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
18600
18601 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
18602
18603 * gdb.base/default.exp: Update check for "show version".
18604
18605 2005-12-09 Randolph Chung <tausq@debian.org>
18606
18607 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
18608 * gdb.asm/pa64.inc: New file.
18609
18610 2005-12-09 Randolph Chung <tausq@debian.org>
18611
18612 * gdb.asm/common.inc: Indent commands.
18613 * gdb.asm/asmsrc1.s: Likewise.
18614 * gdb.asm/asmsrc2.s: Likewise.
18615
18616 2005-12-09 Randolph Chung <tausq@debian.org>
18617
18618 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
18619 (get_addr_of_sym): Remove duplicate print.
18620 (gen_core): xfail hppa*-*-hpux*, update expected output.
18621 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
18622 * gdb.arch/pa64-nullify.s: New file.
18623
18624 2005-12-09 Randolph Chung <tausq@debian.org>
18625
18626 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
18627
18628 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
18629
18630 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
18631 code generation for these functions.
18632 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
18633 error message.
18634
18635 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
18636
18637 * gdb.base/help.exp (help b, help br, help bre, help brea)
18638 (help break): Update the expected message.
18639
18640 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
18641
18642 * gdb.asm/m68hc11.inc: Setup the data section.
18643 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
18644 script for this test.
18645 (m6812-*-*): Likewise.
18646
18647 2005-11-09 Randolph Chung <tausq@debian.org>
18648
18649 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
18650
18651 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
18652
18653 * gdb.base/break.exp: Fix a comment typo.
18654
18655 2005-11-03 Jim Blandy <jimb@redhat.com>
18656
18657 Checked in by Elena Zannoni <ezannoni@redhat.com>
18658
18659 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
18660
18661 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
18662
18663 * gdb.arch/gdb1558.c: Include stdio.h.
18664
18665 2005-10-31 Mark Kettenis <kettenis@gnu.org>
18666
18667 * gdb.asm/asm-source.exp: Use -e instead of --entry.
18668
18669 2005-10-31 Mark Kettenis <kettenis@gnu.org>
18670
18671 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
18672
18673 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
18674
18675 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
18676 vscr" tests to better match output.
18677
18678 2005-10-12 Jim Blandy <jimb@redhat.com>
18679
18680 * gdb.base/structs.exp (any): New function.
18681 (test_struct_returns): Don't make any assumptions at all about
18682 what value the function returns when GDB can't set the return
18683 value.
18684
18685 2005-10-09 Joel Brobecker <brobecker@adacore.com>
18686
18687 * gdb.ada/arrayidx/p.adb: New file.
18688 * gdb.ada/arrayidx.exp: New testcase
18689
18690 2005-10-09 Joel Brobecker <brobecker@adacore.com>
18691
18692 * gdb.ada/array_return/pck.ads: New file.
18693 * gdb.ada/array_return/pck.adb: New file.
18694 * gdb.ada/array_return/p.adb: New file.
18695 * gdb.ada/array_return.exp: New testcase.
18696
18697 2005-10-03 Joel Brobecker <brobecker@adacore.com>
18698
18699 * gdb.base/arrayidx.c: New file.
18700 * gdb.base/arrayidx.exp: New testcase.
18701
18702 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
18703
18704 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
18705 frames-invalid and breakpoints-invalid are no longer generated
18706 with level 3 so don't expect them in the output.
18707
18708 2005-09-27 Bob Rossi <bob@brasko.net>
18709
18710 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
18711 from test. Escape the | in mi_gdb_test call.
18712 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
18713 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
18714 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
18715 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
18716 expected regex's in mi_gdb_test calls.
18717 * lib/mi-support.exp: Remove arbitrary .* from tests.
18718 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
18719 Fully anchor GDB/MI expected results in mi_gdb_test.
18720 * lib/gdb.exp (string_to_regexp): Escape the ] character.
18721 * gdb.base/sizeof.exp: Remove escape character. Correct test.
18722
18723 2005-09-26 Paul Brook <paul@codesourcery.com>
18724
18725 * long_long.exp: Exclude eabi targets from arm FPA float format test.
18726
18727 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
18728
18729 * bfp-test.c: New file.
18730 * bfp-test.exp: New testcase.
18731
18732 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
18733
18734 * gdb.fortran/subarray.exp: New testcase to test the evaluation
18735 of subarray and substring variable.
18736 * gdb.fortran/subarray.f: New source file for the test of subarray
18737 and substring variable evaluation.
18738 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
18739 of string constant.
18740
18741 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
18742
18743 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
18744 copyright dates.
18745
18746 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
18747
18748 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
18749 powerpc altivec' test with an almost identical 'info vector' test.
18750
18751 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
18752
18753 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
18754 vscr" tests to match output.
18755
18756 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
18757
18758 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
18759 output.
18760
18761 2005-09-11 Bob Rossi <bob@brasko.net>
18762
18763 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
18764 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
18765 commands that return an MI output command and an asyncronous MI output
18766 command.
18767 * gdb.mi/mi-console.exp: Ditto.
18768
18769 2005-09-11 Bob Rossi <bob@brasko.net>
18770
18771 * gdb.mi/mi-var-child.c: Include <string.h>.
18772
18773 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
18774
18775 * killed.exp: Correct gdb_expect syntax.
18776
18777 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
18778
18779 * lib/mi-support.exp (mi_gdb_load): Fix typo.
18780
18781 2005-08-02 Bob Rossi <bob@brasko.net>
18782
18783 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
18784 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
18785 Change tests to inferior-tty-set/show.
18786 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
18787 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
18788 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
18789 inferior. Use mi_gdb_test to get GDB and Inferior output.
18790 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
18791 descriptor.
18792 (mi_inferior_tty_name): Add inferior PTY file name.
18793 (mi_gdb_start): Add INFERIOR_PTY parameter.
18794 (mi_gdb_test): Add IPATTERN parameter.
18795
18796 2005-08-02 Bob Rossi <bob@brasko.net>
18797
18798 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
18799 parameter to mi_gdb_test.
18800 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
18801
18802 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18803
18804 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
18805 struct_declarations.
18806 * gdb.mi/mi-var-child.exp: Step over the initialization of
18807 struct_declarations.
18808
18809 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18810
18811 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
18812 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
18813 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
18814 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
18815 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
18816 file.
18817
18818 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
18819
18820 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
18821 (do_children_tests): Assign values to the extra elements.
18822
18823 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
18824 them for tests for "-var-update --no-values" and
18825 "-var-update --all-values".
18826 Add test for "-var-list-children --simple-values".
18827
18828 * gdb.mi/basics.c (callee4): Add integer array D[3]...
18829
18830 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
18831 "-stack-list-locals --simple-values" Improve doc strings and
18832 comments.
18833
18834 2005-07-18 Mark Kettenis <kettenis@gnu.org>
18835
18836 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
18837 *-*-openbsd*.
18838 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
18839
18840 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
18841 sigaltsatck'.
18842
18843 2005-07-14 Bob Rossi <bob@brasko.net>
18844
18845 * gdb.base/default.exp (tty): Changed output of command.
18846 * gdb.base/help.exp (help tty): Ditto.
18847
18848 2005-07-12 Mark Kettenis <kettenis@gnu.org>
18849
18850 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
18851
18852 2005-07-10 Mark Kettenis <kettenis@gnu.org>
18853
18854 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
18855 -stack-select-frame without arguments.
18856 (test_stack_frame_listing): Add test for newly implemented command
18857 -stack-info-frame.
18858
18859 2005-07-06 Bob Rossi <bob@brasko.net>
18860
18861 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
18862 command.
18863 (Copyright): Update copyright.
18864
18865 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
18866
18867 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
18868 tests to evaluate exponentiation expression.
18869
18870 2005-06-29 Andreas Schwab <schwab@suse.de>
18871
18872 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
18873 main to avoid warnings.
18874
18875 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
18876
18877 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
18878
18879 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
18880 -stack-select-frame without arguments.
18881 (test_stack_frame_listing): Add test for newly implemented command
18882 -stack-info-frame.
18883
18884 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
18885
18886 * gdb.fortran/array-element.f: New file.
18887 * gdb.fortran/array-element.exp: New testcase.
18888
18889 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18890
18891 * gdb.base/bigcore.exp: Correct checks for systems which can
18892 not dump a large core file.
18893
18894 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18895
18896 * gdb.base/relocate.c: Add a copyright notice.
18897 (dummy): Remove.
18898 * gdb.base/relocate.exp: Test printing the values of variables
18899 from a relocatable file.
18900
18901 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18902
18903 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
18904 excess MI output after an error.
18905
18906 2005-05-29 Joel Brobecker <brobecker@adacore.com>
18907
18908 * gdb.arch/alpha-step.c: New file.
18909 * gdb.arch/alpha-step.exp: New testcase.
18910
18911 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
18912 Dennis Brueni <dennis@slickedit.com>
18913
18914 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
18915 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
18916 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
18917 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
18918 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
18919 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
18920 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
18921
18922 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
18923 Wu Zhou <woodzltc@cn.ibm.com>
18924
18925 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
18926 IBM's xlc compiler.
18927 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
18928 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
18929
18930 2005-05-13 Jim Blandy <jimb@redhat.com>
18931
18932 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
18933 calling gdb_suppress_entire_file.
18934 * gdb.base/charset.exp: Same.
18935 * gdb.base/call-rt-st.exp: Same.
18936
18937 2005-05-05 Bob Rossi <bob_rossi@cox.net>
18938
18939 * lib/gdb.exp (fullname_syntax): Added global regex.
18940 (fullname_syntax_POSIX): Ditto.
18941 (fullname_syntax_UNC): Ditto.
18942 (fullname_syntax_DOS_CASE): Ditto.
18943 (fullname_syntax_DOS): Ditto.
18944 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
18945 fullname_syntax variable to scope and use it.
18946 (test_file_list_exec_source_files): Ditto.
18947 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
18948
18949 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
18950
18951 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
18952
18953 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
18954
18955 * lib/gdb.exp (skip_altivec_tests): New function, based on
18956 check_vmx_hw_available from the GCC testsuite.
18957 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
18958 * lib/gdb.arch/altivec-regs.exp: Likewise.
18959
18960 2005-05-02 Jim Blandy <jimb@redhat.com>
18961
18962 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
18963 calling gdb_suppress_entire_file.
18964
18965 2005-04-30 Randolph Chung <tausq@debian.org>
18966
18967 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
18968 Slightly relax "sem_post" name checking.
18969
18970 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
18971
18972 * gdb.base/unload.exp: Use new shared library infrastructure.
18973
18974 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
18975
18976 * gdb.base/so-impl-ld.exp: Use new shared library
18977 infrastructure.
18978
18979 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
18980
18981 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
18982 * gdb.asm/h8300.inc: New file.
18983
18984 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18985
18986 * gdb.base/shlib-call.exp: Change to use new shared library
18987 infrastructure.
18988
18989 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18990
18991 * gdb.base/pending.exp: Change to use new shared library
18992 infrastructure.
18993
18994 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18995
18996 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
18997 use test_compiler_info instead of gcc_compiled, and update copyright.
18998
18999 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
19000
19001 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
19002 shared objects being adjusted and update copyright years.
19003
19004 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
19005
19006 * ChangeLog: Correct some 2003-01-13 dates.
19007 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
19008 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
19009 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
19010 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
19011 gdb.trace/tfind.exp: Update copyright years.
19012
19013 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
19014 Daniel Jacobowitz <dan@codesourcery.com>
19015
19016 * lib/gdb.exp (gdb_compile): Handle shlib=.
19017 (gdb_compile_shlib): New function.
19018
19019 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
19020
19021 * lib/gdb.exp (test_compiler_info): Give argument a default value.
19022
19023 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19024
19025 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
19026 gdb.server.
19027 * configure.ac: Likewise.
19028 * configure: Regenerated.
19029 * gdb.gdbserver/Makefile.in: Moved to...
19030 * gdb.server/Makefile.in: ... here.
19031 * gdb.gdbserver/server.c: Moved to...
19032 * gdb.server/server.c: ... here.
19033 * gdb.gdbserver/server-run.exp: Moved to...
19034 * gdb.server/server-run.exp: ... here.
19035
19036 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19037
19038 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
19039 * configure.ac: Create gdb.gdbserver/Makefile.
19040 * configure: Regenerated.
19041 * lib/gdbserver-support.exp: New file, derived from
19042 config/gdbserver.exp.
19043 * config/gdbserver.exp: Use gdbserver-support.exp.
19044 * gdb.gdbserver/Makefile.in: New file.
19045 * gdb.gdbserver/server.c: New file.
19046 * gdb.gdbserver/server-run.exp: New file.
19047
19048 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
19049
19050 * lib/gdb.exp (test_compiler_info): Return compiler_info
19051 if no arguments are given.
19052
19053 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
19054
19055 * gdb.arch/altivec-abi.exp: Check for compiler and set
19056 use altivec' flag accordingly.
19057 * gdb.arch/altivec-regs.exp: Likewise.
19058
19059 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
19060
19061 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
19062
19063 2005-03-27 Andreas Schwab <schwab@suse.de>
19064
19065 * gdb.base/bigcore.c (main): Add missing mode argument in open
19066 call.
19067
19068 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
19069
19070 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
19071 downloads.
19072 * config/gdbserver.exp (gdb_load): Likewise.
19073
19074 2005-03-14 Paul Brook <paul@codesourcery.com>
19075
19076 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
19077 targets.
19078
19079 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19080
19081 * gdb.dwarf2/dup-psym.S: New file.
19082 * gdb.dwarf2/dup-psym.exp: New testcase.
19083
19084 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19085
19086 * gdb.ada/exec_changed/first.adb: New file.
19087 * gdb.ada/exec_changed/second.adb: New file.
19088 * gdb.ada/exec_changed.exp: New testcase.
19089
19090 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
19091
19092 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
19093 (A2): New class.
19094 (main): Test operator+.
19095 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
19096 breakpoint test.
19097
19098 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
19099 * gdb.base/signull.exp: Disable if gdb,nosignals.
19100 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
19101 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
19102 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
19103 * gdb.mi/mi2-console.exp: Likewise.
19104 * gdb.trace/collection.exp (run_trace_experiment): Consume the
19105 continue output at start.
19106 (gdb_collect_locals_test): Robustify regexp.
19107 * gdb.trace/passc-dyn.exp: Fix comment typo.
19108 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
19109
19110 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
19111
19112 * gdb.asm/asm-source.exp: Add iq2000 case.
19113 * gdb.asm/iq2000.inc: New file.
19114
19115 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
19116
19117 * gdb.base/command.exp: Change hardcoded value to regular expression.
19118 * gdb.base/float.exp: Add powerpc to the list of targets checked.
19119
19120 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
19121
19122 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
19123 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
19124 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
19125 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
19126 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
19127
19128 2005-03-05 Mark Kettenis <kettenis@gnu.org>
19129
19130 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
19131 changes.
19132
19133 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
19134
19135 * lib/compiler.c: Add test for IBM's xlc compiler.
19136 * lib/compiler.cc: Likewise.
19137
19138 2004-02-24 Joel Brobecker <brobecker@adacore.com>
19139
19140 * gdb.ada/fixed_points.exp: Create compilation object directory
19141 before running the test.
19142 * gdb.ada/null_record.exp: Likewise.
19143 * gdb.ada/packed_array.exp: Likewise.
19144 * gdb.ada/start.exp: Likewise.
19145
19146 2005-02-15 Joel Brobecker <brobecker@adacore.com>
19147
19148 * gdb.ada/packed_array/pa.adb: New file.
19149 * gdb.ada/packed_array.exp: New testcase.
19150
19151 2005-02-10 Mark Kettenis <kettenis@gnu.org>
19152
19153 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
19154 files.
19155
19156 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
19157 on *-*-openbsd*. Correctly match whitespace in regukar
19158 expressions.
19159
19160 2005-02-10 Daniel Jacobowitz <dan@debian.org>
19161
19162 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
19163 PR exp/1821
19164 * gdb.base/gdb1821.c: New test file.
19165 * gdb.base/gdb1821.exp: New test file.
19166
19167 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19168
19169 * gdb.base/start.c: New file.
19170 * gdb.base/start.exp: New testcase.
19171
19172 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19173
19174 * gdb.ada/start/dummy.adb: New file.
19175 * gdb.ada/start.exp: New testcase.
19176
19177 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
19178
19179 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
19180 for printing symbols and statistics.
19181 Add test for using relative pathnames in "maint print msymbols" test.
19182 Mark "maint info sections DATA" XFAIL on Cygwin.
19183 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
19184 tests.
19185
19186 2005-02-09 Andreas Schwab <schwab@suse.de>
19187
19188 Committed by Andrew Cagney <cagney@gnu.org>
19189 * gdb.base/remotetimeout.exp: New file.
19190
19191 2005-02-07 Mark Kettenis <kettenis@gnu.org>
19192
19193 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
19194
19195 2005-02-03 Joel Brobecker <brobecker@adacore.com>
19196
19197 * gdb.ada/gnat_ada.gpr: New file.
19198 * gdb.ada/gnat_ada.gin: Delete, no longer used.
19199 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
19200 * configure.ac: No longer generate gnat_ada.gpr.
19201 * configure: Regenerate.
19202 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
19203 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
19204 * gdb.ada/null_record/bar.ads: Likewise.
19205 * gdb.ada/null_record/bar.adb: Likewise.
19206 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
19207 * gdb.ada/null_record.exp (testdir): New variable.
19208 (testfile): executable is now in testdir subdirectory.
19209 (srcfile): Use full path to the main compilation unit.
19210 * gdb.ada/fixed_points.exp: Same changes as above.
19211
19212 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
19213
19214 * gdb.base/interp.exp: New test.
19215
19216 2005-01-24 Andrew Cagney <cagney@gnu.org>
19217
19218 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
19219
19220 2005-01-19 Andrew Cagney <cagney@gnu.org>
19221
19222 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
19223 configure.ac not configure.in.
19224
19225 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
19226 of powerpc*-*-*.
19227 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
19228 * gdb.base/list.exp (test_list_function)
19229 (test_list_filename_and_function): Ditto.
19230 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
19231
19232 2005-01-16 Andrew Cagney <cagney@gnu.org>
19233
19234 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
19235
19236 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
19237
19238 2005-01-14 Andrew Cagney <cagney@gnu.org>
19239
19240 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
19241 * gdb.mi/mi2-var-cmd.exp: Ditto.
19242
19243 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
19244
19245 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
19246
19247 2005-01-07 Andrew Cagney <cagney@gnu.org>
19248
19249 * configure.ac: Rename configure.in, require autoconf 2.59.
19250 * configure: Re-generate.
19251 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
19252 * gdb.stabs/configure: Re-generate.
19253 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
19254 * gdb.hp/configure: Re-generate.
19255 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
19256 autoconf 2.59.
19257 * gdb.hp/gdb.objdbg/configure: Re-generate.
19258 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
19259 autoconf 2.59.
19260 * gdb.hp/gdb.defects/configure: Re-generate.
19261 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
19262 autoconf 2.59.
19263 * gdb.hp/gdb.compat/configure: Re-generate.
19264 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
19265 autoconf 2.59.
19266 * gdb.hp/gdb.base-hp/configure: Re-generate.
19267 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
19268 autoconf 2.59.
19269 * gdb.hp/gdb.aCC/configure: Re-generate.
19270
19271 2004-12-15 Jim Blandy <jimb@redhat.com>
19272
19273 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
19274 under NPTL when there is debugging info available for libpthread.
19275
19276 2004-12-13 Jerome Guitton <guitton@gnat.com>
19277
19278 * gdb.ada/fixed_points.c: New file.
19279 * gdb.ada/fixed_points.exp: New file.
19280
19281 2004-12-03 Randolph Chung <tausq@debian.org>
19282
19283 * gdb.arch/pa-nullify.exp: New file.
19284 * gdb.arch/pa-nullify.s: New file.
19285
19286 2004-11-30 Randolph Chung <tausq@debian.org>
19287
19288 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
19289 instead of "tbug". Fix regexp to work properly with gdb_test.
19290
19291 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
19292
19293 * gdb.base/bitfields2.exp: New test.
19294 * gdb.base/bitfields2.c: New file.
19295
19296 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
19297
19298 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19299
19300 2004-11-16 Randolph Chung <tausq@debian.org>
19301
19302 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
19303
19304 2004-11-14 Daniel Jacobowitz <dan@debian.org>
19305
19306 * gdb.threads/threadapply.exp: Correct "macro details" test.
19307
19308 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
19309
19310 * gdb.threads/threadapply.exp: New test.
19311 * gdb.threads/threadapply.c: New file.
19312
19313 2004-11-07 Mark Kettenis <kettenis@gnu.org>
19314
19315 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
19316 frames.
19317
19318 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
19319
19320 * gdb.base/cursal.exp: New file.
19321 * gdb.base/cursal.c: New file.
19322
19323 2004-11-03 Andrew Cagney <cagney@gnu.org>
19324
19325 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
19326
19327 2004-10-30 Mark Kettenis <kettenis@gnu.org>
19328
19329 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
19330 NetBSD/ELF targets.
19331
19332 2004-10-29 Joel Brobecker <brobecker@gnat.com>
19333
19334 * gdb.threads/bp_in_thread.c: New file, copied from
19335 pthread_cond_wait.c.
19336 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
19337 file, rather than reusing the .c file from another testcase.
19338
19339 2004-10-20 Joel Brobecker <brobecker@gnat.com>
19340
19341 * gdb.ada/null_record.exp: Check where we stopped after
19342 sending the start command, instead of where the associated
19343 temporary breakpoint was inserted.
19344
19345 2004-10-14 Andrew Cagney <cagney@gnu.org>
19346
19347 * gdb.mi/gdb701.c (main): Return 0.
19348
19349 2004-10-13 Daniel Jacobowitz <dan@debian.org>
19350
19351 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
19352
19353 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
19354
19355 * gdb.threads/schedlock.c: Add comment markers to use to find
19356 line numbers.
19357 * gdb.threads/schedlock.exp: Adjust regex to handle the new
19358 comments.
19359 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
19360 breakpoint lines.
19361
19362 2004-10-12 Daniel Jacobowitz <dan@debian.org>
19363
19364 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
19365
19366 2004-10-12 Daniel Jacobowitz <dan@debian.org>
19367
19368 * configure.in: Add gdb.dwarf2.
19369 * configure: Regenerated.
19370 * Makefile.in: Add gdb.dwarf2.
19371 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
19372 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
19373 gdb.dwarf2/file1.txt: New files.
19374
19375 2004-10-11 Orjan Friberg <orjanf@axis.com>
19376
19377 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
19378 of "run", since the latter doesn't work with remote targets. Adjust
19379 the breakpoint numbering accordingly.
19380 * gdb.threads/pthread_cond_wait.exp: Ditto.
19381
19382 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
19383
19384 * gdb.base/overlays.exp: Update copyright years.
19385
19386 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
19387
19388 * gdb.base/overlays.exp: Disable if target is Linux.
19389
19390 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
19391
19392 * config/gdbserver.exp (gdb_load): Use right filename on remote.
19393
19394 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
19395
19396 * gdb.asm/asm-source.exp: Add m32r-linux target.
19397 * gdb.asm/m32r-linux.inc: New file.
19398
19399 2004-09-24 Andrew Cagney <cagney@redhat.com>
19400 David Anderson <anderson@redhat.com>
19401
19402 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
19403 command fails, assume things will work.
19404 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
19405 (_GNU_SOURCE): Define.
19406 (print_unsigned, print_hex): Change parameter to "long long".
19407 (print_byte_count): New function, use to print byte counts.
19408 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
19409 O_LARGEFILE.
19410 (main): Compute an upper bound on a corefile in max_core_size.
19411 Limit memory chunk size to max_core_size. Limit total memory
19412 allocated to max_core_size.
19413
19414 2004-09-23 Andrew Cagney <cagney@gnu.org>
19415
19416 * gdb.base/bigcore.exp: Replace the code that creates a corefile
19417 from a separate process with code that creates a corefile by
19418 making the inferior dump core.
19419
19420 2004-09-23 Mark Kettenis <kettenis@gnu.org>
19421
19422 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
19423 block.
19424
19425 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
19426
19427 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
19428 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
19429 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
19430 Likewise.
19431
19432 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
19433
19434 * gdb.java/jprint.exp: New test case for java inferior call.
19435 * gdb.java/jprint.java: Ditto.
19436
19437 2004-09-15 Joel Brobecker <brobecker@gnat.com>
19438
19439 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
19440
19441 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19442
19443 * gdb.threads/killed.c: Include <stdlib.h>.
19444 * gdb.threads/pthreads.c: Likewise.
19445
19446 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19447
19448 * gdb.threads/killed.c: Add copyright notice.
19449
19450 2004-09-10 Jason Molenda (jmolenda@apple.com)
19451
19452 * gdb.base/define.exp: Two new tests to verify zero space chars
19453 after 'if' and 'while' commands in a user-defined command is correctly
19454 parsed.
19455
19456 2004-09-08 Andrew Cagney <cagney@gnu.org>
19457
19458 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
19459 delivery test with duplicate at end of file.
19460
19461 2004-09-06 Mark Kettenis <kettenis@jive.nl>
19462
19463 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
19464
19465 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19466
19467 * config/hppro.exp: Removed.
19468
19469 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19470
19471 * config/sparclet.exp: Removed.
19472
19473 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19474
19475 * config/udi.exp: Removed.
19476
19477 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
19478
19479 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
19480 of "exp_continue".
19481 (advancei): Likewise.
19482
19483 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19484
19485 * gdb.base/unload.exp: Fix so messages aren't duplicated.
19486
19487 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
19488
19489 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
19490 to check for nodebug in executable.
19491 * gdb.gdb/observer.exp (setup_test): Likewise.
19492 * gdb.gdb/selftest.exp (test_with_self): Likewise.
19493 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
19494
19495 2004-09-01 Andrew Cagney <cagney@gnu.org>
19496
19497 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19498 files.
19499
19500 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19501
19502 * gdb.base/unload.exp: Fix expected warning message to match
19503 latest format.
19504
19505 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
19506
19507 * gdb.base/call-rt-st.exp: Fix typos.
19508
19509 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
19510
19511 * gdb.threads/thread_check.exp: New testcase.
19512 * gdb.threads/thread_check.c: New testcase.
19513
19514 2004-08-31 Andrew Cagney <cagney@gnu.org>
19515
19516 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
19517 (skip_to_handler_entry): New procedures. Test stepping into a
19518 handler when the breakpoint is at the handler's entry point.
19519
19520 2004-08-30 Andrew Cagney <cagney@gnu.org>
19521
19522 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
19523 gdb/1757.
19524
19525 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19526
19527 With code from Manoj Iyer <manjo@austin.ibm.com>:
19528 * lib/gdb.exp (gdb_file_cmd): Return more information in the
19529 return value. Add an arm for "no debugging symbols found".
19530 Change a stray "error" to "perror".
19531 (gdb_run_cmd): Adapt to new return value.
19532 * gdb.base/remote.exp: Adapt to new return value.
19533 * gdb.gdb/complaints.exp: Likewise.
19534 * gdb.gdb/observer.exp: Likewise.
19535 * gdb.gdb/selftest.exp: Likewise.
19536 * gdb.gdb/xfullpath.exp: Likewise.
19537
19538 2004-08-27 Joel Brobecker <brobecker@gnat.com>
19539
19540 * gdb.threads/bp_in_thread.exp: New testcase.
19541
19542 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19543
19544 Fix PR testsuite/1735.
19545 * gdb.threads/schedlock.c (thread_function): Add a cast
19546 to suppress a gcc warning.
19547 * gdb.threads/thread-specific.c (thread_function): Likewise.
19548
19549 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19550
19551 * gdb.base/unload.c: Include <stdlib.h>.
19552
19553 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19554
19555 From Paul Gilliam <pgilliam@us.ibm.com>:
19556 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
19557 synchronized after the "return".
19558
19559 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19560
19561 * gdb.mi/basics.c: Include <stdio.h>.
19562 * gdb.mi/pthreads.c: Include <stdlib.h>.
19563 * gdb.mi/var-cmd.c: Include <stdlib.h>.
19564
19565 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19566
19567 * gdb.threads/schedlock.c: Add copyright notice.
19568
19569 2004-08-25 Andrew Cagney <cagney@gnu.org>
19570
19571 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
19572 (skip_over_handler, breakpoint_over_hander): New test procedures.
19573 (advance, advancei): Add a proper prefix, do not use
19574 rerun_to_main.
19575 * gdb.base/sigstep.c (main): Change to use an infinite loop.
19576
19577 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
19578
19579 * gdb.mi/basics.c: Add copyright notice.
19580 * gdb.mi/var-cmd.c: Add copyright notice.
19581
19582 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19583
19584 * lib/gdb.exp: Remove signed_keyword_not_used.
19585 * lib/compiler.c: Likewise.
19586 * lib/compiler.cc: Likewise.
19587
19588 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19589
19590 * gdb.base/whatis.c: Remove conditional disabling of "signed".
19591 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
19592
19593 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19594
19595 * gdb.base/whatis.c: Add copyright notice.
19596
19597 2004-08-20 Mark Kettenis <kettenis@gnu.org>
19598
19599 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
19600 it to skip the breakpoints encoded in the inline assembly.
19601
19602 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19603
19604 * Makefile.in: Add gdb.fortran.
19605
19606 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19607
19608 * gdb.base/call-sc.exp (test_scalar_returns):
19609 Fix cut-and-paste glitch in "Make fun return now".
19610
19611 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19612
19613 * configure.in: Add gdb.fortran.
19614 * configure: Regenerate.
19615 * gdb.fortran/Makefile.in: New file.
19616 * lib/gdb.exp (skip_fortran_tests): New procedure.
19617
19618 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19619
19620 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
19621 reference to bug-gnu@prep.ai.mit.edu.
19622 * gdb.mi/mi-var-child.exp: Likewise.
19623 * gdb.mi/mi-var-cmd.exp: Likewise.
19624 * gdb.mi/mi-var-display.exp: Likewise.
19625 * gdb.mi/mi2-var-block.exp: Likewise.
19626 * gdb.mi/mi2-var-child.exp: Likewise.
19627 * gdb.mi/mi2-var-cmd.exp: Likewise.
19628 * gdb.mi/mi2-var-display.exp: Likewise.
19629
19630 2004-08-15 Mark Kettenis <kettenis@gnu.org>
19631
19632 * gdb.base/unload.c (main): Make local variable msg const.
19633
19634 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
19635
19636 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
19637 to bug-gnu@prep.ai.mit.edu.
19638 * gdb.mi/mi-disassemble.exp: Likewise.
19639 * gdb.mi/mi-eval.exp: Likewise.
19640 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
19641 default line number.
19642 * gdb.mi/mi-return.exp: Likewise.
19643 * gdb.mi/mi-simplerun.exp: Likewise.
19644 * gdb.mi/mi-stack.exp: Likewise.
19645 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
19646 number with explicit range test.
19647 * gdb.mi/mi-watch.exp: Likewise.
19648 * gdb.mi/mi2-break.exp: Likewise.
19649 * gdb.mi/mi2-cli.exp: Likewise.
19650 * gdb.mi/mi2-disassemble.exp: Likewise.
19651 * gdb.mi/mi2-eval.exp: Likewise.
19652 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
19653 default line number.
19654 * gdb.mi/mi2-return.exp: Likewise.
19655 * gdb.mi/mi2-simplerun.exp: Likewise.
19656 * gdb.mi/mi2-stack.exp: Likewise.
19657 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
19658 number with explicit range test.
19659 * gdb.mi/mi2-watch.exp: Likewise.
19660
19661 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
19662
19663 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
19664 * gdb.cp/m-static.exp: Likewise.
19665 * gdb.cp/rtti.exp: Likewise.
19666
19667 2004-08-14 Mark Kettenis <kettenis@gnu.org>
19668
19669 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
19670
19671 2004-08-14 Eli Zaretskii <eliz@gnu.org>
19672
19673 * ChangeLog: Prefix Local Variables with semi-colons and indent
19674 the reference to older ChangeLog files, to fix fontification in
19675 Emacs.
19676
19677 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19678
19679 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
19680 * gdb.mi/mi2-break.exp: Likewise.
19681
19682 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19683
19684 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
19685
19686 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19687
19688 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
19689
19690 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19691
19692 * gdb.cp/classes.exp: Remove unused declarations. Just let
19693 test names default instead of providing special names. Remove
19694 extraneous demangler test.
19695
19696 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
19697
19698 * gdb.base/unload.exp: New test for breakpoints in dynamically
19699 loaded libraries.
19700 * gdb.base/unload.c: Ditto.
19701 * gdb.base/unloadshr.c: Ditto.
19702
19703 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
19704
19705 * gdb.cp/classes.exp (test_ptype_class_objects): Call
19706 cp_test_ptype_class.
19707 (test_enums): Likewise.
19708
19709 2004-08-10 Andrew Cagney <cagney@gnu.org>
19710
19711 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19712 files.
19713
19714 2004-08-10 Andrew Cagney <cagney@gnu.org>
19715
19716 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
19717 init_malloc call.
19718
19719 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
19720
19721 * ChangeLog: Add copyright notice. The notice is copied
19722 from emacs 21.3 top level ChangeLog.
19723
19724 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19725
19726 * lib/cp-support.exp: New file.
19727 * lib/cp-support.exp (cp_test_type_class): New function.
19728 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
19729 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
19730 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
19731 cp_test_ptype_class.
19732
19733 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19734
19735 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
19736 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19737 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
19738 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
19739 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
19740 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
19741 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
19742 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
19743 gdb.mi/mi2-watch.exp: Update copyright years.
19744
19745 2004-08-09 Mark Kettenis <kettenis@gnu.org>
19746
19747 * gdb.base/sigaltstack.exp: Provide proper anchoring.
19748
19749 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19750
19751 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
19752 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
19753 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
19754 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
19755 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
19756 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
19757 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
19758 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
19759 gdb.mi/mi-watch.exp: Update copyright years.
19760
19761 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19762
19763 PR gdb/1738
19764 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
19765 from a breakpoint with a pending signal.
19766
19767 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19768
19769 PR gdb/1736
19770 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
19771 * gdb.base/sigaltstack.exp (finish_test): Consume output until
19772 the prompt.
19773 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
19774
19775 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19776
19777 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
19778
19779 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19780
19781 PR gdb/1736
19782 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
19783 for i?86-*-linux*.
19784
19785 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19786
19787 * gdb.arch/i386-prologue.exp: Compile without debug information.
19788
19789 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
19790
19791 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
19792 rather than asking gdb to search.
19793
19794 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19795
19796 * gdb.base/gcore.c: Include <string.h>.
19797
19798 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19799
19800 * gdb.base/gcore.c: Add copyright notice.
19801
19802 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19803
19804 * gdb.base/freebpcmd.c: Include <stdio.h>.
19805 * gdb.base/long_long.c: Include <string.h>.
19806 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
19807 * gdb.base/siginfo.c: Include <string.h>.
19808 * gdb.base/sigstep.c: Include <string.h>.
19809
19810 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19811
19812 * gdb.base/complex.c: Include <stdlib.h>.
19813
19814 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19815
19816 * gdb.base/complex.c: Add copyright notice.
19817
19818 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19819
19820 * gdb.base/charset.c: Include <stdlib.h>.
19821
19822 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19823
19824 * gdb.base/auxv.c: Include <stdlib.h>.
19825
19826 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19827
19828 * gdb.base/auxv.c: Add copyright notice.
19829
19830 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19831
19832 * gdb.base/coremaker.c: Add copyright notice.
19833 * gdb.base/coremaker2.c: Add copyright notice.
19834
19835 2004-08-04 Andrew Cagney <cagney@gnu.org>
19836
19837 * gdb.base/store.exp: Update copyright.
19838 (check_set, up_set, check_struct, up_struct): Add a prefix to test
19839 names, do not import gdb_prompt.
19840
19841 2004-08-01 Andrew Cagney <cagney@gnu.org>
19842
19843 Fix PR testsuite/1729.
19844 * gdb.base/dump.exp: Add test name to callers of capture_value, do
19845 not use capture_value with value 4.
19846 (capture_value): Add optional test name parameter.
19847 (test_reload_saved_value, test_restore_saved_value): Use $msg as
19848 the prefix, pass to capture_value.
19849
19850 2004-08-01 Mark Kettenis <kettenis@gnu.org>
19851
19852 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
19853 * gdb.arch/i386-prologue.c (standard): New prototype and function.
19854 (main): Call new function.
19855
19856 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19857
19858 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
19859
19860 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19861
19862 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
19863
19864 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19865
19866 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
19867 Accept more values of vtbl pointer. Remove some messages
19868 about "obsolete gcc or gdb".
19869
19870 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
19871
19872 * gdb.cp/classes.exp: Accept more varieties of ptype output.
19873
19874 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
19875
19876 * gdb.base/asm-source.exp: Properly convert target board
19877 debug flags from gcc format to binutils format.
19878
19879 2004-07-28 Mark Kettenis <kettenis@gnu.org>
19880
19881 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
19882 gdb1718". PR backtrace/1718 partially fixed.
19883
19884 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
19885
19886 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
19887
19888 2004-07-26 Nick Clifton <nickc@redhat.com>
19889
19890 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
19891 good default value for a specific architecture is available then
19892 set it to that value. Otherwise default to the -gstabs switch.
19893 Remove the -g... switches from the asm-flags variable. Allow the
19894 target board info to override the value if it wants to. Pass the
19895 switch on the assembler command line.
19896
19897 2004-07-23 Mark Kettenis <kettenis@gnu.org>
19898
19899 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
19900 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
19901 (main): Call new function.
19902
19903 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
19904
19905 Test for PR exp/1715.
19906 * gdb.base/radix.exp: Refactor common procedures. Make all
19907 test names unique. Change XFAIL to KFAIL.
19908
19909 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
19910
19911 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
19912 * gdb.ada/gnat_ada.gin: ... to here.
19913 * configure.in: Use gnat_ada.gin.
19914 * configure: Regenerate.
19915
19916 2004-07-20 Andrew Cagney <cagney@gnu.org>
19917
19918 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
19919 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
19920 XFAILs. Clean up test messages and comments. Check backtraces.
19921 Delete re-sync code.
19922
19923 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
19924
19925 Fix PR cli/740.
19926 * gdb.base/annota1.exp: Honor gdb,nosignals.
19927 * gdb.base/annota3.exp: Likewise.
19928
19929 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
19930
19931 * lib/java.exp: Update copyright notice.
19932
19933 2004-07-19 Andrew Cagney <cagney@gnu.org>
19934
19935 * gdb.base/selftest.exp: Copy file from here ...
19936 * gdb.gdb/selftest.exp: ... to here.
19937
19938 2004-07-16 Andrew Cagney <cagney@redhat.com>
19939
19940 * lib/insight-support.exp: Delete file.
19941 * lib/java.exp (java_init): Fix copyright.
19942
19943 2004-07-16 Andrew Cagney <cagney@gnu.org>
19944
19945 * gdb.base/restore.c: Append "prologue" to comments marking the a
19946 function's prologue.
19947 * gdb.base/restore.exp: Update copyright, re-indent.
19948 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
19949 callerN" prefix where needed. Update patterns that match a
19950 function's prologue.
19951
19952 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
19953
19954 * gdb.base/restore.c: Add copyright notice.
19955
19956 2004-07-16 Andrew Cagney <cagney@gnu.org>
19957
19958 * gdb.base/logical.exp: Update copyright.
19959 (evaluate): New procedure. Use to re-implement tests using
19960 several tables.
19961
19962 2004-07-14 Martin Hunt <hunt@redhat.com>
19963
19964 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
19965 which fixes some problems where init.tcl was not found.
19966
19967 2004-07-13 Andrew Cagney <cagney@gnu.org>
19968
19969 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
19970 (check_sizeof, check_valueof): Do not include the output in the
19971 test name. Use gdb_test.
19972 (get_valueof): Use gdb_test_multiple.
19973
19974 * gdb.base/step-test.exp: Update copyright. Use
19975 gdb_test_multiple. Ensure that test names do not include
19976 architecture dependent output.
19977
19978 * gdb.gdb/observer.exp: Update copyright.
19979 (setup_test): Use gdb_test_multiple.
19980 (attach_first_observer, attach_second_observer)
19981 (attach_third_observer, detach_first_observer)
19982 (detach_second_observer, detach_third_observer)
19983 (reset_counters, check_counters): Make $message a prefix.
19984 (test_normal_stop_notifications): Add "args" parameter - a list of
19985 init functions to be called. Make $message a prefix,
19986 (test_observer_normal_stop): Change the message prefixes so that
19987 they are unique, pass the attach / detach procedures to
19988 test_normal_stop_notifications.
19989
19990 * gdb.base/signull.exp (test_segv): Prefix all tests with
19991 "${name}". Clean up test messages.
19992
19993 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
19994
19995 * gdb.base/ena-dis-br.exp: Update copyright.
19996 (break_at): New function. Replace send_gdb with gdb_test,
19997 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
19998 ignore count, not stopped at bpt", with KFAIL.
19999
20000 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
20001
20002 * gdb.base/attach.exp: Remove cleanupfile handling.
20003
20004 2004-07-12 Andrew Cagney <cagney@gnu.org>
20005
20006 * gdb.base/annota1.exp: Cleanup corefile test name.
20007 * gdb.base/annota3.exp: Ditto.
20008
20009 2004-07-12 Andrew Cagney <cagney@gnu.org>
20010
20011 * gdb.base/signals.exp: Clean up copyright, re-indent.
20012
20013 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
20014 gdb_test and gdb_test_multiple.
20015
20016 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
20017
20018 * gdb.java/jmain.exp: Fix expected line number for main to
20019 break at. Set XFAIL for break at main test since gcj does not
20020 provide line number info for first statement in main.
20021
20022 2004-07-08 Andrew Cagney <cagney@gnu.org>
20023
20024 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
20025
20026 * gdb.base/sigbpt.exp: Make the common part of each test name a
20027 prefix instead of suffix.
20028
20029 2004-07-07 Bob Rossi <bob_rossi@cox.net>
20030
20031 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
20032 test from test_tbreak_creation_and_listing to
20033 test_file_list_exec_source_file
20034 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
20035 Changed name of test from test_tbreak_creation_and_listing to
20036 test_file_list_exec_source_file
20037
20038 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
20039
20040 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
20041 the jmisc() constructor instead of <init>.
20042 * gdb.java/jmisc1.exp: Ditto.
20043
20044 2004-07-07 Andrew Cagney <cagney@gnu.org>
20045
20046 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
20047 corrupting the PC.
20048
20049 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
20050
20051 * gdb.cp/templates.exp: Accept whitespace change in demangler
20052 output.
20053
20054 2004-07-06 Andrew Cagney <cagney@gnu.org>
20055
20056 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
20057
20058 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
20059
20060 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
20061 * lib/compiler.cc: Likewise.
20062
20063 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
20064
20065 * lib/compiler.cc: Work around string preprocessing problem
20066 with old hp c++ compiler.
20067 * lib/compiler.c: Likewise.
20068
20069 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20070
20071 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
20072 directives to conditionalize symbol prefixing.
20073 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
20074 additional_flags handling. Add underscore prefix for Cygwin.
20075 * gdb.arch/i386-unwind.c: Use preprocessor directives to
20076 conditionalize symbol prefixing.
20077 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
20078 additional_flags handling. Add underscore prefix for Cygwin.
20079
20080 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20081
20082 * gdb.base/bigcore.exp: Skip test on Cygwin.
20083
20084 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
20085
20086 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
20087 formats for "info register". Use gdb_test_multiple. Fix
20088 the "invalid register" test.
20089
20090 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
20091
20092 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
20093 PID for Cygwin. Add Cygwin specific strings to check for in some
20094 tests.
20095 (do_attach_tests): Add a test for user interaction when attaching
20096 to a process with no matching symbol table already loaded.
20097
20098 2004-06-26 Andrew Cagney <cagney@gnu.org>
20099
20100 Test PR java/1567 and PR java/1565.
20101 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
20102 * gdb.java/jmisc2.exp: Delete file.
20103
20104 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
20105
20106 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
20107
20108 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
20109
20110 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
20111 attach process.
20112
20113 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
20114
20115 * gdb.cp/pr-1553.exp: Remove.
20116
20117 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
20118
20119 * gdb.cp/pr-1553.cc: Remove.
20120 * gdb.cp/pr-1553.exp: Disable this test.
20121
20122 2004-06-20 Jim Blandy <jimb@redhat.com>
20123
20124 Fix PR testsuite/1680.
20125 * gdb.arch/i386-sse.exp: Properly quote curly braces in
20126 regular expressions.
20127
20128 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
20129
20130 Fix PR testsuite/1679.
20131 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
20132 Issue an UNSUPPORTED result instead.
20133
20134 2004-06-18 Jim Blandy <jimb@redhat.com>
20135
20136 * gdb.base/charset.exp: Only send a control-C if we see a new
20137 prompt and incomplete command.
20138
20139 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
20140
20141 * gdb.cp/pr-574.cc: Add copyright notice.
20142
20143 2004-06-17 Jim Blandy <jimb@redhat.com>
20144
20145 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
20146 cases where the regexp has no groups; this grabs random text from
20147 the previous test suite, whatever that was.
20148
20149 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
20150
20151 * gdb.cp/printmethod.cc: Add copyright notice.
20152
20153 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
20154
20155 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
20156
20157 2004-06-16 Andrew Cagney <cagney@gnu.org>
20158
20159 * gdb.base/signull.c: Update copyright. Include <string.h>.
20160 (bowler): Replace data_pointer with data_read
20161 and data_write cases. Add code_descriptor case.
20162 (zero, desc): New array and pointer.
20163 (data, code): Change to simple pointers.
20164 * gdb.base/signull.exp: Fix probe pattern matching a function
20165 descriptor SIGSEGV. Replace data_pointer with data_read and
20166 data_write tests.
20167
20168 2004-06-16 Andrew Cagney <cagney@gnu.org>
20169
20170 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
20171
20172 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20173
20174 * gdb.base/long_long.c: Add copyright notice.
20175
20176 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20177
20178 * gdb.base/long_long.exp: Remove reference to
20179 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
20180 to gdb_breakpoint and gdb_continue_to_breakpoint.
20181
20182 2004-06-14 Jim Blandy <jimb@redhat.com>
20183
20184 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
20185 endian case.
20186
20187 2004-06-14 Andrew Cagney <cagney@gnu.org>
20188
20189 * gdb.base/gcore.exp (capture_command_output): Delete the always
20190 passing tests containing inferior values.
20191 * gdb.base/ending-run.exp: Do not include the breakpoint address
20192 in the test message. Update copyright.
20193 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
20194 size in the test name, use gdb_test_multiple. Update copyright.
20195
20196 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20197
20198 * gdb.cp/ref-types.cc: Add copyright notice.
20199
20200 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20201
20202 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
20203 hp_aCC_compiler.
20204 * lib/compiler.cc: Likewise.
20205 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
20206 'set' commands. Log diagnostics for other lines. Set
20207 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
20208
20209 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
20210
20211 * gdb.cp/try_catch.cc: Add copyright notice.
20212
20213 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
20214
20215 * gdb.cp/userdef.cc: Add copyright notice.
20216
20217 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
20218
20219 * gdb.cp/virtfunc.cc: Add copyright notice.
20220
20221 2004-06-11 Randolph Chung <tausq@debian.org>
20222
20223 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
20224 problem.
20225
20226 2004-06-10 Andrew Cagney <cagney@gnu.org>
20227
20228 * lib/compiler.cc, lib/compiler.c: Append either
20229 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
20230 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
20231 instead of gcc-3-3.
20232
20233 2004-06-09 Andrew Cagney <cagney@gnu.org>
20234
20235 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
20236 gdb/1455, bug is specific to "long long" and "double".
20237
20238 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
20239 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
20240 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
20241 fixed.
20242
20243 2004-06-09 Andrew Cagney <cagney@gnu.org>
20244
20245 * gdb.base/structs.exp (test_struct_returns): Replace
20246 "return_value_unknown" and "finish_value_unknown" by
20247 "return_value_known" and "finish_value_known". Instead of
20248 "return_value_unknown" iff "finish_value_unknown", check
20249 "return_value_known" implies "finish_value_known".
20250
20251 2004-06-08 Martin Hunt <hunt@redhat.com>
20252
20253 * gdb.base/float.exp: Add pattern for mips targets.
20254
20255 2004-06-08 Randolph Chung <tausq@debian.org>
20256
20257 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
20258 message for unknown architectures more clear.
20259
20260 2004-06-08 Joel Brobecker <brobecker@gnat.com>
20261
20262 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
20263 start the execution of the program.
20264
20265 2004-06-07 Jim Blandy <jimb@redhat.com>
20266
20267 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
20268 * gdb.arch/i386-cpuid.h: New helper file.
20269
20270 2004-06-07 Randolph Chung <tausq@debian.org>
20271
20272 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
20273 has started.
20274
20275 2004-06-04 Roland McGrath <roland@redhat.com>
20276
20277 Fix PR gdb/1647.
20278 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
20279 differently to be robust to output buffering differences.
20280
20281 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
20282
20283 * gdb.threads/pthreads.exp: Update copyright years.
20284 (check_control_c): Change asynchronous 'after' to synchronous.
20285
20286 2004-06-04 Roland McGrath <roland@redhat.com>
20287
20288 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
20289 next gdb prompt.
20290
20291 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
20292
20293 Fix PR gdb/1636.
20294 * gdb.threads/manythreads.exp: Change asynchronous 'after'
20295 calls to synchronous.
20296
20297 2004-05-26 Jim Blandy <jimb@redhat.com>
20298
20299 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
20300
20301 2004-05-24 Randolph Chung <tausq@debian.org>
20302
20303 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
20304 * gdb.asm/pa.inc: New file.
20305
20306 2004-05-22 Mark Kettenis <kettenis@gnu.org>
20307
20308 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
20309
20310 2004-05-21 Joel Brobecker <brobecker@gnat.com>
20311 Daniel Jacobowitz <drow@mvista.com>
20312
20313 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
20314 GDB prompt.
20315
20316 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20317
20318 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
20319 setjmp/longjmp. Use sigaction instead of signal.
20320
20321 2004-05-19 J. Brobecker <brobecker@gnat.com>
20322 Michael Snyder <msnyder@redhat.com>
20323
20324 * gdb.threads/pthread_cond_wait.c: New file.
20325 * gdb.threads/pthread_cond_wait.exp: New testcase.
20326
20327 2004-05-13 Andrew Cagney <cagney@redhat.com>
20328
20329 * gdb.base/signull.exp, gdb.base/signull.c: New files.
20330 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
20331
20332 2004-05-11 Andrew Cagney <cagney@redhat.com>
20333
20334 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
20335 fixed but revealed gdb/1639.
20336
20337 2004-05-10 Andrew Cagney <cagney@redhat.com>
20338
20339 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
20340 func1" and "next to 2nd alarm", kernel bug avoided.
20341
20342 2004-05-10 Daniel Jacobowitz <dan@debian.org>
20343
20344 PR external/1568
20345 * gdb.base/bigcore.exp: Check the size of the dumped core file.
20346 XFAIL if it is smaller than bytes_allocated.
20347 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
20348 (main): Make chunks_allocated unsigned. Correct comment.
20349
20350 2004-05-07 Joel Brobecker <brobecker@gnat.com>
20351
20352 * gdb.arch/powerpc-aix-prologue.c: New file.
20353 * gdb.arch/powerpc-aix-prologue.exp: New file.
20354
20355 2004-05-07 Jim Blandy <jimb@redhat.com>
20356
20357 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
20358 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
20359
20360 2004-05-06 Joel Brobecker <brobecker@gnat.com>
20361
20362 * gdb.base/sep.exp: No longer setup_kfail when the program was
20363 built with dwarf2.
20364
20365 2004-05-05 Jim Ingham <jingham@apple.com>
20366
20367 * gdb.base/pending.exp: Make sure pending breakpoints
20368 preserve the ignore count.
20369
20370 2004-04-27 Jerome Guitton <guitton@gnat.com>
20371
20372 * i386-prologue.exp: Add testcase for jump instruction as first
20373 instruction of the real code.
20374 * i386-prologue.c (jump_at_beginning): New function.
20375
20376 2004-04-28 Mark Kettenis <kettenis@gnu.org>
20377
20378 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
20379 x86_64-*-*.
20380
20381 2004-04-28 Mark Kettenis <kettenis@gnu.org>
20382
20383 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
20384 i*86-*-*.
20385
20386 2004-04-25 Mark Kettenis <kettenis@gnu.org>
20387
20388 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
20389 expression that checks the return type.
20390
20391 2004-04-23 Andrew Cagney <cagney@redhat.com>
20392
20393 * gdb.base/call-sc.exp: New test of scalar call/return values.
20394 * gdb.base/call-sc.c: Ditto.
20395
20396 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20397
20398 * gdb.threads/manythreads.c: Reduce thread stack size.
20399
20400 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
20401
20402 * gdb.threads/manythreads.c: Add copyright notice.
20403
20404 2004-04-23 Andrew Cagney <cagney@redhat.com>
20405
20406 * gdb.base/siginfo.exp: Better handle step out of signal.
20407 * gdb.base/sigstep.exp: Ditto.
20408
20409 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
20410 Daniel Jacobowitz <drow@mvista.com>
20411
20412 * gdb.threads/manythreads.c: New testcase.
20413 * gdb.threads/manythreads.exp: Ditto.
20414
20415 2004-04-22 Jim Blandy <jimb@redhat.com>
20416
20417 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
20418 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
20419
20420 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
20421
20422 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
20423
20424 2004-04-21 Andrew Cagney <cagney@redhat.com>
20425
20426 * gdb.base/sigstep.c: New file.
20427 * gdb.base/sigstep.exp: New file.
20428
20429 2004-04-16 Joel Brobecker <brobecker@gnat.com>
20430
20431 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
20432 call to observer_notify_normal_stop.
20433
20434 2004-04-15 Andrew Cagney <cagney@redhat.com>
20435
20436 * gdb.base/siginfo.c: New file.
20437 * gdb.base/siginfo.exp: New file.
20438
20439 2004-04-12 J. Brobecker <brobecker@gnat.com>
20440
20441 * gdb.base/sep.exp: Fix typo in comment.
20442
20443 2004-04-12 J. Brobecker <brobecker@gnat.com>
20444
20445 * gdb.base/sep.c: New file.
20446 * gdb.base/sep-proc.c: New file.
20447 * gdb.base/sep.exp: New testcase.
20448
20449 2004-04-09 Mark Kettenis <kettenis@gnu.org>
20450
20451 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
20452 support.
20453
20454 2004-04-05 Andrew Cagney <cagney@redhat.com>
20455
20456 * gdb.base/sigaltstack.c: New file.
20457 * gdb.base/sigaltstack.exp: New file.
20458
20459 2004-04-04 Joel Brobecker <brobecker@gnat.com>
20460
20461 * gdb.base/foll-fork.exp: Update the expected output for
20462 "help set follow-fork-mode", to match a change that was made
20463 to the help of this variable on 2004-01-13.
20464
20465 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20466
20467 * lib/ada.exp: Add copyright notice.
20468 * bar.ads: Likewise.
20469 * bar.adb: Likewise.
20470 * null_record.adb: Likewise.
20471 * null_record.exp: Likewise.
20472 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
20473
20474 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20475
20476 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
20477 * configure: Regenerate.
20478
20479 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20480
20481 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
20482 to build the application. Remove the message printed when in
20483 verbose mode, redundant with the UNSUPPORTED message above.
20484
20485 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20486
20487 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
20488 * gdb.ada (null_record.exp): New testcase.
20489
20490 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20491
20492 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
20493
20494 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20495
20496 * gdb.ada: New subdirectory.
20497 * gdb.ada/Makefile.in: New file.
20498 * gdb.ada/gnat_ada.gpr.in: New file.
20499
20500 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20501
20502 * lib/ada.exp: New file.
20503
20504 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
20505
20506 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
20507 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
20508
20509 2004-03-22 Andrew Cagney <cagney@redhat.com>
20510
20511 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
20512 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
20513 Problem identified by Ulrich Weigand.
20514
20515 2004-03-17 David Carlton <carlton@kealia.com>
20516
20517 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
20518 PR c++/826.
20519
20520 2004-03-16 Roland McGrath <roland@redhat.com>
20521
20522 * gdb.base/auxv.exp: New file.
20523 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
20524
20525 2004-03-12 David Carlton <carlton@kealia.com>
20526
20527 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
20528 * gdb.cp/pr-1553.cc: Ditto.
20529 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
20530 pass branch.
20531
20532 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
20533
20534 * gdb.cp/templates.exp: Accept more template types.
20535
20536 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20537
20538 From Corinna Vinschen with modifications.
20539 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
20540 local variable obj_with_enum.
20541 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
20542 results with obj_with_enum.
20543
20544 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20545
20546 * gdb.cp/classes.cc: New file, copied from misc.cc.
20547 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
20548
20549 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20550
20551 * gdb.cp/misc.cc: Add copyright notice.
20552
20553 2004-03-05 David Carlton <carlton@kealia.com>
20554
20555 * gdb.cp/rtti.exp: Add 'print *obj3' test.
20556 * gdb.cp/rtti.h: Update copyright.
20557 (namespace n2::n3): New.
20558 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
20559 (n2::n3::func3): New.
20560 (main): Call n2::n3::func3.
20561 * gdb.cp/rtti2.cc: Update copyright.
20562 (n2::create3): New.
20563
20564 2004-03-04 Mark Kettenis <kettenis@gnu.org>
20565
20566 * gdb.asm/openbsd.inc: Fix typo.
20567
20568 2004-03-03 Fred Fish <fnf@redhat.com>
20569
20570 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
20571 "val" instead of unused "size". Update copyright year.
20572
20573 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
20574
20575 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
20576 to use unsigned char.
20577 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
20578 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
20579
20580 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
20581
20582 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
20583 line of output.
20584
20585 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
20586
20587 * gdb.base/relocate.c (dummy): Initialize.
20588
20589 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
20590
20591 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
20592 a breakpoint at exit.
20593
20594 2004-02-27 Fred Fish <fnf@redhat.com>
20595
20596 * gdb.base/chng-syms.exp: Add expect condition to match failing
20597 case that isn't a timeout.
20598
20599 2004-02-27 Andrew Cagney <cagney@redhat.com>
20600
20601 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
20602 support.
20603
20604 2004-02-26 Fred Fish <fnf@redhat.com>
20605
20606 * gdb.arch/gdb1431.c: Remove.
20607 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
20608 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
20609 of "until" incorrectly.
20610
20611 2004-02-26 J. Brobecker <brobecker@gnat.com>
20612
20613 * gdb.cp/class2.cc (empty): New class.
20614 (refer): New function.
20615 (main): Declare an object of type empty and use it.
20616 * gdb.cp/class2.exp: Print the value of an object of type empty.
20617
20618 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
20619
20620 * gdb.base/langs.exp: Update query string to match the
20621 new nquery format used for pending breakpoints.
20622
20623 2004-02-26 Andrew Cagney <cagney@redhat.com>
20624
20625 Fix PR i18n/1570.
20626 * gdb.base/charset.c: Update copyright notice.
20627 (main, init_string): Remove the escape character '\e' tests.
20628 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
20629 * gdb.base/charset.exp (valid_host_charset): Ditto.
20630 * gdb.base/setvar.exp: Ditto.
20631
20632 2004-02-24 Andrew Cagney <cagney@redhat.com>
20633
20634 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
20635 mmapped data in core file" PASS and FAIL messages consistent.
20636
20637 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
20638 setting a breakpoint. Work around PR java/1565.
20639
20640 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
20641
20642 * lib/gdb.exp (gdb_breakpoint): Update query string to match
20643 new nquery format.
20644 * gdb.base/pending.exp: Ditto.
20645
20646 2004-02-22 Mark Kettenis <kettenis@gnu.org>
20647
20648 * configure.in: Run stabs tests on *BSD.
20649 * configure: Regenerated.
20650
20651 2004-02-21 Mark Kettenis <kettenis@gnu.org>
20652
20653 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
20654
20655 2004-02-20 Fred Fish <fnf@redhat.com>
20656
20657 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
20658 blank in test for "returns short", for consistency with other
20659 "returns xxx" tests. Update copyright year.
20660
20661 2004-02-19 Fred Fish <fnf@redhat.com>
20662
20663 New testcase for PR breakpoint/1558.
20664 * gdb.arch/gdb1558.exp: New file.
20665 * gdb.arch/gdb1558.c: New file.
20666
20667 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
20668
20669 * gdb.base/nodebug.exp: Fix typo.
20670
20671 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20672
20673 Committed by Jim Blandy <jimb@redhat.com>.
20674
20675 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
20676
20677 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
20678
20679 * gdb.base/float.exp: Support s390*-*-* targets.
20680
20681 2004-02-17 Adam Fedor <fedor@gnu.org>
20682
20683 * gdb.base/gdb1555.exp: New file.
20684 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
20685
20686 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
20687
20688 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
20689
20690 2004-02-16 Fred Fish <fnf@redhat.com>
20691
20692 * gdb.arch/gdb1291.c: Remove
20693 * gdb.arch/gdb1291.s: New test input file.
20694 * gdb.arch/gdb1291.exp: Expand test to check case that should not
20695 fail. Test for correct result, known incorrect result, other
20696 failures and timeouts.
20697
20698 2004-02-16 Andrew Cagney <cagney@redhat.com>
20699
20700 * gdb.base/bigcore.exp: New file.
20701 * gdb.base/bigcore.c: New file.
20702
20703 2004-02-13 Andrew Cagney <cagney@redhat.com>
20704
20705 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
20706 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
20707 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
20708 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
20709 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
20710 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
20711 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
20712 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
20713 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
20714 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
20715
20716 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
20717
20718 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
20719 executed is an alloc instruction.
20720
20721 2004-02-11 David Carlton <carlton@kealia.com>
20722
20723 * gdb.cp/breakpoint.exp: New.
20724 * gdb.cp/breakpoint.cc: New.
20725
20726 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
20727
20728 Partial fix for PR gdb/1543.
20729 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
20730 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
20731 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
20732 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
20733 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
20734 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
20735 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
20736 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
20737 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
20738 to bug-gdb@prep.ai.mit.edu .
20739 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
20740 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
20741 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
20742 Likewise.
20743
20744 2004-02-10 Andrew Cagney <cagney@redhat.com>
20745
20746 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
20747 using gdb_internal_error_resync.
20748
20749 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
20750
20751 * gdb.threads/thread-specific.exp: Stop early if no threads are
20752 found.
20753
20754 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
20755
20756 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
20757
20758 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
20759
20760 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
20761 breakpoints.
20762
20763 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
20764
20765 * config/sim.exp (gdb_load): Handle $arg == "".
20766 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
20767 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
20768
20769 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
20770
20771 * gdb.base/maint.exp: Update test to reflect
20772 obstack changes.
20773
20774 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
20775
20776 * gdb.base/pendshr.c (pendfunc): New function that calls
20777 pendfunc1.
20778 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
20779
20780 2004-02-04 Fred Fish <fnf@redhat.com>
20781
20782 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
20783 function symbols and update copyright years.
20784 * gdb.arch/gdb1291.c: Ditto.
20785
20786 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20787
20788 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
20789
20790 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20791
20792 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
20793
20794 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20795
20796 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
20797
20798 2004-02-02 Fred Fish <fnf@redhat.com>
20799
20800 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
20801 remote targets. Update copyright years.
20802
20803 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
20804
20805 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
20806 support.
20807 * gdb.base/langs.exp: Fix test which attempts to create
20808 breakpoint on non-existent function to handle new pending
20809 support.
20810 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
20811 a breakpoint.
20812 * gdb.base/pending.exp: New test.
20813 * gdb.base/pending.c: New file.
20814 * gdb.base/pendshr.c: Ditto.
20815
20816 2004-02-02 David Carlton <carlton@kealia.com>
20817
20818 * gdb.cp/overload.exp: Add overloadNamespace tests.
20819 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
20820 (overloadNamespace, XXX): New.
20821 (main): Call XXX::marker2.
20822
20823 2004-02-01 Fred Fish <fnf@redhat.com>
20824
20825 * gdb.base/dump.exp: Use runto_main instead of "runto main".
20826 * gdb.base/finish.exp: Ditto.
20827 * gdb.base/gcore.exp: Ditto.
20828 * gdb.base/huge.exp: Ditto.
20829 * gdb.base/info-proc.exp: Ditto.
20830 * gdb.base/return2.exp: Ditto.
20831 * gdb.threads/gcore-thread.exp: Ditto.
20832
20833 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
20834
20835 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
20836
20837 2004-02-01 Mark Kettenis <kettenis@gnu.org>
20838
20839 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
20840 that opening the file succeeds on OpenBSD.
20841
20842 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
20843
20844 * gdb.threads/thread-specific.c: New file.
20845 * gdb.threads/threads-specific.exp: New test script.
20846 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
20847 to expect_out.
20848
20849 2004-02-01 Mark Kettenis <kettenis@gnu.org>
20850
20851 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
20852 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
20853 only on the "print_small_structs from print_long_arg_list" test.
20854
20855 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
20856
20857 * gdb.base/completion.exp: Kill a stray backslash.
20858
20859 From Jim Ingham <jingham@apple.com>:
20860 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
20861 agrees with the result from sending a tab.
20862
20863 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
20864
20865 * gdb.base/chng-syms.exp: Remove stray newline.
20866
20867 2004-01-31 Mark Kettenis <kettenis@gnu.org>
20868
20869 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
20870 *-*-openbsd*.
20871 * gdb.asm/openbsd.inc: New file.
20872
20873 2004-01-30 Mark Kettenis <kettenis@gnu.org>
20874
20875 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
20876 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
20877 *-*solaris2*. Remove commented out default settings for
20878 asm-flags. Replace gdb_compile with target_link.
20879
20880 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
20881
20882 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
20883 for all tests. Remove old hp-ux and cygnus xfail cases.
20884
20885 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
20886
20887 * gdb.base/chng-syms.exp: New file.
20888 * gdb.base/chng-syms.c: New file.
20889
20890 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
20891
20892 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
20893 Provide arms for current output in all my configurations.
20894
20895 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
20896
20897 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
20898 * lib/compiler.cc: Likewise.
20899 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
20900 get the right preprocessor. Eval the output directly. Remove
20901 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
20902 hp_f77_compiler and hp_f90_compiler completely.
20903 (gdb_preprocess): Delete.
20904 (get_compiler): Delete.
20905
20906 2004-01-24 Mark Kettenis <kettenis@gnu.org>
20907
20908 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
20909 <string.h>.
20910
20911 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
20912
20913 * gdb.mi/mi-stack.exp: Update copyright.
20914
20915 2004-01-23 David Carlton <carlton@kealia.com>
20916
20917 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
20918 test for cp_lookup_transparent_type.
20919 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
20920 call them.
20921
20922 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
20923
20924 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
20925 after -var-update.
20926
20927 2004-01-23 David Carlton <carlton@kealia.com>
20928
20929 * gdb.cp/namespace.cc (C::ensureRefs): New.
20930 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
20931
20932 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
20933
20934 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
20935 case "-stack-list-locals 2".
20936 * gdb.mi/mi-var-child.exp: Test for case
20937 "-var-list-children --all-values NAME".
20938
20939 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
20940
20941 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
20942
20943 2004-01-18 Mark Kettenis <kettenis@gnu.org>
20944
20945 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
20946 used with gdb_test_multiple.
20947
20948 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
20949 read at address 0. This fixes PR testsuite/1504.
20950
20951 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
20952
20953 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
20954 Remove downloading, guessing the host executable, the calls to
20955 gdb_file_cmd and gdb_target_cmd, and "load" support.
20956 (infer_host_exec): New function broken out from gdb_load.
20957 (gdb_load): New wrapper for gdbserver_gdb_load.
20958 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
20959 gdb_target_cmd. Use -target-select.
20960 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
20961 Download binaries to the host. Clear last_mi_remote_file when
20962 we load a new binary.
20963 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
20964 call gdbserver_gdb_load and mi_gdb_target_cmd.
20965
20966 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
20967
20968 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
20969 type patterns.
20970
20971 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
20972
20973 * gdb.cp/templates.exp: Fix typo in test name of
20974 "print Foo<volatile char*>::foo".
20975
20976 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
20977
20978 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
20979
20980 2004-01-16 Ben Elliston <bje@wasabisystems.com>
20981
20982 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
20983 (clean mostlyclean): Remove empty rm.
20984
20985 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
20986
20987 * gdb.base/setvar.exp: Add copyright years.
20988
20989 2004-01-14 David Carlton <carlton@bactrian.org>
20990
20991 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
20992 PR c++/1511 and update coment.
20993 * gdb.cp/templates.exp: Update patterns to match current output.
20994 If changes involve something other than whitespace, KFAIL
20995 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
20996
20997 2004-01-14 David Carlton <carlton@kealia.com>
20998
20999 * gdb.cp/namespace.exp: Add tests involving classes defined within
21000 namespaces.
21001 * gdb.cp/namespace.cc (C::CClass): New.
21002 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
21003
21004 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
21005
21006 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
21007 what debug info we have. Print a better message if something goes
21008 wrong while producing the separate debug info file.
21009
21010 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21011
21012 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
21013
21014 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21015
21016 * gdb.base/callfuncs.c: Add copyright notice.
21017
21018 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
21019
21020 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
21021 inheritance. PR gdb/1498, PR gcc/13539.
21022
21023 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
21024
21025 * gdb.threads/gcore-thread.exp: Prefix name of binary with
21026 test specific name.
21027 * gdb.mi/gdb669.exp: Ditto.
21028 * gdb.mi/mi-pthreads.exp: Ditto.
21029 * gdb.mi/mi1-pthreads.exp: Ditto.
21030 * gdb.mi/mi2-pthreads.exp: Ditto.
21031
21032 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21033
21034 * gdb.cp/member-ptr.cc: Add copyright notice.
21035
21036 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21037
21038 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
21039 some patterns for recent versions of gcc and hpacc. Delete
21040 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
21041 Delete tests that access a NULL pointer-to-member-data. This
21042 script is still disabled for gcc.
21043
21044 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21045
21046 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
21047 escaped correctly.
21048
21049 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21050
21051 * gdb.base/sepdebug.exp: New file.
21052 * gdb.base/sepdebug.c: New file.
21053 * lib/gdb.exp (separate_debug_filename): New procedure.
21054 (gdb_gnu_strip_debug): New procedure.
21055
21056 2004-01-12 Andrew Cagney <cagney@redhat.com>
21057
21058 * gdb.mi/ChangeLog: Delete file. Renamed to ...
21059 * gdb.mi/ChangeLog-1999-2003: New file.
21060
21061 2004-01-12 Andrew Cagney <cagney@redhat.com>
21062
21063 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
21064 "Renaming a directory to a non-empty directory returns ENOTEMPTY
21065 or EEXIST", treat EBUSY as an XFAIL.
21066
21067 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
21068
21069 * gdb.base/scope.exp: Remove obsolete setup_xfail for
21070 hp_cc_compiler.
21071
21072 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21073
21074 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
21075 decorations.
21076
21077 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21078
21079 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
21080 and "(aCC)" decorations. Remove obsolete doco about old
21081 test results.
21082
21083 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21084
21085 * gdb.cp/exception.exp: Fix typo in doco.
21086
21087 2004-01-09 Mark Kettenis <kettenis@gnu.org>
21088
21089 * gdb.base/gdb1476.exp: Fix typo.
21090
21091 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21092
21093 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
21094 file.
21095
21096 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21097
21098 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
21099 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
21100 Use gdb_compile. Remove restriction on gcc. Add some patterns
21101 for recent version of gdb. Delete second half, which was a copy
21102 of the first half with different build flags. This test is
21103 still disabled because it is still not ready for production.
21104
21105 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21106
21107 * gdb.cp/exception.cc: Add copyright notice.
21108 * gdb.cp/exception.exp: Add a notice that this file is broken
21109 because of line number changes caused by addition of copyright
21110 notice.
21111
21112 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21113
21114 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
21115 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21116
21117 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21118
21119 * gdb.cp/classes.exp: Accept gnu abi 2.
21120 * gdb.cp/derivation.exp: Likewise.
21121 * gdb.cp/overload.exp: Likewise.
21122 * gdb.cp/virtfunc.exp: Likewise.
21123
21124 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21125
21126 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
21127 semicolon after end of function.
21128
21129 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21130
21131 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21132 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
21133 boilerplate code for compiling and running the program under
21134 test. Add some string method tests.
21135
21136 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21137
21138 * gdb.cp/bs15503.cc: Add copyright notice.
21139 * gdb.cp/bs15503.exp: Adjust line number.
21140
21141 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21142
21143 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
21144 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
21145
21146 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21147
21148 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
21149 hp_cc_compiler.
21150
21151 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21152
21153 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
21154 * gdb.cp/ctti.exp: Use the marker instead of "next".
21155 With gcc, run further before bailing.
21156
21157 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21158
21159 * gdb.cp/cttiadd.cc: Add copyright notice.
21160 * gdb.cp/cttiadd1.cc: Likewise.
21161 * gdb.cp/cttiadd2.cc: Likewise.
21162 * gdb.cp/cttiadd3.cc: Likewise.
21163
21164 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21165
21166 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
21167 Use gdb_test, gdb_test_multiple. Use floating-point values that
21168 have exact representations in IEEE-ish formats.
21169
21170 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21171
21172 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
21173 compilers. Delete duplicate call to get_compiler_info.
21174 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
21175 * gdb.base/volatile.exp: Likewise.
21176
21177 2004-01-07 Mark Kettenis <kettenis@gnu.org>
21178
21179 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
21180 memory at address 0.
21181
21182 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21183
21184 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
21185 to test for hp-ux assembler. Fix copyright years.
21186
21187 2004-01-07 Andrew Cagney <cagney@redhat.com>
21188
21189 * gdb.base/fileio.c (strerrno): Add "EBUSY".
21190
21191 2004-01-07 Andrew Cagney <cagney@redhat.com>
21192
21193 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
21194 when creating the read-only file. From analysis by Roland McGrath
21195 and Elena Zannoni.
21196
21197 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21198
21199 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
21200
21201 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21202
21203 * gdb.base/cvexpr.c: Be type-safe with function pointers and
21204 data pointers.
21205
21206 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21207
21208 * gdb.cp/m-static.exp: Compile one source file at a time.
21209 Delete unused call to get_compiler_info.
21210
21211 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21212
21213 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
21214 * gdb.base/call-rt-st.exp: Likewise.
21215 * gdb.base/nodebug.exp: Likewise.
21216 * gdb.base/volatile.exp: Likewise.
21217 * gdb.cp/ref-types.exp: Likewise.
21218 * gdb.cp/templates.exp: Likewise.
21219
21220 2004-01-05 Mark Kettenis <kettenis@gnu.org>
21221
21222 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
21223
21224 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
21225
21226 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
21227 hppa*-hp-hpux*.
21228
21229 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21230
21231 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21232 x86_64-*-*.
21233
21234 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21235 sparc64-*-* and sparc*-solaris2*.
21236
21237 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21238
21239 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
21240 return ${tests}" test. The ${tests} already mentions the
21241 filename.
21242
21243 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21244
21245 * gdb.cp/local.exp: Accept gcc abi 2.
21246
21247 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21248
21249 * gdb.cp/templates.exp: Accept gcc abi 2.
21250
21251 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21252
21253 * lib/compiler.cc: Remove supports_template_debugging.
21254 * gdb.cp/templates.exp: Do not test supports_template_debugging.
21255
21256 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21257
21258 * gdb.cp/namespace.exp: Accept gcc abi 2.
21259
21260 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21261
21262 * gdb.cp/method.exp: Accept gcc abi 2.
21263
21264 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21265
21266 * gdb.cp/classes.exp: Generate identical results as old version.
21267 * gdb.cp/derivation.exp: Likewise.
21268 * gdb.cp/overload.exp: Likewise.
21269 * gdb.cp/virtfunc.exp: Likewise.
21270
21271 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21272
21273 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
21274 mysterious bug with sourceware version of expect.
21275
21276 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21277
21278 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
21279 current versions of gcc, including gcc abi 2. Remove gratuitous
21280 restart of test program. Use gdb_test_multiple and gdb_test for
21281 all tests. Add patterns to xfail missing "const" in "const char *"
21282 and kfail PR gdb/1155.
21283
21284 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21285
21286 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
21287 current versions of gcc, including gcc abi 2. Remove gratuitous
21288 restart of test program. Use gdb_test_multiple and gdb_test for
21289 all tests. Add patterns to kfail PR gdb/1498.
21290
21291 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21292
21293 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
21294 current versions of gcc, including gcc abi 2. Use "breakpoint"
21295 and "continue" instead of restarting the target program. Use
21296 gdb_test_multiple and gdb_test for all tests.
21297
21298 2004-01-01 Mark Kettenis <kettenis@gnu.org>
21299
21300 * gdb.asm/asm-source.exp: Update copyright year. Link statically
21301 for *-*-solaris2*.
21302
21303 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21304
21305 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
21306 current versions of gcc, including gcc abi 2. Use "breakpoint"
21307 and "continue" instead of restarting the target program several
21308 times. Use gdb_test_multiple and gdb_test for all tests.
21309
21310 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
21311
21312 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
21313 source files.
21314
21315 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21316
21317 * gdb.base/environ.exp: Handle compiling test case from multiple
21318 source files.
21319
21320 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21321
21322 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
21323
21324 2003-12-17 Jim Blandy <jimb@redhat.com>
21325
21326 * gdb.base/freebpcmd.c: Add copyright notice.
21327
21328 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
21329
21330 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21331
21332 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
21333
21334 2003-12-13 Jim Blandy <jimb@redhat.com>
21335
21336 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
21337
21338 2003-12-12 Kevin Buettner <kevinb@redhat.com>
21339
21340 * gdb.asm/frv.inc: New file.
21341 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
21342
21343 2003-12-09 Fred Fish <fnf@redhat.com>
21344
21345 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
21346 functions to break1.c and leave prototypes behind. Add more
21347 "set breakpoint NN here" comments.
21348 * gdb.base/break1.c: New file.
21349
21350 * gdb.base/break.exp: Handle compiling test case from multiple
21351 source files and change source file references as needed.
21352 * gdb.base/completion.exp: Ditto.
21353 * gdb.base/condbreak.exp: Ditto.
21354 * gdb.base/define.exp: Ditto.
21355 * gdb.base/ena-dis-br.exp: Ditto.
21356 * gdb.base/info-proc.exp: Ditto.
21357 * gdb.base/maint.exp: Ditto.
21358 * gdb.base/until.exp: Ditto.
21359
21360 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
21361 hardcoded line numbers.
21362 * gdb.base/define.exp: Ditto.
21363 * gdb.base/ena-dis-br.exp: Ditto.
21364 * gdb.base/maint.exp: Ditto.
21365 * gdb.base/until.exp: Ditto.
21366
21367 * gdb.base/completion.exp: Use "break1" for completion tests since
21368 "break" is no longer a unique prefix.
21369
21370 2003-12-06 Andrew Cagney <cagney@redhat.com>
21371
21372 * gdb.base/structs.exp (test_struct_returns): When applicable, set
21373 "return_value_unimplemented". When an unimplemented struct return
21374 architecture, report incorrect values as a KFAIL
21375
21376 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21377
21378 * gdb.cp/rtti.exp: Accept new wording of warning from
21379 cp_lookup_rtti_type.
21380
21381 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21382
21383 Partial fix for PR testsuite/1456.
21384 * gdb.base/scope.exp (test_at_main): Replace references to
21385 gcc_compiled with calls to test_compiler_info.
21386 (test_at_foo): Likewise.
21387 (test_at_bar): Likewise.
21388
21389 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
21390
21391 Partial fix for PR testsuite/1456.
21392 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
21393 to test_compiler_info.
21394
21395 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
21396
21397 * gdb.base/so-impl-ld.exp: Update copyright notice.
21398
21399 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
21400
21401 Partial fix for PR testsuite/1456.
21402 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
21403 to test_compiler_info.
21404
21405 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21406
21407 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
21408 from current versions of gdb. Clean up regular expressions.
21409 Delete redundant timeout case.
21410
21411 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21412
21413 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
21414 from current versions of gdb. Clean up regular expressions.
21415 Delete redundant timeout case.
21416
21417 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
21418
21419 Partial fix for PR testsuite/1456.
21420 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
21421 gcc_compiled with call to test_compiler_info.
21422
21423 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
21424
21425 Partial fix for PR testsuite/1456.
21426 * gdb.base/list.exp (test_list_function): Delete unused declaration
21427 of gcc_compiled.
21428
21429 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
21430
21431 Partial fix for PR testsuite/1456.
21432 * gdb.base/complex.exp: Replace reference to gcc_compiled with
21433 call to test_compiler_info.
21434
21435 2003-11-29 Mark Kettenis <kettenis@gnu.org>
21436
21437 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
21438 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
21439 it to create the appropriate note.inc.
21440 * gdb.asm/asmsrc1.s: Include "note.inc".
21441 * gdb.asm/netbsd.inc: New file.
21442 * gdb.asm/empty.inc: New file.
21443
21444 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21445
21446 Partial fix for PR testsuite/1456.
21447 * gdb.base/constvars.exp: Replace references to gcc_compiled with
21448 calls to test_compiler_info.
21449
21450 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
21451
21452 Partial fix for PR testsuite/1456.
21453 * gdb.base/volatile.exp: Replace references to gcc_compiled with
21454 calls to test_compiler_info.
21455
21456 2003-11-27 Mark Kettenis <kettenis@gnu.org>
21457
21458 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
21459 pattern for the KFAILs.
21460
21461 2003-11-25 Adam Fedor <fedor@gnu.org>
21462
21463 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
21464 * gdb.objc/objcdecode.m: New file.
21465
21466 2003-11-25 Adam Fedor <fedor@gnu.org>
21467
21468 * gdb.objc/nondebug.exp: Test for PR objc/1236.
21469 * gdb.objc/nondebug.m: New file.
21470
21471 2003-11-26 Ben Elliston <bje@wasabisystems.com>
21472
21473 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
21474 NetBSD as it does on FreeBSD. Modelled on a similar change by
21475 Mark Kettenis on 2003-05-30.
21476 (link-flags): Set to "--entry _start" regardless of target.
21477 Special linker flags are to be appended to $link-flags.
21478 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
21479
21480 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21481
21482 * gdb.cp/method.exp: Accept output of new demangler.
21483
21484 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21485
21486 * gdb/class2.exp: New file.
21487 * gdb/class2.cc: New file.
21488
21489 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21490
21491 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
21492 of new demangler.
21493
21494 2003-11-23 Mark Kettenis <kettenis@gnu.org>
21495
21496 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
21497 of gdb_test "run".
21498
21499 2003-11-23 Mark Kettenis <kettenis@gnu.org>
21500
21501 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
21502 "continue" into "run".
21503
21504 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
21505
21506 Partial fix for PR testsuite/1456.
21507 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
21508 call to test_compiler_info.
21509 * gdb.cp/ctti.exp: Likewise.
21510 * gdb.cp/derivation.exp: Likewise.
21511 * gdb.cp/member-ptr.exp: Likewise.
21512 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
21513 reference to gcc_compiled.
21514
21515 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
21516
21517 Fix PR testsuite/1463.
21518 * gdb.base/structs.exp (start_structs_test): Call
21519 get_debug_format before using the debug format.
21520
21521 2003-11-22 Andrew Cagney <cagney@redhat.com>
21522
21523 * lib/gdb.exp (gdb_test_multiple): Add simple example.
21524 * gdb.base/structs.exp: Use gdb_test_multiple.
21525
21526 2003-11-20 Andrew Cagney <cagney@redhat.com>
21527
21528 * gdb.base/structs.exp: Handle and recover from internal errors.
21529 Replace "foo${n}" with "foo<n>" in test messages.
21530
21531 * gdb.base/structs.exp: Update copyright. Rewrite.
21532 * gdb.base/structs.c: Update copyright. Rewrite.
21533
21534 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
21535 resync count exceeded.
21536
21537 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
21538 from the internal error.
21539 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
21540 Original from Jim Blandy.
21541 (gdb_test_multiple): Use gdb_internal_error_resync.
21542
21543 2003-11-19 Andrew Cagney <cagney@redhat.com>
21544
21545 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
21546 KFAIL.
21547
21548 2003-11-17 Mark Kettenis <kettenis@gnu.org>
21549
21550 New testcase for PR backtrace/1435.
21551 * gdb.arch/i386-unwind.exp: New file.
21552 * gdb.arch/i386-unwind.c: New file.
21553
21554 2003-11-17 Andrew Cagney <cagney@redhat.com>
21555
21556 * lib/gdb.exp (compiler_info): New global.
21557 (test_compiler_info): New function.
21558 (get_compiler_info): Set compiler_info.
21559 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
21560 "compiler_info" to gcc-<major>-<minor>.
21561
21562 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
21563
21564 * gdb.trace/configure: Remove.
21565
21566 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
21567
21568 * gdb.base/break.c: Add comments to aid finding line numbers for
21569 breakpoints.
21570 * gdb.base/break.exp: Remove all references to explicit line
21571 numbers.
21572
21573 2003-11-11 Nick Clifton <nickc@redhat.com>
21574
21575 * gdb.base/shreloc.exp: Do not run for targets which do not
21576 support shared objects.
21577
21578 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
21579
21580 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
21581 Don't run tests if nofileio flag is given.
21582
21583 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
21584
21585 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
21586 as well as 'Watchpoint'.
21587
21588 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
21589
21590 Reported by Jim Ingham <jingham@apple.com>:
21591 * gdb.base/annota1.exp: Match at least one occurrence of the
21592 signal handler annotation.
21593
21594 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
21595
21596 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
21597 as well as 'Watchpoint'.
21598
21599 2003-11-05 Michael Chastain <mec@shout.net>
21600
21601 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
21602
21603 2003-11-03 Kris Warkentin <kewarken@qnx.com>
21604
21605 * gdb.arch/gdb1291.c: New test file.
21606 * gdb.arch/gdb1291.exp: New test script.
21607 * gdb.arch/gdb1431.c: New test file.
21608 * gdb.arch/gdb1431.exp: New test script.
21609
21610 2003-10-22 Michael Chastain <mec@shout.net>
21611
21612 * gdb.mi/pthreads.c: Add copyright notice.
21613
21614 2003-10-22 Michael Chastain <mec@shout.net>
21615
21616 * gdb.threads/pthreads.c: Add copyright notice.
21617
21618 2003-10-20 Michael Chastain <mec@shout.net>
21619
21620 * gdb.base/gdb1056.exp: New test script.
21621
21622 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
21623
21624 * gdb.threads/killed.exp: Use gdb_run_cmd.
21625
21626 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
21627
21628 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
21629 create a core file.
21630 * gdb.threads/gcore-thread.exp: Likewise.
21631
21632 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
21633
21634 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
21635 type, based on char type.
21636 (struct bit_flags_short_t): New bitfield type, based on short type.
21637 (init_bit_flags_char): New fuction.
21638 (init_bit_flags_short): Ditto.
21639 (print_bit_flags_char): Ditto.
21640 (print_bit_flags_short): Ditto.
21641 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
21642
21643 2003-10-11 Michael Chastain <mec@shout.net>
21644
21645 * gdb.base/call-rt-st.exp: Update copyright year.
21646
21647 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
21648
21649 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
21650 * gdb.disasm/sh3.s: Ditto.
21651
21652 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
21653
21654 * gdb.threads/switch-threads.exp: New test.
21655 * gdb.threads/switch-threads.c: New source file.
21656
21657 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
21658
21659 * gdb.base/ending-run.exp: Add sh specific case.
21660
21661 2003-10-06 Andrew Cagney <cagney@redhat.com>
21662
21663 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
21664 * gdb.disasm/mn10200.exp: Delete obsolete file.
21665
21666 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
21667
21668 * ChangeLog: Correct an entry command.exp -> commands.exp.
21669 * gdb.base/commands.exp (bp_deleted_in_command_test)
21670 (temporary_breakpoint_commands): Check noargs.
21671
21672 2003-09-25 David Carlton <carlton@kealia.com>
21673
21674 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
21675 of some print tests, where appropriate. Add tests for C::D::cd,
21676 E::ce, F::cXfX, G::XgX.
21677 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
21678
21679 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
21680
21681 * lib/java.exp (java_init): Import target_alias before using it.
21682
21683 2003-09-25 David Carlton <carlton@kealia.com>
21684
21685 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
21686
21687 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
21688
21689 * gdb.base/selftest.exp: Accomodate more instruction reordering
21690 weirdness.
21691
21692 2003-09-17 Michael Chastain <mec@shout.net>
21693
21694 * gdb.cp/gdb1355.exp: New file.
21695 * gdb.cp/gdb1355.c: New file.
21696
21697 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
21698
21699 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
21700 * gdb.asm/sh.inc: New file.
21701
21702 2003-09-11 David Carlton <carlton@kealia.com>
21703
21704 * gdb.cp/namespace.exp: Add tests for namespace types.
21705 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
21706 (test_namespace): New.
21707
21708 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
21709
21710 * gdb.base/relocate.exp: Handle new gdb output at startup.
21711 * gdb.stabs/weird.exp: Ditto.
21712
21713 2003-09-08 Michael Chastain <mec@shout.net>
21714
21715 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
21716
21717 2003-09-07 Michael Chastain <mec@shout.net>
21718
21719 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
21720 'parse error'.
21721
21722 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
21723
21724 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
21725
21726 2003-08-30 Michael Chastain <mec@shout.net>
21727
21728 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
21729 * gdb.gdb/observer.exp: Ditto.
21730 * gdb.gdb/xfullpath.exp: Ditto.
21731
21732 2003-08-29 Mark Kettenis <kettenis@gnu.org>
21733
21734 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
21735 *-*-*bsd*.
21736
21737 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
21738
21739 * gdb.base/dump.exp: Skip for ia64.
21740
21741 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
21742
21743 * gdb.asm/asm-source.exp: Add ia64 support.
21744 * gdb.asm/ia64.inc: New file.
21745
21746 2003-08-22 Michael Chastain <mec@shout.net>
21747
21748 * gdb.cp: New directory.
21749 * gdb.cp/*: Copy from gdb.c++/*.
21750 * gdb.c++/*: Remove.
21751 * Makefile.in: Change gdb.c++ to gdb.cp.
21752 * configure.in: Ditto.
21753 * configure: Regnerate.
21754
21755 2003-08-18 Mark Kettenis <kettenis@gnu.org>
21756
21757 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
21758 * gdb.arch/i386-prologue.c (gdb1338): Add function.
21759
21760 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
21761
21762 * mi-var-display.exp (-var-list-children weird): Accept function
21763 pointers with argument types.
21764 * mi1-var-display.exp (-var-list-children weird): Likewise.
21765 * mi2-var-display.exp (-var-list-children weird): Likewise.
21766
21767 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
21768
21769 * gdb.base/annota3.exp: Add missing newline.
21770
21771 2003-08-06 Michael Chastain <mec@shout.net>
21772
21773 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
21774
21775 2003-08-12 Michael Snyder <msnyder@redhat.com>
21776
21777 * gdb.base/float.exp: Add test for SH.
21778
21779 2003-08-10 Mark Kettenis <kettenis@gnu.org>
21780
21781 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
21782
21783 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
21784
21785 * gdb.base/completion.exp: Remove reduntant completion test
21786 on filename.
21787
21788 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
21789
21790 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
21791 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
21792 gdb.trace/save-trace.exp: Make sure that full pathnames are
21793 escaped correctly.
21794
21795 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
21796
21797 * configure.in: Don't generate config.h from config.hin.
21798 * configure: Regenerate.
21799 * config.hin: Remove file.
21800 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
21801 * gdb.threads/pthreads.c: Ditto.
21802
21803 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
21804
21805 From Kei Sakamoto <sakamoto.kei@renesas.com>:
21806 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
21807 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
21808 Replace ld24 with seth/add3.
21809
21810 2003-08-02 Andrew Cagney <cagney@redhat.com>
21811
21812 * gdb.base/annota3.exp: New file.
21813 * gdb.base/annota3.c: New file.
21814 * gdb.c++/annota3.exp: New file.
21815 * gdb.c++/annota3.cc: New file.
21816
21817 2003-07-29 Michael Chastain <mec@shout.net>
21818
21819 * gdb.threads/tls.c (spin): Check errno only if sem_wait
21820 actually failed.
21821 (do_pass): Likewise.
21822 * gdb.threads/tls.exp: Always initialize no_of_threads.
21823
21824 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
21825
21826 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
21827 pattern.
21828 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
21829 * gdb.threads/tls.exp: Recognize one case of the host library not
21830 supporting TLS.
21831
21832 2003-07-27 Andrew Cagney <cagney@redhat.com>
21833
21834 * gdb.base/fileio.exp: Use SH when running commands using
21835 remote_exec.
21836
21837 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
21838
21839 From Kei Sakamoto <sakamoto.kei@renesas.com>:
21840 * gdb.base/relocate.c (dummy): New padding array.
21841
21842 2003-07-22 Michael Snyder <msnyder@redhat.com>
21843
21844 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
21845
21846 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
21847 patterns to be more general, accepting old and new output.
21848 Some output chars (such as '+') also must be quoted.
21849 Some addresses are displayed numerically instead of
21850 symbolically.
21851
21852 2003-07-23 Michael Snyder <msnyder@redhat.com>
21853
21854 * gdb.base/return2.exp: Don't test long-long return.
21855
21856 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
21857 * gdb.disasm/t01_mov.exp: Ditto.
21858 * gdb.disasm/t02_mova.s: Ditto.
21859 * gdb.disasm/t02_mova.exp: Ditto.
21860 * gdb.disasm/t03_add.s: Ditto.
21861 * gdb.disasm/t03_add.exp: Ditto.
21862 * gdb.disasm/t04_sub.s: Ditto.
21863 * gdb.disasm/t04_sub.exp: Ditto.
21864 * gdb.disasm/t05_cmp.s: Ditto.
21865 * gdb.disasm/t05_cmp.exp: Ditto.
21866 * gdb.disasm/t06_ari2.s: Ditto.
21867 * gdb.disasm/t06_ari2.exp: Ditto.
21868 * gdb.disasm/t07_ari3.s: Ditto.
21869 * gdb.disasm/t07_ari3.exp: Ditto.
21870 * gdb.disasm/t08_or.s: Ditto.
21871 * gdb.disasm/t08_or.exp: Ditto.
21872 * gdb.disasm/t09_xor.s: Ditto.
21873 * gdb.disasm/t09_xor.exp: Ditto.
21874 * gdb.disasm/t10_and.s: Ditto.
21875 * gdb.disasm/t10_and.exp: Ditto.
21876 * gdb.disasm/t11_logs.s: Ditto.
21877 * gdb.disasm/t11_logs.exp: Ditto.
21878 * gdb.disasm/t12_bit.s: Ditto.
21879 * gdb.disasm/t12_bit.exp: Ditto.
21880 * gdb.disasm/t13_otr.s: Ditto.
21881 * gdb.disasm/t13_otr.exp: Ditto.
21882
21883 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
21884
21885 * gdb.threads/tls.exp :Add kfail for 'info address' case.
21886
21887 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
21888
21889 * gdb.threads/tls.c : New file.
21890 * gdb.threads/tls.exp : New file.
21891 * gdb.threads/tls-main.c : New file.
21892 * gdb.threads/tls-shared.c : New file.
21893 * gdb.threads/tls-shared.exp : New file.
21894
21895 2003-07-22 Andreas Schwab <schwab@suse.de>
21896
21897 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
21898
21899 2003-07-20 Andreas Schwab <schwab@suse.de>
21900
21901 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
21902 due to insn reordering.
21903
21904 2003-07-15 Andrew Cagney <cagney@redhat.com>
21905
21906 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
21907
21908 2003-07-15 Michael Chastain <mec@shout.net>
21909
21910 * gdb.base/gdb1250.exp: New file.
21911 * gdb.base/gdb1250.c: New file.
21912
21913 2003-07-09 Michal Ludvig <mludvig@suse.cz>
21914
21915 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
21916 expansion of size_t to 'unsigned long', not only to 'unsigned'.
21917
21918 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
21919
21920 * gdb.threads/tls.c: New file.
21921 * gdb.threads/tls.exp: New file.
21922 * gdb.threads/tls-main.c: New file.
21923 * gdb.threads/tls-shared.c: New file.
21924 * gdb.threads/tls-shared.exp: New file.
21925
21926 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
21927
21928 * gdb.base/annota1.exp: Make sure that we properly escape the
21929 full path of the source file. Xfail more permissive patterns,
21930 due to a compiler debug info problem.
21931
21932 2003-07-07 Andreas Schwab <schwab@suse.de>
21933
21934 * gdb.asm/m68k.inc: New file.
21935 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
21936
21937 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
21938 arguments"): Also match negative number.
21939
21940 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
21941
21942 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
21943
21944 * gdb.base/store.c (charest): New typedef.
21945 (add_char): Rename to add_charest, update.
21946 (wack_char): Rename to wack_charest, update types. Return l + r
21947 to keep r live across the call.
21948 (wack_short, wack_int, wack_long, wack_longest, wack_float)
21949 (wack_double, wack_doublest): Return l + r to keep r live across
21950 the call.
21951 * gdb.base/store.exp: Accomodate store.c changes.
21952
21953 2003-06-30 David Carlton <carlton@kealia.com>
21954
21955 * gdb.c++/maint.exp (test_invalid_name): New.
21956 (test_first_component): Add tests for invalid names.
21957
21958 2003-06-29 Michael Chastain <mec@shout.net>
21959
21960 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
21961 output of '<VTT for class>' for virtual base classes.
21962
21963 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
21964
21965 * gdb.base/completion.exp: Tab-complete "complet" instead of
21966 "compl".
21967 * gdb.base/complex.exp, gdb.base/complex.c: New files.
21968
21969 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
21970
21971 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
21972 * gdb.base/volatile.exp: Likewise.
21973
21974 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
21975
21976 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
21977 gdb/1265.
21978
21979 2003-06-28 Michael Chastain <mec@shout.net>
21980 Daniel Jacobowitz <drow@mvista.com>
21981
21982 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
21983 initial line count of 'captured_main' from 26 to 32.
21984 (test_with_self): Allow xmalloc call to be interleaved with the
21985 preceding two lines.
21986
21987 2003-06-24 Joel Brobecker <brobecker@gnat.com>
21988
21989 * gdb.base/bang.exp: New testcase.
21990
21991 2003-06-23 Joel Brobecker <brobecker@gnat.com>
21992
21993 * gdb.base/langs.exp: Add some tests for the "minimal" language
21994 support.
21995
21996 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
21997
21998 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
21999 the testcase.
22000
22001 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22002
22003 * gdb.base/relocate.exp: Test add-symbol-file with a variable
22004 offset.
22005
22006 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22007
22008 * gdb.c++/pr-1210.cc: New file.
22009 * gdb.c++/pr-1210.exp: New file.
22010
22011 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
22012
22013 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
22014 000-exec-continue.
22015
22016 2003-06-15 Mark Kettenis <kettenis@gnu.org>
22017
22018 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
22019 on *-*-*bsd* instead of *-*-freebsd*.
22020
22021 2003-06-14 Andrew Cagney <cagney@redhat.com>
22022
22023 * gdb.base/store.exp: Test longest and doublest. Test all
22024 parameters. Weaken return statement match.
22025 * gdb.base/store.c: Add longest and doublest - aka long long and
22026 long double functions. Put all parameters into local register
22027 variables. Use negative values.
22028
22029 2003-06-14 Andrew Cagney <cagney@redhat.com>
22030
22031 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
22032 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
22033 exit status.
22034 * gdb.base/fileio.exp: Disable target when nointerrupts and
22035 noinferiorio, instead of limiting it to remote. Use remote_exec
22036 instead of system.
22037
22038 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
22039
22040 * gdb.base/float.exp: Add ia64 support.
22041
22042 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
22043
22044 * gdb.base/fileio.exp: Run only on remote targets.
22045
22046 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
22047
22048 * gdb.base/fileio.c: New file, testing File-I/O.
22049 * gdb.base/fileio.exp: Ditto.
22050
22051 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
22052
22053 * gdb.base/shreloc.exp: New file, check symbol values obtained from
22054 shared objects after relocation at load time (gdb PR/1132).
22055 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
22056 as above, part of the shared object relocation test.
22057
22058 2003-06-08 Mark Kettenis <kettenis@gnu.org>
22059
22060 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
22061 fully filled history list.
22062 * gdb.base/gdb_history: New file.
22063
22064 * gdb.base/signals.exp: XFAIL "continue to func1" on
22065 i*86-*-freebsd*.
22066
22067 * gdb.base/attach.exp: When trying to attach to a nonexistent
22068 process, make it possible to specify the PID based on the target,
22069 and do so for *-*-freebsd*.
22070
22071 2003-06-02 Richard Henderson <rth@redhat.com>
22072
22073 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
22074
22075 2003-06-02 Richard Henderson <rth@redhat.com>
22076
22077 * gdb.base/selftest.exp: Next over lim_at_start initialization.
22078
22079 2003-06-02 Richard Henderson <rth@redhat.com>
22080
22081 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
22082
22083 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
22084
22085 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
22086 of globalvar.
22087
22088 2003-06-01 Mark Kettenis <kettenis@gnu.org>
22089
22090 * gdb.asm/asm-source.exp: Check for memory read errors in
22091 disassembler test on *BSD too.
22092
22093 2003-06-01 Richard Henderson <rth@redhat.com>
22094
22095 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
22096 for .frame.
22097 (gdbasm_call): Lose ldgp.
22098 (gdbasm_startup): Add frame information.
22099 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
22100
22101 2003-05-31 Mark Kettenis <kettenis@gnu.org>
22102
22103 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22104 i?86-*-*.
22105
22106 2003-05-30 Mark Kettenis <kettenis@gnu.org>
22107
22108 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22109 FreeBSD.
22110
22111 2003-05-29 Richard Henderson <rth@redhat.com>
22112
22113 * gdb.asm/alpha.inc: New file.
22114 * gdb.asm/asm-source.exp: Use it.
22115
22116 2003-05-29 Jim Blandy <jimb@redhat.com>
22117
22118 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
22119 'core.PID'.
22120
22121 2003-05-22 Jim Blandy <jimb@redhat.com>
22122
22123 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
22124 backtrace.
22125
22126 2003-05-20 David Carlton <carlton@math.stanford.edu>
22127
22128 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
22129 this time.
22130
22131 2003-05-19 David Carlton <carlton@bactrian.org>
22132
22133 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
22134 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
22135
22136 2003-05-19 David Carlton <carlton@bactrian.org>
22137
22138 * gdb.c++/namespace.exp: Add namespace scope and anonymous
22139 namespace tests.
22140 Bump copyright date.
22141 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
22142 (main): Call C::D::marker2.
22143 * gdb.c++/namespace1.cc: New file.
22144
22145 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
22146
22147 Roland McGrath <roland@redhat.com>
22148 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
22149 there is no manager thread.
22150
22151 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
22152
22153 * gdb.threads/schedlock.exp: Remove assumption that all threads
22154 will run in a particular small time slice. Also ensure we break
22155 in one of the child threads rather than the main thread.
22156
22157 2003-05-07 Jim Blandy <jimb@redhat.com>
22158
22159 Add support for assembly source testing on the s390x.
22160 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
22161 architecture.
22162 * gdb.asm/s390x.inc: New file.
22163
22164 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
22165 succession of 'if' statements.
22166
22167 2003-05-05 Andrew Cagney <cagney@redhat.com>
22168
22169 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
22170
22171 2003-05-05 Andrew Cagney <cagney@redhat.com>
22172
22173 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
22174 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
22175
22176 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
22177
22178 * gdb.base/charset.exp: Update based on new behavior of set/show
22179 charset commands.
22180
22181 2003-05-01 Andrew Cagney <cagney@redhat.com>
22182
22183 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
22184 variable do not give memory errors.
22185
22186 2003-04-30 Adam Fedor <fedor@gnu.org>
22187
22188 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
22189 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
22190 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
22191 gdb.objc/basicclass.m: : New files
22192
22193 * lib/gdb.exp (gdb_compile_objc): New procedure.
22194
22195 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
22196
22197 * gdb.base/signals.exp: Make backtrace tests more specific.
22198
22199 2003-04-23 David Carlton <carlton@bactrian.org>
22200
22201 * gdb.c++/maint.exp (test_first_component): Add tests for
22202 'operator' in more locations.
22203
22204 2003-04-16 Kevin Buettner <kevinb@redhat.com>
22205
22206 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
22207
22208 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
22209
22210 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
22211 func marke' instead. Update test name.
22212
22213 2003-04-15 David Carlton <carlton@math.stanford.edu>
22214
22215 * gdb.c++/maint.exp: New file.
22216
22217 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22218
22219 * gdb.threads/schedlock.c: Change type of thread function argument
22220 to long, to avoid warnings on 64-bit platforms.
22221
22222 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22223
22224 * gdb.base/attach.exp: Add new message from ptrace in case of
22225 attaching to nonexistent process.
22226
22227 2003-04-11 Jim Blandy <jimb@redhat.com>
22228
22229 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22230 gdb.c++/userdef.cc: Place comments on the lines to which the
22231 marker function might return.
22232 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22233 gdb.c++/userdef.exp: Look for those comments to check that we've
22234 returned to the right place, instead of checking line numbers.
22235
22236 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
22237
22238 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
22239 match on sourcefile name, instead of directory name.
22240
22241 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
22242
22243 * gdb.base/completion.exp: Use string_to_regexp to match the
22244 working directory name.
22245
22246 2003-04-09 Jim Blandy <jimb@redhat.com>
22247
22248 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22249 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
22250 after an inferior function call, report the failure, but allow the
22251 test to continue.
22252
22253 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22254
22255 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22256 with -DPROTOTYPES.
22257
22258 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22259
22260 * gdb.base/break.exp: Revert last patch.
22261
22262 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
22263
22264 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22265 with -DPROTOTYPES.
22266
22267 2003-04-02 Andrew Cagney <cagney@redhat.com>
22268
22269 * gdb.base/callfuncs.exp: Make "print add" messages unique.
22270 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
22271 matching directories by the name breakpoint.
22272 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
22273 Make "continue to marker1" consistent.
22274 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
22275 message consistent.
22276 * lib/gdb.exp: Put "the program is no longer running", and "the
22277 program exited" in parenthesis.
22278 * lib/mi-support.exp: Ditto.
22279
22280 2003-04-02 Bob Rossi <bob_rossi@cox.net>
22281
22282 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
22283
22284 2003-03-29 Andrew Cagney <cagney@redhat.com>
22285
22286 * gdb.base/sizeof.c (main): Print the value of '\377'.
22287 * gdb.base/sizeof.exp: Check the sign of '\377'.
22288
22289 2003-03-27 Michael Chastain <mec@shout.net>
22290
22291 * gdb.base/gdb1090.exp: New file.
22292 * gdb.base/gdb1090.cc: New file.
22293
22294 2003-03-27 J. Brobecker <brobecker@gnat.com>
22295
22296 * gdb.gdb/observer.exp: New regression test.
22297
22298 2003-03-27 Michael Chastain <mec@shout.net>
22299
22300 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
22301 * gdb.base/ptype.exp: Likewise.
22302
22303 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
22304
22305 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
22306
22307 2003-03-26 Michael Chastain <mec@shout.net>
22308
22309 * gdb.base/ptype.exp: Actually use some typedef'd types.
22310
22311 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
22312
22313 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
22314 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
22315
22316 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22317
22318 * gdb.base/default.exp: Fix regular expression.
22319
22320 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22321
22322 * gdb.base/args.exp: Fix regular expression.
22323
22324 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22325
22326 * gdb.base/help.exp: Allow Win32 child process.
22327
22328 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22329
22330 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
22331 when stepping out of main().
22332
22333 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22334
22335 * gdb.base/default.exp: Check for win32 specific message when calling
22336 "run" without executable.
22337
22338 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22339
22340 * gdb.base/args.exp: Expect .exe in output.
22341
22342 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22343
22344 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
22345 Cygwin native.
22346
22347 2003-03-17 Andrew Cagney <cagney@redhat.com>
22348
22349 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
22350 vector registes.
22351 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
22352 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
22353
22354 2003-03-17 David Carlton <carlton@math.stanford.edu>
22355
22356 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
22357 test, for PR breakpoints/38.
22358 Call test_watchpoint_and_breakpoint.
22359 * gdb.base/watchpoint.c (func3): New function.
22360 (main): Call func3.
22361
22362 2003-03-04 David Carlton <carlton@math.stanford.edu>
22363
22364 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
22365 Garply<Garply<char> >:: garply".
22366 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
22367 with respect to PR c++/1111; note also PR c++/1113.
22368 (test_template_breakpoints): KFAIL "constructor breakpoint" with
22369 respect to PR c++/1062.
22370 KFAIL "destructor breakpoint" with respect to PR c++/1112.
22371
22372 2003-03-03 David Carlton <carlton@math.stanford.edu>
22373
22374 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
22375 with respect to PR c++/57.
22376 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
22377 c++/826.
22378 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
22379 respect to PR c++/57.
22380
22381 2003-03-03 David Carlton <carlton@math.stanford.edu>
22382
22383 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
22384 respect to PR c++/33 into FAILs.
22385
22386 2003-03-03 Michael Chastain <mec@shout.net>
22387
22388 * configure.in: Update copyright years.
22389
22390 2003-03-03 Michael Chastain <mec@shout.net>
22391
22392 * Makefile.in: Update copyright years.
22393
22394 2003-02-28 David Carlton <carlton@math.stanford.edu>
22395
22396 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
22397 print class instead of struct and/or superfluous protection
22398 specifiers, as long as the resulting output is equivalent to the
22399 source code.
22400 Delete FIXME from end of messages on tests that don't need
22401 fixing.
22402
22403 2003-02-28 David Carlton <carlton@math.stanford.edu>
22404
22405 * gdb.c++/templates.exp (do_tests): Allow const in the two
22406 Foo<volatile char *>::foo tests.
22407
22408 2003-02-27 Michael Snyder <msnyder@redhat.com>
22409
22410 * gdb.base/restore.c (main): Return zero, so exit code
22411 will be consistant.
22412
22413 2003-02-26 David Carlton <carlton@math.stanford.edu>
22414
22415 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
22416 char *>::foo" test with respect to PR c++/33. Create a new test
22417 which is identical to that one except that it doesn't put the
22418 space between the "char" and the "*"; KFAIL it, too.
22419
22420 2003-02-26 David Carlton <carlton@math.stanford.edu>
22421
22422 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
22423 template types into either PASSes or KFAILs (corresponding to PR
22424 c++/57). Tweak indentation. Update copyright.
22425
22426 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
22427
22428 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
22429
22430 2003-02-13 Michael Chastain <mec@shout.net>
22431
22432 * gdb.base/exprs.exp: Remove i960 remnants.
22433 * gdb.base/funcargs.exp: Likewise.
22434 * gdb.base/list.exp: Likewise.
22435 * gdb.base/ptype.exp: Likewise.
22436
22437 2003-02-14 David Carlton <carlton@math.stanford.edu>
22438
22439 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
22440 pEe->D::vg()" from XFAIL to KFAIL.
22441
22442 2003-02-13 Jason Molenda (jmolenda@apple.com)
22443
22444 * gdb.base/maint.exp: Update maint print statistics regexp to include
22445 new entries.
22446
22447 2003-02-13 Michael Chastain <mec@shout.net>
22448
22449 * gdb.c++/inherit.exp: Remove call to get_debug_format.
22450
22451 2003-02-12 Michael Chastain <mec@shout.net>
22452
22453 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
22454 * gdb.c++/inherit.exp: Likewise.
22455 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
22456 * gdb.c++/templates.exp: Likewise.
22457 * gdb.c++/virtfunc.exp: Likewise.
22458
22459 2003-02-06 Jason Molenda (jason-cl@molenda.com)
22460
22461 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
22462 why the code is written that way.
22463
22464 2003-02-05 Michael Chastain <mec@shout.net>
22465
22466 * gdb.base/dump.exp: Add missing copyright line.
22467
22468 2003-02-05 Jason Molenda (jason-cl@molenda.com)
22469
22470 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
22471 at the beginning so the breakpoint doesn't get set on the loop.
22472
22473 2003-02-05 Michael Chastain <mec@shout.net>
22474
22475 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
22476 output for configurations with gcc 2.95.3.
22477
22478 2003-02-05 Keith Seitz <keiths@redhat.com>
22479 Andrew Cagney <ac131313@redhat.com>
22480
22481 * gdb.mi/mi-cli.exp: New file.
22482
22483 2003-02-04 Michael Chastain <mec@shout.net>
22484
22485 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
22486 Call perror and then continue.
22487
22488 2003-02-03 Michael Chastain <mec@shout.net>
22489
22490 * gdb.c++/pr-1023.cc: New file.
22491 * gdb.c++/pr-1023.exp: New file.
22492
22493 2003-02-05 Jim Blandy <jimb@redhat.com>
22494
22495 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
22496 it's local to foobar. Check for it there, and check that it's not
22497 present in main.
22498 * gdb.c++/local.cc (marker2): New function.
22499 (foobar): Call marker1.
22500 (main): Call marker2 instead of marker1.
22501
22502 2003-02-04 Andrew Cagney <ac131313@redhat.com>
22503
22504 * gdb.disasm/mn10200.exp: Obsolete file.
22505 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
22506 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
22507 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
22508
22509 2003-02-04 David Carlton <carlton@math.stanford.edu>
22510
22511 * gdb.c++/overload.exp: Test intToChar(1).
22512 * gdb.c++/overload.cc (intToChar): New.
22513 (main): Call intToChar.
22514
22515 2003-02-03 David Carlton <carlton@math.stanford.edu>
22516
22517 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
22518 'might_kfail' arg.
22519 KFAIL some of the continue_to_bp_overloaded calls, according to
22520 PR c++/1025.
22521
22522 2003-02-01 Michael Chastain <mec@shout.net>
22523
22524 * gdb.base/advance.c (marker1): New marker function.
22525 * gdb.base/advance.exp: When the 'advance' command lands on the
22526 return breakpoint, it can legitimately stop on either the
22527 current line or the next line. Accommodate both outcomes.
22528 * gdb.base/until.exp: Likewise.
22529
22530 2003-02-02 Andrew Cagney <ac131313@redhat.com>
22531
22532 2002-11-10 Jason Molenda (jason-cl@molenda.com):
22533 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
22534 now a list, not a tuple.
22535 * gdb.mi/mi-var-display.exp: Ditto.
22536 * gdb.mi/gdb792.exp: Ditto.
22537
22538 2003-02-01 Andrew Cagney <ac131313@redhat.com>
22539
22540 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
22541 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
22542 stack backtraces.
22543 * gdb.mi/mi-syn-frame.c: Part of same.
22544
22545 2003-02-01 Mark Kettenis <kettenis@gnu.org>
22546
22547 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22548 gdb.mi/mi1-pthreads.exp: Return instead of calling
22549 gdb_suppress_entire_file.
22550
22551 2003-02-01 Mark Salter <msalter@redhat.com>
22552
22553 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
22554
22555 2003-01-31 Mark Salter <msalter@redhat.com>
22556
22557 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
22558 Support empty arg.
22559
22560 2003-01-30 Michael Chastain <mec@shout.net>
22561
22562 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
22563 This was a workaround for a UTF-8 bug in readline 4.3. The bug
22564 has been fixed in gdb/readline on 2003-01-09.
22565
22566 2003-01-29 Michael Snyder <msnyder@redhat.com>
22567
22568 * gdb.base/maint.exp: Allow for leading underscore in symbol.
22569 * gdb.base/display.exp: Allow for leading underscore in symbol.
22570 * gdb.base/args.exp: Skip if target does not support args passing.
22571
22572 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
22573
22574 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
22575 gdb_test. Accept a list of expect arguments as the third
22576 parameter.
22577 (gdb_test): Use it.
22578
22579 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
22580
22581 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
22582 allow for different test tree configurations. Update some
22583 tescases accordingly.
22584 * gdb.arch/altivec-regs.exp: Ditto.
22585 * gdb.asm/asm-source.exp: Ditto.
22586 * gdb.base/advance.exp: Ditto.
22587 * gdb.base/display.exp: Ditto.
22588 * gdb.base/long_long.exp: Ditto.
22589 * gdb.base/mips_pro.exp: Ditto.
22590 * gdb.base/overlays.exp: Ditto.
22591 * gdb.base/relocate.exp: Ditto.
22592 * gdb.base/setshow.exp: Ditto.
22593 * gdb.base/step-line.exp: Ditto.
22594 * gdb.base/step-test.exp: Ditto.
22595 * gdb.base/until.exp: Ditto.
22596 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
22597
22598 2003-01-17 David Carlton <carlton@math.stanford.edu>
22599
22600 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
22601 corresponding to PR c++/945.
22602 Update copyright.
22603
22604 2003-01-17 David Carlton <carlton@math.stanford.edu>
22605
22606 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
22607 corresponding to PR c++/68.
22608
22609 2003-01-17 David Carlton <carlton@math.stanford.edu>
22610
22611 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
22612 (test_paddr_hairy_functions): Call print_addr_2_kfail for
22613 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
22614
22615 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
22616
22617 * gdb.base/break.exp: Fix change of default location, because of
22618 removal of until tests.
22619 * gdb.base/help.exp: Update test for new 'until' help message.
22620 Add test for help on 'advance'.
22621 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
22622
22623 2003-01-15 Mark Kettenis <kettenis@gnu.org>
22624
22625 * gdb.base/default.exp: Adapt "info float" test for recent changes
22626 to that command. Add test for "info vector".
22627 * gdb.base/float.exp: New file. Add test for "info float" that
22628 resembles the old test in gdb.base/default.exp.
22629
22630 2003-01-15 David Carlton <carlton@math.stanford.edu>
22631
22632 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
22633
22634 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
22635
22636 * gdb.base/break.exp: Move the tests of until command from here...
22637 * gdb.base/until.exp: ... to here. New file. Add other tests.
22638 * gdb.base/advance.c: New file.
22639 * gdb.base/advance.exp: New file.
22640
22641 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
22642
22643 * gdb.base/args.c: New file.
22644 * gdb.base/args.exp: New file.
22645
22646 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
22647
22648 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
22649
22650 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
22651
22652 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
22653
22654 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
22655
22656 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
22657 dates.
22658
22659 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22660
22661 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
22662
22663 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22664
22665 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
22666 (ptype &*"foo").
22667 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
22668
22669 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22670
22671 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
22672 * gdb.mi/mi1-console.exp: Likewise.
22673
22674 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22675
22676 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
22677 * gdb.mi/mi1-console.exp: Likewise.
22678
22679 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22680
22681 * gdb.c++/overload.exp: Remove some fixed XFAILs.
22682
22683 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
22684
22685 * gdb.base/detach.exp: New test.
22686
22687 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
22688
22689 * Makefile.in (ALL_SUBDIRS): New variable.
22690 (subdirs, clean, distclean): Use it.
22691 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
22692 regenerating Makefile, since it is generated from the top level.
22693 * gdb.asm/Makefile.in: Likewise.
22694 * gdb.base/Makefile.in: Likewise.
22695 * gdb.c++/Makefile.in: Likewise.
22696 * gdb.disasm/Makefile.in: Likewise.
22697 * gdb.java/Makefile.in: Likewise.
22698 * gdb.mi/Makefile.in: Likewise.
22699 * gdb.threads/Makefile.in: Likewise.
22700 * gdb.trace/Makefile.in: Likewise.
22701
22702 2003-01-09 David Carlton <carlton@math.stanford.edu>
22703
22704 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
22705 Add copyright year 2003.
22706
22707 2003-01-06 Michael Chastain <mec@shout.net>
22708
22709 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
22710 When selecting a thread, 'line' and 'file' are optional.
22711 * gdb.mi/mi1-pthreads.exp: Likewise.
22712
22713 2003-01-06 Andreas Schwab <schwab@suse.de>
22714
22715 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
22716 failures.
22717
22718 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
22719
22720 Fix PR gdb/844
22721 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
22722 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
22723
22724 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
22725 instead of calling gdb_suppress_entire_file.
22726 * gdb.threads/print-threads.exp: Likewise.
22727 * gdb.threads/schedlock.exp: Likewise.
22728
22729 * gdb.threads/killed.exp: Return instead of calling
22730 gdb_suppress_entire_file.
22731 * gdb.threads/linux-dp.exp: Likewise.
22732 * gdb.threads/pthreads.exp: Likewise.
22733
22734 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
22735
22736 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
22737 stabs.
22738 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
22739 * gdb.base/whatis.exp: Always allow (void) after function names.
22740
22741 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
22742
22743 * gdb.c++/casts.exp: Correct regexp.
22744
22745 2003-01-04 Mark Kettenis <kettenis@gnu.org>
22746
22747 * configure.in: Call AC_CONFIG_HEADER. Don't call
22748 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
22749 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
22750 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
22751 aforementioned directories in the AC_OUPUT call.
22752 * config.hin: New file.
22753 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22754 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
22755 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
22756 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
22757 pass -I$objdir instead of -I$objdir/$subdir in compilation.
22758 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
22759 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
22760 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
22761 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
22762 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
22763 gdb.threads/configure.in, gdb.threads/configure,
22764 gdb.threads/config.in, gdb.trace/configure.in,
22765 gdb.trace/configure: Removed.
22766
22767 2003-01-03 Michael Chastain <mec@shout.net>
22768
22769 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
22770 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
22771
22772 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
22773
22774 * gdb.base/store.exp: Fix regular expressions.
22775
22776 2002-12-28 Mark Kettenis <kettenis@gnu.org>
22777
22778 * configure.in: Rewrite.
22779 * configure: Regenerated.
22780
22781 2003-01-03 David Carlton <carlton@math.stanford.edu>
22782
22783 * gdb.base/psymtab.exp: New file.
22784 * gdb.base/psymtab1.c: Ditto.
22785 * gdb.base/psymtab2.c: Ditto.
22786
22787 2002-12-23 Adam Fedor <fedor@gnu.org>
22788
22789 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
22790
22791 2002-12-23 David Carlton <carlton@math.stanford.edu>
22792
22793 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
22794 and current_directory initialization.
22795
22796 2002-12-22 Jim Blandy <jimb@redhat.com>
22797
22798 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
22799 rather than as part of the output file name.
22800
22801 * gdb.base/attach.exp: There's no need to copy the test program to
22802 /tmp; that was only ever necessary on HP/UX, and this test is
22803 entirely disabled there anyway.
22804
22805 2002-12-21 Jim Blandy <jimb@redhat.com>
22806
22807 * gdb.c++/psmang.exp: Doc fix.
22808
22809 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
22810 test.
22811
22812 2002-12-20 David Carlton <carlton@math.stanford.edu>
22813
22814 * gdb.c++/annota2.exp: KFAIL annotate-quit.
22815
22816 2002-12-18 Michael Chastain <mec@shout.net>
22817
22818 * gdb.c++/annota2.exp: Add copyright year 2002.
22819
22820 2002-12-17 David Carlton <carlton@math.stanford.edu>
22821
22822 * gdb.c++/try_catch.cc: Add marker comments.
22823 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
22824 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
22825 * gdb.c++/m-static.cc: Ditto.
22826 * gdb.c++/m-static1.cc: Ditto.
22827 * gdb.c++/try_catch.cc: Ditto.
22828
22829 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
22830
22831 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
22832 to see whether we are using the new -environment-directory
22833 command which resets via -r or the old version of the command
22834 which may prompt the user. Part of fix for gdb/741.
22835
22836 2002-12-13 Andrew Cagney <ac131313@redhat.com>
22837
22838 * gdb.fortran/types.exp: Update obsolete comment.
22839 * gdb.fortran/exprs.exp: Ditto.
22840 * lib/gdb.exp: Delete obsolete code.
22841 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
22842 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
22843 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
22844 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
22845 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
22846 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
22847 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
22848 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
22849 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
22850 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
22851 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
22852 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
22853 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
22854 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
22855 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
22856 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
22857 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
22858 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
22859 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
22860 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
22861 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
22862 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
22863 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
22864 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
22865 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
22866 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
22867 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
22868 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
22869 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
22870 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
22871 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
22872 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
22873 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
22874 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
22875 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
22876 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
22877 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
22878
22879 2002-12-11 David Carlton <carlton@math.stanford.edu>
22880
22881 * gdb.c++/m-data.exp: Add test for members that shadow global
22882 variables: see PR gdb/804.
22883 * gdb.c++/m-data.cc: Ditto.
22884
22885 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
22886
22887 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
22888
22889 2002-12-06 David Carlton <carlton@math.stanford.edu>
22890
22891 * gdb.base/store.c: Don't declare functions static.
22892
22893 2002-12-04 Andrew Cagney <ac131313@redhat.com>
22894
22895 * gdb.base/store.exp, gdb.base/store.c: New files.
22896
22897 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
22898
22899 * gdb.base/selftest.exp: Update for current gdb.
22900
22901 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
22902
22903 * gdb.base/maint.exp: Only dump symbols from one source file
22904 or objfile.
22905
22906 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
22907
22908 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
22909 function call.
22910
22911 2002-11-25 Jim Blandy <jimb@redhat.com>
22912
22913 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
22914 function appearing in error message.
22915
22916 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
22917
22918 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
22919
22920 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
22921
22922 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
22923 for mi1 and current mi is in correct format. New mi startup message
22924 should be in mi console format. This is part of fix for PR gdb/604.
22925
22926 2002-09-18 Fernando Nasser <fnasser@redhat.com>
22927
22928 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
22929 which explicitly prints the zero offset as "+0".
22930
22931 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
22932
22933 * gdb.threads/schedlock.c (args): Make unsigned.
22934
22935 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
22936
22937 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
22938 numbers. Allow "foo2|selected stack frame".
22939 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
22940 * gdb.asm/asmsrc2.s: Likewise.
22941 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
22942 comments.
22943 * gdb.asm/mips.inc: New file.
22944
22945 2002-10-18 Adam Fedor <fedor@gnu.org>
22946
22947 * gdb.base/default.exp: Update expected output to include 'ObjC'.
22948 * gdb.base/help.exp: Likewise.
22949
22950 2002-10-17 Kevin Buettner <kevinb@redhat.com>
22951
22952 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
22953 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
22954
22955 2002-10-02 Jim Blandy <jimb@redhat.com>
22956
22957 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
22958
22959 2002-10-01 Andrew Cagney <ac131313@redhat.com>
22960
22961 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
22962 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
22963 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
22964 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
22965 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
22966 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
22967 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
22968
22969 2002-09-29 Andrew Cagney <ac131313@redhat.com>
22970
22971 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
22972 * mi0-disassemble.exp, mi0-eval.exp: Delete.
22973 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
22974 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
22975 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
22976 * mi0-var-block.exp, mi0-var-child.exp: Delete.
22977 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
22978
22979 2002-09-27 Kevin Buettner <kevinb@redhat.com>
22980
22981 * gdb.base/annota1.exp (info break): Make directory components of
22982 path optional since not all compilers emit this debug information.
22983
22984 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
22985 step ends up stepping out of the function instead of stopping on
22986 the epilogue.
22987
22988 2002-09-26 Keith Seitz <keiths@redhat.com>
22989
22990 * lib/insight-support.exp (gdbtk_start): Figure out where
22991 the insight executable is based on where gdb is. Use this
22992 executable to start insight instead of gdb.
22993
22994 2002-09-25 Andrew Cagney <cagney@redhat.com>
22995
22996 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
22997
22998 2002-09-24 Andrew Cagney <ac131313@redhat.com>
22999
23000 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
23001 test_isolated_complaints.
23002 (test_empty_complaint): New function.
23003 (test_empty_complaints): New function. Check no output when no
23004 complaints.
23005
23006 2002-09-19 Jim Blandy <jimb@redhat.com>
23007
23008 * gdb.base/charset.exp, gdb.base/charset.c: New files.
23009
23010 2002-09-19 Andrew Cagney <ac131313@redhat.com>
23011
23012 * gdb.gdb/complaints.exp: New file.
23013
23014 2002-09-18 Andrew Cagney <ac131313@redhat.com>
23015
23016 * gdb.base/maint.exp: Check `help maint internal-warning'.
23017
23018 2002-09-18 David Carlton <carlton@math.stanford.edu>
23019
23020 * gdb.c++/m-static.exp: Remove breakpoints depending on line
23021 numbers, and replace them by a single breakpoint after the
23022 constructors are all finished.
23023 Add test 4.
23024 * gdb.c++/m-static.cc: Add test 4.
23025 * gdb.c++/m-static.h: New file.
23026 * gdb.c++/m-static1.cc: New file.
23027
23028 * gdb.c++/printmethod.exp: New file.
23029 * gdb.c++/printmethod.cc: New file.
23030
23031 * gdb.c++/pr-574.exp: New file.
23032 * gdb.c++/pr-574.cc: New file.
23033
23034 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23035
23036 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
23037 embedded targets which never actually exit.
23038
23039 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23040
23041 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
23042 "don't step after run" as unresolved or unsupported, instead of xfail.
23043
23044 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23045
23046 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
23047 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
23048 Add newline to expected string in "step out of main (status wrapper)"
23049 case.
23050
23051 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23052
23053 * lib/gdb.exp (rerun_to_main): Allow restarting application.
23054 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
23055
23056 2002-09-17 Tom Tromey <tromey@redhat.com>
23057
23058 * gdb.base/printcmds.exp (test_print_string_constants): Expect
23059 \000, not \0, in double-quoted string.
23060
23061 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
23062
23063 * gdb.base/commands.exp: Don't expect a "Program exited normally"
23064 string after running the commands execution on breakpoint tests.
23065
23066 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
23067
23068 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
23069
23070 2002-09-12 Joel Brobecker <brobecker@gnat.com>
23071
23072 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
23073
23074 2002-09-10 Keith Seitz <keiths@redhat.com>
23075
23076 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
23077 runto proc.
23078 (mi_run_to_main): Use mi_runto.
23079 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
23080
23081 2002-09-10 Keith Seitz <keiths@redhat.com>
23082
23083 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
23084 regexp for stopping at main. Could have multiple event notifications.
23085 Don't assume that main was declared with no parameters.
23086 (mi_next): Use mi_step_to.
23087 (mi_step): Use mi_next_to.
23088
23089 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
23090
23091 * gdb.base/default.exp: Fix expected string in `info float' test.
23092
23093 2002-09-09 Ben Elliston <bje@redhat.com>
23094
23095 * config/mips.exp: Update comments.
23096 * config/mips-idt.exp: Likewise.
23097 * config/nind.exp: Likewise.
23098 * config/slite.exp: Likewise.
23099 * config/sparclet.exp: Likewise.
23100 * config/udi.exp: Likewise.
23101 * config/vx.exp: Likewise.
23102 * config/vxworks29k.exp: Likewise.
23103
23104 2002-09-05 Jim Blandy <jimb@redhat.com>
23105
23106 * gdb.threads/killed.exp: Fix test failure message.
23107
23108 2002-09-04 Keith Seitz <keiths@redhat.com>
23109
23110 * lib/mi-support.exp: Update copyright.
23111 (mi_gdb_test): Increase the priority of the expected pattern
23112 so that it matches gdb_test.
23113
23114 2002-09-03 Keith Seitz <keiths@redhat.com>
23115
23116 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
23117 Use integer comparison instead of string comparison for testing
23118 whether binary was built.
23119
23120 2002-09-03 Jim Blandy <jimb@redhat.com>
23121
23122 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
23123
23124 2002-08-29 Jim Blandy <jimb@redhat.com>
23125
23126 * gdb.threads/pthreads.exp: Move the portable thread compilation
23127 code into a function in lib/gdb.exp, and call that from here.
23128 * lib/gdb.exp (gdb_compile_pthreads): New function.
23129
23130 2002-08-29 Keith Seitz <keiths@redhat.com>
23131
23132 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
23133 expect_out so that callers can get at it.
23134
23135 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
23136
23137 * gdb.threads/print-threads.c: New file.
23138 * gdb.threads/print-threads.exp: New file.
23139 * gdb.threads/schedlock.c: New file.
23140 * gdb.threads/schedlock.exp: New file.
23141
23142 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
23143
23144 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
23145 not altivec.c.
23146
23147 2002-08-17 Mark Kettenis <kettenis@gnu.org>
23148
23149 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
23150 targets. The problem should be fixed now.
23151
23152 2002-08-15 Mark Kettenis <kettenis@gnu.org>
23153
23154 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
23155 2002-07-24 change that removes final dots from error messages.
23156
23157 2002-08-13 Tom Tromey <tromey@redhat.com>
23158
23159 * gdb.base/readline.exp: New file.
23160
23161 2002-08-01 Andrew Cagney <ac131313@redhat.com>
23162
23163 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
23164 supress message.
23165
23166 2002-08-01 Andrew Cagney <cagney@redhat.com>
23167
23168 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
23169 CHILL_FOR_TARGET and CHILL_LIB.
23170 * configure.in (configdirs): Remove gdb.chill.
23171 * configure: Regenerate.
23172 * lib/gdb.exp: Obsolete references to chill.
23173 * gdb.fortran/types.exp: Ditto.
23174 * gdb.fortran/exprs.exp: Ditto.
23175
23176 2002-07-30 Kevin Buettner <kevinb@redhat.com>
23177
23178 * gdb.base/shlib-call.exp (additional_flags): Conditionally
23179 set Irix-specific compile and link flags.
23180
23181 2002-07-29 Kevin Buettner <kevinb@redhat.com>
23182
23183 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
23184 source files. The ``-o'' option doesn't work with the ``-E'' option
23185 when using the Irix compiler.
23186
23187 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
23188
23189 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
23190 Improve support for reusing an exec file. Copy exec file
23191 to target, and run gdbserver on the target instead of on the host.
23192
23193 2002-07-18 Jim Blandy <jimb@redhat.com>
23194
23195 * gdb.base/ending-run.exp: Don't expect to see the program end in
23196 some orderly fashion when we're running on a real stand-alone
23197 board.
23198
23199 * gdb.base/interrupt.exp: Correct logic for skipping tests on
23200 targets that don't support interrupts.
23201
23202 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
23203
23204 * gdb.base/attach.exp: Add patterns to match output from /proc-based
23205 systems.
23206 Move comments in expect statements to inside the actions, so that they
23207 don't get matched against.
23208
23209 2002-07-10 Mark Kettenis <kettenis@gnu.org>
23210
23211 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
23212 function when asleep" test.
23213
23214 2002-07-10 Andrew Cagney <ac131313@redhat.com>
23215
23216 * gdb.base/page.exp: Rewrite to handle problems with very long
23217 `info set' output. Update copyright.
23218
23219 2002-06-26 Andrew Cagney <ac131313@redhat.com>
23220
23221 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
23222 gdb.threads-hp.
23223 * gdb.hp/configure: Regenerate.
23224 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
23225 * gdb.hp/gdb.threads-hp/configure: Delete file.
23226 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
23227
23228 2002-06-22 Andrew Cagney <ac131313@redhat.com>
23229
23230 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
23231 setlocale, bindtextdomain and textdomain.
23232
23233 2002-06-11 Jim Blandy <jimb@redhat.com>
23234
23235 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
23236 preprocessor macro information is present.
23237
23238 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
23239 tests.
23240
23241 2002-06-06 Michael Snyder <msnyder@redhat.com>
23242
23243 * gdb.base/overlays.exp: Record addresses of overlay
23244 functions in TCL variables rather than in GDB variables,
23245 to avoid having GDB convert them to pointers (with loss
23246 of information).
23247
23248 * gdb.base/d10v.ld: Merge in several years worth of
23249 default linker script changes.
23250 * gdb.base/long_long.exp: Add check for sizeof (long double).
23251
23252 2002-06-06 Michal Ludvig <mludvig@suse.cz>
23253
23254 * gdb.asm/asm-source.exp: Add x86-64 target.
23255 * gdb.asm/x86_64.inc: New.
23256
23257 2002-05-30 Michael Chastain <mec@shout.net>
23258
23259 From Benjamin Kosnik <bkoz@redhat.com>:
23260 * gdb.c++/m-static.cc: New file.
23261 * gdb.c++/m-static.exp: New file.
23262
23263 2002-05-28 Michael Snyder <msnyder@redhat.com>
23264
23265 * gdb.base/call-ar-st.exp: Allow for reduced floating point
23266 precision.
23267
23268 2002-05-27 Michael Chastain <mec@shout.net>
23269
23270 From Benjamin Kosnik <bkoz@redhat.com>:
23271 * gdb.c++/m-data.cc: New file.
23272 * gdb.c++/m-data.exp: New file.
23273
23274 2002-05-27 Michael Chastain <mec@shout.net>
23275
23276 From Benjamin Kosnik <bkoz@redhat.com>:
23277 * gdb.c++/try_catch.cc: New file.
23278 * gdb.c++/try_catch.exp: New file.
23279
23280 2002-05-27 Michael Chastain <mec@shout.net>
23281
23282 * gdb.c++/local.exp: Accept more nested types in output.
23283
23284 2002-05-26 Michael Chastain <mec@shout.net>
23285
23286 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
23287
23288 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
23289
23290 * lib/gdb.exp (gdb_wrapper_init): Just because
23291 gdb_wrapper_file exists, this does not mean that the file
23292 should not be rebuilt. That is what gdb_wrapper_initialized
23293 is for.
23294 (default_gdb_init): Reset gdb_wrapper_initialized.
23295
23296 2002-05-23 Michael Snyder <msnyder@redhat.com>
23297
23298 * gdb.base/all-bin.exp: Revise previous patch by just reducing
23299 the precision of the floating point test results.
23300 * gdb.base/call-rt-st.exp: Ditto.
23301
23302 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
23303 * gdb.base/call-rt-st.exp: Ditto.
23304
23305 2002-05-19 Michael Chastain <mec@shout.net>
23306
23307 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
23308
23309 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
23310
23311 * configure.in (configdirs): Add gdb.arch.
23312 * configure: Regenerate.
23313
23314 2002-05-17 Jim Blandy <jimb@redhat.com>
23315
23316 * gdb.base/completion.exp: Recognize the more detailed error
23317 messages produced by the macro expander's lexical analyzer.
23318
23319 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23320
23321 * gdb.arch/altivec-abi.c: New file.
23322 * gdb.arch/altivec-abi.exp: New file.
23323 * gdb.arch/altivec-regs.c: New file.
23324 * gdb.arch/altivec-regs.exp: New file.
23325
23326 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
23327
23328 * gdb.base/maint.exp (maint print type): Update for new type
23329 structure.
23330
23331 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23332
23333 * gdb.arch: New directory.
23334 * gdb.arch/configure.in: New file.
23335 * gdb.arch/configure: New file.
23336 * gdb.arch/Makefile.in: New file.
23337
23338 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
23339
23340 * gdb.asm/asm-source.exp: Add v850 as supported target.
23341 * gdb.asm/v850.inc: New file.
23342
23343 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
23344
23345 * gdb.c++/annota2.exp (annotate-quit): Add comment.
23346
23347 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
23348
23349 * gdb.base/break.exp: Check 'break "marker2"'.
23350
23351 2002-05-10 Michael Snyder <msnyder@redhat.com>
23352
23353 * gdb.base/long_long.exp: Fix typo.
23354
23355 2002-05-10 Jim Blandy <jimb@redhat.com>
23356
23357 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
23358 a bug.
23359
23360 * gdb.base/printcmds.exp (test_integer_literals_rejected):
23361 Recognize more detailed error message produced by the macro
23362 expander's lexical analyzer.
23363 * lib/gdb.exp (test_print_reject): Same.
23364
23365 2002-05-09 Mark Kettenis <kettenis@gnu.org>
23366
23367 * gdb.c++/method.exp: Fix typo.
23368
23369 2002-05-08 Michael Snyder <msnyder@redhat.com>
23370
23371 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
23372 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
23373 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
23374 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
23375 Add iftarget clause for strongarm.
23376
23377 2002-05-06 Michael Snyder <msnyder@redhat.com>
23378
23379 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
23380 (gdb_continue_to_end): Accept output from status wrapper.
23381 * gdb.base/ending-run.exp: Add case for output from status wrapper.
23382 Clean up fail messages to match pass messages.
23383
23384 Enable the "needs_status_wrapper" testsuite feature.
23385 * lib/gdb.exp (gdb_wrapper_init): New procedure.
23386 (gdb_compile): Conditionally call gdb_wrapper_init.
23387 * gdb.base/a2-run.exp: Recognize output from status wrapper.
23388 * gdb.c++/method.exp: Recognize output from status wrapper.
23389
23390 2002-05-06 Ben Elliston <bje@redhat.com>
23391 From Graydon Hoare <graydon@redhat.com>
23392
23393 * config/sid.exp: Include support for "rawsid" protocol.
23394
23395 2002-05-03 Jim Blandy <jimb@redhat.com>
23396
23397 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
23398 * gdb.c++/hang3.C: New file.
23399
23400 2002-05-04 Andrew Cagney <ac131313@redhat.com>
23401
23402 * gdb.base/default.exp: Remove obsolete code.
23403 * gdb.c++/misc.exp: Ditto. Update copyright.
23404 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
23405 * gdb.base/whatis.exp: Ditto. Update copyright.
23406 * gdb.base/scope.exp: Ditto. Update copyright.
23407 * gdb.base/ptype.exp: Ditto. Update copyright.
23408 * gdb.base/printcmds.exp: Ditto. Update copyright.
23409 * gdb.base/opaque.exp: Ditto. Update copyright.
23410 * gdb.base/list.exp: Ditto.
23411 * gdb.base/funcargs.exp: Ditto. Update copyright.
23412 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
23413 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
23414 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
23415 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
23416 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
23417 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
23418
23419 2002-05-02 Michael Snyder <msnyder@redhat.com>
23420
23421 * gdb.base/watchpoint.exp: Add xscale target.
23422 * gdb.base/long_long.exp: Add xscale target.
23423 * gdb.base/default.exp: Add xscale target.
23424
23425 2002-05-01 Jim Blandy <jimb@redhat.com>
23426
23427 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
23428 gdb.c++/hang.exp: New test.
23429
23430 2002-05-01 Fred Fish <fnf@redhat.com>
23431
23432 * gdb.base/completion.exp: Handle completions of "./Make" for
23433 more than one completion possibility, as is the case when we
23434 build and test in the source tree.
23435
23436 2002-04-29 Anthony Green <green@redhat.com>
23437
23438 * gdb.java/jmisc1.exp: New file.
23439 * gdb.java/jmisc2.exp: New file.
23440
23441 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
23442
23443 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
23444
23445 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
23446
23447 * gdb.base/help.exp: Change 'help status' to allow for target
23448 dependent output differences.
23449
23450 2002-04-22 Michael Chastain <mec@shout.net>
23451
23452 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
23453
23454 2002-04-22 Michael Chastain <mec@shout.net>
23455
23456 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
23457
23458 2002-04-17 David S. Miller <davem@redhat.com>
23459
23460 * gdb.asm/sparc64.inc: New file.
23461 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
23462
23463 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
23464
23465 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
23466 instruction file directly into the build tree. Clean up at end of
23467 test.
23468
23469 2002-04-18 David S. Miller <davem@redhat.com>
23470
23471 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
23472 handle 64-bit platforms correctly.
23473 * gdb.base/maint.exp: Likewise.
23474
23475 2002-04-18 Kevin Buettner <kevinb@redhat.com>
23476
23477 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
23478 ``-fpic'' when compiling files comprising a shared library, but
23479 it does need additional linker flags in order to find shared
23480 libraries at run time.
23481
23482 2002-04-18 Kevin Buettner <kevinb@redhat.com>
23483
23484 * gdb.base/cvexpr.c (use): New function.
23485 (main): Invoke use() on all global variables to prevent
23486 some linkers from deleting these otherwise unused symbols.
23487
23488 2002-04-17 Michael Chastain <mec@shout.net>
23489 From David S. Miller <davem@redhat.com>
23490
23491 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
23492 handle 64-bit platforms correctly.
23493
23494 2002-04-12 Michael Snyder <msnyder@redhat.com>
23495 From Jim Blandy <jimb@redhat.com>
23496 * gdb.base/foo.c (foox): Remove section attribute; the linker
23497 script can handle this instead.
23498 * gdb.base/bar.c (barx): Same.
23499 * gdb.base/baz.c (bazx): Same.
23500 * gdb.base/grbx.c (grbxx): Same.
23501
23502 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
23503 manager doesn't automatically unmap overlays unnecessarily.
23504
23505 2002-04-10 Martin M. Hunt <hunt@redhat.com>
23506
23507 * gdb.base/ending-run.exp: Fix pattern for Mips targets
23508 stepping out of main.
23509
23510 2002-04-09 Michael Chastain <mec@shout.net>
23511
23512 * gdb.c++/local.cc (main): Move call to marker1() inside nested
23513 scope so that the nested scope tests will make sense.
23514 * gdb.c++/local.exp: Write patterns that actually work with gcc
23515 (the HP patterns "were never known to work with gcc").
23516 Keep the old aCC patterns too.
23517
23518 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
23519
23520 * gdb.base/attach.exp: Correct target board test.
23521
23522 2002-04-08 Michael Chastain <mec@shout.net>
23523
23524 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
23525 in a const method. Add some xfail and fail cases for configurations
23526 that do not emit the "const ...".
23527
23528 2002-04-07 Michael Chastain <mec@shout.net>
23529
23530 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
23531 Accept "A * const" and "const A * const" as type of "this".
23532 Fix spelling of getFunky throughout. Make messages uniform.
23533
23534 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
23535
23536 Work around for PR gdb/285:
23537 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
23538
23539 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
23540
23541 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
23542 instructions file at run time instead of configure time.
23543 Sometimes we run the test in a directory that is not the one we
23544 configured in.
23545 * gdb.asm/configure.in: Delete creation of symlink.
23546 * gdb.asm/configure: Regenerate.
23547
23548 2002-04-05 J. Brobecker <brobecker@gnat.com>
23549
23550 * gdb.gdb/xfullpath.exp: New test, to exercise the new
23551 xfullpath () function.
23552
23553 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
23554
23555 * gdb.asm/Makefile.in: Correct dependencies.
23556
23557 * gdb.asm/powerpc.inc: New file.
23558 * gdb.asm/asm-source.exp: Add PowerPC.
23559 * gdb.asm/configure.in: Likewise.
23560 * gdb.asm/configure: Regenerated.
23561
23562 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
23563
23564 * gdb.base/relocate.exp: New file.
23565 * gdb.base/relocate.c: New file.
23566
23567 2002-04-04 Fred Fish <fnf@redhat.com>
23568
23569 * gdb.base/step-test.exp: Update comment regarding stopping in
23570 memcpy/bcopy calls inserted as part of the compiler runtime.
23571
23572 2002-04-04 Michael Snyder <msnyder@redhat.com>
23573
23574 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
23575
23576 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
23577
23578 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
23579 (gdb_expect): Remove $notransfer hack.
23580
23581 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
23582
23583 * gdb.c++/classes.exp ("calling method for small class"): Match
23584 updated register output.
23585
23586 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
23587
23588 Fix PR gdb/452
23589 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
23590 when finished. Make gdb_file_cmd send "exec-file" when
23591 appropriate.
23592
23593 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
23594
23595 * gdb.base/attach.exp: Remove extra setup_xfail.
23596
23597 2002-03-26 Michael Snyder <msnyder@redhat.com>
23598
23599 * gdb.base/default.exp: Add tests for dump, append, and restore.
23600 * gdb.base/help.exp: Add tests for dump, append, and restore.
23601 * gdb.base/dump.exp: New file, test dump, append and restore.
23602 * gdb.base/dump.c: New file.
23603
23604 2002-03-27 Michael Snyder <msnyder@redhat.com>
23605
23606 * gdb.base/help.exp: Modify expect strings to reflect
23607 clean-ups in help messages.
23608
23609 2002-03-26 Fred Fish <fnf@redhat.com>
23610
23611 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
23612 have debugging info for those functions and the compiler uses them
23613 internally to copy structs around.
23614
23615 2002-03-26 Fred Fish <fnf@redhat.com>
23616
23617 * gdb.base/list.exp: Revert the change made yesterday and add note
23618 about why we don't list the default lines for remote targets.
23619
23620 2002-03-25 Michael Snyder <msnyder@redhat.com>
23621
23622 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
23623
23624 2002-03-25 Fred Fish <fnf@redhat.com>
23625
23626 * gdb.base/list.exp: This test works on remote targets so remove
23627 the short circuit for remote targets. Update copyright.
23628
23629 2002-03-25 Fred Fish <fnf@redhat.com>
23630
23631 * gdb.base/attach.exp: Fix logic error that was suppressing this
23632 test for all non hppa*-*-hpux* targets, instead of the hp target.
23633 Move comments closer to the suppression point. Also now need to
23634 check that we are running natively.
23635
23636 2002-03-22 Michael Snyder <msnyder@redhat.com>
23637
23638 * gdb.base/default.exp: Add test for gcore. Update copyright.
23639 * gdb.base/help.exp: Add test for gcore. Update copyright.
23640
23641 2002-03-06 Fred Fish <fnf@redhat.com>
23642
23643 * gdb.base/funcargs.c: Remove extraneous ';' character.
23644 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
23645
23646 2002-03-04 Michael Chastain <mec@shout.net>
23647
23648 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
23649 accommodate gcc v3 function signature.
23650 * gdb.mi/mi0-var-cmd-exp: Ditto.
23651
23652 2002-02-24 Andrew Cagney <ac131313@redhat.com>
23653
23654 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
23655 ``GNU/Linux'' or ``Linux kernel''
23656 * testsuite/gdb.threads/pthreads.c: Ditto.
23657
23658 2002-02-24 Michael Chastain <mec@shout.net>
23659
23660 * gdb.threads/pthreads.c (thread1): Add a return statement.
23661 (thread2): Likewise.
23662 (foo): Likewise.
23663
23664 2002-02-23 Michael Chastain <mec@shout.net>
23665
23666 * gdb.threads/linux-dp.c (philosopher): Add a return statement
23667 to placate gcc.
23668
23669 2002-02-23 Michael Chastain <mec@shout.net>
23670
23671 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
23672 test "ptype bint". The test passes on all my stabs configurations.
23673
23674 2002-02-21 Jim Blandy <jimb@redhat.com>
23675
23676 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
23677 filename at a time, and watch for the ones we want to see.
23678
23679 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
23680 types of pointers to prototyped functions.
23681
23682 2002-02-20 Andrew Cagney <ac131313@redhat.com>
23683
23684 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
23685 signed, unsigned and straight char.
23686 (padding_char, padding_short, padding_int, padding_long,
23687 padding_long_long, padding_float, padding_double,
23688 padding_long_double): New global variables.
23689 (fill, fill_structs): New functions.
23690
23691 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
23692 for correctly sized writes. Update copyright.
23693 (get_valueof): New procedure.
23694 (get_sizeof): Call get_valueof.
23695 (check_valueof): New procedure.
23696 (check_padding): New procedure.
23697
23698 2002-02-20 Michael Chastain <mec@shout.net>
23699
23700 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
23701 to setup_xfail. Document some of the remaining calls.
23702
23703 2002-02-18 Michael Chastain <mec@shout.net>
23704
23705 * gdb.c++/userdef.exp: Update copyright year.
23706
23707 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
23708
23709 * gdb.c++/userdef.exp: Test overloaded operators properly.
23710 Remove xfails.
23711
23712 2002-02-14 Michael Snyder <msnyder@redhat.com>
23713
23714 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
23715
23716 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
23717
23718 * gdb.base/a2-run.exp: Check for a remote target properly.
23719 * gdb.base/annota1.exp: Likewise.
23720 * gdb.base/list.exp: Likewise.
23721 * gdb.base/reread.exp: Likewise.
23722 * gdb.base/scope.exp: Likewise.
23723 * gdb.base/shlib-call.exp: Likewise.
23724 * gdb.base/term.exp: Likewise.
23725 * gdb.c++/annota2.exp: Likewise.
23726
23727 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
23728
23729 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
23730
23731 2002-02-10 Michael Chastain <mec@shout.net>
23732
23733 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
23734 (call_after_alloca): Ditto.
23735
23736 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
23737
23738 * gdb.base/ending-run.exp: Guard "cont" test with
23739 gdb_skip_stdio_test.
23740
23741 2002-02-06 Jim Blandy <jimb@redhat.com>
23742
23743 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
23744 from here...
23745 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
23746 To here. Disable this test on non-HP platforms. Add big comment.
23747
23748 2002-02-04 Michael Snyder <msnyder@redhat.com>
23749
23750 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
23751 other than d10v and m32r.
23752
23753 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
23754
23755 * gdb.base/default.exp: Rewrite test patterns to reduce time
23756 taken to match them.
23757
23758 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
23759
23760 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
23761 Allow a start function above main.
23762 * gdb.threads/linux-dp.exp: Fix copyright date.
23763
23764 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
23765
23766 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
23767 (check_philosopher_stack): Check for manager thread before checking
23768 for a just-starting thread.
23769
23770 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
23771
23772 From Neil Booth <neil@daikokuya.demon.co.uk>:
23773 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
23774 warnings.
23775
23776 2002-01-21 Fred Fish <fnf@redhat.com>
23777
23778 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
23779 not caller.
23780
23781 2002-01-21 Jim Blandy <jimb@redhat.com>
23782
23783 * gdb.base/reread.exp: Check that GDB properly re-reads the
23784 executable file when it changes while no inferior is running.
23785
23786 2002-01-21 Fred Fish <fnf@redhat.com>
23787
23788 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
23789 optionally accept the "shlib events" variation.
23790
23791 2002-01-21 Jim Blandy <jimb@redhat.com>
23792
23793 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
23794 call `fflush' after every `printf', so that the output is produced
23795 at predictable points, regardless of whatever buffering does (or
23796 doesn't) take place.
23797 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
23798 at different points.
23799
23800 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
23801
23802 * gdb.c++/inherit.exp: Update copyright years.
23803 * gdb.c++/method.exp: Likewise.
23804
23805 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
23806
23807 * gdb.c++/classes.exp: Update for improved v3 support and skipping
23808 artificial methods/arguments.
23809 * gdb.c++/derivation.exp: Likewise.
23810 * gdb.c++/inherit.exp: Likewise.
23811 * gdb.c++/method.exp: Likewise.
23812 * gdb.c++/virtfunc.exp: Likewise.
23813
23814 2002-01-18 Andrew Cagney <ac131313@redhat.com>
23815
23816 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
23817 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
23818 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
23819 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
23820 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
23821 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
23822
23823 2002-01-17 Jim Blandy <jimb@redhat.com>
23824
23825 * gdb.asm/asm-source.exp (info symbol): Take another shot at
23826 anchoring the pattern matching the entry point symbol's name.
23827
23828 2002-01-17 Andrew Cagney <ac131313@redhat.com>
23829
23830 * gdb.base/maint.exp: Update ``maint internal-error'' to match
23831 continue/quit query. Update copyright.
23832
23833 2002-01-14 Michael Snyder <msnyder@redhat.com>
23834
23835 * gdb.base/gcore.exp: Remove extra debugging output.
23836
23837 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
23838
23839 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
23840 for slightly dubious v2 mangled string.
23841
23842 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
23843
23844 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
23845
23846 2002-01-10 Jason Merrill <jason@redhat.com>
23847
23848 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
23849
23850 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
23851 constructors.
23852 * gdb.c++/derivation.exp: Likewise.
23853 * gdb.c++/templates.exp: Likewise.
23854 * gdb.c++/virtfunc.exp: Likewise.
23855
23856 2002-01-10 Michael Snyder <msnyder@redhat.com>
23857
23858 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
23859
23860 2002-01-08 Michael Snyder <msnyder@redhat.com>
23861
23862 * gdb.base/gcore.exp: New test for generate-core-file command.
23863 * gdb.base/gcore.c: Testcase for above.
23864 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
23865
23866 2002-01-08 Jason Merrill <jason@redhat.com>
23867
23868 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
23869
23870 2002-01-07 Fred Fish <fnf@redhat.com>
23871
23872 * gdb.c++/overload.exp: Remove unconditional xfails for:
23873 print foo_instance1.overloadargs(1)
23874 print foo_instance1.overloadargs(1, 2)
23875 print foo_instance1.overloadargs(1, 2, 3)
23876 print foo_instance1.overloadargs(1, 2, 3, 4)
23877 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
23878 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
23879 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
23880 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
23881 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
23882 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
23883 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
23884 print foo_instance1.overload1arg()
23885 print foo_instance1.overload1arg((char)arg2)
23886 print foo_instance1.overload1arg((signed char)arg3)
23887 print foo_instance1.overload1arg((unsigned char)arg4)
23888 print foo_instance1.overload1arg((int)arg7)
23889 print foo_instance1.overload1arg((unsigned int)arg8)
23890 print foo_instance1.overload1arg((float)arg11)
23891 print foo_instance1.overload1arg((double)arg12)
23892
23893 2002-01-07 Michael Snyder <msnyder@redhat.com>
23894
23895 * gdb.base/huge.exp: New test. Print a very large target data object.
23896 (skip_huge_test): New test variable. Define if you want to skip this
23897 test. The test reads an 8 megabyte data object from the target, so it
23898 might be very time consuming on remote targets with a slow connection.
23899 * gdb.base/huge.c: New file. Test case for above.
23900
23901 2002-01-07 Fred Fish <fnf@redhat.com>
23902
23903 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
23904 g_instance.bfoo, and g_instance.cfoo.
23905
23906 2002-01-07 Jeffrey A Law <law@redhat.com>
23907
23908 * gdb.base/break.c (multi_line_if_conditional): New function.
23909 (multi_ilne_while_conditional): Likewise.
23910 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
23911 IF or WHILE condition puts the breakpoint at the start of
23912 the condition.
23913
23914 * gdb.base/selftest.exp (backtrace through signal handler): Remove
23915 hppa*-*-hpux* expected failure.
23916 * gdb.base/structs.exp (do_function_calls): Similarly.
23917
23918 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
23919 watchpoints.
23920
23921 2002-01-06 Andrew Cagney <ac131313@redhat.com>
23922
23923 Fix PR gdb/66.
23924 * gdb.base/structs.exp: Replace skip for a29k with skip for
23925 gdb,cannot_call_functions.
23926 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
23927 * gdb.base/callfuncs.exp: Ditto.
23928 * gdb.base/call-rt-st.exp: Ditto.
23929 * gdb.base/call-strs.exp: Ditto.
23930 * gdb.base/callfwmall.exp: Ditto.
23931 * gdb.base/scope.exp: Obsolete xfail a29k.
23932 * gdb.c++/misc.exp: Ditto.
23933 * gdb.c++/cplusfuncs.exp: Ditto.
23934 * gdb.base/ptype.exp: Ditto.
23935 * gdb.base/printcmds.exp: Ditto.
23936 * gdb.base/opaque.exp: Ditto.
23937 * gdb.base/list.exp: Ditto.
23938 * gdb.base/funcargs.exp: Ditto.
23939 * gdb.base/default.exp: Ditto.
23940
23941 2002-01-04 Michael Snyder <msnyder@redhat.com>
23942
23943 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
23944 * gdb.base/maint.exp: Add tests for maint info sections options.
23945
23946 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
23947
23948 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
23949
23950 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
23951
23952 * gdb.asm/arm.inc: New file.
23953 * gdb.asm/asm-source.exp: Add arm targets.
23954 * gdb.asm/configure.in: Ditto.
23955 * gdb.asm/configure: Recreated from configure.in.
23956
23957 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
23958
23959 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
23960 with HP's compiler.
23961 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
23962 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
23963 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
23964 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
23965
23966 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
23967 either HP's compilers or GCC.
23968
23969 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
23970 a SIGBUS or SIGSEGV.
23971
23972 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
23973
23974 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
23975 can be compiled with either HP's compiler or GCC.
23976
23977 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
23978 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
23979 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
23980
23981 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
23982 to match current gdb output. Update due to using auto-solib-limit
23983 for limiting instead of overloading auto-solib-add.
23984 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
23985 test program.
23986
23987 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
23988 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
23989 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
23990 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
23991 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
23992 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
23993 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
23994 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
23995 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
23996 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
23997 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
23998 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
23999 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
24000
24001 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
24002 a SIGTRAP to the inferior.
24003
24004 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
24005
24006 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
24007 Substitute call to target_link by call to gdb_compile.
24008
24009 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
24010
24011 * gdb.base/break.exp: Fix HP specific search string when testing
24012 backtracing in a called function.
24013
24014 * gdb.base/constvars.exp: Only set lang to C++ if we're
24015 compiling the test with HP's compilers.
24016 * gdb.base/volatile.exp: Similarly.
24017
24018 2001-12-19 Jim Blandy <jimb@redhat.com>
24019
24020 * gdb.base/printcmds.exp: Expect the null character to be printed
24021 as '\0', and the '\013' to be printed as '\v'.
24022 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
24023 * gdb.base/setvar.exp: Same.
24024
24025 2001-12-17 Jim Blandy <jimb@redhat.com>
24026
24027 * gdb.base/completion.exp: Rather than completing very long
24028 filenames, which can make the readline library produce output we
24029 don't recognize, cd to the directory first, and then complete
24030 using nice, short relative paths.
24031
24032 * gdb.base/completion.exp: On some systems, there is, in fact, a
24033 variable named `b' in scope, since GDB treats all static
24034 variables as being in scope. So use `no_var_named_this'
24035 instead of `b'.
24036
24037 * gdb.base/corefile.exp: Recognize the message saying that GDB
24038 can't find the core file's registers as a failure.
24039
24040 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
24041
24042 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
24043 test expect string more specific.
24044
24045 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
24046
24047 * gdb.asm/asm-source.exp: Add support for xstormy16.
24048 * gdb.asm/configure.in: Ditto.
24049 * gdb.asm/configure: Rebuild.
24050 * gdb.asm/xstormy16.inc: New file.
24051
24052 2001-12-10 Fred Fish <fnf@redhat.com>
24053
24054 * gdb.base/maint.exp: Update to match changes in type dumping code.
24055
24056 2001-12-10 Jim Blandy <jimb@redhat.com>
24057
24058 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
24059 matching the entry point symbol's name at the beginning of the
24060 line.
24061
24062 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24063
24064 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
24065 gdb.c++/inherit.exp, gdb.c++/method.exp,
24066 gdb.c++/namespace.exp, gdb.c++/templates.exp,
24067 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
24068 and class layout support.
24069
24070 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24071
24072 * gdb.c++/classes.exp: Add test for static member function.
24073 * gdb.c++/misc.cc: Add class with static member function.
24074
24075 2001-12-07 Jim Blandy <jimb@redhat.com>
24076
24077 If GDB says it can't find the struct the function returned, report
24078 those tests as `unsupported'.
24079 * gdb.base/call-rt-st.exp (print_struct_call): New function.
24080 Rewrite subsequent tests to use it.
24081
24082 If GDB says it can't find the struct the function returned, report
24083 those tests as `unsupported'.
24084 * gdb.base/structs.exp (call_struct_func): New function.
24085 (do_function_calls): Use call_struct_func to call the functions
24086 returning structs.
24087
24088 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
24089 whether functions are prototyped or not, so we can't possibly pass
24090 arguments to t_float_values2 properly.
24091
24092 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
24093 value of `timeout' for targets other than the mips*tx39-*.
24094
24095 2001-12-06 Michael Snyder <msnyder@redhat.com>
24096
24097 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
24098 and detect whether the start symbol has a leading underscore.
24099
24100 2001-12-04 Jim Blandy <jimb@redhat.com>
24101
24102 * gdb.base/completion.exp: Clarify indentation.
24103
24104 2001-12-03 Jim Blandy <jimb@redhat.com>
24105
24106 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
24107 variables on the S/390, not `.word'.
24108
24109 2001-11-30 Jim Blandy <jimb@redhat.com>
24110
24111 Add assembly-source tests for s390-ibm-linux.
24112 * gdb.asm/s390.inc: New file.
24113 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
24114 the S/390 architecture.
24115 * gdb.asm/configure: Regenerated.
24116
24117 2001-11-30 Michael Snyder <msnyder@redhat.com>
24118
24119 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
24120 next, info source, info sources, info line, global and static
24121 variables, and static functions.
24122 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
24123 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
24124 * gdb.asm/asmsrc1.s: Add a static function and some variables.
24125 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
24126 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
24127 (gdbasm_leave): Restore frame pointer.
24128 (gdbasm_startup): Copy stack set-up from crt0.S.
24129
24130 2001-11-26 Fernando Nasser <fnasser@redhat.com>
24131
24132 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
24133 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
24134 to a local (non-static) variable. Copy tstruct.a to a static buffer
24135 and return a pointer to that buffer.
24136 * gdb.base/callfwmall.c (t_structs_a): Ditto.
24137
24138 2001-11-24 Mark Kettenis <kettenis@gnu.org>
24139
24140 * gdb.asm/configure.in: Fix recognition of ix86 target.
24141 * gdb.asm/configure: Regenerate.
24142
24143 2001-11-21 Michael Snyder <msnyder@redhat.com>
24144
24145 * gdb.asm/sparc.inc: New file.
24146 * gdb.asm/asm-source.exp: Recognize sparc target.
24147 * gdb.asm/configure.in: Recognize sparc target.
24148 * gdb.asm/configure: Regenerate.
24149
24150 2001-11-21 Michael Snyder <msnyder@redhat.com>
24151
24152 * gdb.asm/m32r.inc: New file.
24153 * gdb.asm/asm-source.exp: Recognize m32r target.
24154 * gdb.asm/configure.in: Recognize m32r target.
24155 * gdb.asm/configure: Regenerate.
24156
24157 2001-11-20 Michael Snyder <msnyder@redhat.com>
24158
24159 * gdb.asm/i386.inc: New file.
24160 * gdb.asm/asm-source.exp: Recognize ix86 target.
24161 * gdb.asm/configure.in: Recognize ix86 target.
24162 * gdb.asm/configure: Regenerate.
24163
24164 * gdb.c++/namespace.exp: Fix quotes in output messages.
24165
24166 2001-11-14 Michael Snyder <msnyder@redhat.com>
24167
24168 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
24169 qualifier in a type cast expression, to designate an address
24170 in the instruction space (Harvard architecture).
24171
24172 2001-11-13 Michael Snyder <msnyder@redhat.com>
24173
24174 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
24175 Tests for expressions using 'const' and 'volatile'.
24176
24177 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
24178
24179 * gdb.asm/asm-sources.exp: Allow defining linker flags.
24180
24181 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
24182
24183 * lib/mi-support.exp (mi_run_to_helper): Move comments
24184 outside of gdb_expect.
24185
24186 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
24187
24188 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
24189 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
24190 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
24191 mi0_run_to): New functions.
24192 * gdb.mi/mi-simplerun.exp: Use them.
24193 * gdb.mi/mi0-simplerun.exp: Likewise.
24194 * gdb.mi/mi-var-cmd.exp: Likewise.
24195 * gdb.mi/mi0-var-cmd.exp: Likewise.
24196
24197 2001-11-10 Andrew Cagney <ac131313@redhat.com>
24198
24199 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
24200 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
24201
24202 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24203
24204 * gdb.base/restore.exp: Include $expected value in restored test
24205 message.
24206
24207 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24208
24209 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
24210 implemented.
24211
24212 2001-11-08 Michael Snyder <msnyder@redhat.com>
24213
24214 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
24215 Add pass/fail message for stop at breakpoint in call dummy function.
24216
24217 2001-11-07 Michael Snyder <msnyder@redhat.com>
24218
24219 * gdb.c++/templates.exp (test_template_breakpoints):
24220 If we get an overload menu, but it does not match what
24221 we expect, we still need to issue the "cancel" command.
24222 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
24223 making the whitespace optional. Argument for "new" may be
24224 "unsigned" as well as "unsigned int/long".
24225 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
24226 making the whitespace optional. Also replace "(void) with
24227 "((void|)), making the keyword "void" optional.
24228 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
24229 making the whitespace optional. Also replace "(void) with
24230 "((void|)), making the keyword "void" optional.
24231 * gdb.base/callfuncs.c (t_float_values): This function must
24232 _not_ be prototyped, and the following function (t_float_values2)
24233 must be prototyped (if the compiler supports it), so that GDB
24234 can be tested against both cases. Usually one case involves
24235 promotion of float to double, while the other does not.
24236 * gdb.base/callfwmall.c: Ditto.
24237 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
24238 includes a stack frame for "start".
24239
24240 2001-11-05 Jim Blandy <jimb@redhat.com>
24241
24242 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
24243 pointers are 32 bits long, and that offsets of relocs are always
24244 stored in the data (REL-style), and not in the reloc entry itself
24245 (RELA-style).
24246 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
24247 stabs.
24248
24249 2001-11-01 Michael Snyder <msnyder@redhat.com>
24250
24251 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
24252 and regular expression operators by using quoting.
24253
24254 2001-10-31 Michael Snyder <msnyder@redhat.com>
24255
24256 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
24257 depending on what the symbol table contains.
24258 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
24259 the output of the ptype command. Similarly, accept both "const &"
24260 and "const&".
24261
24262 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
24263
24264 * gdb.base/miscexprs.c (main): Add usage of preprocessor
24265 symbol `STORAGE' to allow to choose the storage class of
24266 the local datastructures.
24267 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
24268 compiler directive.
24269
24270 2001-10-30 Michael Snyder <msnyder@redhat.com>
24271
24272 * gdb.base/jump.exp: Allow it to run for all targets.
24273
24274 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24275
24276 * gdb.base/call-ar-st.c (print_double_array): Match for loop
24277 with new double_array size.
24278 (main): Change storage class of all local variables to static.
24279 Reduce size of double_array to 9.
24280 * gdb.base/call-ar-st.exp: Increase timeout value.
24281 Change expected output for double array to match new size in
24282 call-ar-st.c.
24283
24284 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24285
24286 * gdb.base/ending-run.exp: Create identical output when passing
24287 `step to end of run' case. Add regular expression branch satisfying
24288 Stormy16 target.
24289
24290 2001-10-28 Mark Kettenis <kettenis@gnu.org>
24291
24292 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
24293 that we catch the expected failure under Linux/x86.
24294
24295 2001-10-29 Orjan Friberg <orjanf@axis.com>
24296
24297 * gdb.base/setvar.exp: Escape curly braces.
24298 * gdb.stabs/weird.exp: Ditto.
24299
24300 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
24301
24302 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
24303 * gdm.mi/mi0-hack-cli.exp: Likewise.
24304
24305 2001-10-25 Andrew Cagney <ac131313@redhat.com>
24306
24307 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
24308 messages.
24309
24310 2001-10-21 Andrew Cagney <ac131313@redhat.com>
24311
24312 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
24313 checking MI enabled.
24314
24315 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
24316
24317 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
24318
24319 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
24320
24321 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
24322 if gdb child process crashes, just signal an error.
24323
24324 2001-10-02 Jim Blandy <jimb@redhat.com>
24325
24326 * lib/gdb.exp (test_xfail_format): Simplify.
24327
24328 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
24329 front of the variable name `format'. Simplify `if'.
24330
24331 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24332
24333 * gdb.threads/pthreads.exp: Wait for output and delay
24334 before sending ^C.
24335
24336 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24337
24338 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
24339 some incorrect output instead of timing out.
24340 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
24341
24342 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
24343
24344 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
24345 check to allow additional `int'.
24346
24347 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
24348
24349 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
24350 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
24351
24352 2001-09-27 Michael Snyder <msnyder@redhat.com>
24353
24354 * lib/gdb.exp (test_debug_format): New proc.
24355 (setup_xfail_format): Use new proc test_debug_format.
24356 * gdb.base/constvars.exp (local_compiler_xfail_check): New
24357 proc; use new service proc test_debug_format.
24358 Replace all other "gcc_compiled" tests with this test.
24359 * gdb.base/volatile.exp (local_compiler_xfail_check): New
24360 proc; use new service proc test_debug_format.
24361 Replace all other "gcc_compiled" tests with this test.
24362
24363 2001-09-27 Michael Snyder <msnyder@redhat.com>
24364
24365 * gdb.base/cvexpr.exp: New file.
24366 * gdb.base/cvexpr.c: New file
24367 Test for expressions using const and volatile keywords.
24368
24369 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
24370
24371 * gdb.base/constvars.exp: Check for different orders of keywords
24372 and additional "int" strings in output.
24373
24374 2001-09-22 Andrew Cagney <ac131313@redhat.com>
24375
24376 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
24377 responses from "help maint".
24378
24379 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
24380
24381 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
24382 to localhost:NNN instead of :NNN, in case Xvfb is listening
24383 only on TCP.
24384
24385 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
24386
24387 * gdb.base/recurse.exp: When checking leaving the watchpoint
24388 scope, recognize when gdb is in function's epilogue and pass.
24389
24390 2001-09-18 Keith Seitz <keiths@redhat.com>
24391
24392 * lib/insight-support.exp (_gdbtk_export_target_info): Add
24393 support for running tests against sid targets.
24394 (gdbtk_done): Ditto.
24395
24396 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
24397
24398 * gdb.base/ending-run.c (main): Set stdout buffersize
24399 to the same reasonable value for any target.
24400 * gdb.base/ending-run.exp: Add a regular expression
24401 to make testsuite happy on Sanyo Stormy16 target.
24402
24403 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
24404
24405 * gdb.base/display.c (do_loops): Add float variable `f'.
24406 Increment f in loop.
24407 * gdb.base/display.exp: Increment timeout by 60 seconds.
24408 Change float display test to use variable `f'.
24409
24410 2001-09-17 Jim Blandy <jimb@redhat.com>
24411
24412 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
24413 overflowing the limited breakpoint tables on some ROM monitors
24414 (like the ROM68K).
24415
24416 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
24417
24418 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
24419 the "-ac" (disable access control) flag.
24420
24421 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
24422
24423 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
24424 ints.
24425
24426 2001-08-30 Keith Seitz <keiths@redhat.com>
24427
24428 * lib/gdb.exp: Move all insight-related functionality into
24429 separate file.
24430 * lib/insight-support.exp: New file.
24431
24432 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
24433
24434 * config/sid.exp (sid_start): Never set sid verbosity; disable
24435 expect_background {} that consumed its stdout; tolerate </dev/null.
24436 Attempt to set endianness override in "sid" protocol mode. Cleanup.
24437
24438 2001-08-18 Andrew Cagney <ac131313@redhat.com>
24439
24440 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
24441 CLI jump command to start it.
24442 (mi_run_to_main): Fail immediatly when unexpected output.
24443
24444 2001-08-18 Andrew Cagney <ac131313@redhat.com>
24445
24446 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
24447 beginning of function. Fix PR gdb/191.
24448
24449 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
24450
24451 * config/sid.exp (sid_start): Don't warn if we cannot figure out
24452 what to force sid endianness to.
24453
24454 2001-08-15 Keith Seitz <keiths@redhat.com>
24455
24456 * lib/gdb.exp (gdbtk_start): Don't set environment
24457 variables for TCL_LIBRARY and friends. Insight will
24458 now figure these out for itself.
24459
24460 2001-08-02 Michael Snyder <msnyder@redhat.com>
24461
24462 * gdb.base/completion.exp: Remove the symbol "a64l" from
24463 the expect string; this is target-specific, and not related
24464 to what is being tested.
24465
24466 2001-08-02 Dave Brolley <brolley@redhat.com>
24467
24468 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
24469
24470 2001-07-25 Michael Snyder <msnyder@redhat.com>
24471
24472 * gdb.base/consecutive.exp: New file. Test stepping over
24473 breakpoints on consecutive instructions.
24474 * gdb.base/consecutive.c: New file.
24475
24476 * gdb.base/call-rt-st.exp: Use double-backslash to quote
24477 curly braces in regular expressions.
24478
24479 2001-07-25 Michael Snyder <msnyder@redhat.com>
24480
24481 * gdb.base/ending-run.exp: Accept "Program exited normally" as
24482 legitimate output from stepping out of main.
24483
24484 2001-07-22 Keith Seitz <keiths@redhat.com>
24485
24486 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
24487 the empty string, do not run the tests.
24488
24489 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24490
24491 * gdb.base/long_long.exp: Detect size of pointer. Take into
24492 account 2-byte pointers when testing for p/a results.
24493
24494 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24495
24496 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
24497 and defined to 1K for m68hc11.
24498 (random_data): Reduce table to 1K for embedded platforms (68hc11).
24499 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
24500 (sizeof_random_data): New variable to tell the size of the data table;
24501 don't test past this size; always run to main.
24502
24503 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24504
24505 * gdb.base/return2.exp: return of long long and double fails for
24506 68HC11; don't execute these tests on that platform.
24507 * gdb.base/return.exp: Return of a double fails for 68hc11.
24508
24509 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24510
24511 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
24512 tests that print a float.
24513 * call-rt-st.exp: Likewise.
24514
24515 2001-07-12 Mark Kettenis <kettenis@gnu.org>
24516
24517 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
24518 running this test on Linux.
24519
24520 2001-06-24 Michael Chastain <chastain@redhat.com>
24521
24522 * gdb.base/arithmet.exp: Remove some tests to make all test names
24523 unique.
24524
24525 2001-07-03 Michael Snyder <msnyder@redhat.com>
24526
24527 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
24528 the output of the ptype command.
24529
24530 2001-07-02 Michael Snyder <msnyder@redhat.com>
24531
24532 * gdb.base/completion.exp: Don't assume that break.c is the only
24533 source file that may contain functions named "marker".
24534 * gdb.base/corefile.exp: Quote the curly braces in regexp.
24535
24536 2001-06-28 Andrew Cagney <ac131313@redhat.com>
24537
24538 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
24539 of files to delete.
24540
24541 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
24542 * gdb.disasm/h8300s.exp: New file.
24543 gdb.disasm/h8300s.s: Likewise.
24544
24545 2001-06-27 Andrew Cagney <ac131313@redhat.com>
24546
24547 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
24548 empty breakpoint tables.
24549
24550 2001-06-25 Andrew Cagney <ac131313@redhat.com>
24551
24552 * lib/mi-support.exp: Update args=... part of stop-reason
24553 patterns. Accept either a list or a tuple.
24554
24555 2001-06-23 Andrew Cagney <ac131313@redhat.com>
24556
24557 * lib/mi-support.exp: Remove local emacs variable defining
24558 change-log-default-name.
24559
24560 2001-06-22 Michael Chastain <chastain@redhat.com>
24561
24562 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
24563 This is operationally compatible with the previous version.
24564
24565 2001-06-13 Jim Blandy <jimb@redhat.com>
24566
24567 * lib/gdb.exp (gdb_test): Doc fix.
24568
24569 2001-06-10 Michael Chastain <chastain@redhat.com>
24570
24571 * gdb.base/exprs.exp: Remove a duplicate test.
24572
24573 2001-06-06 Jim Blandy <jimb@redhat.com>
24574
24575 * gdb.base/return2.exp (main): Use values to test float and double
24576 returns that are not NaN's, to avoid being confused by IEEE
24577 comparison rules.
24578
24579 2001-06-04 Michael Snyder <msnyder@redhat.com>
24580
24581 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
24582 non-zero if control_c fails. Terminate the test on failure,
24583 rather than wait for 12 more tests to time out.
24584
24585 2001-06-06 Jim Blandy <jimb@redhat.com>
24586
24587 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
24588 Don't forget to match the GDB prompt.
24589
24590 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
24591
24592 2001-06-04 Jim Blandy <jimb@redhat.com>
24593
24594 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
24595 command.
24596
24597 2001-05-31 Kevin Buettner <kevinb@redhat.com>
24598
24599 * gdb.base/annota1.exp (info break): Match four or more spaces
24600 after "Address".
24601
24602 2001-05-31 Michael Chastain <chastain@redhat.com>
24603
24604 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
24605 (dm_type_int_star): Likewise.
24606 (dm_type_long_star): Likewise.
24607 (dm_type_void_star): Likewise.
24608
24609 2001-05-29 Kevin Buettner <kevinb@redhat.com>
24610
24611 * gdb.base/completion.exp (INPUTRC): Set this environment variable
24612 to a known value in order to get consistent results regardless
24613 of the setting of INPUTRC or the presence or contents of .inputrc.
24614
24615 2001-05-24 Michael Snyder <msnyder@redhat.com>
24616
24617 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
24618 Don't require that the main thread and the manager thread are the
24619 first in the list.
24620
24621 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
24622 debugging. If test fails, issue an "unsupported" not a "fail".
24623
24624 2001-05-24 Jim Blandy <jimb@redhat.com>
24625
24626 Don't assume that short is shorter than int.
24627 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
24628 assume that shorts are smaller than ints. On a 16-bit machine,
24629 this isn't true.
24630 ("print unsigned char == (~0)"): Add test that verifies that ~0,
24631 an int, is not equal to ~0 stored in an unsigned char. This tests
24632 the same thing that the previous test meant to, but works on
24633 16-bit machines, too.
24634 ("print unsigned char != (~0)"): Same test, complemented.
24635
24636 2001-05-24 Michael Snyder <msnyder@redhat.com>
24637
24638 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
24639 test for (full_coverage == 0). This makes the test run faster,
24640 and prevents dejagnu getting out of step.
24641
24642 2001-05-23 Kevin Buettner <kevinb@redhat.com>
24643
24644 * gdb.base/finish.exp (finish_void): Revise pattern for
24645 stopping on the call statement to not permit stopping at
24646 the start of the instructions comprising the call sequence.
24647
24648 2001-05-19 Michael Chastain <chastain@redhat.com>
24649
24650 * gdb.base/callfuncs.exp: Make all test names unique.
24651 * gdb.base/commands.exp: Make all test names unique.
24652 * gdb.base/condbreak.exp: Make all test names unique.
24653 * gdb.base/dbx.exp: Make all test names unique.
24654 * gdb.base/default.exp: Make all test names unique.
24655 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
24656 and TIMEOUT messages to their corresponding PASS message.
24657 * gdb.base/ending-run.exp: Make all test names unique.
24658 * gdb.base/long_long.exp: Remove duplicate test.
24659
24660 2001-05-21 Kevin Buettner <kevinb@redhat.com>
24661
24662 * gdb.base/finish.exp (finish_void): Allow "finish" command to
24663 stop on the call statement as well as the statement after the
24664 call.
24665
24666 2001-05-21 Michael Snyder <msnyder@redhat.com>
24667
24668 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
24669
24670 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
24671
24672 * gdb.base/completion.exp: Revamp test. Make it execute on all
24673 platforms.
24674
24675 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
24676
24677 * config/gdbserver.exp (gdb_load): Handle the case
24678 in which the arguments to gdbserver are given in the
24679 baseboard configuration file.
24680 Also handle the case in which the server needs to do a
24681 load.
24682
24683 2001-05-07 Keith Seitz <keiths@cygnus.com>
24684
24685 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
24686 set up the display for testing.
24687 (gdbtk_start): Convert all paths to paths that tcl will like.
24688 Export target information to environment.
24689 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
24690 necessary.
24691 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
24692 (to_tcl_path): New proc to convert a given pathname into
24693 a path acceptible as an argument to a tcl command.
24694 (_gdbtk_export_target_info): New proc to export target info
24695 into the environment for gdbtk testing.
24696 (gdbtk_done): New proc to signal end-of-test.
24697
24698 2001-05-06 Jim Blandy <jimb@redhat.com>
24699
24700 * restore.c: Make the code of caller0 correspond to its comment.
24701
24702 2001-05-03 Michael Snyder <msnyder@redhat.com>
24703
24704 * config/sid.exp (gdb_target_sid): Check for error messages.
24705 On error or timeout, don't make expect exit (which will terminate
24706 all subsequent tests); instead just make gdb exit.
24707 (gdb_load): Check for error messages. On error or timeout,
24708 return a negative value.
24709
24710 2001-04-24 Jim Blandy <jimb@redhat.com>
24711
24712 * gdb.c++/templates.exp: If we see the prompt for the overload
24713 list, but we haven't recognized any of the longer patterns,
24714 arrange for this test to fail, not hang.
24715
24716 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
24717 variations.
24718
24719 2001-04-22 Michael Chastain <chastain@redhat.com>
24720
24721 * gdb.c++/local.exp: Use the 'runto' library function.
24722 * gdb.c++/namespace.exp: Likewise.
24723 * gdb.c++/overload.exp: Likewise.
24724
24725 2001-03-26 Kevin Buettner <kevinb@redhat.com>
24726
24727 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
24728 * gdb.base/step-line.exp: New file. Test step/next in presence of
24729 #line directives.
24730 * gdb.base/step-line.c: New file. Test program for the above.
24731 * gdb.base/step-line.inp: New file. We pretend that this file has
24732 been transformed by some other tool into step-line.c.
24733
24734 2001-03-21 Jim Blandy <jimb@redhat.com>
24735
24736 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
24737 unmangled operator names.
24738
24739 2001-03-20 Jim Blandy <jimb@redhat.com>
24740
24741 * gdb.threads/linux-dp.exp: Recognize an additional message
24742 generated by GDB when it doesn't understand how to debug threads
24743 on the target system.
24744
24745 2001-03-19 Andrew Cagney <ac131313@redhat.com>
24746
24747 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
24748
24749 2001-03-12 Michael Chastain <chastain@redhat.com>
24750
24751 * gdb.c++/derivation.exp: Use the 'runto' library function.
24752
24753 2001-03-12 Michael Chastain <chastain@redhat.com>
24754
24755 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
24756
24757 2001-02-24 Michael Chastain <chastain@redhat.com>
24758
24759 * gdb.c++/ref-types.exp: Change handwritten code to library
24760 function 'runto'.
24761
24762 2001-03-16 Orjan Friberg <orjanf@axis.com>
24763
24764 * gdb.base/signals.exp: Set count to 0 explicitly.
24765
24766 2001-03-15 Mark Salter <msalter@redhat.com>
24767
24768 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
24769 (gdb_target_monitor): Add check of gdb_target_cmd return value.
24770 (gdb_load): Add support for additional target_info: gdb_download_size
24771 and gdb_load_timeout.
24772
24773 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
24774
24775 * gdb.base/annota1.exp: Move test of isnative to earlier in the
24776 file -- to prevent failing when the compile fails but we have no
24777 intention of running the tests anyway.
24778
24779 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
24780 tests if set.
24781
24782 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
24783 integers.
24784
24785 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
24786 * gdb.c++/namespace.exp: Ditto.
24787
24788 2001-03-07 Orjan Friberg <orjanf@axis.com>
24789
24790 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
24791 * gdb.base/pointers.exp: Relax pattern match of decimals.
24792
24793 2001-03-06 Kevin Buettner <kevinb@redhat.com>
24794
24795 * Makefile.in, config/abug.exp, config/cfdbug.exp,
24796 config/cpu32bug.exp, config/dve.exp, config/est.exp,
24797 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
24798 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
24799 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
24800 config/sh.exp, config/sid.exp, config/slite.exp,
24801 config/sparclet.exp, config/udi.exp, config/unknown.exp,
24802 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
24803 config/vxworks.exp, config/vxworks29k.exp,
24804 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
24805 gdb.base/all-bin.exp, gdb.base/annota1.exp,
24806 gdb.base/arithmet.exp, gdb.base/assign.exp,
24807 gdb.base/async.exp, gdb.base/attach.exp,
24808 gdb.base/bitfields.exp, gdb.base/bitops.exp,
24809 gdb.base/break.exp, gdb.base/call-ar-st.exp,
24810 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
24811 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
24812 gdb.base/commands.exp, gdb.base/completion.exp,
24813 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
24814 gdb.base/constvars.exp, gdb.base/corefile.exp,
24815 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
24816 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
24817 gdb.base/ending-run.exp, gdb.base/environ.exp,
24818 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
24819 gdb.base/finish.exp, gdb.base/foll-exec.exp,
24820 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
24821 gdb.base/funcargs.exp, gdb.base/help.exp,
24822 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
24823 gdb.base/logical.exp, gdb.base/long_long.exp,
24824 gdb.base/maint.exp, gdb.base/mips_pro.exp,
24825 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
24826 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
24827 gdb.base/pointers.exp, gdb.base/printcmds.exp,
24828 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
24829 gdb.base/regs.exp, gdb.base/relational.exp,
24830 gdb.base/remote.exp, gdb.base/reread.exp,
24831 gdb.base/restore.exp, gdb.base/return2.exp,
24832 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
24833 gdb.base/selftest.exp, gdb.base/setshow.exp,
24834 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
24835 gdb.base/sigall.exp, gdb.base/signals.exp,
24836 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
24837 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
24838 gdb.base/step-test.exp, gdb.base/structs.c,
24839 gdb.base/structs.exp, gdb.base/structs2.exp,
24840 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
24841 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
24842 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
24843 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
24844 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
24845 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
24846 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
24847 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
24848 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
24849 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
24850 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
24851 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
24852 gdb.fortran/types.exp, gdb.java/jmisc.exp,
24853 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
24854 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
24855 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
24856 gdb.trace/circ.exp, gdb.trace/collection.exp,
24857 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
24858 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
24859 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
24860 gdb.trace/report.exp, gdb.trace/save-trace.exp,
24861 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
24862 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
24863 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
24864 notices.
24865
24866 2001-02-27 Michael Snyder <msnyder@cygnus.com>
24867
24868 * gdb.base/varargs.c (find_max_double): Fix printf format string:
24869 first arg is int not float.
24870
24871 2001-02-22 Michael Snyder <msnyder@cygnus.com>
24872
24873 * gdb.base/reread.exp: Unsupported for non-native targets;
24874 doesn't work for remote debugging.
24875
24876 2001-02-19 Fernando Nasser <fnasser@redhat.com>
24877
24878 From Drew Moseley <dmoseley@redhat.com>
24879 * gdb.base/ending-run.exp: Properly handle the BSP state when
24880 stepping past the end of main.
24881
24882 2001-02-19 John Moore <jmoore@redhat.com>
24883
24884 * gdb.base/commands.exp (infrun_breakpoint_command_test):
24885 Converted HPUX fix for non-expected items following multiple
24886 step commands into general solution for all platforms.
24887
24888 2001-02-18 Michael Chastain <chastain@redhat.com>
24889
24890 * gdb.c++/classes.exp (do_tests): Change runto statements
24891 from "runto 'foo(void)'" to "runto 'foo'". This makes the
24892 statements demangler agnostic.
24893 * gdb.c++/virtfunc.exp (do_tests): Likewise.
24894 (gdb_virtfunc_restart): Likewise.
24895
24896 2001-02-14 Michael Chastain <chastain@redhat.com>
24897
24898 * gdb.c++/inherit.exp (do_tests): Change runto statements
24899 from "runto 'foo(void)'" to "runto 'foo'". This makes the
24900 statements demangler agnostic.
24901
24902 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
24903
24904 * gdb.threads/pthreads.exp: Unify pass/fail messages for
24905 ``continue to bkpt at common_routine in thread 2'' and ``stopped
24906 before calling common_routine 15 times'' tests.
24907
24908 2001-02-11 Michael Chastain <chastain@redhat.com>
24909
24910 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
24911 Helps the test script figure out which demangler is in use.
24912 (dm_type_foo_ref): Ditto.
24913 (dm_type_int_star): Ditto.
24914 (dm_type_long_star): Ditto.
24915 (dm_type_unsigned_int): Ditto.
24916 (dm_type_void): Ditto.
24917 (dm_type_void_star): Ditto.
24918 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
24919 Probe the gdb demangler and set variables to accommodate
24920 formatting differences.
24921 (info_func_regexp): New function. Same as info_func, but
24922 matches against a regexp.
24923 (info_func): Match against a literal string.
24924 (print_addr_2): New function. Match against a literal string,
24925 which can be different from the input to gdb.
24926 (print_addr): Simply call print_addr_2 with the same argument twice.
24927 (test_lookup_operator_functions): Use demangler formatting variables.
24928 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
24929 the tests in the same order as the C++ class declaration.
24930 (test_paddr_operator_functions): Ditto.
24931 (test_paddr_overloaded_functions): Ditto.
24932 (test_paddr_hairy_functions): Use demangler formatting variables.
24933 Add reference to gdb/19 for related tests.
24934 (do_tests): Call probe_demangler.
24935
24936 2001-01-30 Kevin Buettner <kevinb@redhat.com>
24937
24938 * gdb.c++/templates.cc (printf): Remove unused function definition.
24939
24940 2001-01-26 Felix Lee <flee@redhat.com>
24941
24942 * sid.exp (sid_exit): Pass host, not target, to remote_close.
24943
24944 2001-01-25 matthew green <mrg@redhat.com>
24945
24946 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
24947 up sid.
24948 (sid_exit): Call `remote_pop_conn' after GDB is gone.
24949
24950 2001-01-25 matthew green <mrg@redhat.com>
24951
24952 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
24953 Deprecate $sid_spawn_id.
24954 (sid_exit): Remove code necessary only for `spawn.'
24955
24956 2001-01-25 matthew green <mrg@redhat.com>
24957
24958 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
24959
24960 2001-01-28 Michael Chastain <chastain@redhat.com>
24961
24962 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
24963 to call when tests fail. It takes gdb out of the overloaded
24964 function choice menu back to the main prompt, so that the test
24965 program stays synchronized.
24966 (set_bp_overloaded): New proc to collect all the common
24967 code for setting a breakpoint on an overloaded name. Calls
24968 take_gdb_out_of_choice_menu when needed.
24969 (menu_overload1arg): New variable to collect the repeated
24970 instances of the expected menu for an overloaded name. Change
24971 the regular expression to handle changes in g++ type encoding:
24972 "void" can be either "void" or "", and "unsigned int" can be
24973 either "unsigned int" or "unsigned".
24974 (continue_to_bp_overloaded): Change regular expressions to handle
24975 changes in g++ type encoding.
24976 (no proc): Call take_gdb_out_of_choice_menu when needed.
24977 Remove redundant calls to "info break". Accept either "canceled"
24978 or "cancelled". Change regular expressions in "info break"
24979 calls to handle changes in g++ type encoding. Give all tests
24980 unique strings.
24981
24982 2001-01-17 Ben Elliston <bje@redhat.com>
24983
24984 * config/sid.exp: New file.
24985
24986 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
24987
24988 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
24989
24990 2000-12-21 Michael Snyder <msnyder@cygnus.com>
24991
24992 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
24993 Add a RE to accept a non-ascii char if one is ever presented.
24994
24995 2000-12-20 Fernando Nasser <fnasser@redhat.com>
24996
24997 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
24998
24999 2000-12-18 Michael Snyder <msnyder@cygnus.com>
25000
25001 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
25002 in regexp. One '\' does not suffice on Linux.
25003
25004 2000-12-09 Michael Chastain <chastain@redhat.com>
25005
25006 * gdb.base/break.exp (test_clear_command): Use a marker function
25007 rather than 'main' for the test function. Also move this
25008 test to an execution point where the marker function names are
25009 guaranteed to be bound to functions. (Executing tests after a
25010 'finish' from main runs into name conflicts with local names
25011 in __libc_start_main).
25012
25013 2000-12-07 Michael Snyder <msnyder@cygnus.com>
25014
25015 * gdb.base/finish.exp: New test for gdb's "finish" command.
25016 * gdb.base/return2.exp: New test for gdb's "return" command.
25017 * gdb.base/return2.c: New source file for above.
25018
25019 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25020
25021 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
25022 * gdb.base/miscexprs.exp: Ditto.
25023 * gdb.base/pointers.exp: Ditto.
25024 * gdb.c++/derivation.exp: Ditto.
25025 * gdb.c++/local.exp: Ditto.
25026 * gdb.c++/namespace.exp: Ditto.
25027 * gdb.c++/overload.exp: Ditto.
25028 * gdb.c++/ref-types.exp: Ditto.
25029
25030 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25031
25032 * gdb.base/constvars.exp: Test result of "up" command.
25033 * gdb.base/miscexprs.exp: Ditto.
25034 * gdb.base/pointers.exp: Ditto.
25035 * gdb.base/scope.exp: Ditto.
25036 * gdb.c++/derivation.exp: Ditto.
25037 * gdb.c++/local.exp: Ditto.
25038 * gdb.c++/namespace.exp: Ditto.
25039 * gdb.c++/overload.exp: Ditto.
25040 * gdb.c++/ref-types.exp: Ditto.
25041
25042 2000-11-22 Michael Chastain <chastain@redhat.com>
25043
25044 * mips_pro.exp: Accept either "middle -> top -> main" or
25045 "middle -> main" in the backtrace, because gcc can optimize
25046 tail calls to jumps. Remove setup_xfail for the hppa case.
25047 Add a comment with the original warning messages from PR 3016,
25048 which was filed in 1993, to preserve them for posterity.
25049
25050 2000-11-17 Nick Duffek <nsd@redhat.com>
25051
25052 * lib/gdb.exp (gdb_test): Override timeout with board info.
25053
25054 2000-11-17 Nick Duffek <nsd@redhat.com>
25055
25056 * gdb.base/display.exp: Don't kill running stub. Add "again" to
25057 the second kill and detach messages.
25058
25059 2000-11-17 Nick Duffek <nsd@redhat.com>
25060
25061 * configure.in: Add AC_EXEEXT.
25062 * configure: Regenerate.
25063 * Makefile.in (just-check): Export EXEEXT.
25064 * lib/gdb.exp ($EXEEXT): Import from environment.
25065 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
25066 expect "maint dump-me" on Cygwin.
25067 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
25068 $EXEEXT.
25069
25070 2000-11-17 Nick Duffek <nsd@redhat.com>
25071
25072 * gdb.base/break.exp: Test backtrace and finish from called
25073 function on all platforms, not just HP-UX.
25074
25075 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25076
25077 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
25078 code from gdb_target_monitor, so it can be used independantly
25079 for gdbserver. Also comment out an unnecessary PUTS.
25080
25081 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25082
25083 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
25084 * gdb.base/corefile.exp: Expect the message "Program is being
25085 debugged already" when we send the "corefile" command, since
25086 the preceeding gdb_load may have connected gdb to a remote target.
25087 * gdb.base/display.exp: Disable hardware watchpoints if new
25088 board info variable "no_hardware_watchpoints" is true.
25089 Replace single-letter commands with more readable ones.
25090 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
25091 if new board info variable "no_hardware_watchpoints" is true.
25092 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
25093 to see if stdio (printf) testing is possible.
25094 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
25095 board info variable "no_hardware_watchpoints" is true. Use new
25096 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
25097
25098 2000-11-13 Fernando Nasser <fnasser@redhat.com>
25099
25100 From Orjan Friberg <orjanf@axis.com>:
25101 * gdb.base/printcmds.exp: Escape curly braces followed by a number
25102 in array print pattern match.
25103
25104 2000-11-09 Fernando Nasser <fnasser@redhat.com>
25105
25106 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
25107 spelling "cancelled" to U.S. spelling "canceled" to match changes
25108 made to gdb.
25109 * gdb.c++/ovldbreak.exp: Ditto.
25110
25111 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25112
25113 * gdb.base/callfuncs.c (main): Moved to end of file, call
25114 t_double_values to initialize the FPU before inferior calls are made.
25115 * gdb.base/callfuncs.exp: Test for register preservation after calling
25116 inferior functions. Add tests for continuining, finishing and
25117 returning from a stop in a call dummy.
25118
25119 2000-10-24 Michael Snyder <msnyder@cygnus.com>
25120
25121 * gdb.base/commands.exp: Break up long lines, and re-indent.
25122
25123 2000-10-19 Michael Snyder <msnyder@cygnus.com>
25124
25125 * config/gdbserver.exp: Rewritten from the ground up, to make it
25126 compatible with the current dejagnu tree, and to make it work with
25127 the new "gdbserver" in libremote.
25128
25129 2000-10-16 Michael Snyder <msnyder@cygnus.com>
25130
25131 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
25132 * gdb.base/varargs.exp: Skip entire test if no printf support.
25133 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
25134 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
25135
25136 2000-10-13 Michael Snyder <msnyder@cygnus.com>
25137
25138 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
25139 no floating point support.
25140 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
25141 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
25142 * gdb.base/call-rt-st.exp: Ditto.
25143 * gdb.base/call-strs.exp: Ditto.
25144
25145 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
25146
25147 * gdb.base/sizeof.c: include <stdio.h>.
25148
25149 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
25150 'finish', otherwise uncaptured gdb_prompt would potentially
25151 throw remaining test points out of sync.
25152
25153 2000-07-26 Scott Bambrough <scottb@netwinder.org>
25154
25155 * gdb.base/recurse.exp: Run tests for all targets.
25156 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
25157 gnu-oldld case on ARM.
25158 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
25159 for ARM targets.
25160
25161 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
25162
25163 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
25164 * gdb.java/configure: Rebuild.
25165
25166 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
25167
25168 * gdb.java/jv-exp.exp: New file.
25169
25170 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
25171
25172 * configure: Rebuilt.
25173 * configure.in (configdirs): Add gdb.java.
25174 * gdb.java/jmisc.java: New file.
25175 * gdb.java/jmisc.exp: New file.
25176 * gdb.java/Makefile.in: New file.
25177 * gdb.java/configure: Rebuilt.
25178 * gdb.java/configure.in: New file.
25179 * lib/java.exp: New file.
25180
25181 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
25182
25183 * gdb.base/exprs.exp: Test casts to a pointer including over and
25184 underflow.
25185
25186 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
25187
25188 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
25189 and the compilers sizes.
25190
25191 2000-07-09 Nick Duffek <nsd@redhat.com>
25192
25193 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
25194 (use_methods): New function.
25195 (main): Call use_methods().
25196 * gdb.c++/classes.exp (test_method_param_class): New procedure.
25197 (do_tests): Call test_method_param_class.
25198
25199 2000-07-09 Nick Duffek <nsd@redhat.com>
25200
25201 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
25202 spelling.
25203 (test_enums): New procedure. Move enum tests from end of script
25204 to here. Set breakpoint on function name instead of line number.
25205 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
25206 (enums2): New marker function.
25207 (enums1): New function.
25208 (main): Call enums1(). Move enum tests to enums1().
25209
25210 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
25211
25212 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
25213 compile/link program. Update line numbers.
25214 * gdb.asm/d10v.inc: Define ``startup''.
25215 * gdb.asm/asmsrc1.s: Add definition of _start.
25216
25217 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
25218
25219 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
25220
25221 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25222
25223 * gdb.base/maint.exp: Add 'maint print architecture' item to output
25224 of 'help maint print' command.
25225
25226 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
25227
25228 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
25229 they use gdb_expect_list.
25230
25231 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
25232
25233 * gdb.base/commands.exp: Use ``set remote
25234 memory-read-packet-size'' instead of ``set endian big'' to test
25235 long commands.
25236
25237 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
25238
25239 * gdb.c++/templates.exp (do_tests): Make all of these work under
25240 g++, and stop skipping them.
25241
25242 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
25243 work under g++.
25244
25245 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
25246 initialization.
25247
25248 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25249
25250 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
25251 the regular expression: accept an (almost) arbitrary sequence of
25252 "frames-invalid" and "breakpoints-invalid" messages both before
25253 and after the "starting" message.
25254
25255 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25256
25257 * gdb.c++/local.exp: This test has never been known to work with g++.
25258
25259 2000-05-18 Michael Snyder <msnyder@cygnus.com>
25260
25261 * gdb.base/annota1.exp (annotate-signal-handler-caller):
25262 Relax the regular expression a little, make it pass on Solaris 8.
25263
25264 2000-05-12 Kevin Buettner <kevinb@redhat.com>
25265
25266 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
25267 a call, do not require that gdb stop on the line after the call.
25268 Instead, it is permissible for gdb to stop on the line of the
25269 call itself.
25270
25271 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
25272
25273 * gdb.base/break.exp (bp on small function, optimized file):
25274 Add a second pass pattern. The behavior differs here between stabs
25275 and dwarf for one-line functions. Stabs preserves two line symbols
25276 (one before the prologue and one after) with the same line number,
25277 but dwarf regards these as duplicates and discards one of them.
25278 Therefore the address after the prologue (where the breakpoint is)
25279 has no exactly matching line symbol, and GDB reports the breakpoint
25280 as if it were in the middle of a line rather than at the beginning.
25281
25282 2000-05-08 Michael Snyder <msnyder@cygnus.com>
25283
25284 * gdb.base/interrupt.exp: Make "pass" message say "send"
25285 rather than "send_gdb" (for consistancy).
25286
25287 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
25288
25289 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
25290 * gdb.c++/templates.cc: Properly check for GCC version number.
25291 * lib/compiler.cc: Likewise
25292
25293 2000-04-28 Michael Snyder <msnyder@cygnus.com>
25294
25295 * gdb.base/break.exp: When compiled with -O2 optimization,
25296 gdb may not stop at the first line of main, due to code motion.
25297
25298 2000-04-26 Michael Snyder <msnyder@cygnus.com>
25299
25300 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
25301 This test depends on parsing the printf output from the target.
25302 Since the sparclet stub doesn't do stdio, this will never work.
25303 * gdb.base/call-rt-st.exp: ditto.
25304 * gdb.base/call-strs: ditto.
25305
25306 2000-04-24 Michael Snyder <msnyder@cygnus.com>
25307
25308 * gdb.base/miscexprs.exp: make sizeof long array test portable.
25309
25310 * gdb.base/ending-run.exp: After connecting to a remote target,
25311 but before running, the target will appear to be in a random
25312 location. Specify both a file and a line for breakpoints.
25313 Also, the function that calls main may be called 'init'
25314 rather than 'start'.
25315
25316 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25317
25318 * gdb.base/help.exp: Update output for add-symbol-file command.
25319
25320 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
25321
25322 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25323 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
25324
25325 2000-04-07 J.T. Conklin <jtc@redback.com>
25326
25327 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
25328
25329 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
25330
25331 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
25332
25333 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
25334 values that can be represented exactly.
25335 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
25336 above change, and to not check against the directory part of the source
25337 file name.
25338 (step into print_long_arg_list): Likewise.
25339 (print print_small_structs from print_long_arg_list): Likewise.
25340 (print print_long_arg_list): Likewise.
25341
25342 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25343
25344 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
25345
25346 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
25347
25348 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
25349
25350 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
25351
25352 * gdb.base/commands.exp (deprecated_command_test): Add test for
25353 deprecate with no arguments.
25354
25355 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
25356
25357 * gdb.base/break.exp: Add new test for setting breakpoints on
25358 optimized code so we can test breakpoints work even when function
25359 prologues may be optimized away
25360
25361 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
25362
25363 From David Whedon <dwhedon@gordian.com>
25364 * gdb.base/commands.exp : Added command deprecator tests.
25365
25366 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
25367
25368 * gdb.base/help.exp: Added test for new apropos command.
25369
25370 2000-03-21 Kevin Buettner <kevinb@redhat.com>
25371
25372 * gdb.base/pointers.c (usevar): New function.
25373 (main): Make sure that global variables v_int_pointer2, rptr,
25374 and y are all referenced someplace in the program by calling
25375 usevar() on them. [Some linkers delete symbols which are
25376 never referenced. The space remains, but there's no way to
25377 get a (symbolic) handle on the variable from the debugger.]
25378
25379 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25380
25381 * gdb.base/printcmds.c: Add typedeffed arrays.
25382
25383 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
25384 procedure to test arrays that are typedef'd.
25385
25386 2000-03-13 James Ingham <jingham@leda.cygnus.com>
25387
25388 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
25389 the library directories.
25390
25391 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
25392
25393 * configure.in (configdirs): Add sub directory gdb.mi.
25394 * configure: Re-generate.
25395
25396 * gdb.mi: New directory.
25397
25398 2000-02-25 Scott Bambrough <scottb@netwinder.org>
25399
25400 * gdb.base/long_long.exp: Correct test suite failure when printing
25401 a long long value as a double on ARM platforms.
25402
25403 2000-02-16 Jim Blandy <jimb@redhat.com>
25404
25405 * gdb.base/break.exp ("breakpoint line number"): Make sure the
25406 default source file is set properly before running this test.
25407
25408 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25409
25410 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
25411 gdbtk/library directory, not in gdbtcl2.
25412
25413 2000-02-04 Jim Blandy <jimb@redhat.com>
25414
25415 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
25416 backslash from regexp pattern.
25417
25418 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
25419 procedure. Use it to run all the "continue to bp overloaded"
25420 tests. Note that this changes the names of the tests slightly.
25421 If the breakpoint hit message includes a hex PC value, because
25422 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
25423 from the real source code, still consider that a pass.
25424
25425 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
25426 XFAIL here if the breakpoint message contains a hex address. Note
25427 similar change on 1999-11-02.
25428
25429 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
25430
25431 * gdb.base/ptype.exp: Establish a default source file before
25432 calling get_debug_format.
25433
25434 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
25435
25436 * gdb.base/watchpoint.exp: Remove duplication of test messages.
25437
25438 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25439
25440 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
25441 of successive stepi commands -- while in the prologue we should see
25442 the function entry bracket.
25443
25444 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25445
25446 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
25447 reach __change_mode() when stepping through the end of main().
25448
25449 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
25450
25451 * gdb.base/default.exp: Fix expected pattern.
25452 * gdb.base/help.exp: Same.
25453
25454 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25455
25456 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
25457 Don't use xfail's because that affects only the following test.
25458
25459 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
25460 solaris or linux.
25461
25462 * gdb.base/selftest.exp: Update to reflect changes to main.c.
25463
25464 2000-01-07 Michael Snyder <msnyder@cygnus.com>
25465
25466 * gdb.base/display.exp: Some yacc parsers like to say
25467 "A syntax error" rather than "A parse error". Accept both.
25468
25469 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
25470
25471 * gdb.base/default.exp: Remove OS dependent string from "target
25472 remote" test.
25473 * gdb.base/help.exp: Same for "help target remote" test.
25474
25475 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25476
25477 From Jim Kingdon <kingdon@redhat.com>:
25478
25479 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
25480 prompt (cleanup rather than necessity, but still might keep output
25481 from spilling to next test).
25482
25483 2000-01-02 Fred Fish <fnf@cygnus.com>
25484
25485 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
25486 AIX, which defines them in <sys/types.h>.
25487
25488 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
25489
25490 * gdb.base/default.exp: Match arm* etc instead of arm in "info
25491 float" test.
25492
25493 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
25494
25495 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
25496
25497 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
25498 outermost frame disallowed".
25499
25500 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
25501
25502 * gdb.base/setvar.exp: New tests for setting the value of a struct
25503 with a constant list.
25504
25505 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
25506
25507 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
25508 require the user to type a cast before setting the value of a struct.
25509
25510 1999-12-06 Jim Blandy <jimb@cygnus.com>
25511
25512 * gdb.base/default.exp: Expect the new 'info float' command on
25513 all i386 platforms.
25514
25515 * gdb.threads/linux-dp.exp: Expand our ability to recognize
25516 LinuxThreads libraries that don't support debugging.
25517
25518 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
25519
25520 * gdb.base/remote.c: Fill the buffer with truely random data.
25521 Change the buffer type to ``unsigned char'' to simplify size
25522 arithmetic.
25523
25524 * gdb.base/remote.exp: Reduce download numbers by one. Typical
25525 stub only handles 400-1 byte packets. Verify that the download
25526 worked.
25527
25528 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
25529
25530 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
25531 tests, using UNRESOLVED for the untested cases. Also, does not wait
25532 for a timeout if the prompt was received before a recognizable pattern.
25533
25534 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
25535
25536 * lib/gdb.exp (gdb_expect_list): Fix spelling.
25537
25538 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25539
25540 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
25541 watchpoints.
25542
25543 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
25544
25545 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
25546
25547 * gdb.c++/local.exp: Be more flexible in recognizing local class
25548 name mangling. Don't allow horribly truncated method names.
25549 * gdb.c++/derivation.exp: Expect protected inheritance.
25550 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
25551 * gdb.c++/virtfunc.exp: Likewise.
25552 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
25553 when printing a nested enum.
25554
25555 1999-11-22 Jim Blandy <jimb@cygnus.com>
25556
25557 * gdb.base/step-test.exp: Properly await GDB's response to setting
25558 a breakpoint on the call to large_struct_by_value.
25559
25560 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
25561 just because we have debug info for the `start' function.
25562
25563 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
25564
25565 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
25566 "Unknown signal" messages, which indicate (on LinuxThreads) that
25567 GDB doesn't know how to debug threads on this system. This is
25568 better than hanging while philosopher 0 dumps chatter into gdb.log.
25569
25570 1999-11-18 Tom Tromey <tromey@cygnus.com>
25571
25572 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
25573
25574 1999-11-18 Fred Fish <fnf@cygnus.com>
25575
25576 * gdb.base/coremaker2.c: Add sample program for generating
25577 cores that is more self contained than coremaker.c. Eventually
25578 I'll add more code to this and tie it into the testsuite.
25579
25580 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
25581
25582 * gdb.base/dollar.exp: Remove, now in gdb.hp.
25583
25584 1999-11-10 Jimmy Guo <guo@cup.hp.com>
25585
25586 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
25587 from $srcdir/lib/.
25588 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
25589 and gdb.c++/.
25590
25591 * gdb.c++/derivation.exp: remove redundant get compiler info code.
25592
25593 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
25594 'continue with watch' test point.
25595
25596 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
25597
25598 Merged from p2linux-990323-branch:
25599
25600 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
25601
25602 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
25603
25604 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
25605 {limit,fixed}''. Test ``set download-write-size''.
25606
25607 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
25608
25609 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
25610 gdb_expect_list.
25611
25612 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
25613
25614 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
25615
25616 1999-11-03 Mark Salter <msalter@cygnus.com>
25617
25618 * gdb.base/break.exp: Fix "stub continue" pattern.
25619
25620 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
25621
25622 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
25623
25624 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
25625
25626 * gdb.base/display.exp ("finish"): Add timeout clause.
25627
25628 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
25629 plain prompt clause, so this doesn't have to time out in order to
25630 fail.
25631
25632 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
25633 breakpoint hit messages include an address.
25634
25635 * gdb.base/display.exp: Don't forget to escape parens in regular
25636 expressions. Unix regexp notatation sucks.
25637
25638 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25639
25640 * gdb.base/annota1.exp: Test for annotate-signalled: change output
25641 order for 'signalled' message.
25642
25643 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
25644
25645 From Jimmy Guo <guo@cup.hp.com>:
25646 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
25647 * gdb.base/annota1.c: Add code for tests to work with.
25648
25649 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
25650
25651 * gdb.base/remote.exp: New test for remote downloading settings.
25652 * gdb.base/remote.c: New file with large .data.
25653
25654 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
25655
25656 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
25657 for LinuxThreads support, merged from the Code Fusion branch.
25658
25659 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
25660
25661 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
25662 containing exp_continue into a while within an expect. Don't
25663 attempt a start more than three times. Check return value from
25664 gdb_load.
25665
25666 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
25667
25668 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
25669 a pass case.
25670
25671 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
25672
25673 * gdb.base/break.c (main): Added a statement that we can step
25674 off of.
25675 * gdb.base/break.exp: Added tests for setting a breakpoint
25676 at an offset and stepping onto a breakpoint.
25677
25678 1999-10-01 Fred Fish <fnf@cygnus.com>
25679
25680 * gdb.base/help.exp (help add-symbol-file): Update to match current
25681 gdb output.
25682
25683 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
25684
25685 * gdb.base/break.exp: Code locations are in hex, don't forget!
25686 (For HP-UX.)
25687
25688 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
25689
25690 * condbreak.exp: Use break.c as test program.
25691 * condbreak.c: Remove, redundant with break.c.
25692
25693 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
25694
25695 * config/monitor.exp (gdb_target_monitor): Disable X- and
25696 Z-packets if the target needs it.
25697
25698 1999-09-13 James Ingham <jingham@leda.cygnus.com>
25699
25700 * gdb.c++/overload.exp: Added tests for listing overloaded
25701 functions with function pointers in the arg, explicitly calling
25702 out the version you want.
25703
25704 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
25705
25706 * long_long.exp: Add variations of test cases that work for
25707 targets with 16-bit ints and 32-bit doubles.
25708
25709 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
25710
25711 * break.c (main): Compare a possibly-uninitialized argc with an
25712 unlikely value that fits in 16 bits.
25713
25714 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
25715
25716 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
25717 0xfeeb, don't want negative numbers if ints are 16 bits.
25718
25719 * lib/gdb.exp (skip_cplus_tests): New proc.
25720 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25721 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
25722 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
25723 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
25724 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
25725 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
25726 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
25727 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
25728
25729 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
25730
25731 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
25732
25733 * gdb.base/corefile.exp (up): Allow a parameter to appear
25734 in the frame that we're going up to.
25735
25736 From Jim Blandy <jimb@cygnus.com>:
25737
25738 * gdb.base/default.exp (info float): Expect some output now.
25739
25740 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
25741 returning floating-point values to fail on the x86.
25742 * gdb.base/callfwmall.exp (do_function_calls): Same.
25743
25744 * gdb.base/list.exp (test_listsize): Correct expectations for
25745 listing line 1 with listsize 2. Also, listing a single line
25746 works now, as does listing three lines. [Kevin's note: There
25747 were a number of other cases fixed too where the expectations
25748 differed...]
25749
25750 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
25751
25752 * gdb.base/selftest.exp: Add case for when version prints as
25753 constant string instead of char pointer.
25754
25755 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
25756
25757 * gdb.base/ending-run.exp: Add Solaris case for what happens when
25758 stepping out of main.
25759
25760 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
25761 G++ used.
25762
25763 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
25764 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
25765
25766 * gdb.c++/ovldbreak.exp: Update match string in test that
25767 includes a warning of multiple breakpoints.
25768
25769 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
25770
25771 * gdb.base/display.exp: Improve precision of step-after-finish
25772 added yesterday.
25773
25774 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
25775 test.
25776
25777 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
25778 configs when using G++, not just hppa*.
25779
25780 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25781
25782 * gdb.base/async.c: New file.
25783 * gdb.base/async.exp: New file.
25784
25785 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
25786
25787 * gdb.base/break.exp: Tweak PA specific tests to properly handle
25788 PA64.
25789
25790 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
25791
25792 * gdb.base/display.exp: "finish" can leave us mid-line on many
25793 targets, deal with it. Add a small constant to main, instead of
25794 1000 since main+1000 may not be a valid address in the target.
25795
25796 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
25797 on hpux11.
25798
25799 * gdb.base/attach.exp: Handle another hpux11 error message variant
25800 when attaching to a process that does not exist.
25801
25802 1999-08-19 J.T. Conklin <jtc@redback.com>
25803
25804 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
25805 characters in 'continue to 1241' test.
25806
25807 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
25808
25809 * gdb.base/call-ar-st.exp: Add a shorter match case for the
25810 stop in print_long_arg_list, define and use a whitespace
25811 variable in print_small_structs test, add an XFAIL for Solaris.
25812 * gdb.base/dbx.exp: XFAIL func commands until somebody is
25813 interested enough to fix.
25814
25815 1999-08-13 Keith Seitz <keiths@cygnus.com>
25816
25817 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
25818 (dbx_gdb_load): Remove. Use gdb_load instead, since that
25819 proc knows about targets other than the natives.
25820 (test_assign): Use "gdb_run_cmd" to "run" the target.
25821 Check that we've actually hit the breakpoint at main.
25822 When we attempt to assign a value to a local variable, check
25823 that the variable is in the current scope, i.e., don't use
25824 a test with an empty result.
25825
25826 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
25827
25828 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
25829 command.
25830
25831 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
25832
25833 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25834 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
25835 gdb.compat, gdb.threads-hp.
25836 gdb.hp/configure, gdb.hp/configure.in: New files.
25837 gdb.hp/Makefile.in: Recurse into new subdirs.
25838 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
25839 gdb.hp/gdb.objdbg: New directory, tests for debugging info
25840 in object files.
25841 gdb.hp/tools: New directory, aux tools for HP-specific tests.
25842
25843 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
25844
25845 * gdb.base/display.exp: Help expect by putting a newline in the
25846 funky printf, remove a bogus p/a test.
25847
25848 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25849
25850 * gdb.base/display.exp: Make sure that when we say 'run', we are
25851 connected to the target. This is necessary when running not
25852 natively.
25853
25854 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
25855
25856 * gdb.base/step-test.exp: Removed some extraneous messages.
25857
25858 * gdb.base/long_long.exp: Don't run memory examination tests
25859 on little-endian targets (they will need a different set of
25860 results to match).
25861
25862 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
25863
25864 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
25865 until somebody decides to fix GDB.
25866
25867 * gdb.base/long_long.c: Stop compiler complaint by specifying long
25868 constant as "ULL".
25869 * gdb.base/long_long.exp: Loosen x/c test, add partial result
25870 matches for a couple x/2 commands.
25871
25872 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
25873
25874 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
25875 by merging in ref-types2 tests.
25876 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
25877
25878 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25879 * gdb.c++/Makefile.in: Add standard actions.
25880 (EXECUTABLES): Rename from PROGS, update list.
25881 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
25882 from gdb.hp.
25883 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
25884 foo and bar locals.
25885 * gdb.c++/anon-union.exp: Fix tests to match.
25886 * gdb.c++/classes.exp: Run if HP compiler used, add extra
25887 expect matches to handle output variations.
25888 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
25889 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
25890 output, add HP alternatives for new and delete prints.
25891 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
25892 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
25893 * gdb.c++/demangle.exp: Use $style when reporting failure.
25894 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
25895 * gdb.c++/inherit.exp: Run if HP compiler used, add some
25896 match alternatives.
25897 * gdb.c++/local.exp: Add match alternatives or xfails for HP
25898 compilers.
25899 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
25900 * gdb.c++/method.exp: Add match alternatives.
25901 * gdb.c++/misc.cc: Add bool types.
25902 * gdb.c++/misc.exp: Add tests for bool types.
25903 * gdb.c++/overload.exp: Add xfails.
25904 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
25905 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
25906 add some more template parameter tests (only for HP currently).
25907 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
25908 * gdb.c++/virtfunc.cc: Add return type and value for main.
25909 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
25910 match alternatives.
25911
25912 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25913
25914 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
25915
25916 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
25917
25918 * gdb.base/signals.exp: Don't expect getting a backtrace from
25919 within a signal handler to fail on Linux.
25920
25921 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
25922
25923 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25924 * lib/gdb.exp: Remove some gratuitious semicolons.
25925 (delete_breakpoints): Increase timeout.
25926 (gdb_expect): Add -notransfer option.
25927 (gdb_test): Use -notransfer option.
25928 (get_compiler_info): Add f77 case.
25929 (get_compiler): New proc, split out from gdb_preprocess, add f77
25930 case.
25931 (gdb_preprocess): Call get_compiler.
25932
25933 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
25934 * gdb.base/attach.exp, gdb.base/display.exp,
25935 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
25936 gdb.base/long_long.exp, gdb.base/printcmds.exp,
25937 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
25938 third arg to gdb_test.
25939 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
25940 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
25941 HP-UX xfails, add others.
25942 * gdb.base/completion.exp: Reflect name change of self-test.
25943 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
25944 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
25945 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
25946 HP failure number.
25947 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
25948 useless HP-UX 10.30 references.
25949 * gdb.base/maint.exp: Loosen matches.
25950 * gdb.base/pointers.c (main): Declare more_code.
25951 * gdb.base/pointers.exp: Match on output of a `next'.
25952 * gdb.base/structs.c: Add prototypes.
25953 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
25954 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
25955
25956 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25957
25958 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
25959 command.
25960
25961 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25962
25963 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
25964 Fix run to main failures. Watchpoint can be hardware watchpoint.
25965
25966 * gdb.base/annota1.exp: Clean up some more, in case printf has
25967 debug info. Deal with lack of signal hanlder info in stack.
25968
25969 From Jim Kingdon <kingdon@redhat.com>:
25970 * gdb.base/annota1.exp: If printf has debug info, deal with it.
25971
25972 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
25973
25974 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
25975 gdb.base/foll-vfork.exp: Don't run for crosses.
25976
25977 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
25978
25979 * gdb.base/configure.in: Check for gdbvars.exp instead of
25980 a1-selftest.exp.
25981 * gdb.base/configure: Re-generate.
25982
25983 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
25984
25985 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
25986 in trying to run first and name is too long.
25987
25988 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
25989 pointers2.c and pointers2.exp, respectively.
25990 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
25991 doschk happier.
25992
25993 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
25994
25995 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
25996 callfuncs2.c and callfuncs2.exp.
25997
25998 * gdb.base/list.exp: Remove mistaken xfails.
25999 * gdb.base/list0.h: Add optional prototypes.
26000
26001 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
26002
26003 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
26004 calling malloc.
26005 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
26006 * ptype.exp: Move test for get_debug_format to before its first
26007 use.
26008
26009 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26010
26011 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
26012 * gdb.base/annota2.cc, annota2.exp: Move from here.
26013 * gdb.c++/annota2.cc, annota2.exp: To here.
26014 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
26015
26016 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
26017
26018 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
26019 a consistent format.
26020
26021 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
26022
26023 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26024 * lib/gdb.exp (get_compiler_info): Add detection for assorted
26025 HP compilers, also set the globals $true and $false.
26026
26027 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
26028 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
26029 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
26030 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
26031 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
26032 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
26033 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
26034 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
26035 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
26036 whatis.c} Add C++ compatible function definitions and return
26037 types, add includes for library functions.
26038 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
26039 * gdb.base/step-test.c (myglob): Rename from glob.
26040 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
26041 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
26042 files, move here from gdb.hp.
26043 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
26044 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
26045 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
26046 Adjust line numbers in regexps.
26047
26048 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
26049 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
26050 instead of 0/1.
26051
26052 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
26053 foll-vfork.exp: New files, move here from gdb.hp.
26054 * gdb.base/page.exp: New file, test of pagination command.
26055
26056 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
26057 recursion test.
26058 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
26059
26060 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
26061 gdb.base/solib.exp: Fix compiler invocation process.
26062
26063 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
26064 HP-UX 11, turn off overload resolution explicitly.
26065 * gdb.base/commands.exp: Set argument list explicitly, add
26066 watchpoint test.
26067 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
26068 them work.
26069 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
26070 expressions properly.
26071 * gdb.base/corefile.exp: Loosen the match slightly.
26072 * gdb.base/default.exp: Allow "Error accessing memory" message
26073 also.
26074 * gdb.base/display.exp: Skip over x/0 j if PA64.
26075 * gdb.base/funcargs.exp: Add xfails for HP-UX.
26076 * gdb.base/interrupt.exp: Ditto.
26077 * gdb.base/langs.exp: Add symbolic matches governed by compiler
26078 in use.
26079 * gdb.base/list.exp: Add xfails for HP-UX.
26080 * gdb.base/long_long.exp: Refine some of the numeric matches.
26081 * gdb.base/mips_pro.exp: Xfail on HP-UX.
26082 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
26083 * gdb.base/nodebug.exp: Succeed on more varieties of output.
26084 * gdb.base/opaque.exp: Remove some HP-UX xfails.
26085 * gdb.base/ptype.exp: Succeed on more varieties of output.
26086 * gdb.base/scope.exp: Add xfails for HP-UX.
26087 * gdb.base/sect-cmd.exp: Add more cases.
26088 * gdb.base/setvar.exp: Add xfails for HP-UX.
26089 * gdb.base/shlib-call.exp: Loosen some matches slightly.
26090 * gdb.base/signals.exp: Match on void symbolically.
26091 * gdb.base/step-test.exp: Add case for PA64.
26092 * gdb.base/term.exp: Add exit and restart.
26093 * gdb.base/twice.exp: Clean up after self.
26094 * gdb.base/varargs.exp: Disable overload resolution explicitly.
26095 * gdb.base/whatis.exp: Allow more ways to pass tests.
26096
26097 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
26098 no longer useful.
26099
26100 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
26101
26102 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
26103 list of patterns.
26104 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
26105 print_double_array(double_array)", "continuing to breakpoint
26106 1018", "print print_double_array(array_d)" and "continuing to
26107 1034" tests.
26108
26109 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
26110
26111 * Makefile.in: Add empty html and install-html targets.
26112
26113 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
26114
26115 * config/mt-*: Remove, these haven't been used since 1996.
26116
26117 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
26118
26119 * gdb.base/call-strs.c, gdb.base/ending-run.c,
26120 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
26121 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
26122
26123 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
26124
26125 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
26126 simpler match case for the ptype of the big class.
26127
26128 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26129
26130 * gdb.exp: Fix test for gdb_prompt existence.
26131
26132 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26133
26134 * gdb.exp (gdb_test): Add fail after calls to perror.
26135
26136 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26137
26138 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
26139
26140 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26141
26142 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
26143
26144 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
26145
26146 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
26147 malloc() is linked in.
26148
26149 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26150
26151 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
26152 step at end.
26153
26154 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
26155
26156 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
26157
26158 * gdb.java/jv-print.exp: New file. (Our first Java test!)
26159
26160 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
26161
26162 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
26163 * gdb.base/mips_pro.exp: Likewise.
26164
26165 1999-06-02 Keith Seitz <keiths@cygnus.com>
26166
26167 * gdb.c++/templates.cc: Change all "new" operators to throw
26168 an exception.
26169 * gdb.c++/cplusfuncs.cc: Likewise.
26170
26171 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
26172
26173 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
26174
26175 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
26176 * gdb.base/ending-run.exp: When stepping out of main, accept a
26177 step into an arbitrary assembler file.
26178
26179 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26180
26181 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
26182 "breakpoint-invalid" to be printed.
26183 * gdb.base/annota2.exp: Revise line number for main
26184 breakpoint. Allow any number of "frames-invalid" and
26185 "breakpoint-invalid" to be printed.
26186 * gdb.base/annota2.cc: Initialize a.x to 0.
26187
26188 1999-05-17 Keith Seitz <keiths@cygnus.com>
26189
26190 * gdb.base/call-ar-st.exp: Skip
26191 "print print_double_array (double_array)" when "skip_float_tests" set.
26192 Ditto for "print print_double_array(array_d)",
26193 "print print_small_structs", "print print_ten_doubles", and
26194 "step into print_long_arg_list".
26195 Don't assume we can step into "print_long_arg_list": we could step
26196 into memcpy.
26197 * gdb.base/call-rt-st.exp: Don't run float-related tests when
26198 "skip_float_tests" is set: "print print_one_double(*d1)"
26199 and "print print_two_floats(*f3)".
26200 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
26201 "skip_float_tests" is set.
26202 * gdb.base/varargs.exp: Skip
26203 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
26204 "skip_float_tests" set.
26205
26206 1999-05-06 Keith Seitz <keiths@cygnus.com>
26207
26208 * gdb.base/annota2.cc: Include stdio.h.
26209
26210 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
26211
26212 * gdb.base/crossload.exp: Remove, this has been disabled ever
26213 since BFD stopped including all targets, and cross-GDB gets
26214 plenty of testing anyway.
26215 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
26216 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
26217 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
26218 * gdb.base/README: Remove, was doc for this.
26219 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
26220 needed.
26221
26222 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26223
26224 * gdb.base/call-ar-st.exp: Fix one regular expression in test
26225 output.
26226
26227 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
26228 * gdb.base/annota2.exp: New file. More annotation tests.
26229 * gdb.base/annota1.c: New file. Source file for annota1.exp.
26230 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
26231
26232 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
26233
26234 * config/cfdbug.exp: New file.
26235
26236 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
26237
26238 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
26239 Marcus Daniel's and Dale Hawkins's demangler crashes.
26240
26241 * gdb.c++/demangle.exp (test_gnu_style_demangling,
26242 test_lucid_style_demangling, test_arm_style_demangling,
26243 test_hp_style_demangling): Try Tom Tromey's core-dumping
26244 identifier under each demangling style.
26245
26246 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26247
26248 * gdb.c++/demangle.exp: Include the current demangling style
26249 in all test names.
26250 (current_demangling_style): New global variable.
26251 (set_demangling_style, test_demangling_core, test_demangling,
26252 test_demangling_exact): New functions.
26253 (test_gnu_style_demangling, test_lucid_style_demangling,
26254 test_arm_style_demangling, test_hp_style_demangling): Use those,
26255 instead of calling gdb_test and gdb_test_exact directly.
26256 (catch_demangling_errors): New function, which reports errors
26257 signalled by the demangling test functions in an orderly way.
26258 (do_tests): Use catch_demangling_errors.
26259
26260 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
26261
26262 * gdb.base/signals.exp (test_handle_all_print): Use () for
26263 grouping in expressions, not {}.
26264
26265 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
26266 initialized yet.
26267
26268 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
26269
26270 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
26271 are listed.
26272
26273 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
26274
26275 * gdb.stabs/weird.exp: Test for CC being defined before
26276 looking at its value.
26277
26278 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
26279
26280 * gdb.base/call-ar-st.exp: Remove stray '#'.
26281 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
26282 "short int" and "long int".
26283 * gdb.c++/overload.cc: Cast the string added in the previous
26284 change, to mollify finicky HP compiler.
26285 * gdb.hp/reg-test.exp (testfile): Fix file name.
26286 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
26287
26288 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
26289 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
26290 alternate form of enum ptype.
26291
26292 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
26293
26294 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
26295 * gdb.hp/*.exp: Change all to run compiler probe only after
26296 passing skip_hp_tests, so as not to waste time on guaranteed
26297 failure.
26298
26299 * gdb.c++/overload.cc: Pass string instead of char addr, always
26300 init ccpfoo.
26301 * gdb.c++/templates.cc: Fix syntax error.
26302
26303 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26304
26305 * gdb.base/commands.exp: Add test for correct position of '>'
26306 when issuing the 'commands' command after a 'while' or 'if'
26307 command.
26308
26309 1999-03-18 James Ingham <jingham@cygnus.com>
26310
26311 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
26312
26313 * gdb.c++/method.exp: It was testing an uninitialized int on the
26314 stack and assuming it was positive.
26315
26316 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
26317
26318 * gdb.base/step-test.exp: Catch a case where finish is broken and
26319 keep it from killing the rest of the tests.
26320 Use gdb_continue_to_end.
26321
26322 * gdb.base/sigall.exp: use gdb_continue_to_end.
26323
26324 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
26325
26326 * gdb.base/display.exp: use runto_main, not run.
26327
26328 * gdb.base/default.exp: Check for the current error message in the
26329 r abbreviation test.
26330 Add strongarm to the targets that know info float.
26331
26332 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
26333 run which doesn't work with monitors.
26334
26335 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
26336 1034 test.
26337
26338 * gdb.base/break.exp: use the gdb_continue_to_end proc.
26339
26340 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
26341 end of a program. Traps the case (in Cygmon) when the program
26342 never really exits. Same as Mark's continue_to_exit, but I had
26343 put it in a lot more places, so I used my name. Sorry Mark...
26344
26345 * config/monitor.exp (gdb_target_monitor): added another
26346 target_info parameter: remotebinarydownload. This will set the
26347 remotebinarydownload flag if this is causing some boards trouble.
26348
26349 1999-03-18 Mark Salter <msalter@cygnus.com>
26350
26351 * lib/gdb.exp (continue_to_exit): New function.
26352
26353 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
26354 * gdb.base/ending-run.exp: Ditto.
26355 * gdb.base/step-test.exp: Ditto.
26356
26357 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
26358
26359 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
26360 (suggested by Art Haas <ahaas@neosoft.com>).
26361
26362 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
26363
26364 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
26365
26366 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
26367
26368 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
26369 descriptions of types (short unsigned int vs unsigned short, etc).
26370
26371 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
26372
26373 * gdb.base/call-strs.exp: Don't assume that `step' will step over
26374 a call to strlen; sometimes we do have sources.
26375
26376 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26377
26378 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
26379 character, so GDB won't print garbage after its end.
26380
26381 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
26382 breakpoint there instead. Sometimes GCC emits memcpy to handle
26383 the large structures being passed by value, so we step into that
26384 instead of sum_array_print, which obscures what we're really testing.
26385 * gdb.base/step-test.exp: However, we do want a test that notices
26386 the bizarre steps into memcpy, so do that here. Add check for
26387 stepping into function calls that pass large structures by value.
26388 ("Is that a noun clause, or are you just happy to see me?")
26389 Remove all references to specific line numbers.
26390 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
26391 New type and function.
26392 (main): Call large_struct_by_value, passing it a large struct by value.
26393 * lib/gdb.exp (gdb_get_line_number): New function.
26394
26395 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
26396 more portable.
26397
26398 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26399
26400 * lib/gdb.exp: Doc fixes.
26401
26402 1999-03-05 Nick Clifton <nickc@cygnus.com>
26403
26404 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
26405
26406 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
26407
26408 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
26409 commands. They're not germane to this test, and they don't work
26410 that way on remote targets.
26411
26412 1999-03-01 James Ingham <jingham@cygnus.com>
26413
26414 * Changelog entries merged over from gdb development branch.
26415
26416 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
26417
26418 * lib/gdb.exp (gdbtk_analyze_results): Generic function
26419 for outputting results of test run.
26420
26421 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
26422
26423 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
26424
26425 1999-02-25 Felix Lee <flee@cygnus.com>
26426
26427 * lib/gdb.exp (debug_format): initialize
26428
26429 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
26430
26431 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
26432 * gdb.base/call-rt-st.c: Ditto.
26433
26434 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
26435
26436 * gdb.threads/pthreads.exp (horiz): New variable.
26437 (test_startup): Fix regexps that capture thread numbers.
26438
26439 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
26440
26441 * gdb.base/smoke.exp: Disambiguate two test case names (both
26442 called ``print'').
26443
26444 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26445
26446 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
26447 compilation.
26448
26449 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26450
26451 * gdb.base/miscexprs.exp: Change patterns to match GDB's
26452 actual output formatting.
26453 * gdb.base/smoke.exp: GDB removes leading 0's.
26454 * gdb.base/volatile.exp: Don't check type of remuneration;
26455 that variable is no longer defined in constvars.c.
26456 * gdb.base/step-test.c (main): Exit with explicit exit code.
26457 * gdb.base/step-test.exp: Remove two nexti checks--they are
26458 not portable.
26459
26460 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26461
26462 * gdb.base/help.exp ("help delete display"): Fix test to match
26463 gdb's output.
26464
26465 * gdb.base/long_long.c (known_types): Initialize values to zero.
26466 * gdb.base/long_long.exp: Step one more line
26467 so 'dec' is initialized in "get to known place". GDB removes
26468 leading zeros. Explicitly ask for hex formatting. Use
26469 unique test case names.
26470
26471 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26472
26473 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
26474
26475 * gdb.c++/method.exp: Add missing close brace.
26476
26477 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
26478
26479 * gdb.base/maint.exp: Use 'set height 0' to disable page
26480 prompting, not 'set height 400'.
26481
26482 Fix a bunch of timeouts.
26483 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
26484 four separate tests, so expect doesn't take forever to match a ton
26485 of text against a regexp with lots of .* forms.
26486 ("maint print psymbols", "maint print symbols"): Make some of
26487 these greps more selective, so that expect doesn't try to wade
26488 through huge piles of output and time out.
26489
26490 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
26491
26492 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
26493 tests: one which doesn't expect shlib events to be reported, and
26494 another which does, but is XFAIL for all platforms other than
26495 HP/UX.
26496
26497 * gdb.base/break.exp: Teach the test suite that the `catch
26498 fork', `catch vfork', and `catch exec' commands produce error
26499 messages on platforms that don't provide these features.
26500
26501 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26502
26503 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
26504 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
26505 (shortening names from solib_threshold.exp etc), won't run on
26506 anything but HP-UX for the foreseeable future.
26507 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
26508 reflect move.
26509
26510 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
26511
26512 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
26513 gdb.trace/Makefile.in (clean): Remove all test executables.
26514
26515 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
26516
26517 * gdb.base/shlib-call.exp: add test cases to verify that gdb
26518 successfully re-sets breakpoints in shared libraries.
26519 * gdb.base/shmain.c (main): return 0, don't fall off the end.
26520
26521 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26522
26523 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
26524 and compiled w/o GCC.
26525
26526 * gdb.hp/watch-cmd.exp: ditto.
26527
26528 * gdb.hp/watch-hp.exp: ditto.
26529
26530 * gdb.hp/xdb1.exp: ditto.
26531
26532 * gdb.hp/xdb2.exp: ditto.
26533
26534 * gdb.hp/dbx.exp: ditto.
26535
26536 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
26537
26538 * constvars.c: Remove C++-isms.
26539 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
26540 with GCC.
26541
26542 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
26543
26544 The following changes are part of the HP merge.
26545
26546 * gdb.base/break.exp: new tests to verify that catchpoints for
26547 fork, vfork, and exec don't trigger inappropriately.
26548
26549 * gdb.base/opaque.exp: compile one file at a time, then link.
26550
26551 * gdb.base/signals.exp: be more restrictive about which hppa
26552 systems receive a setup_xfail. new tests.
26553
26554 * gdb.base/solib_threshold.build: new file.
26555 * gdb.base/solib_threshold.exp: new file.
26556 * gdb.base/solib_threshold.link_opts: new file.
26557 * gdb.base/solib_threshold.mk: new file.
26558 * gdb.base/gen_solib_threshold.c: new file.
26559
26560 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
26561 tests. New tests for enums inside classes.
26562
26563 * gdb.c++/compiler.cc: indicate support of template debugging.
26564
26565 * gdb.c++/demangle.exp: run hp style demangling tests.
26566
26567 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
26568 tests.
26569
26570 * gdb.c++/misc.cc: changes to support new tests.
26571
26572 * gdb.c++/templates.cc: changes to support HP's compiler; changes
26573 to support new tests.
26574
26575 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
26576 gcc, then skip these tests.
26577
26578 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
26579
26580 The following files are part of the HP merge; some had longer
26581 names at HP, but have been renamed to be no more than 14
26582 characters in length.
26583
26584 * gdb.hp/ambiguous.cc: new file.
26585 * gdb.hp/ambiguous.exp: new file.
26586 * gdb.hp/attach.exp: new file.
26587 * gdb.hp/attach2.exp: new file.
26588 * gdb.hp/classes-hp.exp: new file.
26589 * gdb.hp/ctti.exp: new file.
26590 * gdb.hp/ctti-add.cc: new file.
26591 * gdb.hp/ctti-add1.cc: new file.
26592 * gdb.hp/ctti-add2.cc: new file.
26593 * gdb.hp/ctti-add3.cc: new file.
26594 * gdb.hp/dbx.exp: new file.
26595 * gdb.hp/exception.cc: new file.
26596 * gdb.hp/exception.exp: new file.
26597 * gdb.hp/foll-exec.c: new file.
26598 * gdb.hp/foll-exec.exp: new file.
26599 * gdb.hp/foll-fork.c: new file.
26600 * gdb.hp/foll-fork.exp: new file.
26601 * gdb.hp/foll-vfork.c: new file.
26602 * gdb.hp/foll-vfork.exp: new file.
26603 * gdb.hp/inherit-hp.exp: new file.
26604 * gdb.hp/more-steps.exp: new file.
26605 * gdb.hp/namespace.cc: new file.
26606 * gdb.hp/namespace.exp: new file.
26607 * gdb.hp/optimize.exp: new file.
26608 * gdb.hp/pxdb.c: new file.
26609 * gdb.hp/pxdb.exp: new file.
26610 * gdb.hp/quicksort.exp: new file.
26611 * gdb.hp/reg-test.exp: new file.
26612 * gdb.hp/reg-test.s: new file.
26613 * gdb.hp/sized-enum.c: new file.
26614 * gdb.hp/sized-enum.exp: new file.
26615 * gdb.hp/start-stop.exp: new file.
26616 * gdb.hp/templ-hp.cc: new file.
26617 * gdb.hp/templ-hp.exp: new file.
26618 * gdb.hp/thr-lib.c: new file.
26619 * gdb.hp/thr-lib.exp: new file.
26620 * gdb.hp/thr-lib.h: new file.
26621 * gdb.hp/thr-liblib.c: new file.
26622 * gdb.hp/virtfun-hp.c: new file.
26623 * gdb.hp/virtfun-hp.exp: new file.
26624 * gdb.hp/watch-cmd.exp: new file.
26625 * gdb.hp/watch-hp.exp: new file.
26626 * gdb.hp/xdb1.exp: new file.
26627 * gdb.hp/xdb2.exp: new file.
26628 * gdb.hp/xdb3.exp: new file.
26629
26630 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
26631
26632 The following files are part of the HP merge; some had longer
26633 names at HP, but have been renamed to be no more than 14
26634 characters in length.
26635
26636 * gdb.base/ss.h: new file.
26637 * gdb.base/call-ar-st.c: new file.
26638 * gdb.base/call-ar-st.exp: new file.
26639 * gdb.base/call-rt-st.c: new file.
26640 * gdb.base/call-rt-st-exp: new file.
26641 * gdb.base/call-strs.exp: new file.
26642 * gdb.base/ena-dis-br.exp: new file.
26643 * gdb.base/environ.exp: new file.
26644 * gdb.base/long_long.exp: new file.
26645 * gdb.base/sect-cmd.exp: new file.
26646 * gdb.base/shlib-cl2.exp: new file.
26647 * gdb.base/smoke.exp: new file.
26648 * gdb.base/so-impl-ld.c: new file.
26649 * gdb.base/so-impl-ld.exp: new file.
26650 * gdb.base/so-indr-cl.c: new file.
26651 * gdb.base/so-indr-cl.exp: new file.
26652 * gdb.base/varargs.exp: new file.
26653 * gdb.base/volatile.exp: new file.
26654 * gdb.base/whatis-exp.exp: new file.
26655 * gdb.base/display.exp: new file.
26656 * gdb.c++/derivation.exp: new file.
26657 * gdb.c++/local.exp: new file.
26658 * gdb.c++/member-ptr.exp: new file.
26659 * gdb.c++/overload.exp: new file.
26660 * gdb.c++/ovldbreak.exp: new file.
26661 * gdb.c++/ref-types.exp: new file.
26662 * gdb.c++/ref-types2.exp: new file.
26663 * gdb.c++/userdef.exp: new file.
26664
26665 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
26666
26667 * gdb.base/default.exp: Reflect wording change in remote.c.
26668
26669 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
26670
26671 * gdb.base/help.exp: Update to reflect current text.
26672
26673 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
26674
26675 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
26676 they're stack variables and contain garbage.
26677 * gdb.c++/anon-union.exp: new file.
26678
26679 The following changes were made by David Taylor
26680 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
26681 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
26682 in changes by HP.
26683
26684 * gdb.base/bitops.exp: new file.
26685 * gdb.base/default.exp: change expected messages for catch and
26686 info catch tests to reflect HP merge changes.
26687 * gdb.base/enable-disable-break.exp
26688 * gdb.base/ending-run.c: new file.
26689 * gdb.base/long_long.c: new file.
26690 * gdb.base/maint.exp: new file.
26691 * gdb.base/pointers2.exp: new file.
26692 * gdb.base/shlib-call2.exp: new file.
26693 * gdb.base/solib.exp: new file.
26694 * gdb.base/step-test.c: new file.
26695 * gdb.c++/anon-union.cc: new file.
26696 * gdb.c++/local.cc: new file.
26697 * gdb.c++/member-pointer.cc: new file.
26698 * gdb.c++/method.cc: new file.
26699 * gdb.c++/ref-types.cc: new file.
26700 * gdb.c++/ref-types2.cc: new file.
26701 * gdb.c++/userdef.cc: new file.
26702
26703 * gdb.base/scope.exp: compile one file at a time, then link.
26704 * gdb.base/langs.exp: ditto.
26705 * gdb.base/list.exp: ditto.
26706
26707 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
26708
26709 The following changes were made by David Taylor
26710 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
26711 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
26712 in changes by HP.
26713
26714 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
26715 skip tests. When compiling pass c++ flag to gdb_compile.
26716 * gdb.c++/
26717
26718 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
26719 test for on hppa*-*-hpux*; use args to see if c++ was specified.
26720 (skip_hp_tests): new function.
26721 (gdb_preprocess): new function.
26722
26723 * configure.in (hpdir): decide whether to configure gdb.hp.
26724 * configure: regenerated.
26725
26726 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
26727 to delete on clean.
26728 (EXECUTABLES): update to reflect new additions.
26729 * gdb.base/commands.exp: update message expected.
26730 * gdb.base/default.exp: add copyright notice.
26731 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
26732 * gdb.base/help.exp: update messages to reflect current text.
26733 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
26734 targets for recurse tests.
26735 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
26736 skip this file.
26737
26738 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
26739 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
26740 compilation.
26741 * gdb.c++/misc.exp: ditto.
26742 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
26743 run the tests. tell gdb_compile that it's a c++ compilation.
26744
26745 * gdb.threads/pthreads.exp: fix typo in message.
26746
26747 * gdb.base/all-bin.exp: new file.
26748 * gdb.base/arithmet.exp: new file.
26749 * gdb.base/assign.exp: new file.
26750 * gdb.base/completion.exp: new file.
26751 * gdb.base/cond-expr.exp: new file.
26752 * gdb.base/condbreak.exp: new file.
26753 * gdb.base/define.exp: new file.
26754 * gdb.base/dollar.exp: new file.
26755 * gdb.base/environment.exp: new file.
26756 * gdb.base/eval-skip.exp: new file.
26757 * gdb.base/jump.exp: new file.
26758 * gdb.base/logical.exp: new file.
26759 * gdb.base/pointers.exp: new file.
26760 * gdb.base/relational.exp: new file.
26761 * gdb.base/section_command.exp: new file.
26762 * gdb.base/whatis-expr.exp: new file.
26763
26764 * gdb.base/all-types.c: new file.
26765 * gdb.base/call-array-struct.c: new file.
26766 * gdb.base/call-return-struct.c: new file.
26767 * gdb.base/call-strings.c: new file.
26768 * gdb.base/callfuncs2.c: new file.
26769 * gdb.base/condbreak.c: new file.
26770 * gdb.base/constvars.c: new file.
26771 * gdb.base/display.c: new file.
26772 * gdb.base/int-type.c: new file.
26773 * gdb.base/jump.c: new file.
26774 * gdb.base/miscexprs.c: new file.
26775 * gdb.base/pointers.c: new file.
26776 * gdb.base/pointers2.c: new file.
26777 * gdb.base/shmain.c: new file.
26778 * gdb.base/shr1.c: new file.
26779 * gdb.base/shr2.c: new file.
26780 * gdb.base/solib.c: new file.
26781 * gdb.base/solib1.c: new file.
26782 * gdb.base/solib2.c: new file.
26783 * gdb.base/varargs.c: new file.
26784 * gdb.c++/derivation.cc: new file.
26785 * gdb.c++/overload.cc: new file.
26786 * gdb.c++/ovldbreak.cc: new file.
26787 * gdb.hp/attach.c: new file.
26788 * gdb.hp/attach2.c: new file.
26789 * gdb.hp/average.c: new file.
26790 * gdb.hp/compiler.c: new file.
26791 * gdb.hp/compiler.cc: new file.
26792 * gdb.hp/execd-program.c: new file.
26793 * gdb.hp/follow-exec.c: new file.
26794 * gdb.hp/follow-fork.c: new file.
26795 * gdb.hp/follow-vfork-and-exec.c: new file.
26796 * gdb.hp/misc-hp.cc: new file.
26797 * gdb.hp/more-steps.c: new file.
26798 * gdb.hp/optimize.c: new file.
26799 * gdb.hp/quicksort.c: new file.
26800 * gdb.hp/run-hp.c: new file.
26801 * gdb.hp/start-stop.c: new file.
26802 * gdb.hp/sum.c: new file.
26803 * gdb.hp/templates-hp.cc: new file.
26804 * gdb.hp/thread-local-in-lib.c: new file.
26805 * gdb.hp/thread-local-in-lib.h: new file.
26806 * gdb.hp/thread-local-in-lib.lib.c: new file.
26807 * gdb.hp/vforked-program.c: new file.
26808 * gdb.hp/virtfunc-hp.cc: new file.
26809 * gdb.hp/watchpoint-hp.c: new file.
26810 * gdb.hp/xdb.c: new file.
26811 * gdb.hp/xdb0.c: new file.
26812 * gdb.hp/xdb0.h: new file.
26813 * gdb.hp/xdb1.c: new file.
26814
26815 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
26816
26817 The following change was made by Edith Epstein
26818 <eepstein@cygnus.com> as part of a project to merge in changes
26819 originally made by HP; HP did not create ChangeLog entries.
26820
26821 * gdb.c++/demangle.exp: changed the expected output for some
26822 ARM-style mangling -- removed second reference to datatype.
26823 For example, maint demangle __dt__11T1__pt__2_cFv
26824 T1<char>::~T1<char>(void)
26825 becomes,
26826 maint demangle __dt__11T1__pt__2_cFv
26827 T1<char>::~T1(void)
26828
26829 (test_hp_style_demangling): new hp specific demangling test cases.
26830
26831 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
26832
26833 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
26834 * gdb.trace/backtrace.exp: Likewise.
26835 * gdb.trace/circ.exp: Likewise.
26836 * gdb.trace/collection.exp: Likewise.
26837 * gdb.trace/deltrace.exp: Likewise.
26838 * gdb.trace/infotrace.exp: Likewise.
26839 * gdb.trace/limits.exp: Likewise.
26840 * gdb.trace/packetlen.exp: Likewise.
26841 * gdb.trace/passc-dyn.exp: Likewise.
26842 * gdb.trace/passcount.exp: Likewise.
26843 * gdb.trace/report.exp: Likewise.
26844 * gdb.trace/save-trace.exp: Likewise.
26845 * gdb.trace/tfind.exp: Likewise.
26846 * gdb.trace/tracecmd.exp: Likewise.
26847 * gdb.trace/while-dyn.exp: Likewise.
26848 * gdb.trace/while-stepping.exp: Likewise.
26849
26850 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
26851
26852 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
26853
26854 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
26855
26856 From Brendan Kehoe:
26857 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
26858 int return types.
26859
26860 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
26861
26862 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
26863 remote dos host testing right.
26864
26865 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
26866
26867 * gdb.base/corefile.exp: remove some xfails.
26868
26869 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
26870
26871 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
26872 have different timestamps.
26873
26874 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
26875
26876 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
26877 gdb.base/default.exp: Replace "exec" with "executable".
26878
26879 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
26880
26881 * gdb.base/default.exp: Change else if to elseif from previous
26882 delta.
26883
26884 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
26885
26886 * gdb.base/default.exp: Add brace missing from previous delta.
26887
26888 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
26889
26890 * gdb.base/default.exp: Support test for info float for all
26891 varieties of arm toolchain.
26892
26893 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
26894
26895 * gdb.trace/*.exp: remove "remote_download" command.
26896
26897 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
26898
26899 * gdb.trace/*.exp: remove -gdwarf from compile.
26900
26901 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
26902
26903 * gdb.trace/configure.in(AC_INIT): typo
26904 * gdb.trace/configure: regenerated
26905
26906 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
26907
26908 * config/m68k-emc.exp: New file.
26909 * lib/<emc-support.exp trace-support.exp}: New files.
26910 * configure.in: add new test directory gdb.trace.
26911 * gdb.trace/{configure configure.in Makefile.in}: New files.
26912 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
26913 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
26914 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
26915 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
26916 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
26917 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
26918 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
26919
26920 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
26921
26922 * gdb.c++/classes.exp: Change all regular expressions to match
26923 arbitrary combinations of newline/carriage-return, so that they
26924 will work equally well on Unix and Windows.
26925 * gdb.c++/inherit.exp: ditto.
26926 * gdb.c++/virtfunc.exp: ditto.
26927
26928 1998-08-11 Dawn Perchik <dawn@cygnus.com>
26929
26930 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
26931
26932 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
26933
26934 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
26935 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
26936 to use a0-a3/d0-d3 as needed.
26937
26938 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
26939
26940 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
26941 * gdb.disasm/am33.exp: Corresponding changes.
26942
26943 1998-07-11 Felix Lee <flee@cygnus.com>
26944
26945 * gdb.base/callfuncs.exp: add cmp10 test.
26946 * gdb.base/callfuncs.c (cmp10): new function.
26947
26948 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
26949
26950 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
26951 into two parts to get around a synchronization problem in expect.
26952
26953 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
26954
26955 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
26956
26957 * configure.in: Add options for gdbtk testsuite.
26958
26959 * configure: Regenerate.
26960
26961 * gdb.gdbtk: New directory to hold gdbtk tests.
26962
26963 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26964
26965 * gdb.fortran/types.exp: Escape brackets in expect patterns
26966 for test_float_literal_types_accepted tests.
26967 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
26968 before run test.
26969
26970 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
26971
26972 * am33.exp: Just compile, do not link the testcase.
26973 * am33.s: Add ".am33" pseudoop to force am33 mode.
26974
26975 1998-06-25 Felix Lee <flee@cygnus.com>
26976
26977 * gdb.base/setshow.exp: make sure $pc is sane.
26978
26979 * gdb.stabs/weird.exp: split expect patterns properly.
26980
26981 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
26982
26983 * gdb.disasm/am33.s: New disassembler testfile for the am33.
26984 * gdb.disasm/am33.exp: Run it.
26985
26986 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
26987
26988 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
26989 match processing (and eliminate spurious timeouts when running).
26990
26991 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
26992
26993 * gdb.base/signals.exp (test_handle_all_print): put back Mach
26994 exception test, but conditionalize it on target [mach | gnu].
26995
26996 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
26997
26998 * gdb.base/overlays.exp: fixup compile line for linker script.
26999
27000 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
27001
27002 * gdb.fortran/types.exp: don't guess at float size.
27003
27004 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
27005
27006 * gdb.base/exprs.exp: delete test that depends on int size.
27007
27008 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
27009
27010 * config/sim.exp: Removed checks for target triplets.
27011 (gdb_target_sim): Use gdb,target_sim_options.
27012
27013 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
27014
27015 * gdb.base/reread.exp: New file.
27016 * gdb.base/reread1.c: New file.
27017 * gdb.base/reread2.c: New file.
27018
27019 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
27020
27021 * config/sim.exp: Use 'target sim -sparclite' when running
27022 SPARClite programs.
27023
27024 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
27025
27026 * gdb.base/structs2.exp: New file.
27027 * gdb.base/structs2.c: New file.
27028
27029 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
27030
27031 * gdb.asm/common.inc: New file.
27032 * gdb.asm/d10v.inc: New file.
27033 * asm-source.exp: Pass -I's to gas to find .inc files.
27034 Update line numbers in expected output.
27035 * asmsrc1.s: Rewrite.
27036 * asmsrc2.s: Rewrite.
27037 * configure.in: Create arch.inc symlink.
27038 * configure: Regenerate.
27039 * Makefile.in (distclean): Delete arch.inc.
27040
27041 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
27042
27043 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
27044 (t_enum_value2): ditto
27045 (t_enum_value3): ditto
27046 (main): ditto
27047 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27048
27049 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
27050 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
27051 change.
27052 Use gdb_test instead of send_gdb/gdb_expect sequences.
27053
27054 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
27055
27056 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
27057 not void.
27058
27059 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
27060
27061 * gdb.base/branches.c: Code with lots of loops and
27062 subroutines. Used to test gdbs ability to single step through PC
27063 changes, especially to test mips-tdep.c:mips_next_pc
27064
27065 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
27066
27067 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
27068 more rigorous EGCS C++ error checking.
27069
27070 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27071
27072 * gdb.base/help.exp: Clean up `help set args' and `help show args'
27073 tests.
27074 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
27075 function when asleep.
27076 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
27077 for i*86 Linux and SVR4 signal handling problems.
27078 Remove linux xfail for `next to handler in signals_tests_1', fixed
27079 by recent infrun.c change.
27080 Limit backtrace to 10 frames to avoid timeout problems with infinite
27081 stack backtraces.
27082 Adjust expect pattern in `handle all print' test to match Apr 28 1997
27083 target.[ch] change.
27084
27085 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
27086
27087 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
27088 for a newline from gdb before continuing.
27089 (default_gdb_exit): Just look for y or n.
27090 (gdb_test): Detect abnormal exit from GDB running on DOS; if
27091 it does, fail the rests of the tests in the file.
27092
27093 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
27094
27095 * config/cygmon.exp: New file.
27096
27097 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
27098
27099 * gdb.base/list.exp: Fix problem with "list default lines around
27100 main" test on remote targets.
27101
27102 * gdb.base/scope.exp: Fix problem with filelocal_bss before
27103 run test on remote targets.
27104
27105 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
27106
27107 * gdb.asm: New directory.
27108 * configure.in: Configure it.
27109 * configure: Regenerate.
27110 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
27111 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
27112
27113 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
27114
27115 * config/mn10300-eval.exp: New file to support MN10300 eval board.
27116
27117 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
27118
27119 * gdb.base/overlays (several files): Merge the two overlay
27120 managers into one. Change variables (foox, barx, bazx, grbxx)
27121 back into ints but force them to load in their proper sections.
27122
27123 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
27124
27125 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
27126 on-chip insn memory and IMAP1 to upper 128k.
27127 (D10VCopy): Handle memory regions crossing 16k boundaries.
27128 (D10VCopy): Transfer data in 32 bit chunks.
27129
27130 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
27131
27132 * gdb.base/overlays.c (main): Exit normally when result is
27133 correct.
27134
27135 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
27136 map. Include space for printf in .text segment.
27137
27138 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
27139 updated d10v memory VMA/LMA map.
27140 (D10VCopy): Call D10VTranslate.
27141
27142 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
27143
27144 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
27145
27146 * gdb.base/bar.c (barx, bar): Change variable to small array so
27147 that it won't be put into the .sdata - small data -
27148 section. Update reference.
27149 * gdb.base/baz.c (bazx, baz): Ditto.
27150 * gdb.base/foo.c (foox, foo): Ditto.
27151 * gdb.base/grbx.c (grbxx, grbx): Ditto.
27152
27153 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
27154 to be arrays.
27155
27156 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
27157
27158 * gdb.base/overlays.exp: fix up and get working again.
27159 Add tests for backtraces from an overlay function.
27160
27161 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
27162
27163 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
27164 "calling function with watchpoint enabled".
27165
27166 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
27167
27168 * gdb.base/break.exp (test_next_with_recursion): Remove
27169 gdb_suppress_tests for d10v-*-*.
27170 * lib/gdb.exp (gdb_suppress_tests): Disable this function
27171 pending review of whether it is useful or not.
27172
27173 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
27174
27175 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
27176
27177 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
27178
27179 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
27180 * config/dve.exp: New file to support Densan boards.
27181
27182 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
27183
27184 * gdb.base/interrupt.exp: Document problem of simulators, signals,
27185 reads and BSD.
27186
27187 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
27188
27189 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
27190 response.
27191
27192 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
27193
27194 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
27195
27196 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
27197 test.
27198
27199 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
27200 target_sizeof_long and target_bigendian_p.
27201 (structs_by_value, structs_by_reference): Check values according
27202 to targets word size and endianess.
27203
27204 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
27205
27206 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
27207 output.
27208
27209 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
27210
27211 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
27212 Update test of set args help to match source change.
27213
27214 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
27215
27216 * gdb.base/default.exp: Expect help system output to be in
27217 alphabetical order.
27218 * gdb.base/help.exp: Ditto.
27219
27220 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
27221
27222 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
27223 "i*86-pc-linux-gnu*".
27224 * gdb.base/interrupt.exp: Ditto.
27225 * gdb.base/corefile.exp: Ditto.
27226
27227 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
27228 define vxworks when building the testcase.
27229
27230 * gdb.base/ptype.exp: Fix testnames to be unique.
27231 * gdb.base/radix.exp: Ditto.
27232 * gdb.base/term.exp: Ditto.
27233 * gdb.base/whatis.exp: Ditto.
27234 * gdb.c++/classes.exp: Ditto.
27235
27236 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
27237
27238 * gdb.base/callfuncs.exp: Fix indentation.
27239
27240 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
27241 suppress_flag has been set.
27242 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
27243 target feature.
27244
27245 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
27246
27247 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
27248 the testcase.
27249
27250 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
27251 set_debug_traps() and breakpoint().
27252 * gdb.c++/misc.cc (main): Ditto.
27253 * gdb.c++/templates.cc (main): Ditto.
27254 * gdb.c++/virtfunc.cc (main): Ditto.
27255
27256 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
27257
27258 * lib/gdb.exp(gdb_step_for_stub): New function.
27259 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
27260 exists, reload the executable and do a "continue" instead of
27261 doing a jump.
27262 (runto_main): Use gdb_step_for_stub.
27263
27264 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
27265 tests to have unique names.
27266 * gdb.base/callfuncs.exp: Ditto.
27267 * gdb.base/commands.exp: Ditto.
27268 * gdb.base/default.exp: Ditto.
27269 * gdb.base/help.exp: Ditto.
27270 * gdb.base/list.exp: Ditto.
27271 * gdb.base/opaque.exp: Ditto.
27272 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
27273 similar tests.
27274
27275 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
27276 * gdb.c++/cplusfuncs.cc: Ditto.
27277 * gdb.c++/virtfunc.cc: Ditto.
27278
27279 * config/monitor.exp: Keep track of the last file we saw, rather
27280 than trying to get the info from gdb.
27281
27282 * gdb.fortran/types.exp: Move comment to previous line.
27283
27284 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
27285
27286 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
27287 target mode.
27288
27289 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
27290
27291 From Bob Manson:
27292 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
27293 string from GDB when it connects.
27294
27295 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
27296
27297 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
27298
27299 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
27300 if we can't get a debug format from GDB (we may be testing an
27301 older GDB). Use a 10 second timeout when checking for the format.
27302
27303 * gdb.stabs/weird.exp: Fix quoting.
27304
27305 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
27306
27307 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
27308
27309 * config/arm-ice.exp: New file.
27310
27311 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
27312
27313 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
27314 until it has been modified to work with the new testsuite.
27315
27316 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
27317 testcase won't compile, cause all of the testcases in the file to
27318 fail instead.
27319
27320 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
27321 (gdb_clear_suppressed): New procedure.
27322 (gdb_stop_suppressing_tests): Only clear suppress_flag if
27323 it contains a positive value.
27324
27325 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
27326
27327 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
27328
27329 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
27330
27331 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
27332
27333 * lib/gdb.exp (setup_xfail_format): New function.
27334 (get_debug_format): New function to get debug format.
27335 (debug_format): New global variable to hold last value set
27336 by get_debug_format.
27337 * gdb.base/list.exp: Call get_debug_format and expect some
27338 tests to fail for DWARF 1 and COFF formats.
27339 * gdb.c++/ptype.exp: Ditto.
27340 * gdb.c++/classes.exp: Ditto.
27341 * gdb.c++/cplusfuncs.exp: Ditto.
27342 * gdb.c++/inherit.exp: Ditto.
27343 * gdb.c++/templates.exp: Ditto.
27344 * gdb.c++/virtfunc.exp: Ditto.
27345
27346 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
27347
27348 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
27349 host doesn't have a currently-open connection.
27350
27351 * config/sparclet.exp: Cleanups and fixes to make it generic for
27352 any gdb stub target. Handle cases where gdb doesn't respond when
27353 interrupted in a sane fashion.
27354
27355 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
27356 same thing in a totally different way.
27357
27358 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
27359 setting "timeout".
27360 (gdb_start): We set the global gdb_prompt variable in
27361 default_gdb_init now.
27362
27363 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
27364
27365 * gdb.base/printcmds.exp: Fix "check for floating addition"
27366 regexp to accept results within approx +/- .01 of exact value.
27367 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
27368
27369 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
27370
27371 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
27372 properly.
27373 (gdb_expect): Add optional timeout parameter, and add timeout
27374 value to various calls.
27375 (gdb_suppress_tests): Only give one warning message per group.
27376
27377 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
27378
27379 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
27380 global variables. Handle getting a value for $timeout more
27381 gracefully.
27382
27383 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27384
27385 * lib/gdb.exp: Close connection to remote host if gdb doesn't
27386 initialize.
27387 (default_gdb_init): New procedure; allow gdb_init to be overridden
27388 by a target configuration file.
27389 (gdb_expect): Pass the timeout to remote_expect.
27390
27391 * config/monitor.exp(gdb_load): Fix typo in regexp.
27392
27393 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
27394
27395 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
27396
27397 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
27398
27399 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
27400 here. Call gdb_target_exec before rebooting the target, to make
27401 sure the connection to the target is closed.
27402 (gdb_load): Pass the name of the executable to gdb_target_monitor.
27403 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
27404 Also detect "Timeout reading from remote" error.
27405
27406 * config/gdbserver.exp: Pass the executable being loaded to
27407 gdb_target_monitor. Don't call gdb_file_cmd here; let
27408 gdb_target_monitor do it.
27409
27410 * gdb.disasm/hppa.exp: Don't use exec_output.
27411
27412 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
27413
27414 * gdb.base/list.exp: If we're debugging a non-native target,
27415 try to set the pc register to point to the start of the
27416 program before doing the first list command.
27417
27418 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
27419 test_calls after restarting.
27420
27421 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
27422 reloading.
27423
27424 * gdb.base/watchpoint.exp: Fix typo.
27425
27426 * gdb.base/setshow.exp: Check for use_gdb_stub.
27427
27428 * gdb.base/break.exp: Fix continue until exit test for the gdb
27429 stub case.
27430 * gdb.base/langs.exp: Ditto.
27431
27432 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
27433 gdb_load_offset. If we weren't given a file to load, figure out
27434 what the current file is and use it.
27435
27436 * config/i386-bozo.exp: New file.
27437
27438 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
27439
27440 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
27441 feature.
27442
27443 * config/proelf.exp: New entry.
27444
27445 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
27446
27447 * lib/gdb.exp: Remove spurious .* patterns at the beginning
27448 of regexps.
27449
27450 * gdb.base/watchpoint.exp: Don't run the test_stepping
27451 tests if gdb can't call functions on the target.
27452
27453 * gdb.base/setshow.exp: Don't run the set prompt tests if
27454 the board has gdb_prompt set.
27455
27456 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
27457
27458 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
27459 * gdb.base/commands.exp: Likewise.
27460 * gdb.base/setshow.exp: Likewise.
27461
27462 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
27463
27464 * config/monitor.exp(gdb_start): Look for gdb_prompt target
27465 feature.
27466
27467 * config/i960.exp: New file.
27468
27469 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
27470
27471 * gdb.base/funcargs.exp: Check for gdb,short_int target
27472 feature instead of looking for explicit target triplets.
27473
27474 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
27475
27476 * gdb.base/printcmds.exp: add a couple more tests a la
27477 "p 123DEADBEEF", to check parse_number.
27478 * top.c: change "to enable to enable" to "to enable" in a couple
27479 of help strings.
27480
27481 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
27482
27483 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
27484 on the mn10300.
27485
27486 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
27487
27488 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
27489 where the test executable is run with explicit args.
27490 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
27491
27492 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
27493
27494 * gdb.base/run.c: Use FAKEARGV to build test executable that
27495 does not require a command line arg, since most simulators
27496 don't currently support passing such an arg into the simulated
27497 program.
27498 * gdb.base/commands.exp: Change tests to insert the proper
27499 value as the arg to the first recursive factorial call. Change
27500 compilation line to define FAKEARGV at compile time.
27501
27502 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
27503
27504 * gdb.base/recurse.exp: Enable these tests for the mn10300.
27505 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
27506 function with watchpoint enabled" test.
27507
27508 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
27509
27510 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
27511 Don't call gdb_test when the command doesn't return to a gdb prompt.
27512
27513 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
27514 "Tests restarted" messages.
27515
27516 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
27517
27518 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
27519
27520 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
27521
27522 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
27523 for INFO SYMBOL; add help tests for OVERLAY commands.
27524 * gdb.base/default.exp: add tests for INFO SYMBOL command;
27525 add tests for OVERLAY commands
27526 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
27527 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
27528 * gdb.base/sigall.c: add usestubs code frag
27529 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
27530
27531 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
27532
27533 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
27534 failures.
27535 (gdb_stop_suppressing_tests): Note that tests have restarted.
27536
27537 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
27538
27539 * config/h8300.exp: New file.
27540
27541 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
27542
27543 * gdb.base/setshow.exp: Check for the existence of a
27544 feature, not its value.
27545
27546 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
27547
27548 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
27549
27550 * gdb.base/scope.exp: It's now init0(), not init().
27551
27552 * gdb.base/scope0.c: For now, change init() to be init0().
27553
27554 * config/monitor.exp: Use gdb_serial in preference to serial
27555 or netport.
27556
27557 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
27558 and it's not already set.
27559
27560 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
27561
27562 * gdb.base/setshow.exp: Only test the run command if the target
27563 isn't using a stub and if it supports argument passing.
27564
27565 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
27566
27567 * config/udi.exp(gdb_start): Make sure UDICONF is set
27568 properly before starting gdb.
27569
27570 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
27571
27572 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
27573 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
27574 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
27575
27576 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
27577
27578 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
27579 specialized code to reboot the board, use remote_reboot instead.
27580
27581 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
27582
27583 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
27584
27585 * config/monitor.exp: Make sure we disconnect from the target.
27586 Also, try a reboot/reload cycle instead of failing if the
27587 load fails.
27588
27589 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
27590
27591 * gdb.base/default.exp: Don't set match_max.
27592 * gdb.base/help.exp: Ditto.
27593 * gdb.base/list.exp: Ditto.
27594 * gdb.base/signals.exp: Ditto.
27595
27596 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
27597 set, use remote_ld to download the testcase instead of
27598 the GDB loader.
27599
27600 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
27601
27602 * config/vr5000.exp: New file.
27603
27604 * config/monitor.exp(gdb_target_monitor): Add pattern for
27605 "Ending remote" to detect errors in connecting.
27606
27607 * gdb.base/setshow.exp: Add .* within auto language test.
27608
27609 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
27610 target feature.
27611
27612 * config/monitor.exp(gdb_load): Check for a failure when loading,
27613 and reboot the board if necessary.
27614
27615 * gdb.base/setvar.exp(test_set): Handle multiple prints within
27616 a set of tests. Remove print.* from the patterns being checked.
27617
27618 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
27619
27620 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
27621 refer to gdb_spawn_id.
27622
27623 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
27624 longer used.
27625 * config/sparclet.exp: Ditto.
27626 * config/sparclet-old.exp: Ditto.
27627 * config/slite.exp: Ditto.
27628 * config/sim.exp: Ditto.
27629 * gdb.base/funcargs.exp: Ditto.
27630
27631 * lib/gdb.exp:Remove references to gdb_spawn_id.
27632 (gdb_expect): Move to remote.exp.
27633
27634 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
27635
27636 * config/monitor.exp: Detect the "Couldn't establish connection"
27637 message from GDB.
27638
27639 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
27640
27641 * gdb.base/bitfields.exp: Use runto instead of explicit
27642 gdb_run_cmd/gdb_expect sequences.
27643
27644 * gdb.base/break.exp(text_next_with_recursion): Add match for
27645 gdb_expect call.
27646
27647 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
27648 We also need to handle the "A program is being debugged already"
27649 prompt from gdb. Use gdb_test to set the baud rate.
27650
27651 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
27652 to 20000. Really. I mean it.
27653
27654 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27655
27656 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
27657 fails. If suppress_flag is set, skip perror message about not
27658 being able to send to GDB.
27659 (send_gdb): If suppress_flag is set, don't try to send commands to
27660 GDB.
27661 (gdb_expect): If suppress_flag is set, always fail immediately.
27662 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
27663 (gdb_init): Call gdb_stop_suppressing_tests.
27664 (default_gdb_exit): Ditto.
27665 (default_gdb_start): Ditto.
27666
27667 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
27668 gdb_stop_suppressing_tests as appropriate.
27669 * gdb.base/break.exp: Ditto.
27670 * gdb.base/callfuncs.exp: Ditto.
27671 * gdb.base/commands.exp: Ditto.
27672 * gdb.base/exprs.exp: Ditto.
27673 * gdb.base/funcargs.exp: Ditto.
27674 * gdb.base/list.exp: Ditto.
27675 * gdb.base/recurse.exp: Ditto.
27676 * gdb.base/scope.exp: Ditto.
27677 * gdb.base/structs.exp: Ditto.
27678 * gdb.c++/inherit.exp: Ditto.
27679
27680 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
27681
27682 * config/vr4300.exp: New file.
27683
27684 * gdb.*/*.exp: Call gdb_expect instead of expect.
27685
27686 * lib/gdb.exp(gdb_expect): New function.
27687
27688 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
27689
27690 * lib/gdb.exp(gdb_init): New function.
27691
27692 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
27693 for each individual variable set.
27694
27695 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
27696 name.
27697
27698 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
27699
27700 * gdb.base/scope.exp: Use gdb_test.
27701
27702 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
27703 aborting; the testsuite driver will do that for us (see
27704 gdb_finish). Also, use gdb_test in a few more places.
27705
27706 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
27707
27708 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
27709
27710 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
27711
27712 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
27713 and "add_tests" are not at the same address.
27714
27715 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
27716
27717 * gdb.base/ptype.exp: Use gdb_test.
27718
27719 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
27720
27721 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
27722 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
27723 left in. No longer expect them to fail.
27724
27725 * gdb.stabs/*.mt; Deleted, no longer used.
27726 * gdb.stabs/configure.in: Remove references to target makefile
27727 frags.
27728 * gdb.stabs/configure: Rebuilt.
27729
27730 * gdb.disasm/*.mt: Deleted, no longer used.
27731 * gdb.disasm/configure.in: Remove references to target makefile
27732 frags. Use "sh3.s" as the unique filename for this directory.
27733 * gdb.disasm/configure: Rebuilt.
27734
27735 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
27736 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
27737 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
27738
27739 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
27740
27741 * config/udi.exp: Use mondfe,name instead of remote_host.
27742
27743 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
27744
27745 * gdb.base/watchpoint.exp: Don't expect a failure when calling
27746 a function with a watchpoint enabled on the mn10200.
27747
27748 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
27749 before trying to create it!
27750
27751 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
27752
27753 * config/vx.exp: Use hostname instead of netport.
27754
27755 * config/vxworks.exp: New file.
27756
27757 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
27758
27759 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
27760 gdb before assuming everything worked. Send a ^C if a timeout
27761 occurs.
27762
27763 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
27764 $gdb_spawn_id directly.
27765 (gdb_run_cmd): Try _start as well as start. Use the target feature
27766 gdb,start_symbol as the symbol to start from when jumping.
27767
27768 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
27769
27770 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
27771 redundant) test.
27772
27773 * gdb.base/recurse.exp: Relax final value test for 'b' so that
27774 it doesn't lose for 16bit integer systems.
27775
27776 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
27777
27778 * gdb.fortran/types.exp: If the target doesn't support "double"
27779 data types, then expect "real" types to only be 4 bytes.
27780
27781 * gdb.c++/virtfunc.exp: Expect failure for virtual function
27782 call tests if the target doesn't support inferior function calls.
27783
27784 * gdb.base/printcmds.exp: Allow minor deviation in FP values
27785 in printf tests.
27786
27787 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
27788
27789 * gdb.base/help.exp: Disable "help set", "help show", and
27790 "help support". Simplify regexp for "help stack".
27791
27792 * gdb.base/default.exp: Set match_max to 5000 and the timeout
27793 to 60 seconds. Temporarily set match_max to 15000 around the
27794 "info copying" test.
27795
27796 * gdb.base/nodebug.exp: Don't try to do an inferior function
27797 call if the target doesn't support them.
27798 * gdb.base/printcmds.exp: Likewise.
27799 * gdb.base/setvar.exp: Likewise.
27800 * gdb.base/structs.exp: Likewise.
27801 * gdb.c++/templates.exp: Likewise.
27802 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
27803
27804 * gdb.base/recurse.exp: Enable for the mn10200.
27805
27806 * configure.in: Do configure gdb.stabs directory for *-*-elf
27807 targets.
27808 * configure: Rebuilt.
27809
27810 * gdb.base/break.exp: Check for gdb,noresults before testing
27811 exit status and/or results from the target.
27812 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
27813 * lib/gdb.exp: Remove old (now bogus) initialization of
27814 noinferior, noargs, noresults and nosignals.
27815
27816 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
27817
27818 * config/sh.exp: New file.
27819
27820 * config/slite.exp: Try to connect multiple times to the board
27821 before rebooting. Only send a "monitor run" if need_monitor_run
27822 is set.
27823
27824 * gdb.base/break.exp: Don't do the "stub continue" test if
27825 the target has gdb_stub set.
27826
27827 * gdb.base/callfuncs.exp: Increase the timeout.
27828
27829 * gdb.base/interrupt.exp: Don't even try to compile the testcase
27830 if the target has gdb,noinferiorio set.
27831
27832 * gdb.base/list.exp: Increase match_max to 10000 characters.
27833
27834 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
27835
27836 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
27837 target.
27838
27839 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
27840
27841 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
27842
27843 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
27844 trying to delete the copy of gdb. Catch the file delete so we
27845 don't die if the delete fails; also, the file should be copied to
27846 the host, not to the build.
27847
27848 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
27849
27850 * lib/gdb.exp(gdb_test): Surround the result pattern with
27851 parenthesis in case it contains multiple regexps separated
27852 with |.
27853
27854 * gdb.base/watchpoint.exp: Use gdb_test.
27855 * gdb.base/default.exp: Ditto.
27856
27857 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
27858
27859 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
27860
27861 * gdb.base/scope.exp: Use gdb_test.
27862 * gdb.c++/classes.exp: Ditto.
27863 * gdb.c++/inherit.exp: Ditto.
27864
27865 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
27866
27867 * gdb.base/crossload.exp: Don't use execute_anywhere, use
27868 remote_exec instead.
27869 * gdb.base/corefile.exp: Don't be ridiculous.
27870 * gdb.base/*.c: Add missing stub invocations.
27871
27872 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
27873
27874 * config/slite.exp: Miscellaneous fixes.
27875
27876 * lib/gdb.exp: Fix runto.
27877
27878 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
27879 the target.
27880
27881 * gdb.base/watchpoint.exp: Fix regexp.
27882
27883 * lib/gdb.exp(default_gdb_exit): Add a catch to the
27884 close and wait commands, as the descriptor may now be
27885 invalid. Always call "remote_close host".
27886
27887 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
27888
27889 Major rewrite for testsuite revision.
27890
27891 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
27892 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
27893 instead of relying on spawn_id to always contain a valid
27894 spawn id.
27895 (get_compiler_info): New procedure to build the ${binfile}.ci
27896 file, instead of replicating this in N different places.
27897 (gdb_compile): New procedure.
27898
27899 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
27900 appropriate arguments) instead of compile. Use gdb_test in a lot
27901 more places. Use send_gdb instead of send. Always run gdb_start
27902 at the start of a testcase, as this is no longer done magically.
27903
27904 config/*-gdb.exp: Rename without the -gdb suffix.
27905
27906 config/mips.exp: Use remote_close instead of exit_remote_shell.
27907 config/monitor.exp: Use target_info instead of looking at
27908 baud, timeout, etc.
27909 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
27910
27911 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27912
27913 * gdb.c++/templates.exp (test_ptype_of_templates),
27914 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
27915 Update expect patterns for destructors and assignment operators
27916 to match corresponding c-typeprint.c changes.
27917 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
27918 to destructor breakpoint test, GDB should be able to set the
27919 destructor breakpoint without specifying arguments.
27920
27921 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
27922
27923 * gdb.threads/pthreads.exp: Change result for failure to compile due
27924 to lack of pthreads runtime support from an error to simply an
27925 unsupported test, per dejagnu standards.
27926
27927 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27928
27929 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
27930 where GDB exits to reduce pattern match time.
27931 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
27932
27933 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
27934
27935 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
27936
27937 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
27938 * gdb.base/default.exp: ditto.
27939 * gdb.base/nodebug.exp: ditto.
27940 * gdb.base/printcmds.exp: ditto.
27941 * gdb.base/ptype.exp: ditto.
27942 * gdb.base/setvar.exp: ditto.
27943 * gdb.base/structs.exp: ditto.
27944 * gdb.base/setshow.c: Guard against uninitialized values of argc.
27945
27946 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
27947
27948 * configure, */configure: Rebuild with autoconf 2.12.
27949
27950 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
27951
27952 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
27953 use new i*86-pc-linux*-gnu quads.
27954 * gdb.base/corefile.exp: Ditto.
27955 * gdb.base/signals.exp: Ditto.
27956 * gdb.base/sigall.exp: Ditto.
27957 * gdb.base/interrupt.exp: Ditto.
27958
27959 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
27960 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
27961 RedHat 4.0.
27962
27963 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
27964 linux. This allows the test case to at least compile on latest
27965 linux, but still not run due to missing the threads runtime library.
27966
27967 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27968
27969 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
27970 directory to search gdb directory. Accept and step over conditional
27971 stack alignment code. Consume $prompt in failure cases.
27972 Reset timeout to $oldtimeout instead of some arbitrary value.
27973 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
27974 timeout problems with infinite stack backtraces.
27975 * gdb.base/ptype.exp (ptype struct link, union tu_link):
27976 Accept function parameters for linkfunc member.
27977
27978 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
27979
27980 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
27981 (CXXFLAGS): Remove, unreferenced.
27982 (B_OPTIONS): Add for -B options and add code to initialize with
27983 previous -B options and also add -B option to pick up cross compiled
27984 runtime.
27985 (TARGET_INCLUDES): Add for -I options and add code to initialize when
27986 doing cross compiles.
27987 (target_alias): Declare global.
27988 (xgcc): Set variable to full path of gcc in build tree. Use findfile
27989 to verify that gcc exists in build tree, and if so set CC to that
27990 gcc and to use B_OPTIONS and TARGET_INCLUDES.
27991
27992 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
27993
27994 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
27995 ptype test for anonymous union. Fixup testcase to match
27996 current gcc debug output.
27997
27998 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
27999
28000 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
28001 force argument to an unsigned long type.
28002
28003 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
28004
28005 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
28006 tests and anonymous union print/ptype tests.
28007 * gdb.base/list.exp (test_forward-search): Increase timeout by
28008 5 minutes for the "search extremely long line" case.
28009 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
28010 completely optional and that the pass/fail messages use the command as
28011 the message if that third arg is a null string.
28012 (gdb_test_exact): Arrange that a null string pattern means match a
28013 null string output rather than any output, which might include random
28014 errors.
28015 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
28016 backtrace test.
28017 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
28018 always failing and failure is now exposed by gdb.exp changes.
28019
28020 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
28021
28022 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
28023 weren't being noted.
28024
28025 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28026
28027 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
28028 * gdb.stabs/weird.exp: Remove v_comb xfails.
28029
28030 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
28031
28032 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
28033 list.exp scope.exp watchpoint.exp]
28034 Make all timeout error msgs explicitly say "(timeout)".
28035
28036 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
28037
28038 * config/monitor.exp: Increase download timeout to 1000 seconds.
28039
28040 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
28041
28042 * config/m32r.exp: Increase timeout to 120 seconds.
28043
28044 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
28045
28046 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
28047 and accept older ordering as obsolescent gcc or gdb.
28048 * gdb.c++/templates.exp: Ditto.
28049 * gdb.c++/virtfunc.exp: Ditto.
28050
28051 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
28052
28053 * gdb.base/coremaker.c: Add code to mmap some data so we
28054 can check that it ends up in the core file.
28055 * gdb.base/corefile.exp: Add test to read mmapped data
28056 from core file.
28057
28058 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
28059
28060 * config/m32r.exp: New file.
28061
28062 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
28063
28064 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
28065 that cflags can contains -gstabs, and work correctly for other tests.
28066
28067 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
28068
28069 * gdb.base/setshow.exp: New file, tests show and set.
28070 * gdb.base/setshow.c: New file, tests show and set.
28071 * gdb.base/help.exp: Add test for help set|show annotate.
28072 * gdb.base/default.exp: Add test for set|show annotate.
28073
28074 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
28075
28076 * testsuite/gdb.base/break.exp: Make backtrace from factorial
28077 errors unique.
28078 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
28079 explicitly.
28080
28081 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
28082
28083 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
28084 and width commands. This is done elsewhere.
28085 * (gdb_start): Don't call gdb_start_sim here. That's already
28086 done in gdb_load. This fixes lots of failures in default.exp.
28087
28088 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
28089
28090 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
28091 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
28092 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
28093 in the same we we treat other failures (since it may be an expected
28094 condition), rather than as an error.
28095 * gdb.base/signals.exp (test_handle_all_print): Revert back to
28096 old test format.
28097
28098 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
28099
28100 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
28101 (distclean maintainer-clean realclean): No need to remove files
28102 twice. Nuke the duplicates.
28103 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
28104 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
28105 Remove config.h along with other config files.
28106
28107 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
28108
28109 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
28110 "p func1 ()" and note that rests of tests are skipped.
28111 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
28112 setup_xfails for "print func2::coremaker_local".
28113 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
28114 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
28115 affected by the previous run test.
28116 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
28117 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
28118 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
28119 "pass int powerset tuple" and "pass modeless int powerset tuple".
28120 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
28121 "real write 4" and "real write 8".
28122 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
28123 setup_xfails for "print vs1 after tuple assign 2",
28124 "print \$i after tuple assign 2", and
28125 "print vs2 after tuple assign 2".
28126 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
28127 meaningful error message and return -1 so the caller can
28128 suppress further tests and avoid a cascade of errors.
28129
28130 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
28131
28132 * gdb.base/a1-selftest.exp: Tweak tests to account for new
28133 format for printing version.
28134 * gdb.base/default.exp: Ditto.
28135 * gdb.base/interrupt.exp: Fix problem with cascade of
28136 errors if child process dies while calling a function.
28137
28138 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
28139
28140 * Makefile.in (VPATH): Add
28141 * Makefile.in (Makefile, config.status): Fix rules so things get
28142 remade when necessary.
28143
28144 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
28145
28146 * Makefile.in (just-check): Add path to sibling expect dir
28147 to environment variable specified by RPATH_ENVVAR.
28148
28149 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
28150
28151 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
28152 (just-check): Add shared library paths for libstdc++, tk,
28153 tcl, bfd, and opcodes to the environment variable specified
28154 in RPATH_ENVVAR.
28155 * configure.in: Add support to recognize --enable-shared flag
28156 and generate correct value for RPATH_ENVVAR.
28157 * configure: Regenerated with autoconf.
28158
28159 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
28160
28161 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
28162 include all osf versions.
28163 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
28164 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
28165 when target is linux. When failing to build pthreads test
28166 executable, give more meaningful message.
28167 * gdb.threads/pthreads.c: Hpux also uses old definition of second
28168 arg for pthread_create.
28169
28170 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
28171
28172 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
28173 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
28174 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
28175 and -lpthreads (everybody else).
28176 (test_startup): Fail gracefully if threads are not supported.
28177 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
28178 "p/c array_index("abcdef",2)" when not gcc compiled.
28179 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
28180 "print func2::coremaker_local" when not gcc compiled.
28181 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
28182 "ptype on opaque struct tagname (statically)",
28183 "ptype on opaque struct tagname (dynamically) 1", and
28184 "ptype on opaque struct tagname (dynamically) 2"
28185 for not compiled with gcc.
28186 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
28187 backtrace when compiled with gcc.
28188 * lib/gdb.exp (runto_main): Return result of "runto main" rather
28189 than always return success.
28190
28191 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
28192
28193 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
28194
28195 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
28196
28197 * gdb.base/structs.exp: Undo last change.
28198
28199 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
28200
28201 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
28202 encapsulate all the steps/nexts done during self test, starting
28203 at main, and makes them less sensitive to optimization issues.
28204 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
28205 signal handler" test.
28206 * gdb.threads/pthreads.exp: Only run this for native configs.
28207 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
28208 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
28209 tests.
28210 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
28211 for "runto test_calls(void)" test.
28212
28213 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
28214
28215 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
28216 and don't expect address info in breakpoint confirmations.
28217
28218 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
28219
28220 * gdb.base/list.exp (test_forward_search): Increase timeout
28221 temporarily by 60 seconds for searching extremely long line,
28222 and then reset to old value when done. Increase expect input
28223 buffer to 10000.
28224
28225 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
28226
28227 * gdb.base/list.exp (test_forward_search): Fix to handle very
28228 long source line without overflowing expect's input buffer.
28229
28230 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
28231
28232 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
28233 "buffer_full".
28234
28235 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
28236 "buffer_full".
28237
28238 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
28239 "buffer_full".
28240
28241 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
28242 "buffer_full".
28243
28244 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
28245
28246 * configure.in (configdirs): Add gdb.threads.
28247 * configure: Regenerated with autoconf.
28248 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
28249 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
28250 * gdb.threads/configure: New, generated with autoconf.
28251
28252 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
28253
28254 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
28255
28256 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
28257
28258 * gdb.base/signals.exp (test_handle_all_print): Test separately for
28259 each signal's status in the output of "handle all print".
28260 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
28261 the \r\n sequence that immediately precedes the gdb prompt.
28262 * gdb.base/a1-selftest.exp: Save original timeout and restore
28263 after test.
28264
28265 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
28266
28267 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
28268 symbol.
28269
28270 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
28271
28272 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
28273
28274 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
28275
28276 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
28277 timeout by 60 seconds.
28278
28279 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
28280
28281 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
28282 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
28283 error return.
28284
28285 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
28286
28287 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
28288 gdb initialization, also report how long dejagnu waited. Restore
28289 old timeout before doing error return. Temporarily increase timeout
28290 by 3 minutes to allow for slow startups over heavy NFS use.
28291
28292 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
28293
28294 * lib/gdb.exp: Report timeout value for verbosity level 2.
28295 * config/gdbserver.exp: Ditto.
28296 * config/hppro.exp: Ditto.
28297 * config/mips-gdb.exp: Ditto.
28298 * config/monitor.exp: Ditto.
28299 * config/netware.exp: Ditto.
28300 * config/sim-gdb.exp: Ditto.
28301 * config/slite-gdb.exp: Ditto.
28302 * config/udi-gdb.exp: Ditto.
28303 * config/unix-gdb.exp: Ditto.
28304 * config/vx-gdb.exp: Ditto.
28305 * gdb.base/a1-selftest.exp: Ditto.
28306 * gdb.base/a2-run.exp: Ditto.
28307 * gdb.base/break.exp: Ditto.
28308 * gdb.base/corefile.exp: Ditto.
28309 * gdb.base/list.exp: Ditto.
28310 * gdb.base/recurse.exp: Ditto.
28311 * gdb.base/scope.exp: Ditto.
28312 * gdb.base/signals.exp: Ditto.
28313
28314 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28315
28316 * gdb.threads/Makefile.in (docdir): Removed.
28317
28318 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28319
28320 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
28321 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
28322 @srcdir@.
28323 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
28324 autoconf 2.5 or higher.
28325 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
28326
28327 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
28328
28329 * configure: Regenerated.
28330 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
28331 avoid name clashes with SunOS headers.
28332
28333 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
28334
28335 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
28336
28337 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
28338
28339 * gdb.base/callfuncs.exp: Finish last change -- make sure the
28340 prototype information ends up in the compiler info file.
28341
28342 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
28343
28344 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
28345 attempting to regenerate it. Eliminate use of a temporary file
28346 and just generate the info file directly. Source it immediately,
28347 for consistency of use.
28348 * gdb.base/corefile.exp: Ditto
28349 * gdb.base/exprs.exp: Ditto.
28350 * gdb.base/funcargs.exp: Ditto.
28351 * gdb.base/langs.exp: Ditto.
28352 * gdb.base/list.exp: Ditto.
28353 * gdb.base/mips_pro.exp: Ditto.
28354 * gdb.base/nodebug.exp: Ditto.
28355 * gdb.base/opaque.exp: Ditto.
28356 * gdb.base/ptype.exp: Ditto.
28357 * gdb.base/scope.exp: Ditto.
28358 * gdb.base/setvar.exp: Ditto.
28359 * gdb.base/signals.exp: Ditto.
28360 * gdb.base/whatis.exp: Ditto.
28361 * gdb.c++/templates.exp: Ditto.
28362 * gdb.c++/virtfunc.exp: Ditto.
28363 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
28364 whether or not to add -lstdc++ to the compile command line args.
28365
28366 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28367
28368 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
28369 it got fixed by the recent lookup_minimal_symbol_by_pc change.
28370 Increase timeout, a lot of single stepping might be needed if the
28371 target has no hardware watchpoints.
28372
28373 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
28374
28375 * gdb.base/break.exp: Ignore compiler warnings when compiling
28376 break.c.
28377 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
28378 * gdb.base/default.exp: Add h8300 xfails. Handle messages
28379 from remote-sim.
28380 * gdb.base/exprs.exp: Add h8300 xfails.
28381 * gdb.base/funcargs.exp: Likewise.
28382 * gdb.base/nodebug.exp: Likewise.
28383 * gdb.base/printcmds.exp: Likewise.
28384 * gdb.base/ptype.exp: Likewise.
28385 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
28386 h8300 xfails.
28387 * gdb.base/return.exp: Handle float/double precision problems
28388 on the h8300.
28389 * gdb.base/funcargs.c: Explicitly make last constant argument to
28390 call_after_alloca_subr an unsigned long type.
28391 * gdb.base/return.c: Include stdio.h.
28392
28393 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
28394
28395 * config/abug.exp: New file for the older Motorola Bug monitor
28396 that runs on the mvme13x series VME boards.
28397 * config/monitor.exp: Use the new config array for target settings
28398 if they exist.
28399
28400 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
28401
28402 * sim-gdb.exp: Make the SH simulator allocate less space when
28403 it is targeted.
28404
28405 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
28406
28407 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
28408 test.
28409
28410 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
28411
28412 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
28413 "rs6000-*-*" for "list function in include file" when gcc compiled.
28414 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
28415 for "p ctable1[120]".
28416 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
28417 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
28418 Remove setup_xfail for "rs6000-*-*" for
28419 "print 'scope0.c'::filelocal before run".
28420 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
28421 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
28422 since some compilers don't allow both options to be given
28423 on the same command line. Create object file and move it.
28424
28425 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
28426
28427 * gdb.base/corefile.exp: Always regenerate the core file, since
28428 we always regenerate the coremaker program. Detect special case
28429 where registers cannot be read from core file.
28430
28431 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
28432
28433 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
28434 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
28435 * gdb.c++/templates.exp: Only match on basename of file since
28436 some formats like xcoff don't encode directory information.
28437 * gdb.stabs/weird.exp: Use the right sed script for powerpc
28438 and rs6000 AIX xcoff targets.
28439 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
28440 * configure: Regenerate.
28441 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
28442 here, rather than in distclean.
28443
28444 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
28445
28446 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
28447 defined, and use it to compile the test case with -O2. The
28448 native compilation still uses no optimization.
28449 * gdb.base/mips_pro.c: Remove inline assembly code since
28450 it is compiled PIC by default, which results in assembler
28451 warnings that make the testsuite think the compilation
28452 was unsuccessful.
28453
28454 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
28455
28456 * gdb.c++/misc.exp: Add note to message for
28457 "print s.a for foo struct" that this is a known gcc 2.7.2
28458 and earlier bug.
28459
28460 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
28461
28462 * gdb.base/break.exp: Fix pattern for matching "Delete all
28463 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
28464 setup_xfail for deleting all breakpoints test. Fix various
28465 timeout messages to include "(timeout)".
28466 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
28467 for "p t_float_values2(3.14159,float_val2)".
28468 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
28469 for "continue to call2g" when gcc compiled.
28470 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
28471 "up to foo in langs.exp", "show language at foo in langs.exp",
28472 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
28473 and "show language at fsub in langs.exp".
28474 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
28475 "list line 1 in include file", "list message for lines past EOF",
28476 "list function in include file", "list list0.h:foo", and
28477 "list filename:function; nonexistant function".
28478 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
28479 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
28480 and "ptype t_char_array" to be for native cc only.
28481
28482 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
28483
28484 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
28485 setup_xfail for "print coremaker_bss", "print coremaker_ro",
28486 "print func2::coremaker_local", and "backtrace in corefile.exp".
28487
28488 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
28489
28490 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
28491 "bt in signals.exp". This problem only appears when running
28492 the testsuite, and then only intermittently.
28493
28494 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
28495
28496 * gdb.base/return.exp (return_tests): Differentiate between
28497 two tests of continuing.
28498
28499 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
28500
28501 * */Makefile.in (maintainer-clean): Remove config.log.
28502 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
28503 * gdb.c++/Makefile.in (PROGS): Add inherit.
28504 (clean): Remove *.ci.
28505
28506 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
28507
28508 * gdb.c++/misc.cc: Add test code from Mike Stump.
28509 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
28510
28511 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
28512
28513 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
28514 to "alpha-*-osf2*" and add comment.
28515 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
28516 setup_xfail for "step over execarg initialization" and
28517 "step over corearg initialization".
28518 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
28519 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
28520 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
28521 gcc compiled for "print coremaker_bss", "print coremaker_ro",
28522 "print func2::coremaker_local", and "backtrace in corefile.exp".
28523 * gdb.base/signals.exp: Build and source signals.ci.
28524 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
28525 to be for gcc only.
28526 * lib/gdb.exp: Move verbose statements outside conditionals.
28527
28528 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28529
28530 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
28531 Feb 3 procfs.c change.
28532
28533 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
28534
28535 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
28536
28537 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
28538
28539 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
28540 from dejagnu's apparent default of 10 seconds, which gives random
28541 results when running the tests over NFS on moderately loaded systems.
28542 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
28543
28544 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
28545
28546 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
28547 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
28548 result reports.
28549
28550 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
28551
28552 * configure.in (CY_AC_PATH_TCLH): Remove.
28553 * configure: Regenerate.
28554
28555 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
28556
28557 * gdb.c++/Makefile.in (clean): Add missing '{'.
28558
28559 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
28560
28561 * lib/gdb.exp: Provide a default value for noinferior.
28562
28563 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
28564 Load libgloss.exp.
28565
28566 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
28567
28568 * gdb.disasm/hppa.exp: Compile directly into an executable, use
28569 the executable, not the .o to run the tests from.
28570
28571 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
28572
28573 * gdb.base/break.exp: Don't test for program exit or exit status
28574 if $noresults if nonzero.
28575 * gdb.base/langs.exp: Likewise.
28576 * gdb.base/watchpoint.exp: Likewise.
28577
28578 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
28579 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
28580 trying to compile the testcase.
28581
28582 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
28583
28584 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
28585 * gdb.base/signals.exp (continue to handler): Likewise.
28586
28587 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
28588
28589 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
28590
28591 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
28592
28593 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
28594
28595 * gdb.base/corefile.exp: Recognize "not found" as failure
28596 when trying to determine if a core file was generated.
28597 If no core file was generate the first time, try again without
28598 the ulimit -c to work around braindamaged shells.
28599
28600 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
28601
28602 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
28603 [] tests with "test" and enclose string in quotes.
28604 * gdb.stabs/configure: Rebuild
28605
28606 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
28607
28608 Changes in sync with expect:
28609 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
28610 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
28611 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
28612 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
28613 argument to AC_REQUIRE.
28614 * configure: Regenerated.
28615
28616 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
28617
28618 * gdb.base/corefile.exp: When generating a core, discard any
28619 error messages about ulimit not found and the "core dumped"
28620 message from the shell that runs the coredumper.
28621
28622 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
28623
28624 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
28625
28626 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
28627 which sed script to run. Expect failure for v_comb test
28628 on PA targets too.
28629
28630 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
28631
28632 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
28633 "print func2::coremaker_local" and for "backtrace in corefile.exp"
28634
28635 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
28636
28637 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
28638 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
28639 "sparc-sun-solaris*" xfails for "p v_comb".
28640 * lib/gdb.exp (default_gdb_start): Fix typo.
28641 * gdb.base/corefile.exp: Allow "Core was generated by ..."
28642 messages to not include the full program name that caused
28643 the core dump since some systems (such as solaris) apparently
28644 truncate this path to about 80 characters.
28645 When generating a core file first try increasing the core file
28646 size limit to unlimited since some systems may default it to
28647 zero, and it is harmless to try it. Move the test for failing
28648 to generate a core file to where it will actually get executed.
28649 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
28650 new gdb result from g++ debug info improvements and make old
28651 pattern obsolescent. Also account for size_t differences
28652 (may be int or long).
28653 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
28654 initialization before function call is placed in the delay slot
28655 and thus appears to be skipped over by commands such as "next".
28656
28657 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
28658
28659 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
28660
28661 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
28662
28663 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
28664 input source file; fix code to compile test to deal with this
28665 convention.
28666 * gdb.c++/*.exp: Likewise.
28667
28668 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
28669
28670 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
28671 "bt in signals.exp".
28672
28673 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
28674
28675 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
28676 "step over execarg initialization" and
28677 "step over corearg initialization".
28678
28679 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
28680
28681 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
28682 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
28683
28684 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
28685
28686 From Rob Savoye (rob@poseidon.cygnus.com)
28687 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
28688 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
28689 configure.in}, gdb.disasm/{Makefile.in, configure.in},
28690 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
28691 configure.in}: Major reworking for autoconfig.
28692 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
28693 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
28694 New files.
28695 * config/unix-gdb.exp: Make GDB global.
28696 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
28697 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
28698 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
28699 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
28700 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
28701 term.exp, twice.exp, watchpoint.exp, whatis.exp},
28702 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
28703 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
28704 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
28705 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
28706 pr-8136.exp, result.exp, string.exp, tuples.exp},
28707 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
28708 to returns as necessary, arrange for test to compile own testcase
28709 executable.
28710 * lib/gdb.exp: Changes for testsuite to compile own test cases.
28711
28712 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
28713
28714 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
28715 clear_xfail at end of test which might not call either pass or fail.
28716 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
28717 "backtrace through signal handler".
28718
28719 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28720
28721 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
28722 continuing from a job control stop signal.
28723 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
28724
28725 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
28726
28727 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
28728 * gdb.base/corefile.exp: Likewise.
28729 * gdb.base/funcargs.exp: Likewise.
28730
28731 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
28732
28733 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
28734 * config/monitor.exp: Add support for setting baud rate.
28735
28736 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
28737
28738 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
28739 i*86-*-linux* xfails for "backtrace through signal handler".
28740 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
28741 "print func2::coremaker_local".
28742 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
28743 alpha-dec-osf2* xfail for
28744 "delete all breakpoints when none".
28745
28746 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
28747
28748 * gdb.base/break.exp: Change test that deletes all breakpoints
28749 when no user breakpoints are installed. A post 4.15 change
28750 causes gdb to no longer prompt in this case.
28751
28752 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
28753
28754 * gdb.base/return.exp (return_tests): Change xfail for test
28755 "correct value returned double test" to stop xfailing at
28756 Solaris 2.5. Apparently the bug has been fixed.
28757
28758 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
28759
28760 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
28761 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
28762
28763 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
28764
28765 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
28766 * gdb.disasm/hppa.s: Corresponding changes.
28767
28768 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
28769
28770 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
28771 makefile fragment.
28772 * config/mt-hpux: Deleted.
28773
28774 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
28775
28776 * Many files: When warning about suppressed tests due to a
28777 nonexistant test binary, avoid incrementing the warning count.
28778
28779 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
28780
28781 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
28782
28783 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28784
28785 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
28786 "sparc-*-solaris2*".
28787
28788 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28789
28790 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
28791 Add global and local variables and initialize them.
28792 * gdb.base/corefile.exp: Test correct mapping of corefile sections
28793 by printing variables. Remove rs6000 and powerpc xfails, BFD now
28794 extracts the file name and terminating signal from the core file.
28795 * TODO: Remove note about tests for correct mapping of corefile.
28796 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
28797 from optimizing it away.
28798 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
28799 handles common blocks.
28800
28801 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
28802
28803 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
28804 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
28805
28806 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
28807
28808 * Makefile.in (maintainer-clean): New target, synonym for
28809 realclean.
28810 * gdb.base/Makefile.in (maintainer-clean): Likewise.
28811 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
28812 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
28813 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
28814 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
28815 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
28816
28817 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
28818
28819 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
28820 xfails when not gcc compiled for "print foo::funclocal".
28821 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
28822 "print foo::funclocal at foo",
28823 "print 'scope1.c'::foo::funclocal at foo",
28824 "print foo::funclocal_bss at foo",
28825 "print 'scope1.c'::foo::funclocal_bss at foo",
28826 "print foo::funclocal_ro at foo",
28827 "print 'scope1.c'::foo::funclocal_ro at foo",
28828 "print bar::funclocal at foo" and
28829 "print 'scope1.c'::bar::funclocal at foo".
28830 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
28831 gcc compiled for "print foo::funclocal at bar".
28832 Expand all messages to ensure that they identify that
28833 the test is at bar().
28834 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
28835 gcc compiled for:
28836 "ptype on opaque struct pointer (statically)",
28837 "ptype on opaque struct tagname (statically)",
28838 "ptype on opaque struct pointer (dynamically) 1",
28839 "ptype on opaque struct tagname (dynamically) 1",
28840 "ptype on opaque struct pointer (dynamically) 2" and
28841 "ptype on opaque struct tagname (dynamically) 2
28842 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
28843 gcc compiled for:
28844 "p datalocal"
28845 "whatis datalocal",
28846 "ptype datalocal",
28847 "p bsslocal",
28848 "whatis bsslocal", and
28849 "ptype bsslocal".
28850 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
28851 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
28852 when not gcc compiled.
28853 * gdb.base/funcargs.exp (float_and_integral_args): Add
28854 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
28855 compiled.
28856 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
28857 "backtrace from call6a" when not gcc compiled.
28858 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
28859 "backtrace from call7a" when not gcc compiled.
28860 * gdb.base/callfuncs.exp (do_function_calls):
28861 Add "hppa*-*-hpux*" xfail when not gcc compiled for
28862 "p t_char_array_values(char_array_val2,char_array_val1)",
28863 "p t_char_array_values(char_array_val1,char_array_val2)",
28864 "p t_char_array_values("carray 1","carray 2")",
28865 "p t_char_array_values("carray 1",char_array_val2)",
28866 "p t_char_array_values(char_array_val1,"carray 2")",
28867 "p sum_args(1,{2})",
28868 "p sum_args(2,{2,3})",
28869 "p sum_args(3,{2,3,4})",
28870 "p sum_args(4,{2,3,4,5})"
28871 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
28872 "backtrace in corefile.exp" when not gcc compiled.
28873
28874 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28875
28876 * gdb.base/signals.exp: Rewrite `handle all print' test as
28877 a procedure. Accept blanks or TABs as whitespace, increase
28878 timeout and expect input buffer size for the large output
28879 from the command. Remove "i*86-*-bsdi2.0" xfail.
28880
28881 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28882
28883 * gdb.base/setvar.exp: Add new testcases for truncation when
28884 assigning invalid values to bitfields.
28885
28886 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
28887
28888 * gdb.base/callfuncs.exp (do_function_calls): Remove
28889 mips-sgi-irix* xfail for
28890 "call inferior func with struct - returns char *"
28891 and fix test so that an optional (unsigned char *) cast is
28892 accepted in the result.
28893
28894 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
28895
28896 * gdb.base/funcargs.exp (float_and_integral_args): Remove
28897 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
28898 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
28899 * gdb.base/signals.exp: Remove duplicate "handle all print" test
28900 that accidentally got checked in.
28901
28902 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
28903
28904 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
28905 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
28906 compiled test.
28907 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
28908 Add mips-sgi-irix5* xfail for not gcc compiled.
28909 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
28910 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
28911 compiled for "p top", "whatis top", "p middle", and "whatis
28912 middle".
28913 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
28914 "whatis signed char" for not gcc compiled.
28915 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
28916 "set variable signed char=-1 (-1)" and
28917 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
28918 * gdb.base/funcargs.exp (float_and_integral_args):
28919 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
28920 Add mips-sgi-irix* xfail when not gcc compiled for
28921 "continue to call2b".
28922 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
28923 "continue to call2g".
28924 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
28925 compiled for "backtrace from call6a"
28926 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
28927 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
28928 when not gcc compiled for "backtrace from call7a".
28929 (localvars_after_alloca): Fix gdb_test cmds for
28930 "print * after runto ...".
28931 Remove rs6000-*-* xfails for
28932 "print i after runto localvars_after_alloca" and
28933 "print l after runto localvars_after_alloca"
28934 for all compilers.
28935 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
28936 when not compiled with gcc, for:
28937 "print signed char == (minus)",
28938 "print signed char != (minus)",
28939 "print signed char < (minus)",
28940 "print signed char > (minus)".
28941 * gdb.base/callfuncs.exp (do_function_calls):
28942 Add mips-sgi-irix* xfail, when compiled with native compiler, for
28943 "call inferior func with struct - returns char *".
28944 * gdb.base/return.exp (return_tests): Change xfail for
28945 "correct value returned double test" to include Solaris 2.4.
28946 * gdb.base/funcargs.exp (float_and_integral_args):
28947 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
28948
28949 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28950
28951 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
28952 enumeration bitfields if compiling with GNU C.
28953 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
28954 to empty' prompt.
28955
28956 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
28957
28958 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
28959 test for PRO targets.
28960
28961 * gdb.base/funcargs.exp: Avoid ever setting more than 8
28962 breakpoints in the inferior at any given time by making
28963 two groups of breakpoints for call2*, call6* and call7*
28964 tests.
28965
28966 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28967
28968 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
28969 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
28970 from optimizing it away.
28971 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
28972 "call inferior func with struct".
28973
28974 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
28975
28976 * configure.in: Only configure gdb.chill for particular targets.
28977
28978 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
28979
28980 * gdb.base/Makefile.in: Add action to .c.o transformation
28981 rule that generates a .ci file for each .o file and remove
28982 explicit .c.o rules except for callfuncs.o.
28983 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
28984 generates a .ci file for each .o file and remove explicit
28985 .cc.o rules.
28986 (clean): Remove *.tmp *.ci files.
28987 (EXECUTABLES): Remove templ-info.exp.
28988 * gdb.base/compiler.c: New file.
28989 * gdb.c++/compiler.cc: New file
28990 * gdb.base/scope.exp: Source gdb.base/scope.ci.
28991 Change rs6000-*-* xfail for
28992 "print 'scope0.c'::filelocal_ro" and
28993 "print 'scope1.c'::filelocal" and
28994 "print 'scope1.c'::filelocal_bss" and
28995 "print 'scope1.c'::filelocal_ro" and
28996 "print 'scope1.c'::foo::funclocal" and
28997 "print 'scope1.c'::foo::funclocal_ro" and
28998 "print 'scope1.c'::bar::funclocal" and
28999 "print 'scope0.c'::filelocal_ro" and
29000 "print 'scope1.c'::filelocal at foo" and
29001 "print 'scope1.c'::filelocal_bss at foo" and
29002 "print 'scope1.c'::filelocal_ro at foo" and
29003 "print 'scope1.c'::foo::funclocal at foo" and
29004 "print 'scope1.c'::foo::funclocal_bss at foo" and
29005 "print 'scope1.c'::foo::funclocal_ro at foo" and
29006 "print 'scope1.c'::bar::funclocal at foo" and
29007 "print 'scope0.c'::filelocal_ro" and
29008 "print 'scope1.c'::filelocal" and
29009 "print 'scope1.c'::filelocal_bss" and
29010 "print 'scope1.c'::filelocal_ro" and
29011 "print 'scope1.c'::foo::funclocal" and
29012 "print 'scope1.c'::foo::funclocal_bss" and
29013 "print 'scope1.c'::foo::funclocal_ro" and
29014 "print 'scope1.c'::bar::funclocal" and
29015 "print 'scope1.c'::bar::funclocal_bss"
29016 to only be xfail'd when not compiled with gcc.
29017 Add rs6000-*-* xfail for
29018 "print 'scope0.c'::filelocal_bss before run"
29019 when compiled with gcc.
29020 (test_at_main): Add rs6000-*-* xfail for
29021 "print filelocal_ro in test_at_main"
29022 when compiled with gcc.
29023 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
29024 Add rs6000-*-aix* xfail for
29025 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
29026 "ptype t_char_array", not compiled with gcc.
29027 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
29028 xfail for "list foo (in include file)" when gcc compiled.
29029 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
29030 (integral_args): Add rs6000-*-* xfail for
29031 "run to call0a" if not compiled with gcc.
29032 (unsigned_integral_args): Add rs6000-*-* xfail for
29033 "run to call1a" if not compiled with gcc.
29034 (float_and_integral_args): Add rs6000-*-* xfail for
29035 "run to call2a" if not compiled with gcc and for
29036 "continue to call2b" for any compiler.
29037 Add rs6000-*-* xfail to
29038 "print f1 after run to call2a" for gcc compiled.
29039 (discard_and_shuffle): Add rs6000-*-* xfail for
29040 "run to call6a".
29041 (shuffle_round_robin): Add rs6000-*-* xfail for
29042 "backtrace from call7a" if not compiled with gcc.
29043 Add rs6000-*-* xfail for
29044 "backtrace from call7b" if compiled with gcc.
29045 (call_after_alloca): Add rs6000-*-* xfail for
29046 "print c in call_after_alloca" and
29047 "print s in call_after_alloca" and
29048 "backtrace from call_after_alloca_subr"
29049 if not compiled with gcc.
29050 (localvars_in_indirect_call): Add rs6000-*-* xfail for
29051 "print c in localvars_in_indirect_call" and
29052 "print c in localvars_in_indirect_call" and
29053 "backtrace in indirectly called function" and
29054 "stepping into indirectly called function"
29055 if not compiled with gcc.
29056 (localvars_after_alloca): Add rs6000-*-* xfail for
29057 "print c after runto localvars_after_alloca" and
29058 "print s after runto localvars_after_alloca" and
29059 "print i after runto localvars_after_alloca" and
29060 "print l after runto localvars_after_alloca"
29061 for all compilers.
29062 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
29063 than whatis-info.exp.
29064 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
29065 than opaque-info.exp.
29066 Setup rs6000-*-* xfail for
29067 "ptype on opaque struct pointer (statically)" and
29068 "ptype on opaque struct pointer (dynamically)" when
29069 not compiled with gcc.
29070 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
29071 rather than callf-info.exp.
29072 (do_function_calls): Add clear_xfail for rs6000-*-* for
29073 "p t_float_values2(3.14159,float_val2)". Seems to work
29074 fine there, both with xlc and gcc. Need to find out what
29075 it is doing right and fix other platforms.
29076 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
29077 "call inferior func with struct - returns int",
29078 "call inferior func with struct - returns long",
29079 "call inferior func with struct - returns float",
29080 "call inferior func with struct - returns double",
29081 "call inferior func with struct - returns char *",
29082 but only if not gcc compiled (presumes xlc compiled).
29083 Change rs6000-*-* xfails for
29084 "call inferior func with struct - returns char" and
29085 " call inferior func with struct - returns short" to only
29086 xfail if not using gcc.
29087 (clean mostlyclean): Remove *.ci and *.tmp files.
29088 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
29089 than templ-info.exp.
29090 * gdb.base/langs.exp: Source gdb.base/langs.ci.
29091 Add rs6000-*-* xfail for "up to foo in langs.exp"
29092 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
29093 when not gcc compiled.
29094
29095 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29096
29097 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
29098 * gdb.base/corefile.exp: Likewise.
29099 * gdb.base/list.exp: Likewise.
29100 * gdb.base/scope.exp: Likewise.
29101 * gdb.base/siganls.exp: Likewise.
29102
29103 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
29104 compiler output.
29105 * gdb.base/whatis.exp: Likewise.
29106
29107 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
29108
29109 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
29110 failure (opcode table has been fixed to match reality).
29111
29112 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
29113
29114 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
29115 "call inferior func with struct - returns char",
29116 "call inferior func with struct - returns short"
29117
29118 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
29119 "print 'scope0.c'::filelocal at main",
29120 "print 'scope0.c'::filelocal_bss in test_at_main",
29121 "print 'scope0.c'::filelocal at foo",
29122 "print 'scope0.c'::filelocal_bss in test_at_foo",
29123 "print 'scope0.c'::filelocal at bar",
29124 "print 'scope0.c'::filelocal_bss in test_at_bar"
29125
29126 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
29127 in source file 1". This bug seems to have been fixed with both
29128 gcc and native cc (was native assembler bug?).
29129
29130 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
29131
29132 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
29133 "backtrace through signal handler" to "i*86-*-sysv4*".
29134 * gdb.base/signals.exp: Add xfail for "'next' behaved as
29135 continue" case. Add "known SVR4 bug" to fail message.
29136 Add "i*86-*-bsdi2.0" xfail for "handle all print".
29137 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
29138 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
29139 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
29140 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
29141 "up to foo in langs.exp", "show language at foo in
29142 langs.exp", "up to cppsub_ in langs.exp", "show
29143 language at cppsub_ in langs.exp", "up to fsub in
29144 langs.exp", and "show language at fsub in langs.exp".
29145 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
29146 "bactrace in corefile.exp".
29147 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
29148 "call inferior function with struct - returns float" and
29149 "call inferior function with struct - returns double".
29150
29151 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
29152
29153 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
29154 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
29155 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
29156 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
29157
29158 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
29159
29160 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
29161 (or overriden) "CHILL" macro rather then bare "gcc".
29162 Also look for ../../gcc/xgcc since that is what we will
29163 actually need, not "Makefile". Remove following assignment
29164 of CHILL to CHILL_FOR_TARGET because that results in
29165 recursive definition.
29166
29167 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
29168
29169 * gdb.base/corefile.exp: Change xfail for backtrace in
29170 corefile.exp from linuxaout to all linux.
29171 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
29172 cases where we miss the breakpoint at the signal handler
29173 for some reason. Setup xfail for linuxoldld/linuxaout and
29174 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
29175 hitting SIGURG breakpoint.
29176 * gdb.base/signals.exp: Setup xfail for "next" acting like
29177 continue to add linuxoldld. Setup xfail for all linux for
29178 "next to handler in signals_tests_1", "backtrace in
29179 signals_tests_1", "continue to func1", "pass SIGUSR1",
29180 and continue to handler".
29181
29182 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
29183
29184 * Update all FSF addresses except those in COPYING* files.
29185
29186 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
29187
29188 * gdb.base/a2-run.exp: Change messages to be more explicit about
29189 the status of args, and quote binfile in results.
29190
29191 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
29192
29193 * gdb.base/callfuncs.exp: Add tests for passing structs to
29194 inferior functions and return various types.
29195 * gdb.base/callfuncs.c: Add functions to receive a struct
29196 and return a member of the struct, in various types.
29197
29198 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29199
29200 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
29201
29202 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
29203
29204 * config/vxworks29k.exp: New file, sources vxworks.exp.
29205
29206 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29207
29208 * config/gdbremote.exp: New file. Testing framework using
29209 gdbserver.
29210
29211 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
29212
29213 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
29214 "call function when asleep" and "send end of file".
29215 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
29216 for "backtrace in corefile.exp".
29217 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
29218 for "backtrace through signal handler".
29219 * gdb.base/corefile.exp: Make sure we actually generate a core file
29220 before trying the core tests. Some systems allow the user to suppress
29221 generation of core files and default to that (linux for example).
29222 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
29223 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
29224
29225 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29226
29227 * gdb.threads: New directory with some crude multi-threaded
29228 gdb tests (step.exp and step2.exp).
29229 * config/mt-lynx (STEP_EXECUTABLE): Define.
29230 (THREADFLAGS): Define.
29231
29232 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
29233
29234 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
29235
29236 * gdb.base/signals.exp: Disable whole file for lynx until
29237 further notice.
29238
29239 * gdb.base/signals.exp: xfail test where "next" acts like
29240 "continue" for lynx.
29241
29242 * gdb.base/interrupt.exp: xfail test for calling function while
29243 inferior is asleep for lynx.
29244
29245 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
29246 than one cr-lf after each command.
29247
29248 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29249
29250 * configure.in: Reinstate setting of stabsdirs variable, fix
29251 typo in setting up configdirs for native builds.
29252
29253 * gdb.base/return.exp: Fix typo in return double test.
29254 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
29255 compiler from optimizing them away.
29256
29257 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
29258
29259 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
29260 sequences to be echo'd by gdb when using gdb_test.
29261 * gdb.chill/chexp.exp: Likewise.
29262 * gdb.fortran/exprs.exp: Likewise
29263
29264 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29265
29266 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
29267 after the inferior gdb has started.
29268
29269 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
29270 after each command.
29271 * gdb.base/funcargs.exp: Likewise.
29272 * gdb.base/gdbvars.exp: Likewise.
29273 * gdb.base/interrupt.exp: Likewise.
29274 * gdb.base/list.exp: Likewise.
29275 * gdb.base/watchpoint.exp: Likewise.
29276 * gdb.c++/demangle.exp: Likewise.
29277 * gdb.c++/inherit.exp: Likewise.
29278 * gdb.chill/chexp.exp: Likewise.
29279 * gdb.fortran/exprs.exp: Likewise.
29280
29281 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
29282 test if we can't handle IO to/from the inferior.
29283
29284 * gdb.c++/misc.exp: Always check for a program already being
29285 started after sending a "run" command to gdb.
29286
29287 * gdb.base/twice.exp: Start with a fresh gdb.
29288
29289 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
29290 only depend on gdb's expression code, not the chill runtime.
29291
29292 * gdb.base/return.c: Put return values into variables so we
29293 can have gdb print them rather than depending on the program
29294 to print them.
29295 * gdb.base/return.exp: Corresponding changes.
29296
29297 * lib/gdb.exp: Provide default value for noinferiorio.
29298 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
29299 the inferior.
29300
29301 * gdb.base/break.exp: Always check for a program already being
29302 started after sending a "run" command to gdb.
29303 (text_next_with_recursion): Don't check the output from the
29304 program's printf statement. Instead just make sure the program
29305 exited.
29306
29307 * gdb.base/commands.exp: Protect tests which need arguments with
29308 $noargs conditionals.
29309
29310 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29311
29312 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
29313 of structure member arrays to match gdb/valops.c:value_addr change.
29314
29315 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
29316
29317 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
29318 cases.
29319
29320 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
29321
29322 * configure.in (configdirs): Remove gdb.chill from default list
29323 of subdirs and then add it back in only if doing a native build.
29324 The current chill compiler does not yet work in any cross build.
29325 * Revert all signal changes from Jul 6.
29326 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
29327 for sh-hms targets, allowing these tests to link, with no other
29328 changes. Testing is suppressed by setting "nosignals" in site.exp.
29329
29330 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
29331
29332 * configure.in (signaldirs): Define and add to configdirs for all
29333 targets except some specific ones that are known to not support signals.
29334 Also clean up formatting.
29335 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
29336 (signals, sigall): Remove rules to build.
29337 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
29338 Moved to new gdb.signals directory.
29339 * gdb.signals: New test directory.
29340 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
29341 signals.c signals.exp}: New or moved files.
29342
29343 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
29344
29345 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
29346
29347 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
29348
29349 * gdb.base/return.exp: Xfail `return double' test failure
29350 on at least Solaris 2.3 and handle future/past versions on
29351 a case by case basis as appropriate. Also update message
29352 to include i*86 failures.
29353
29354 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29355
29356 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
29357
29358 * lib/gdb.exp: Fix comment which erroneously identified
29359 gdb_file_cmd as gdb_load (the 19 May change was in fact to
29360 gdb_file_cmd not gdb_load).
29361 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
29362
29363 * gdb.base/setvar.exp: Make test names consistent between pass and
29364 fail cases. Use gdb_test more.
29365
29366 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29367
29368 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
29369
29370 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29371
29372 * gdb.base/help.exp: Fix expected help string for `show commands'.
29373
29374 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
29375
29376 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
29377
29378 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
29379 of a text section.
29380
29381 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
29382
29383 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
29384 that loop eventually terminates. Fix Connection refused logic so
29385 that testsuite will expire nicely.
29386
29387 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
29388
29389 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
29390 config/rom68k.exp: New tcl glue for the appropriate monitors.
29391 These all just end up calling monitor.exp.
29392 * config/monitor.exp (gdb_target_monitor): Handle `Connection
29393 refused' by retrying. Cleanup some timeout issues.
29394 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
29395 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
29396 callers don't have to set/restore global timeout variable.
29397
29398 * The following set of changes centralizes management of the global
29399 timeout variable. This way, it can be set in one target dependent
29400 place instead of dozens of places scattered throughout the test suite.
29401 If you need to lengthen a timeout, then you should either set timeout
29402 in one of the config/{target}.exp files, or multiply it by a factor.
29403 Setting it to an absolute value is always going to lose for some
29404 targets.
29405 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
29406 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
29407 * gdb.base/funcargs.exp: Don't set timeout.
29408 * gdb.base/list.exp (test_forward_search): Only use local timeout.
29409 * gdb.base/printcmds.exp (test_print_string_constants
29410 test_print_array_constants): Don't set timeout.
29411 * gdb.base/ptype.exp: Don't set timeout.
29412 * gdb.base/recurse.exp: Don't set timeout.
29413 * gdb.base/return.exp: Don't set timeout.
29414 * gdb.base/watchpoint.exp: Don't set timeout.
29415 * gdb.c++/classes.exp (do_tests): Don't set timeout.
29416 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
29417
29418 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
29419
29420 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
29421
29422 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29423
29424 * lib/gdb.exp: Disable chill tests for irix5.
29425
29426 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29427
29428 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
29429 each test pass or fail.
29430
29431 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29432
29433 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
29434 xlc not gcc.
29435
29436 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
29437
29438 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
29439
29440 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
29441
29442 * config/est.exp: Fix copyright and comments. Remove dead code.
29443 Use targetname, serialport and baud variables instead of fixed
29444 constants.
29445 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
29446 * config/cpu32bug.exp: New file to support cpu32bug monitors.
29447
29448 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29449
29450 * gdb.base/watchpoint.exp: Don't run
29451 test_watchpoint_triggered_in_syscall for sunos.
29452
29453 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29454
29455 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
29456 they don't seem to exist. Do include stdio.h.
29457
29458 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29459
29460 * gdb.base/a1-selftest.exp: Add alpha xfail.
29461
29462 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29463
29464 * gdb.base/watchpoint.c (main): Prompt before calling read().
29465 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
29466 Revise accordingly. Remove cruft about sending "123" several
29467 times, until it gets noticed. Clean up the "print buf[0]" stuff
29468 so that it passes or fails, and waits for prompts in the usual way.
29469
29470 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29471
29472 * gdb.base/recurse.exp: Fix comment.
29473
29474 * TODO: Remove item about printing variables in nodebug.exp. Add
29475 item about enabling tests which are only run on some targets.
29476
29477 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
29478 fail, make test names unique, use new gdb_test convention
29479 regarding pattern, use gdb_test more, etc.).
29480
29481 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
29482 fail, make test names unique, etc.).
29483
29484 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29485
29486 * gdb.base/nodebug.c: Change return type of top and middle to
29487 short.
29488 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
29489 are fixed by the recent mdebugread.c changes. Allow `short ()'
29490 as type for top and middle.
29491
29492 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29493
29494 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
29495 nearly as I can tell, the whole thing was an accident in Stu's
29496 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
29497 to replace a send/expect pair with gdb_test, but ended up only
29498 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
29499 of 30 Mar 1995 took care of it, but left this vestigial comment
29500 which I am now nuking.
29501
29502 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29503
29504 * gdb.base/break.exp: Look for different line number for
29505 breakpoint at main depending on usestubs.
29506
29507 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29508
29509 * gdb.base/list.exp: Adjust some alternate expect patterns to
29510 match recent list0.c change. Add alternate expect pattern for
29511 output from `list default lines around main' for optimizing
29512 compilers.
29513
29514 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29515
29516 * lib/gdb.exp: If nosignals is not set, set it to 0.
29517
29518 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
29519
29520 * config/slite-gdb.exp: Responds to load symbol table prompt.
29521 * gdb.base/break.exp: Adjust line number, fix rerun.
29522 * gdb.base/langs0.c: Add #ifdef usestubs.
29523
29524 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
29525
29526 * gdb.base/list.exp: Adjust line contents after adding new lines in
29527 list0.c. Also fix a syntax error.
29528
29529 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
29530 * gdb.base/break.exp: ditto.
29531 * gdb.base/list.exp: ditto.
29532 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
29533 * gdb.base/run.c: ditto.
29534 * gdb.base/list0.c: ditto.
29535 * gdb.base/funcargs.c: ditto.
29536
29537 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
29538
29539 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
29540 $targetname, $serialport and $baud instead of hardwired variables.
29541 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
29542 target doesn't support signals.
29543
29544 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
29545
29546 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
29547
29548 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29549
29550 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
29551 Don't rely on the value of an auto variable before it has been
29552 initialized. Use gdb_test more.
29553
29554 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29555
29556 * lib/gdb.exp (default_gdb_version): A version number must start
29557 with a digit, but other than that contains all characters up to
29558 the first whitespace character.
29559
29560 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29561
29562 * gdb.base/commands.exp (breakpoint_command_test): New tests.
29563
29564 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29565
29566 * gdb.c++/*.exp: Warn if executable does not exist. The original
29567 reason for skipping the warning was that configure.in sometimes
29568 intentionally skipped building the executables but the tcl code
29569 had no way of knowing. That (a) was always bogus with respect to
29570 error handling, (b) is no longer true (right now there is no way
29571 to skip C++ tests).
29572
29573 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
29574
29575 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29576
29577 * gdb.base/list.exp: Add expect patterns for output from
29578 SunPRO compiled executables.
29579 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
29580 types.
29581
29582 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29583
29584 * gdb.base/break.exp (test_next_with_recursion): Accept any line
29585 number (we are already testing that the correct source line text
29586 gets printed).
29587
29588 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
29589 that is what is intended, but something needed to be done to get
29590 sunos4 native working again.
29591
29592 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
29593
29594 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
29595 apparently went with a (very) old xfail.
29596
29597 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
29598
29599 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
29600 runto_main is a proc in gdb.exp that will do 'step' for target use
29601 stubs.
29602 * gdb.base/exprs.exp: ditto.
29603 * gdb.base/interrupt.exp: ditto.
29604 * gdb.base/opaque.exp: ditto.
29605 * gdb.base/printcmds.exp: ditto.
29606 * gdb.base/ptype.exp: ditto.
29607 * gdb.base/scope.exp: ditto.
29608 * gdb.base/setvar.exp: ditto.
29609 * gdb.base/signals.exp: ditto.
29610 * gdb.base/twice.exp: ditto.
29611 * gdb.c++/classes.exp: ditto.
29612 * gdb.c++/inherit.exp: ditto.
29613 * gdb.c++/templates.exp: ditto.
29614 * gdb.base/break.exp: no run and hit main for stubs. Change line
29615 numbers for breakpoints and info breakpoint.
29616 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
29617 breakpoint().
29618 * gdb.base/callfuncs.c: ditto.
29619 * gdb.base/exprs: ditto.
29620 * gdb.base/interrupt.c: ditto.
29621 * gdb.base/opaque0.c: ditto.
29622 * gdb.base/printcmds.c: ditto.
29623 * gdb.base/ptype.c: ditto.
29624 * gdb.base/scope0.c: ditto.
29625 * gdb.base/setvar.c: ditto.
29626 * gdb.base/signals.c: ditto.
29627 * gdb.base/twice.c: ditto.
29628 * gdb.c++/misc.cc: ditto.
29629 * gdb.c++/templates.cc: ditto.
29630
29631 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29632
29633 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
29634
29635 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
29636 somewhere between `read' and `main.c'. I'm pretty sure the
29637 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
29638 and it isn't particularly useful.
29639
29640 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
29641
29642 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29643
29644 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
29645
29646 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
29647
29648 * config/mt-slite: add LIBS and -nostdlib.
29649 * config/slite-gdb.exp: add this new file to support sparclite target.
29650
29651 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
29652
29653 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
29654
29655 * gdb.base/a2-run.exp: Change argument to istarget from
29656 "*-*-vxworks" to "*-*-vxworks*".
29657 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
29658
29659 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
29660
29661 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
29662 will not runto main but do a 'step' to step out of breakpoint().
29663 * config/mt-slite: add -Dusestubs.
29664
29665 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29666
29667 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
29668 instead of just @.
29669
29670 * gdb.base/signals.exp: Add test for "handle all print".
29671 * TODO: Remove "handle all print". Also remove item about
29672 checking copyright date (I don't like the idea of a spurious FAIL
29673 based on when we run the tests).
29674
29675 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
29676 for SunOS4 (reason for failure not investigated). Remove
29677 redundant test for $binfile.
29678
29679 * gdb.base/nodebug.c (array_index): Call malloc.
29680
29681 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
29682
29683 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
29684
29685 * gdb.base/recurse.exp: Update gdb_test invocation to use new
29686 conventions and slightly simplify the matching regexp.
29687
29688 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29689
29690 * gdb.base/break.exp: Update gdb_test invocation to use new
29691 convention.
29692
29693 * lib/gdb.exp: If noargs is not set, set it to 0.
29694
29695 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
29696 tests unique.
29697
29698 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
29699
29700 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29701
29702 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
29703 one argument of type "<non-float parameter>".
29704
29705 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
29706
29707 * config/rom68k.exp: New file to support Motorola IDP board.
29708 * gdb.base/a2-run.exp: Skip this file if noargs is set.
29709 * gdb.base/break.c: Change things around so that this program
29710 doesn't depend upon args. This is necessary to make remote
29711 targets work (in general, they can't take args).
29712 * gdb.base/break.exp: Don't try to send args to program. Don't
29713 expect output. Also, replace lots of code with gdb_test.
29714
29715 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29716
29717 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
29718 printing of '\'' (which is what the comment says we are testing,
29719 even though we were not), not '''.
29720 (test_integer_literals_rejected): Test that printing ''' is an error.
29721
29722 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
29723 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
29724 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
29725 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
29726 Use gdb_test not test_print_accept.
29727 * lib/gdb.exp: Remove test_print_accept.
29728
29729 * gdb.base/signals.exp (signal_tests_1): Make pass message
29730 consistent with fail message.
29731
29732 * gdb.base/whatis.exp: Remove xfails for printing char vs.
29733 unsigned char; the bug (PR 1821) is fixed.
29734
29735 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
29736
29737 * gdb.base/scope.exp (test_at_localscopes): Call pass for
29738 successful tests--makes xfailing them work right.
29739
29740 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29741
29742 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
29743 only \r\n, not .*. The test can pass .* as the last thing in
29744 $pattern if that is what it wants. In addition to providing this
29745 flexibility, this change should speed up pattern matching in cases
29746 where the pattern already ended with .* (there were a number of
29747 them). This change also helps catch bad patterns--in the old
29748 scheme the typo "char \*" instead of "char \\*" would pass. Now
29749 it is caught.
29750 * Many .exp files: Update callers.
29751
29752 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
29753 clearer and does not spuriously match multiple ('s. Likewise for
29754 ) and *.
29755
29756 * gdb.base/nodebug.exp: Test ability to call a function and pass
29757 it a string (even with no debugging info).
29758
29759 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
29760 "p '\'", which is the same as "p ''" once tcl gets done with
29761 quoting, to "p '\\'", which I suspect is what is intended (one
29762 backslash gets sent to GDB).
29763
29764 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
29765
29766 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29767
29768 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
29769 1817) was fixed literally years ago.
29770
29771 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29772
29773 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
29774 test, it causes stepping out of call_after_alloca_subr with
29775 optimizing compilers.
29776 (localvars_in_indirect_call): Consume GDB prompt if `finish'
29777 fails.
29778
29779 * gdb.c++/templates.exp: Source templ-info.exp only if
29780 the templates executable exists.
29781
29782 * gdb.c++/misc.cc (class Contains_static_instance,
29783 class Contains_nested_static_instance),
29784 gdb.c++/classes.exp (test_static_members): Test printing of
29785 a class that contains a static instance of the class.
29786
29787 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29788
29789 * gdb.base/langs2.c (cppsub_): Don't prototype.
29790 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
29791 only, I believe).
29792
29793 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29794
29795 * lib/gdb.exp (skip_chill_tests): New procedure.
29796
29797 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
29798
29799 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
29800
29801 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
29802 each expect pattern. Cuts runtime from 12 to about 4 seconds.
29803
29804 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29805
29806 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
29807
29808 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
29809 disassemble 8, not 16, instructions for part 4.
29810
29811 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
29812 support the latter anymore.
29813
29814 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
29815 -DNO_PROTOTYPES.
29816 * gdb.base/callfuncs.c: Control use of prototypes based on
29817 NO_PROTOTYPES, not __STDC__.
29818 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
29819 t_float_values2 tests if prototypes in use.
29820
29821 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
29822 t_double_values): When checking differences against DELTA, check
29823 that difference is within the range (-DELTA,DELTA), not just
29824 (-infinity,DELTA).
29825
29826 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
29827
29828 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
29829 'file' command firts, then 'target', then 'load', this is due to gdb
29830 target set up.
29831 * config/mips-gdb.exp: Fix a couple regular exp bugs.
29832
29833 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
29834
29835 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
29836 FP load/store variants.
29837 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
29838
29839 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
29840
29841 * gdb.base/term.exp: Do not give a warning if not native, it is
29842 not an abnormal condition.
29843
29844 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
29845
29846 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
29847 t_char_array".
29848
29849 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
29850
29851 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
29852 are getting the version number.
29853
29854 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
29855 if not native, it is not an abnormal condition.
29856
29857 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29858
29859 * lib/gdb.exp: Just use "file exists", rather than undocumented
29860 dejagnu procedure "findfile".
29861
29862 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
29863
29864 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
29865 (LDFLAGS): Set to -Xlinker -Ur.
29866
29867 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
29868 Removed, these values are set by lib/gdb.exp.
29869
29870 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
29871
29872 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
29873
29874 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
29875 of replicating gdb startup code.
29876
29877 * config/mt-vxworks (LDFLAGS): Set to -r.
29878 (CFLAGS_FOR_TARGET): Removed.
29879
29880 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
29881 (gdb) and gdb for vxworks uses (vxgdb).
29882
29883 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
29884 executable is not in the tree and host != target, use sed and
29885 program_transform_name to determine the gdb name used by the
29886 target.
29887
29888 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
29889 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
29890
29891 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29892
29893 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
29894 floats, chars, and shorts where there are ANSI-style function
29895 definitions.
29896
29897 * gdb.base/langs.exp, gdb.base/langs*: New test.
29898 * gdb.base/Makefile.in: Build it.
29899 * TODO: Remove item about checking that C names don't get C++
29900 demangling applied; this test tests it.
29901
29902 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29903
29904 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
29905 went with the const70 xfail. The xfail went away a year ago.
29906
29907 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
29908
29909 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
29910 for hp300.
29911
29912 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
29913
29914 * gdb.base/a1-selftest.exp: Don't run on hp300.
29915
29916 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29917
29918 * Makefile.in (site.exp): Set host_alias and target_alias as well
29919 as host_triplet and target_triplet.
29920
29921 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29922
29923 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
29924
29925 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
29926 places as other ecoff systems).
29927
29928 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
29929 ultrix.
29930
29931 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29932
29933 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
29934 remove them.
29935 * gdb.base/nodebug.exp: Accept "function" in addition to "text
29936 variable and "variable" in addition to "data variable".
29937 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
29938
29939 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
29940 2.
29941 * gdb.base/list1.c (long_line): Add additional statement at start
29942 of function.
29943 * gdb.base/list.exp (test_forward_search): Update line number to
29944 reflect new statement.
29945
29946 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29947
29948 * gdb.base/signals.exp: Reinitialize searched source directories
29949 after gdb_start call.
29950
29951 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
29952
29953 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
29954 * gdb.stabs/Makefile.in: Likewise.
29955
29956 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
29957 change. Instead split the tests into smaller pieces.
29958 * gdb.disasm/hppa.s: Corresponding changes.
29959
29960 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29961
29962 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
29963 Quote ^C when passing it to stty. For some shells ^ is a pipe.
29964
29965 * gdb.base/funcargs.exp: Modify many tests so that every test
29966 either passes or fails. Make some test names unique.
29967
29968 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29969
29970 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
29971 Call stty to set interrupt character.
29972
29973 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
29974 for HP assembler versus GNU assembler based on actual behavior of
29975 $(CC), rather than assuming that $(AS) is always the GNU assembler.
29976
29977 * TODO: Suggest a few more stepping tests.
29978
29979 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
29980
29981 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
29982 restart GDB for h8300 after a continue.
29983 (return): Add pattern to match a29k-udi behavior.
29984 * gdb.base/nodebug.exp: Remove obsolete comment.
29985 * gdb.base/regs.exp: New file, testing of register displays.
29986 * gdb.base/return.exp: Fix typo in reference to $objdir.
29987 * gdb.base/whatis.exp: Always start with a fresh GDB.
29988
29989 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29990
29991 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
29992 higher, these tests generate a lot of output.
29993
29994 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29995
29996 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
29997 code following the catch silently ignored some errors; without the
29998 catch they should be thrown like any other tcl error. Also, the
29999 catch used "" instead of {} which meant all the callers who wanted
30000 to include one of the characters "[]$ had to quote it an extra time.
30001 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
30002 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
30003 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
30004 Remove extra quoting.
30005
30006 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
30007
30008 * gdb.base/commands.exp: Make test names unique; every test either
30009 passes or fails. Update some comments.
30010
30011 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
30012
30013 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30014
30015 The following fixes a FAIL caused by the fact that the alpha stabs
30016 configuration didn't use the ".if alpha" code in weird.def.
30017 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
30018 bit pointer, so the 32 bit version works even on the alpha.
30019 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
30020 Remove the stuff which allowed us to have separate versions for
30021 alpha and everything else.
30022
30023 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
30024 regexp which "info func operator\[\](" is supposed to match. Fix
30025 string to send to GDB. Note that GDB still doesn't work right. Add a
30026 new test for "info func .perator\[\](" which GDB does handle correctly.
30027
30028 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
30029
30030 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30031
30032 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
30033 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
30034 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
30035 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
30036 it makes the tests harder to understand and confuses test-o-matic.
30037 The preferred style is that each test provides a PASS or a FAIL,
30038 and has a unique message (e.g. "continue #54" not just "continue")
30039 which is the same for the pass and the fail.
30040 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30041 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
30042 to lib/gdb.exp.
30043 * gdb.base/printcmds.exp: Use test_print_accept. Remove
30044 prt_accept which was basically the same thing. Likewise for
30045 test_print_reject and prt_reject.
30046 * lib/gdb.exp (test_print_reject): Add some more error message
30047 patterns to match from the former printcmds.exp (prt_reject).
30048 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
30049 One defect of the passcount stuff is that some of it failed to
30050 report XPASS where appropriate.
30051 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
30052 stuff before and after arg in expected pattern.
30053 (test_paddr_operator_functions): Re-do test without print_addr_of;
30054 this is the only test which seems to want extra stuff there.
30055
30056 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30057
30058 * gdb.base/nodebug.exp: Update new tests to reflect improved
30059 wording of gdb output.
30060
30061 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
30062 and "ptype" work on variables in files compiled without -g.
30063 Replaces commented out "maint print msymbol" tests.
30064
30065 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30066
30067 * gdb.base/setvar.c (dummy): Call malloc.
30068
30069 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
30070 losing with the irix4 sed.
30071
30072 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
30073 ALRM" on irix4.
30074
30075 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30076
30077 * TODO: Remove items about corefile.exp testing new exec-file and
30078 backtrace; both are now done. Add items about printing enums.
30079
30080 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30081
30082 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
30083 "get signal $thissig" test fails.
30084
30085 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
30086
30087 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30088
30089 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
30090 compiler warning with dec alpha compiler.
30091
30092 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
30093 extra \n from gdb_test call (this explains why the prompt test
30094 that I removed yesterday was there).
30095 (user_defined_command_test): Remove extra \n and prompt test.
30096
30097 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
30098 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
30099 doesn't exist.
30100 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
30101 Also remove alpha workaround, which turns out to be because
30102 SIGABRT == SIGLOST.
30103
30104 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
30105
30106 * gdb.base/help.exp: Don't test "help show".
30107
30108 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30109
30110 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
30111 "set print address" is on.
30112 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
30113 pass prompt to gdb_test; gdb_test already looks for the prompt.
30114
30115 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
30116
30117 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
30118 was a vestige of the manual TESTSTRATEGY, and the purpose of it
30119 was to make sure that gdb can read a core file. But (a) the "read
30120 the corefile" part didn't make it to a1-selftest.exp, we just
30121 delete the corefile after creating it, and (b) we test reading
30122 corefiles in corefile.exp anyway. Also, this test left around a
30123 xgdb process on Solaris.
30124
30125 * gdb.base/corefile.exp: Also test backtrace.
30126
30127 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
30128
30129 * gdb.base/commands.exp: Test a simple user defined command with
30130 arguments and if/while statements; verify the full user command is
30131 printed by "show user".
30132
30133 * gdb.base/commands.exp: Test if/while commands as part of a
30134 breakpoint command list; verify they appear in breakpoint
30135 information.
30136
30137 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30138
30139 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
30140 than by dividing by zero.
30141
30142 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
30143
30144 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
30145 performing an inferior call with watchpoints enabled.
30146 * gdb.base/watchpoint.c (main): Delete second unnecessary read
30147 call.
30148
30149 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30150
30151 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
30152 of "file" command.
30153
30154 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
30155 Add additional pattern for when "int operator int(void);" appears
30156 in a different order.
30157
30158 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30159
30160 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
30161
30162 * gdb.base/help.exp: Replace most of docstrings for "info signals"
30163 and "signal" with ".*".
30164
30165 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30166
30167 * TODO: Add note about "handle all nostop".
30168
30169 * gdb.base/{sigall.c, sigall.exp}: New test.
30170 * gdb.base/Makefile.in: Add it.
30171
30172 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
30173
30174 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
30175 when invoking GDB, suppresses any windowing interface.
30176
30177 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
30178
30179 * config/sim-gdb: New file, simulator testing support.
30180
30181 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
30182
30183 * gdb.base/interrupt.exp: Test calling func1 twice.
30184
30185 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
30186
30187 * gdb.base/list.exp (test_forward_search): Set timeout higher
30188 when we'll be getting lots of output from gdb.
30189
30190 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
30191 "init_malloc" to after the expect statement. Run it if that
30192 regexp is taken, but also for two others which happen if source
30193 cannot be found.
30194
30195 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30196
30197 * gdb.base/printcmds.exp: New test, for printing register before
30198 program is running.
30199
30200 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30201
30202 * gdb.base/list.exp: Correct some alternate expect patterns
30203 to reflect changes in list1.c.
30204
30205 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30206
30207 * TODO: Add item regarding large frames.
30208
30209 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
30210
30211 * TODO: Remove item about enabling return.exp; it
30212 is enabled. Suggest a few more "return" tests.
30213
30214 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30215
30216 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
30217 anonymous unions.
30218
30219 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30220
30221 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
30222 and pr-5646.o, so "make" is the same as "make all", not "make
30223 pr-4975.o".
30224
30225 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
30226
30227 * gdb.base/list.exp: Adjust expectations to reflect changes in
30228 list1.c.
30229 (test_forward_search): New test proc.
30230 * gdb.base/list1.c (long_line): New function, has long source line.
30231
30232 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
30233
30234 * gdb.base/a1-selftest.exp: Change initial stepping to know about
30235 additional line of code that was added.
30236
30237 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
30238
30239 * gdb.disasm/hppa.s: Break the large branching tests into smaller
30240 tests so as not to overflow expect's input buffers.
30241 * gdb.disasm/hppa.exp: Corresponding changes.
30242
30243 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30244
30245 Beginnings of template debugging tests.
30246 * gdb.c++/templ-info.cc: New file to test for template
30247 debugging capability of the compiler.
30248 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
30249 templ-info.cc.
30250 * gdb.c++/templates.cc: Add explicit template instantiations
30251 to enable compiling with -fno-implicit-templates. Add destructor
30252 and 'value' method to T5 class for template tests.
30253 * gdb.c++/templates.exp: Add testcases for printing of template
30254 types, setting breakpoints on template methods and calling a
30255 template method.
30256
30257 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
30258
30259 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
30260 branch target since some assemblers (gas-2.5) may emit a
30261 relocation for the branch instead of resolving it in the
30262 assembler.
30263
30264 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30265
30266 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
30267 through signal handler.
30268
30269 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30270
30271 * configure.in (*-*-netware): Use config/mt-netware.
30272
30273 * config/mt-netware: New file.
30274 * config/mt-i386-netware: Removed, separate configs for different
30275 netware architectures are no longer needed now that we have
30276 --with-headers.
30277
30278 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30279
30280 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
30281 by the recent changes to use ANSI C arithmetic conversions.
30282
30283 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30284
30285 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
30286 bug involving using inferior_pid to figure out whether to select a
30287 frame.
30288
30289 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
30290
30291 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
30292 match the current disassembler output.
30293
30294 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
30295
30296 * gdb.fortran/exprs.exp: Expect VOID instead of void.
30297 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
30298 types, expect "int" as type of integer values (for now).
30299
30300 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
30301
30302 * gdb.base/commands.exp: New tests for if/while commands.
30303
30304 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
30305
30306 * lib/gdb.exp (runto): Replace sub-pattern for hex value
30307 by .*, since hex values have different syntax in Chill mode.
30308
30309 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30310
30311 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
30312 linefeed from expect pattern for repeated types with indices > 9.
30313
30314 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
30315
30316 First part of Fortran test suite.
30317 * gdb.fortran: New directory.
30318 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
30319
30320 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30321
30322 * gdb.base/default.exp: Update expect pattern for load command
30323 without arguments.
30324
30325 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
30326
30327 * configure.in: Change i386 to i[345]86.
30328 * gdb.base/configure.in: Likewise.
30329 * gdb.c++/configure.in: Likewise.
30330 * gdb.chill/configure.in: Likewise.
30331
30332 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
30333
30334 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
30335 patterns, since that is not a valid context for comments.
30336
30337 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
30338
30339 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
30340 repeated types and repeated types with indices > 9.
30341
30342 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
30343
30344 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
30345 2417; old bug has been fixed.
30346
30347 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
30348
30349 * gdb.base/interrupt.exp: When trying to wake up the inferior,
30350 send the newline ourselves instead of assuming gdb_test will do
30351 so when passed an empty input string.
30352
30353 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
30354 stabs testcode.
30355
30356 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30357
30358 * lib/gdb.exp (gdb_test): Don't send anything if the first
30359 argument is an empty string. This makes cases where we want to
30360 match output that is already in expect's buffers (for example,
30361 matching a breakpoint after gdb_run_cmd has been called) work
30362 reliably.
30363
30364 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30365
30366 * config/netware.exp: New file.
30367
30368 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30369
30370 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
30371 the -B and -L prefixes so we can find the debugging stub.
30372
30373 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
30374 there and we are using the gcc from the tree.
30375
30376 * gdb.base/types.c: Removed.
30377
30378 * gdb.base/configure.in: Look for makefile fragments in ../config.
30379 Recognize i386-*-netware.
30380 * gdb.c++/configure.in: Likewise.
30381
30382 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30383
30384 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
30385 the correct TCL syntax.
30386
30387 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30388
30389 * gdb.base/opaque.exp: use runto instead of messing around with
30390 breakpoints. Simplify by using gdb_test.
30391
30392 * gdb.base/bitfields.exp: restart between tests on netware targets
30393 because breakpoints aren't relocated after target death. Run
30394 processes to completion.
30395
30396 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
30397
30398 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
30399
30400 * Makefile.in: Remove extra tabs that confuse some versions
30401 of "make". Use the newly built gdb to test with by default,
30402 rather than the first one in the tester's search path.
30403
30404 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
30405
30406 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
30407
30408 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
30409 condition help.
30410
30411 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30412
30413 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
30414
30415 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
30416 running.
30417 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
30418 * gdb.base/funcargs.exp: Likewise.
30419
30420 * gdb.base/bitfields.exp: Simplify by using gdb_test.
30421 * gdb.base/funcargs.exp: Likewise.
30422
30423 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
30424 message is "".
30425
30426 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30427
30428 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
30429 return,signals,twice}.exp: Handle non-existant binaries
30430 consistantly.
30431
30432 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
30433 * gdb.base/Makefile.in: Don't try to generate a core dump, we
30434 might testing a cross development system.
30435
30436 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30437
30438 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
30439 runtest script is relative to ${srcdir}, not ${rootdir}.
30440
30441 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
30442
30443 * gdb.base/signals.exp: Allow for optionality of breakpoint
30444 address.
30445
30446 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30447
30448 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
30449
30450 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30451
30452 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
30453 for size_t definition.
30454 * gdb.c++/templates.cc: Likewise
30455
30456 * config/mt-i386-netware: New file.
30457
30458 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
30459 defined.
30460
30461 * gdb.base/Makefile.in: Added support for systems that name core
30462 files by appending "core" to the program name.
30463 * gdb.base/a1-selftest.exp: Likewise.
30464
30465 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30466
30467 * gdb.base/return.exp: Add comment and message for `return double'
30468 test failure on Sparc Solaris.
30469
30470 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
30471
30472 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
30473
30474 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30475
30476 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
30477 from optimizing them away.
30478 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
30479 patterns to include default constructors and assignment operators,
30480 to match gcc versions beyond 2.5.8. Accept any cplus demangling
30481 character in the output of the virtual base pointer.
30482
30483 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30484
30485 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
30486 expression match in print_addr_of to avoid unintented matches.
30487 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
30488 versions up to 2.5.8.
30489
30490 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30491
30492 * gdb.base/list.exp: Tweak alternate pattern for listing of an
30493 included file to run under newer versions of expect.
30494 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
30495 consecutive >'s in templates to accomodate recent cplus-dem.c change.
30496 Remove xfail for the virtual table of BDDHookV.
30497
30498 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
30499
30500 * lib/gdb.exp (string_to_regexp): Set a default result.
30501 (default_gdb_start): Fix misleading message.
30502
30503 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
30504
30505 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
30506 Remove all CC, etc definitions.
30507 * config/mt-hpux: New file.
30508 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
30509 (CFLAGS, LDFLAGS): Define.
30510 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
30511
30512 * Makefile.in (site.exp): Don't insert host_os, etc.
30513 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
30514 (distclean): Check existence of subdir.
30515 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
30516 * gdb.base/Makefile.in: General cleanup and simplification.
30517 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30518 to build executables. Use default rule to build .o files.
30519 (EXPECT, RUNTEST, CC): Fix relative pathname.
30520 (site.exp): Don't insert host_os, etc.
30521 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
30522 and/or SIGUSR1 defined.
30523 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
30524 * gdb.c++/Makefile.in: General cleanup and simplification.
30525 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30526 (CFLAGS): Remove.
30527 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
30528
30529 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
30530
30531 * gdb.base/recurse.exp: Misc changes to get tests running again
30532 after Kung's changes to the watchpoint code.
30533 * gdb.base/watchpoint.exp: Likewise.
30534
30535 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
30536
30537 * lib/gdb.exp (string_to_regexp): Convert {\} also.
30538
30539 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
30540
30541 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
30542 * lib/gdb.exp (default_gdb_start): Define.
30543 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
30544 gdb.base/funcargs.exp, gdb.base/opaque.exp,
30545 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
30546 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
30547 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
30548 Don't call gdb_target_udi in between tests.
30549
30550 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30551
30552 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
30553 (which was basically just a local version of the same thing). In
30554 addition to avoiding duplication, gdb_test_exact is faster.
30555 * lib/gdb.exp (gdb_test_exact): Fix typo.
30556
30557 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
30558 don't give an error.
30559
30560 * gdb.base/term.exp: Call delete_breakpoints before starting.
30561
30562 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
30563 (t10): Add comment.
30564
30565 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30566
30567 Reorganization of the GDB Test Suite.
30568
30569 * gdb.base: New directory, contains all the basic tests.
30570 * gdb.c++: New directory, tests specific to C++.
30571 * gdb.chill: New directory, tests specific to Chill.
30572 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
30573 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
30574 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
30575 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
30576 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
30577 t30-31 to chill).
30578 * */gdbme.*: Rename to match appropriate expect scripts.
30579 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
30580 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
30581 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
30582 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
30583 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
30584 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
30585 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
30586 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
30587 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
30588 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
30589 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
30590 gdb.c++/virtfunc.cc: New names of C++ files.
30591 * gdb.chill/chillvars.ch: New name of Chill file.
30592 * gdb.base/configure.in, gdb.c++/configure.in,
30593 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
30594 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
30595 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
30596 * configure.in (configdirs): Update to reflect directory changes.
30597 (target_abbrev): No longer define for any configuration.
30598 * Makefile.in: Cosmetic improvements to header comments.
30599
30600 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
30601
30602 Various changes to gdb.t31:
30603
30604 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
30605 * gdbme.ch: Make all key-words and predefineds be upper-case.
30606 * chillvars.exp: Expect key-words and predefinds in upper-case.
30607
30608 * chillvars.exp: Use gdb_test_exact many places.
30609 Change expected output for arrays (which now includes index labels).
30610
30611 * pr-5020.exp, gdme.ch (module PR_5020):
30612 New test, for PR-5020.
30613
30614 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
30615
30616 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
30617 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
30618
30619 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
30620
30621 * Makefile.in: Fix bit-rot in definitions of CHILL,
30622 CHILL_FOR_TARGET and Chill_LIB.
30623 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
30624 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
30625 CHILL, and CHILL_LIB.
30626
30627 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
30628
30629 * Revert the previous changes. Please see Rob's directory
30630 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
30631
30632 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
30633
30634 * Makefile.in, configure.in, config/mips-gdb.exp,
30635 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
30636 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
30637 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
30638 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
30639 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
30640 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
30641 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
30642 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
30643 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
30644 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
30645 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
30646 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
30647 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
30648 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
30649 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
30650 changes from 94Q1.
30651
30652 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
30653
30654 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
30655 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
30656 Rob's new testing fragments.
30657
30658 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
30659
30660 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
30661 lib/gdb.exp: Replace error proc calls with perror.
30662
30663 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30664
30665 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
30666 version also, match on casted version strings, and match on
30667 gdb startup case where the line numbers might be messed up.
30668
30669 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
30670
30671 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
30672 (CFLAGS): Delete it from here.
30673
30674 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
30675
30676 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
30677
30678 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
30679
30680 * Makefile.in (RUNTEST): Default to just "runtest".
30681
30682 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30683
30684 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
30685 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
30686 the code has been restructured.
30687
30688 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30689
30690 * gdb.t00/default.exp (set write): Allow any number of \r and/or
30691 \n, not just one of each.
30692
30693 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
30694 /bin/cc gives a warning if you do.
30695
30696 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
30697
30698 * gdb.t24/demangle.exp: change expect pattern of
30699 __t10ListS_link1ZUiRCUiPT0
30700
30701 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30702
30703 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
30704 on local variables in recursive functions.
30705
30706 * gdb.t07/Makefile.in: Build the new test.
30707
30708 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30709
30710 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
30711 directly. Instead compare the return values from actual calls.
30712
30713 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
30714
30715 * Makefile.in (check): Set TCL_LIBRARY for runtest.
30716
30717 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30718
30719 * From Peter Schauer with minor modifications.
30720 * gdb.t15/return.exp (return_tests): Handle targets where "return"
30721 stops in mid-line in the caller. Add xfail for returning a float
30722 value on X86 targets.
30723
30724 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30725
30726 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
30727 to avoid expect lossage.
30728 (fmem_LRbug_tests): Likewise.
30729 * gdb.disasm/hppa.s: Corresponding changes.
30730
30731 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
30732 conditions to work with latest dejagnu/expect.
30733
30734 * gdb.t15/funcargs.exp (finish from indirect call): No longer
30735 expected to fail on the PA.
30736 (backtrace in call with trampolines): Explicitly require main
30737 to be frame #1 (no trampolines should show up in backtrace).
30738
30739 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
30740 "continue -expect".
30741 * gdb.t06/break.exp: Likewise.
30742 * gdb.t07/watchpoint.exp: Likewise.
30743 * gdb.t13/bitfields.exp: Likewise.
30744 * gdb.t15/{funcargs,return}.exp: Likewise.
30745 * gdb.stabs/weird.exp: Likewise.
30746 * config/{mips,udi}-gdb.exp: Likewise.
30747
30748 * hppa.sed: Enclose comments within a sed command to avoid
30749 losing with the old OSF1 sed.
30750
30751 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30752
30753 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
30754 sequent dynix.
30755 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
30756 * gdb.t15/funcargs.exp: Conditionally step again to really
30757 finish from marker_call_with_trampolines. Handle the case where
30758 the first step from within call_with_trampolines already steps
30759 us back to main.
30760 * gdb.t15/gdbme.c: Add comment to closing brace of
30761 call_with_trampolines for funcargs.exp.
30762
30763 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30764
30765 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30766 Fix typo(s).
30767
30768 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30769
30770 * gdb.t07/gdbme.c: More code for watchpoint testing.
30771
30772 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
30773 "Hardware watchpoint" throughout file.
30774 (test_watchpoint_triggered_in_syscall): New test.
30775 (test_complex_watchpoint): New test.
30776
30777 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30778
30779 * gdbme.c (call_with_trampolines): New function to try and step
30780 into. Tests trampoline problems on the PA.
30781
30782 * funcargs.exp (localvars_in_indirect_call): No longer expect
30783 stepping into indirect call to fail on PAs.
30784 (test_stepping_over_trampolines): New test.
30785
30786 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30787
30788 * TODO: Add suggestions for static member function tests, and
30789 completion tests.
30790
30791 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30792
30793 * TODO: Add suggestions for "p/a" tests.
30794
30795 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
30796 (default_gdb_exit): Replace all the hair with sending "quit" to
30797 the process with a simple close.
30798
30799 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30800
30801 * TODO: Add suggestions for shared library tests.
30802
30803 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30804
30805 * TODO: Add suggestions for x/s tests.
30806
30807 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30808
30809 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
30810 "enable once", and "enable breakpoints once" with ".*".
30811
30812 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30813
30814 * TODO: Add suggestions about structure passing tests.
30815
30816 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30817
30818 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
30819 the primary1 test, use work around if __GNUC__ < 2.
30820 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
30821 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
30822 Test for bad output rather than waiting for timeout. Issue
30823 second continue only if first continue failed.
30824
30825 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30826
30827 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
30828 operator[] test with gdb_test because the old code didn't seem to
30829 be getting the quoting right with the new dejagnu.
30830
30831 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
30832
30833 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
30834 one from the path.
30835 * Makefile.in: Use a fresh expect if there is one, use runtest
30836 from the src tree if there is one.
30837
30838 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30839
30840 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
30841 next over recursive call. Revise the tests from that point on
30842 (which had been skipped) to match GDB's actual (correct) output.
30843
30844 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
30845 with next over a breakpoint whose condition is false.
30846
30847 * gdb.t00/help.exp: Comment out "help set print" tests just like
30848 (and for same reason as) "help set" test.
30849
30850 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30851
30852 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
30853 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
30854
30855 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30856
30857 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
30858 necessary gdb_target_udi.
30859
30860 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
30861
30862 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
30863 1838 and 2417; they are fixed.
30864
30865 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
30866 gdb.t03/ptype.exp (ptype structure, ptype union):
30867 Remove xfails; the test is looser than when the xfails were added.
30868
30869 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
30870 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
30871
30872 * gdb.t01/run.exp: Only run shell test if isnative.
30873
30874 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
30875 since "run" automatically loads if necessary. Call gdb_target_udi
30876 after the "file" since "file" kills any execution target.
30877
30878 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
30879 GDB. GDB doesn't work that way (not anymore at least) on UDI.
30880 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
30881 argument for UDI.
30882
30883 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30884
30885 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
30886
30887 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
30888
30889 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30890
30891 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
30892 properly quoting regexps. This makes the second argument to
30893 demangle a fixed string, which matches the callers, instead of a
30894 shell-style pattern which is what the previous implementation
30895 used. Update some of the callers.
30896
30897 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30898
30899 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
30900 (comib_nullified_tests): Fix typo.
30901 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
30902 strings. No longer expected to fail.
30903
30904 * gdb.disasm/hppa.s (addib_tests): Fix typo.
30905 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
30906 strings. No longer expected to fail.
30907
30908 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
30909 string. No longer expected to fail.
30910
30911 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30912
30913 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
30914 No longer expected to fail.
30915
30916 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
30917 string. No longer expected to fail.
30918
30919 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30920
30921 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
30922 only in the names (I probably got most of them). I was even
30923 generous with some which differed in underscores in names, and
30924 probably missed a few, and I *still* was able to remove almost a
30925 third of the file with almost no impact on testsuite coverage.
30926
30927 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30928
30929 * gdb.t00/default.exp: Match udi_attach error message as well as
30930 the one from child_attach.
30931
30932 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
30933
30934 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
30935
30936 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
30937 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
30938
30939 * Move test with enums and partial symbols back to
30940 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
30941 Reverts the change of 26 May 93. Per today's change to
30942 stabs.texinfo, the behavior that weird.exp was expecting was
30943 unreasonable; what is important is that the compiler+gdb get
30944 things right, which happens with a recent gcc. Also fix the test
30945 to deal with native compilers which put out the stab gdb can't
30946 deal with.
30947
30948 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30949
30950 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
30951 in the names. The main thing these accomplish is to slow things down.
30952 Many more such duplicates surely remain.
30953
30954 * gdb.t00/help.exp: Comment out "help support" test just like
30955 (and for same reason as) "help set" test.
30956
30957 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
30958
30959 * gdb.t06/break.exp: Remove setup_xfails for
30960 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
30961 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
30962 about known bug in gcc to include up through 2.5.8.
30963 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
30964 well as "_vb$".
30965 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
30966 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
30967 with latest gcc and gdb.
30968 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
30969 well as "_vb$".
30970
30971 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30972
30973 * configure.in (hppa*-*-*): Also configure and build stabs-only
30974 tests.
30975
30976 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30977
30978 * gdb.t10/hppa.mt: A makefile fragment for the PA.
30979 * gdb.t10/configure.in (hppa*-*-*): Use it.
30980
30981 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30982
30983 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
30984
30985 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30986
30987 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
30988 versions prior to 1.13.5.
30989
30990 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30991
30992 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
30993 the prompt is at the start of a line.
30994
30995 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30996
30997 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
30998 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
30999 in the copr tests now.
31000 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
31001 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
31002 expected to fail.
31003
31004 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
31005
31006 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
31007 gdb.t31/chillvars.exp, lib/gdb.exp:
31008 Tweak to run under either version of expect.
31009 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
31010 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
31011 * gdb.t11/list.exp: Remove extraneous whitespace.
31012
31013 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31014
31015 * gdb.t16/printcmds.exp (test_print_strings): Accept
31016 "(unsigned char *) " before the string.
31017
31018 * TODO: Add notes about printing of fancy types and GDB expressions.
31019
31020 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
31021
31022 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
31023 * gdb.t06/configure.in: Don't try to compile signals test program
31024 if doing mips-idt-ecoff.
31025
31026 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
31027
31028 * Most .exp files: Tweak to run under either version of expect.
31029
31030 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31031
31032 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
31033 xfails; I'm not sure why they are failing, but not because of PR 1806.
31034
31035 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
31036
31037 * config/unix-gdb.exp: Remove gdb_unload cause it's already
31038 defined in lib/gdb.exp.
31039
31040 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31041
31042 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
31043 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
31044 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
31045 have to be typeless.
31046
31047 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31048
31049 * TODO: Add suggestion for copyright year test.
31050
31051 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
31052
31053 * configure.in (*-*-lynxos*): Add stabs tests.
31054
31055 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31056
31057 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
31058 so insert a tab before any assembler directive in column zero.
31059
31060 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
31061 stores.
31062 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
31063 stores.
31064 (fpu_short_memory_tests): Likewise.
31065
31066 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31067
31068 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
31069 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
31070 .stabs directives in comments.
31071
31072 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31073
31074 * TODO: New file, describing tests we could write.
31075 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
31076
31077 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31078
31079 * gdb.t06/signals.exp: Add kludge to force re-sync.
31080
31081 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
31082 to xgdb instead of gdb, get out of gdb.
31083
31084 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
31085
31086 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
31087 for info.
31088
31089 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31090
31091 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
31092 * gdb.stabs/configure.in (hppa*-*-*): Use it.
31093 * gdb.stabs/hppa.sed: New sed script for the PA.
31094
31095 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31096
31097 * gdb.stabs: Re-write weird.def and configuration to use sed
31098 instead of cpp. sed is portable and POSIX; cpp is neither.
31099
31100 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31101
31102 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
31103
31104 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31105
31106 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
31107
31108 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31109
31110 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
31111 "_vb$".
31112 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
31113 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
31114
31115 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31116
31117 * lib/gdb.exp: Comment out code which depends on non-existent
31118 `transform' procedure.
31119
31120 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
31121
31122 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
31123 * lib/gdb.exp: Transform tool name.
31124 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
31125 1.1's new error handling system.
31126
31127 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31128
31129 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
31130
31131 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31132
31133 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
31134 They made pattern matching so slow that timeouts happened on
31135 heavily loaded systems. Now any output from "show print" which
31136 gets us back to the GDB prompt is a PASS.
31137
31138 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
31139
31140 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
31141
31142 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31143
31144 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
31145
31146 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
31147 It is not from PR 3220.
31148
31149 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31150
31151 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
31152 just started failing because they depended on the order the
31153 subcommands are presented, or exact docstring text. This kind of
31154 test is a pain and has minimal benefit.
31155
31156 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31157
31158 * gdb.t09/corefile.exp: At end of test, use "core" command with
31159 no arguments.
31160
31161 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
31162
31163 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
31164 17}/Makefile.in: Make it possible to run the testsuite with Sun
31165 make and CC = cross gcc by adding explicit build rules for .o
31166 files.
31167
31168 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31169
31170 * gdb.t15/funcargs.exp: Don't put comments on same line as
31171 setup_xfail (@#$*%& tcl braindamage!).
31172
31173 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31174
31175 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
31176
31177 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
31178
31179 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
31180 * gdb.t20/inherit.exp: remove three dumplicate entries.
31181
31182 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31183
31184 * gdb.t06/break.exp: For "next over recursive call", fail on any
31185 incorrect output, not just on "factorial (value=2)".
31186
31187 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31188
31189 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
31190 working now. Add an xfail if accesing a bss variable causes
31191 a memory error if the target is not yet run.
31192
31193 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31194
31195 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
31196 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
31197 name of __st* demangling (2 strings). Did Kung really get the
31198 more than 95 others right without testing them?
31199
31200 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
31201
31202 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
31203
31204 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
31205
31206 * configure.in (configdirs): Add gdb.disasm
31207 * gdb.disasm: New directory for GDB disassembler tests.
31208 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
31209
31210 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31211
31212 * gdb.t00/help.exp: Don't test "help set".
31213
31214 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
31215 from within expect statements. None of these happen anymore and
31216 they cause regressions to be silently unnoticed.
31217
31218 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
31219 messages) about known failures with gcc cygnus-2.4.5-930417.
31220
31221 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
31222 comp-info.exp so it gets built if it doesn't exist.
31223
31224 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
31225 it is no longer used.
31226 * gdb.t13/comp-info.c: Removed.
31227
31228 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31229
31230 * gdb.t06/signals.exp: Add xfail for sun3.
31231
31232 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31233
31234 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
31235 relevant because ^C doesn't get sent but failure can be reproduced
31236 interactively).
31237
31238 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31239
31240 * gdb.stabs/alpha.mt: New configuration file for alpha.
31241 * gdb.stabs/configure.in: Use it.
31242 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
31243 sharing with alpha.mt, redefine long to word via preprocessor.
31244 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
31245 for alpha.
31246 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
31247 native cc.
31248 * gdb.t00/teststrategy.exp: Change expect string so that we
31249 consume the `(xgdb)' from the command echo and from the gdb prompt.
31250 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
31251 gdb currently compares all values as long, so this failure probably
31252 applies to any configuration where LONGEST is bigger than a target int.
31253 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
31254 with gcc.
31255 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
31256 to handle opaque pointers, gcc is.
31257 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
31258 as first argument. Include <sys/types.h> and change all operator
31259 new definitions to use size_t.
31260 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
31261 now that we use size_t.
31262
31263 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31264
31265 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
31266 a long or float array cast all array members to the same type.
31267 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
31268 with 64 bit longs.
31269 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
31270 on alpha.
31271 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
31272
31273 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31274
31275 * gdb.t24 (demangle.exp): Constructors of templates have names like
31276 vector<int>::vector(int) not vector<int>::vector<int>(int). See
31277 section 14.6 of the ARM.
31278
31279 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
31280 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
31281 accomplish little and slow down the testsuite.
31282
31283 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
31284 Accept spaces various places.
31285
31286 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31287
31288 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
31289 with watchpoint enabled.
31290
31291 * Makefile.in: Remove definition of CC and remove the second
31292 definition of CXX (the "CXX = gcc" one remains). These definitions
31293 were causing backquotes to be expanded within backquotes, which
31294 doesn't work.
31295
31296 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
31297
31298 * gdb.t17/callfuncs.exp: Add "return 0" to end.
31299
31300 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31301
31302 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
31303 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
31304 by mips cc and contains no stabs entries.
31305
31306 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
31307
31308 * config/vx-gdb.exp: Use fake device to load files rather than
31309 NFS.
31310 * lib/gdb.exp: New proc to do "file" command.
31311 * config/unix-gdb.exp: Use new "file" proc.
31312
31313 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
31314
31315 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
31316 Rework board rebooting slightly.
31317 (gdb_exit): Don't exit from the remote shell; there isn't one.
31318 * gdb.stabs/weird.exp: If a program is being debugged already,
31319 kill it.
31320 * gdb.t04/setvar.exp: Stop and restart gdb.
31321 * gdb.t05/expr.exp: Likewise.
31322 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
31323 restart gdb and reload the program.
31324 * gdb.t08/opaque.exp: Likewise.
31325 * gdb.t12/scope.exp: Likewise.
31326 * gdb.t13/bitfields.exp: Likewise.
31327 * gdb.t15/funcargs.exp: Likewise.
31328 * gdb.t20/classes.exp: Likewise.
31329 * gdb.t03/ptype.exp: Increase timeout.
31330 * gdb.t16/printcmds.exp (test_print_string_constants,
31331 test_print_array_constants): Likewise.
31332 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
31333 * gdb.t20/classes.exp (do_tests): Likewise.
31334 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
31335
31336 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
31337
31338 * gdb.stabs: Renamed *wierd* to *weird*.
31339
31340 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31341
31342 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
31343 for timeout. Add "known gcc 2.4.5 bug" to failure message.
31344
31345 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31346
31347 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
31348 (do_tests): Remove xfail for whatis on one_var and two_var.
31349
31350 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
31351
31352 * Makefile.in: Made cross building work better by adding
31353 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
31354
31355 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31356
31357 * gdb.t15/{return.c,return.exp,Makefile.in}:
31358 New test, currently commented out.
31359
31360 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
31361
31362 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
31363 still running and removes the leftover named socket so GDb can do
31364 clean restarts.
31365
31366 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
31367
31368 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
31369 console, not GDB.
31370 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
31371 cross testing works better with "make check"
31372 * config/unix-gdb: Use default procedures for exit and version.
31373 * config/vx-gdb.exp: Cleaned up and massaged back to working order
31374 with the newest VxWorks.
31375
31376 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31377
31378 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
31379 old form.
31380
31381 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
31382 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
31383
31384 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
31385
31386 * config/unix-gdb.exp: Remove this version of gdb_exit
31387 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
31388 Rob says he'll look at it when he gets back to testing boards.
31389
31390 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
31391
31392 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
31393 an expected fail for certain ptype commands.
31394
31395 * gdb.t20/classes.exp: Update expected results of "ptype class
31396 Base1" to account for the constructor that now appears in the type.
31397
31398 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
31399
31400 * configure.in (configdirs): Restore gdb.t04, which mysteriously
31401 disappeared from list.
31402 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
31403 "alldone" proc with call to cleanup and exit.
31404 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
31405 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
31406 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
31407 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
31408 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
31409 "alldone" proc with simple returns that suppress remaining
31410 tests. The alldone proc went away many months ago.
31411
31412 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31413
31414 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
31415
31416 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
31417
31418 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31419
31420 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
31421 as vax gdb will display them.
31422
31423 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31424
31425 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
31426 optimizers.
31427
31428 * scope.exp: Change "bad value for localval" messages so each one
31429 is unique.
31430
31431 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
31432 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
31433
31434 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
31435
31436 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31437
31438 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
31439 doesn't exist (due to optimization).
31440
31441 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31442
31443 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
31444 contains \r because the filename is long.
31445
31446 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
31447 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
31448
31449 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31450
31451 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
31452 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
31453 Ultrix.
31454 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
31455 int tests.
31456 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
31457
31458 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
31459
31460 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
31461
31462 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
31463 to match does not match the passing case but still matches the
31464 failing case.
31465
31466 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31467
31468 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
31469
31470 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
31471
31472 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
31473 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
31474 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
31475 Remove various versions of gdb_exit.
31476 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
31477 gdb_exit.
31478 * config/unix-gdb.exp: gdb_exit remains here, and should override
31479 the generic version, since it's doing a lot of wierd stuff that
31480 the other versions aren't. FIXME, fold it in, or abandon this
31481 version.
31482
31483 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31484
31485 * gdb.t24/demangle.exp: Add tests for PR 3220.
31486
31487 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31488
31489 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
31490
31491 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
31492
31493 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
31494 "i386-*-*". Works for i486 as well.
31495
31496 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
31497 bug, and expand domain of xfail to all SVR4 systems, since the
31498 actual problem is likely to be in generic SVR4 /proc support.
31499
31500 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31501
31502 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
31503
31504 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
31505
31506 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
31507 xfails for other systems. Match a missing 'Continuing.' as an
31508 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
31509
31510 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
31511 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
31512 Only issue warning for missing executables if -all option is used.
31513
31514 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
31515 file if -all option is used. It's like an unpredictable XFAIL.
31516
31517 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31518
31519 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
31520 for dynamically linked binaries.
31521
31522 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
31523
31524 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31525
31526 * gdb.t20/inherit.exp: Change message for "print tagless struct"
31527 to state that this is a known bug in old versions of g++.
31528
31529 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31530
31531 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
31532 while waiting for `Continuing'.
31533
31534 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
31535
31536 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
31537 in text, data, and bss.
31538 * gdb.t10/nodebug.c: Add local and global test variables for
31539 initialized and uninitialized data.
31540
31541 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31542
31543 * config/unix-gdb.exp (gdb_exit): Add "wait".
31544
31545 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31546
31547 * gdb.t06/signals.exp: xfail the continue from the handler for all
31548 targets.
31549
31550 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
31551 function with watchpoints enabled, the i386 call dummy starts with
31552 a call.
31553
31554 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
31555 386 bsd names its corefiles.
31556
31557 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
31558
31559 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
31560 compilers don't grok it.
31561 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
31562 with small octal ints rather than character constants, which
31563 are signed and might not fit if first promoted to int.
31564
31565 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
31566
31567 * gdb.t09/Makefile.in (clean): Remove corefile.
31568
31569 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31570
31571 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
31572
31573 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31574 and Jim Kingdon (kingdon@cygnus.com)
31575
31576 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
31577 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
31578 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
31579
31580 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31581
31582 * gdb.t17/interrupt.exp: Add xfail for hppa.
31583
31584 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31585
31586 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
31587 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
31588 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
31589 to determine signed-ness of bitfields and use the result to setup
31590 the xfail.
31591 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
31592 * gdb.t15/funcargs.exp: Use them to step until the second indirect
31593 call line is reached if necessary.
31594
31595 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31596
31597 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
31598
31599 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31600
31601 * gdb.t06/break.exp: Also test `clear' command.
31602
31603 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31604
31605 * gdb.t00/teststrategy.exp: Remove extra quote.
31606
31607 * gdb.t07/watchpoint.exp: Change xfail for calling function with
31608 watchpoint enabled to be for all non-68k machines.
31609
31610 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
31611
31612 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31613
31614 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
31615 targets use aout.mt instead of ecoff.mt as gas understands
31616 standard aout format.
31617
31618 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31619
31620 * lib/gdb.exp (runto): Don't insist that function we are running to
31621 was compiled with -g.
31622
31623 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
31624
31625 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
31626 to get back into the read system call.
31627 Accept leading newline in case where we woke it up.
31628
31629 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31630
31631 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
31632 to make the stabs test work on ecoff systems using gcc and -with-stabs.
31633 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
31634 enable ecoff configuration.
31635
31636 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31637
31638 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
31639
31640 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31641
31642 * gdb.t16/printcmds.exp: Add another printf test.
31643
31644 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
31645
31646 * configure.in: If configured -with-stabs on any target, add
31647 stabsdirs to configdirs.
31648
31649 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31650
31651 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
31652 fun" so pattern does not match the command itself.
31653
31654 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31655
31656 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
31657
31658 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31659
31660 * gdb.t17/interrupt.exp: Test for more things.
31661
31662 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31663
31664 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
31665 compiler arranges the code and line numbers.
31666
31667 * gdb.t17/interrupt.exp: Don't send \n after ^C.
31668
31669 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31670
31671 * gdb.t00/help.exp: Increase expect input buffer size.
31672
31673 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31674
31675 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
31676
31677 * gdb.t07/watchpoint.exp: Add xfail for hppa.
31678
31679 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
31680
31681 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
31682 [0-9]*, not just [0-9].
31683
31684 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31685
31686 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
31687
31688 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
31689
31690 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31691
31692 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
31693
31694 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31695
31696 * gdb.t06/signals.c: Add xfails for sun3.
31697
31698 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
31699
31700 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
31701 test_stepping tests.
31702
31703 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31704
31705 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
31706
31707 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
31708
31709 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
31710 rather than actually putting it through cpp twice.
31711
31712 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
31713
31714 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
31715
31716 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
31717 no longer needed.
31718
31719 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31720
31721 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
31722
31723 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
31724 C++ features prints as "struct", make it a pass, not an xfail.
31725
31726 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31727
31728 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
31729 Don't require VA to print as "class" rather than "struct".
31730
31731 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
31732
31733 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
31734
31735 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31736
31737 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
31738
31739 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31740
31741 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
31742 order.
31743
31744 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31745
31746 * gdb.t16/printcmds.exp: Add printf tests.
31747
31748 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
31749
31750 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
31751
31752 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
31753
31754 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
31755 pass counts, to counteract any existing or future setup_xfails.
31756
31757 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31758
31759 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
31760 {BEGIN,END}_COMMON for common block instead of STAB.
31761 * gdb.stabs/wierd.exp: Add xfail for rs6000.
31762
31763 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
31764 intp_var should be N_GSYM not N_LSYM.
31765 wierd-aout.S: Use a label for the value of the N_SO.
31766 wierd.def: Remove all backslashes.
31767 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
31768
31769 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31770
31771 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
31772 get the expected next to inheritance3.
31773
31774 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31775
31776 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
31777 now that gcc-2.4 gets it right.
31778
31779 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31780
31781 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
31782
31783 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
31784 generating comp-info.exp which works for cross-compilation.
31785
31786 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
31787
31788 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
31789 "*-*-sysv4.*".
31790
31791 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
31792
31793 * gdb.t01/run.exp: Start with a fresh gdb.
31794 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
31795 SVR4.x.
31796
31797 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
31798
31799 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
31800 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
31801 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
31802 Makefile.in (distclean, realclean): Remove gdbme.c from list of
31803 things to remove.
31804
31805 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
31806
31807 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
31808 test cases from bug reports.
31809
31810 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
31811
31812 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
31813 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
31814 avoid spurious xfails.
31815 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
31816 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
31817 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
31818
31819 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
31820
31821 * gdb.t00/teststrategy.exp: Rework to provide more useful
31822 description of each test, fix problem with systems that define
31823 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
31824 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
31825 results for "next over recursive call" so timeouts aren't taken
31826 by error.
31827
31828 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
31829
31830 * gdb.t12/scope.exp: Test printing of variables before run.
31831
31832 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
31833 printed in wrong order due to sorting.
31834
31835 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
31836
31837 * gdb.t00/teststrategy.exp: Fix expected results for printing
31838 user entered string constant. Is array of char, prints with no
31839 address.
31840
31841 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
31842 commands.
31843 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
31844 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
31845 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
31846 of struct of char arrays.
31847 * gdb.t00/radix.exp: New tests for radix commands.
31848
31849 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
31850
31851 * gdb.t16/printcmd.exp: Print a variable before running program
31852 (with xfail for AIX).
31853
31854 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
31855
31856 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
31857
31858 * gdb.t16/printcmd.exp: Don't print variables before running program.
31859
31860 * gdb.t06/break.exp: Don't require envp argument to main.
31861
31862 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
31863
31864 * gdb.t02/whatis.exp, gdb.t11/list.exp:
31865 Add xfails for rs6000.
31866
31867 * gdb.t02/whatis.exp: Change other tests not to re-test something
31868 we already tested.
31869
31870 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
31871 each type used has a variable of that type.
31872
31873 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
31874
31875 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
31876
31877 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
31878
31879 * configure.in: change srctrigger to be a file, not a directory
31880
31881 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
31882
31883 * configure.in (mips-idt-ecoff*): Added trailing '*'.
31884
31885 * gdb.t11/list.exp: Fixed a couple of typos.
31886
31887 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
31888
31889 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
31890 is fixed and PR is closed.
31891 * gdb.t16 (gdbme.c): Add simple test string variable.
31892 * gdb.t16 (printcmds.exp): Add tests with simple test string
31893 variable, primarily for boundaries on "set print elements".
31894
31895 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
31896
31897 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
31898 Make leading 0's optional and don't expect a tab in the middle
31899 of the number.
31900
31901 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
31902
31903 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
31904 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
31905 don't end command passed to gdb_test with newline.
31906
31907 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
31908 signed keyword away, don't expect signed bitfields to be signed.
31909
31910 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
31911 printing with only as many 1's as are in the field as well as printing
31912 with 32 1's (see comment).
31913
31914 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
31915
31916 * gdb.t00/default.exp: Start with a fresh gdb.
31917 * configure.in (configdirs): Remove gdb.t31 until the chill
31918 compiler works again. It no longer is able to find chillrt0
31919 since it isn't in libchill.a anymore.
31920 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
31921 wierd.o, make more modular.
31922 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
31923 spurious newlines that caused problems.
31924
31925 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31926
31927 * Move test with enums and partial symbols from gdb.t03/ptype.exp
31928 to gdb.stabs/wierd.exp since GCC has worked around the bug.
31929 gdb.stabs/wierd.{exp,def}: Many new tests.
31930
31931 * gdb.t00/default.exp: update info line for new message.
31932
31933 * gdb.t02/{whatis.exp,gdbme.c}:
31934 Test that "char *" doesn't print as "caddr_t".
31935
31936 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31937
31938 * gdb.t00/help.exp: Use .* in place of some help messages which
31939 just changed.
31940 gdb.t00/default.exp: Update "info frame" test for new message.
31941 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
31942 Remove some xfails
31943
31944 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31945
31946 * gdb.t03/{gdbme.c,ptype.exp}:
31947 Add tests for typedef'd struct and union without tags.
31948 Also check "whatis" on a variable of a typedef'd enum without a tag.
31949
31950 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
31951 PRMS 1823; the bug still exists but isn't reproduced by this test
31952 anymore), and remove rs6000 XFAIL (the bug is fixed).
31953
31954 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
31955 duplicated from whatis.exp. For those that are left, accept
31956 "long", "long int", or "int" for long variables (whatis.exp already
31957 has an XFAIL for "int", so no need to fail it here).
31958
31959 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
31960 Deal with GCC's names for types now that GDB uses the compiler's names.
31961
31962 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
31963 setup_xfail's for sunos4. If we #defined the signed keyword away,
31964 don't expect GDB to know that char it is signed.
31965
31966 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
31967
31968 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
31969
31970 * configure.in (configdirs): Add gdb.t24 for C++ tests that
31971 should work on any system, regardless of debugging format.
31972 * gdb.t21/demangle.exp: Move to gdb.t24.
31973 * gdb.t24/demangle.exp: Move from gdb.t21.
31974 * gdb.t24/{Makefile.in, configure.in}: New files.
31975
31976 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31977
31978 * configure.in: Do gdb.stabs and C++ tests only for stabs.
31979 * gdb.stabs: New directory.
31980
31981 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31982
31983 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
31984 not just "Quit anyway?".
31985
31986 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
31987
31988 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
31989 that all setup_xfails are immediately followed by clear_xfails.
31990
31991 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
31992
31993 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
31994 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
31995 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
31996 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
31997 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
31998 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
31999 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32000 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
32001 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
32002 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
32003 gdb.t31/chillvars.exp, lib/gdb.exp:
32004 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
32005 bug-gdb@prep.ai.mit.edu.
32006
32007 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
32008
32009 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
32010 with 0.0, not integer 0.
32011
32012 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
32013
32014 * gdb.t06/break.exp: Update for "Kill the program" message change.
32015
32016 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
32017
32018 * Makefile.in (GDBFLAGS): Set to -nx.
32019 * Makefile.in (site.exp): Use GDBFLAGS.
32020
32021 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32022
32023 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
32024 Makefiles.
32025 (check): depend on just-check.
32026 (just-check): added so that tests can be run without a noop
32027 build pass.
32028
32029 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32030
32031 Switch to using configure's configdirs.
32032 * Makefile.in (Makefile): add configure.in dependency.
32033 (SUBDIRS): removed redundant assignment.
32034 * configure.in: switch subdirs assignment to configdirs.
32035 * gdb.t*/configure.in: new files.
32036
32037 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
32038
32039 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
32040 works.
32041
32042 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
32043
32044 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
32045 in explicit rules. Apparently this is not supported by some makes.
32046
32047 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
32048
32049 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
32050
32051 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32052
32053 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
32054 disappeared.
32055
32056 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
32057
32058 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
32059
32060 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
32061
32062 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
32063 watchpoint problem that is now fixed.
32064 * gdb.t30/chexp.exp: Remove setup_xfail for printing
32065 uninitialized convenience variables.
32066 * gdb.t31/chillvars.exp: Fix expected patterns for printing
32067 structures.
32068
32069 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32070
32071 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
32072 which causes expect to get out of sync with gdb on long output
32073 from help set.
32074 * gdb.t09/corefile.exp: Make expected pattern for core file
32075 failing signal and frame output format less sun specific.
32076
32077 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
32078
32079 * gdb.t31/chillvars.exp: Add and remove initial dummy
32080 breakpoint, so that symbol table is forced in.
32081 (Needed at least on Sunos4, though it seems not SVR4.)
32082 * gdb.t31/chillvars.exp: Update for changed output format.
32083
32084 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
32085
32086 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
32087
32088 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
32089
32090 * Makefile.in: Added --srcdir when invoking runtest, removed the
32091 need for a local config file. (optional now)
32092
32093 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
32094
32095 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
32096 failure count used to force early termination. Add some more
32097 expected failures for gnu style demangling.
32098
32099 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32100
32101 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
32102 pmi variable from gdb.t20/gdbme to get optimized away.
32103 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
32104 Check for written corefile upon timeout _and_ eof.
32105
32106 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32107
32108 * config/unix-gdb.exp: Add missing return 0.
32109
32110 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32111
32112 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
32113 test termination.
32114
32115 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
32116
32117 * configure.in (subdirs): Put back gdb.t17 which mysteriously
32118 disappeared.
32119
32120 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
32121
32122 * gdb.t10/crossload.exp: Disable the i860-elf test until such
32123 time as i860 support works.
32124
32125 * gdb.t15/funcargs.exp: Fix expected outputs to include
32126 "backtrace 100\r" rather than just "backtrace\r", to match last
32127 change.
32128
32129 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
32130
32131 * config/udi-gdb.exp (gdb_exit): Remove close command.
32132 (gdb_target_udi): New procedure to set the UDI target.
32133 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
32134 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
32135 Added waits for prompts after several question responses. Added
32136 some more responses used by a29k-amd-udi-gdb.
32137 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
32138 pass different arguments, restart UDI connection after program
32139 completion.
32140 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
32141 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32142 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
32143 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
32144 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
32145 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
32146 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32147 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
32148 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
32149 after program completion.
32150 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
32151 compiled with a SELECT_VECS setting.
32152 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
32153 infinite recursion.
32154
32155 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
32156 Added checks for COFF results, and made them expected failures for
32157 all targets. It would be better to make them expected failures
32158 for COFF targets only.
32159
32160 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
32161
32162 * Makefile.in: add null dvi target, don't bother to recurse
32163 through test directories for info and install-info; rename
32164 $(datadir) to be dejagnu instead of deja-gnu
32165
32166 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
32167
32168 * gdb.t31/gdbme.ch: Re-enable code that previously caused
32169 compiler to coredump.
32170 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
32171 code.
32172
32173 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
32174
32175 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
32176 coredump.
32177 * gdb.t31/chillvars.exp: Comment out tests that depend on that
32178 code.
32179
32180 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
32181
32182 * gdb.t03/ptype.exp: tests for return code from gdb_test.
32183 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
32184 which in a shell. Deletes xgdb when done.
32185 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
32186 Tests the return from the "set height" or "set width" commands.
32187 Added a few return codes where needed.
32188
32189 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
32190
32191 * Makefile.in (SUBDIRS): Add gdb.t17.
32192 * configure.in (subdirs): Add gdb.t17.
32193 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
32194 files to test gdb's calling of functions in the inferior with
32195 the correct arguments and gdb's ability to retrieve any
32196 result returned.
32197
32198 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
32199
32200 * config/unix-gdb.exp (gdb_exit): Remove close commands that
32201 may be called after gdb goes away. Previous versions of expect
32202 needed these to avoid file descriptor leaks, but they cause
32203 errors with the current revision of expect.
32204 * gdb.t00/gdbvars.exp: Use -re on expected output after
32205 setting sevenbit-strings.
32206 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
32207 to set sevenbit-strings consistent across tests.
32208 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
32209 set sevenbit-strings consistent across tests.
32210
32211 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
32212
32213 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
32214 expected output to match current "expect" expectations.
32215
32216 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
32217
32218 * gdb.t00/default.exp: Change expected output for default "source"
32219 command, to match new gdb behavior which requires a filename to
32220 source.
32221
32222 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
32223
32224 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
32225 expected fail for i486-*-* that misses the marker2 function.
32226 * gdb.t10/crossload.exp (bfddefault): Allow successful
32227 recognition of a format to pass even if no symbols are found.
32228 Explicitly catch failures where the format is not recognized
32229 or is ambiguous, and add the reason to the fail message.
32230 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
32231 the cause is and invalid target and add reason to failure message.
32232 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
32233 elf32-i386, elf32-sparc, and elf32-i860.
32234 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
32235 Set up expected failure for 'filename'::variable scope resolution,
32236 which is now apparently broken on all targets.
32237 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
32238 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
32239 gdb.t23/templates.exp: Change failure for missing binfile into
32240 just a warning.
32241 gdb.t21/demangle.exp: Change all cfront references to 'arm'
32242 references.
32243
32244 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
32245
32246 * gdb.t00/default.exp: Add expected output for default "source"
32247 command, to match new gdb behavior.
32248 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
32249
32250 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
32251
32252 * config/*-gdb.exp: returns an error, rather than exiting on
32253 internal errors.
32254
32255 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
32256
32257 * gdb.t03/gdbme.c: Add pointer to struct variable.
32258 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
32259 referencing struct members.
32260
32261 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
32262
32263 * configure.in (mips-idt-ecoff): New target.
32264 * config/mips-gdb.exp: New file for remote board using MIPS remote
32265 debugging protocol.
32266
32267 * Redid configuration scheme. Removed gdb.t*/configure.in.
32268 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
32269 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
32270 distclean targets. Built executables via .o files. Adjusted
32271 tests to account for source files in $(srcdir) rather than
32272 $(objdir).
32273 * lib/gdb.exp (runto): Don't expect () after the function name,
32274 because it may have arguments.
32275
32276 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
32277
32278 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
32279 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
32280 expected failures for mips-idt-* and mips-sgi-*.
32281 * gdb.t00/default.exp (attach): Kill process if requested.
32282 * gdb.t00/help.exp (help target core, help target): Accept a gdb
32283 that does not read core files.
32284 * gdb.t01/run.exp: Removed checks for exit status code.
32285 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
32286 it is linked in.
32287 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
32288 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
32289 appropriate, rather than doing it by hand.
32290 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
32291 execution.
32292 * gdb.t10/crossload.exp: Kill existing program if needed.
32293 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
32294 appropriate, rather than doing it by hand. Always increase
32295 timeout for this test, not just for VxWorks.
32296
32297 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
32298
32299 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
32300 of Chill STRUCT types and STRUCT values.
32301 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
32302 than "char".
32303 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
32304 struct2): New struct definitions and initializations to test
32305 simple Chill STRUCT types.
32306
32307 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
32308
32309 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
32310 the null byte at the end of strings.
32311 * gdb.t00/default.exp: Make show version insensitive to copyright
32312 date.
32313 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
32314 to avoid dependencies on target char signedness.
32315 * gdb.t16/printcmds.exp: Update expected results for explicitly
32316 unsigned char.
32317 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
32318 now work.
32319 * gdb.t21/demangle.exp: Add many more patterns for template
32320 demangling, most of them being expected failures.
32321 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
32322 string we are matching for, to match on the whole string.
32323 * gdb.t21/demangle.exp: Add many new test strings to demangle,
32324 and fix a whole bunch that had incorrect expected output but were
32325 passing anyway because of the bug in "proc demangle".
32326 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
32327 type.
32328 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
32329
32330 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
32331
32332 * gdb/testsuite: made modifications to testcases, etc., to allow
32333 them to work properly given the reorganization of deja-gnu and the
32334 relocation of the testcases from deja-gnu to a "tool" subdirectory.
32335
32336 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
32337
32338 * gdb/testsuite: Initial creation of gdb/testsuite.
32339 Migrated dejagnu testcases and support files for testing nm to
32340 gdb/testsuite from deja-gnu. These files were moved "as is"
32341 with no modifications. This migration is part of a major overhaul
32342 of dejagnu. The modifications to these testcases, etc., which
32343 will allow them to work with the new version of dejagnu will be
32344 made in a future update.
32345
32346 For additional changes see gdb.mi/ChangeLog-1999-2003.
32347 \f
32348 ;; Local Variables:
32349 ;; mode: change-log
32350 ;; left-margin: 8
32351 ;; fill-column: 74
32352 ;; version-control: never
32353 ;; End:
32354
32355 Copyright 1993-2013 Free Software Foundation, Inc.
32356 Copying and distribution of this file, with or without modification,
32357 are permitted provided the copyright notice and this notice are preserved.
This page took 0.654687 seconds and 3 git commands to generate.