2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
2
3 PR gdb/15715
4 * gdb.base/setshow.exp: Test that relative paths passed to
5 'set history filename' are converted to absolute paths.
6
7 2013-07-26 Keith Seitz <keiths@redhat.com>
8
9 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
10 of f77.
11 Allow for compiler variations of integer types.
12 Use mi_create_varobj.
13 Use mi_list_varobj_children for the immediate children of `array'.
14 Add "has_more" attribute for grandchildren test.
15
16 2013-07-26 Pedro Alves <palves@redhat.com>
17
18 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
19 files.
20
21 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
22
23 * gdb.mi/mi-reg-undefined.exp: New file.
24 * gdb.mi/mi-reg-undefined.c: Likewise.
25 * gdb.mi/mi-reg-undefined.S: Likewise.
26
27 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
28
29 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
30 z, o, and t output formats.
31 * gdb.base/display.exp: Use 'k' as an undefined format now that
32 'z' is defined.
33
34 2013-07-24 Doug Evans <dje@google.com>
35
36 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
37 "--" to switch.
38
39 2013-07-24 Yao Qi <yao@codesourcery.com>
40
41 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
42 host.
43 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
44 Likewise. If host is remote, copy ${binfile} to host.
45
46 2013-07-23 Yao Qi <yao@codesourcery.com>
47
48 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
49 message.
50
51 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
52
53 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
54 instructions and enable disp-step-syscall for arm targets.
55
56 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
57
58 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
59 assembler errors on arm.
60 * gdb.dwarf2/mac-fileno.S: Likewise.
61 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
62 * gdb.dwarf2/pr13961.S: Likewise.
63
64 2013-07-19 Hui Zhu <hui@codesourcery.com>
65
66 PR gdb/15692
67 * gdb.mi/mi-dprintf.exp: Add double quotes test.
68
69 2013-07-19 Yao Qi <yao@codesourcery.com>
70
71 * gdb.trace/read-memory.exp (test_from_remote): Update test.
72 (teset_from_exec): Likewise.
73
74 2013-07-19 Yao Qi <yao@codesourcery.com>
75
76 * gdb.trace/read-memory.c: New.
77 * gdb.trace/read-memory.exp: New.
78
79 2013-07-19 Yao Qi <yao@codesourcery.com>
80
81 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
82 $dest to link options if host is remote. Move the
83 generated file to $dest.a on host if host is remote.
84
85 2013-07-18 Will Newton <will.newton@linaro.org>
86
87 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
88 to ensure the test is linked against pthreads.
89 * gdb.threads/tls-var-main.c: Likewise.
90 * gdb.threads/tls-shared.c: Likewise.
91
92 2013-07-18 Yao Qi <yao@codesourcery.com>
93
94 * lib/future.exp (gdb_default_target_compile): Use tail name
95 of $destfile as the output name of compile. Move the
96 generated file to $destfile on build.
97
98 2013-07-18 Yao Qi <yao@codesourcery.com>
99
100 * lib/gdb.exp (gdb_compile): Set
101 gdb_saved_set_unbuffered_mode_obj to
102 set_unbuffered_mode_saved.o if host is remote. Invoke
103 remote_download to copy $unbuf_obj to host.
104
105 2013-07-17 Doug Evans <dje@google.com>
106
107 * gdb.python/py-frame-args.c: New file.
108 * gdb.python/py-frame-args.py: New file.
109 * gdb.python/py-frame-args.exp New file.
110
111 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
112
113 * gdb.base/printcmds.exp (test_printf): Add tests for format
114 strings with missing format specifier.
115
116 2013-07-16 Tom Tromey <tromey@redhat.com>
117
118 * gdb.ada/info_types.exp: Use standard_testfile.
119
120 2013-07-16 Tom Tromey <tromey@redhat.com>
121
122 * gdb.mi/mi-basics.exp: Use standard_output_file.
123 (test_dir_specification, test_cwd_specification)
124 (test_path_specification): Use testsubdir, not subdir and objdir.
125
126 2013-07-16 Tom Tromey <tromey@redhat.com>
127
128 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
129
130 2013-07-09 Joel Brobecker <brobecker@adacore.com>
131
132 * gdb.ada/small_reg_param.exp: Accept optional entry value
133 for parameter "w".
134
135 2013-07-09 Joel Brobecker <brobecker@adacore.com>
136
137 * gdb.ada/small_reg_param.exp: Remove trailing space.
138
139 2013-07-09 Doug Evans <dje@google.com>
140
141 * gdb.base/default.exp: Update expected output of "show print array"
142 and "show print pretty".
143
144 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
145
146 * gdb.threads/wp-replication.exp: Stop counting available hardware
147 watchpoints after NR_THREADS iterations.
148
149 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
150
151 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
152
153 2013-07-07 Yao Qi <yao@codesourcery.com>
154
155 * boards/native-gdbserver.exp: Move invoke of
156 process_multilib_options to gdbserver-base.exp.
157 Move set_board_info 'compiler', 'gdb,noinferiorio',
158 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
159 gdbserver-base.exp.
160 Move proc ${board}_download, ${board}_upload and
161 ${board}_file to gdbserver-base.exp.
162 * boards/native-extended-gdbserver.exp: Likewise.
163 * boards/native-stdio-gdbserver.exp: Likewise.
164 * boards/gdbserver-base.exp: New file.
165
166 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
167
168 * gdb.base/dump.exp: Remove arch-specific tests and do a
169 generic data address check to set is64bitonly correctly.
170
171 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
172
173 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
174 the register number instead of expecting only 0.
175
176 2013-07-05 Will Newton <will.newton@linaro.org>
177
178 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
179 in asm syntax to allow building on ARM.
180
181 2013-07-05 Yao Qi <yao@codesourcery.com>
182
183 * boards/local-remote-host.exp: Remove obsolete comments.
184 * boards/native-extended-gdbserver.exp: Likewise.
185 * boards/native-gdbserver.exp: Likewise.
186 * boards/native-stdio-gdbserver.exp: Likewise.
187
188 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
189
190 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
191 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
192 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
193
194 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
195
196 * gdb.base/break-on-linker-gcd-function.exp: Replace
197 prepare_for_testing by build_executable_from_specs and clean_restart.
198
199 2013-06-27 Tom Tromey <tromey@redhat.com>
200
201 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
202 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
203 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
204 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
205 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
206 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
207 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
208 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
209 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
210 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
211 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
212 Use standard_testfile, standard_output_file, prepare_for_testing,
213 clean_restart.
214
215 2013-06-27 Tom Tromey <tromey@redhat.com>
216
217 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
218 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
219 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
220 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
221 gdb.base/shreloc.exp, gdb.base/sigall.exp,
222 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
223 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
224 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
225 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
226 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
227 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
228 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
229 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
230 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
231 gdb.base/solib-weak.exp, gdb.base/source.exp,
232 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
233 gdb.base/stap-probe.exp, gdb.base/start.exp,
234 gdb.base/step-break.exp, gdb.base/step-bt.exp,
235 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
236 gdb.base/step-test.exp, gdb.base/structs.exp,
237 gdb.base/structs2.exp, gdb.base/structs3.exp,
238 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
239 standard_output_file, prepare_for_testing, clean_restart.
240
241 2013-06-27 Tom Tromey <tromey@redhat.com>
242
243 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
244 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
245 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
246 gdb.base/pending.exp, gdb.base/permissions.exp,
247 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
248 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
249 gdb.base/printcmds.exp, gdb.base/prologue.exp,
250 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
251 gdb.base/ptype.exp, gdb.base/randomize.exp,
252 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
253 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
254 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
255 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
256 standard_testfile, standard_output_file, prepare_for_testing,
257 clean_restart.
258
259 2013-06-27 Tom Tromey <tromey@redhat.com>
260
261 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
262 gdb.base/huge.exp, gdb.base/included.exp,
263 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
264 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
265 gdb.base/info-os.exp, gdb.base/info-proc.exp,
266 gdb.base/info-target.exp, gdb.base/infoline.exp,
267 gdb.base/interp.exp, gdb.base/interrupt.exp,
268 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
269 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
270 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
271 gdb.base/logical.exp, gdb.base/long_long.exp,
272 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
273 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
274 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
275 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
276 standard_testfile, standard_output_file, prepare_for_testing,
277 clean_restart.
278
279 2013-06-27 Tom Tromey <tromey@redhat.com>
280
281 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
282 gdb.base/enumval.exp, gdb.base/environ.exp,
283 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
284 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
285 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
286 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
287 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
288 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
289 gdb.base/fullname.exp, gdb.base/funcargs.exp,
290 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
291 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
292 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
293 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
294 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
295 gdb.base/gnu_vector.exp: Use standard_testfile,
296 standard_output_file, prepare_for_testing, clean_restart.
297
298 2013-06-27 Tom Tromey <tromey@redhat.com>
299
300 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
301 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
302 gdb.base/call-strs.exp, gdb.base/callexit.exp,
303 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
304 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
305 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
306 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
307 gdb.base/commands.exp, gdb.base/completion.exp,
308 gdb.base/complex.exp, gdb.base/cond-expr.exp,
309 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
310 gdb.base/constvars.exp, gdb.base/corefile.exp,
311 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
312 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
313 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
314 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
315 gdb.base/dup-sect.exp: Use standard_testfile,
316 standard_output_file, prepare_for_testing, clean_restart.
317
318 2013-06-27 Tom Tromey <tromey@redhat.com>
319
320 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
321 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
322 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
323 gdb.base/async-shell.exp, gdb.base/async.exp,
324 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
325 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
326 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
327 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
328 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
329 gdb.base/break-on-linker-gcd-function.exp,
330 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
331 standard_output_file, prepare_for_testing, clean_restart.
332
333 2013-06-26 Yao Qi <yao@codesourcery.com>
334
335 * gdb.trace/mi-trace-frame-collected.exp: New.
336
337 2013-06-25 Yao Qi <yao@codesourcery.com>
338
339 * boards/native-extended-gdbserver.exp: Set board_info
340 'gdb,predefined_tsv'.
341 * boards/native-gdbserver.exp: Likewise.
342 * boards/native-stdio-gdbserver.exp: Likewise.
343 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
344 uploaded TSVs if target supports tracing.
345 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
346 tracing and target has predefined tsv.
347
348 2013-06-25 Yao Qi <yao@codesourcery.com>
349 Hui Zhu <hui@codesourcery.com>
350 Pedro Alves <palves@redhat.com>
351
352 PR breakpoints/15075
353 PR breakpoints/15434
354 * gdb.base/dprintf-next.c: New file.
355 * gdb.base/dprintf-next.exp: New file.
356 * gdb.base/dprintf-non-stop.c: New file.
357 * gdb.base/dprintf-non-stop.exp: New file.
358 * gdb.base/dprintf.exp: Don't check "continue" in the output
359 of "info breakpoints".
360 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
361 Don't check "continue" in script field.
362
363 2013-06-21 Tom Tromey <tromey@redhat.com>
364
365 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
366 name in a test name.
367
368 2013-06-20 Yao Qi <yao@codesourcery.com>
369
370 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
371 and set an action.
372 (test_trace_unavailable): Test command -data-list-register-values
373 in the context of traceframe and with option --skip-unavailable.
374 * gdb.trace/trace-unavailable.c (foo): New.
375 (main): Call it.
376 * gdb.mi/gdb2549.exp: Update matching pattern.
377
378 2013-06-19 Mike Frysinger <vapier@gentoo.org>
379
380 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
381 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
382 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
383 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
384 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
385
386 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
387
388 * gdb.base/subst.exp: Delete default rules before further
389 tests.
390
391 2013-06-19 Yao Qi <yao@codesourcery.com>
392
393 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
394 unsupported if it is not registered.
395
396 2013-06-18 Tom Tromey <tromey@redhat.com>
397
398 * gdb.base/random-signal.c: New file.
399 * gdb.base/random-signal.exp: New file.
400
401 2013-06-18 Will Newton <will.newton@linaro.org>
402
403 * gdb.base/skip.c: Use comma to evaluate results of foo()
404 and bar() before passing to baz().
405 * gdb.base/skip.c: baz() now takes one argument instead of
406 two.
407
408 2013-06-18 Tom Tromey <tromey@redhat.com>
409
410 * gdb.dwarf2/implptrpiece.exp: New file.
411 * gdb.dwarf2/implptrconst.exp (d): New variable.
412 Print d.
413 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
414
415 2013-06-18 Tom Tromey <tromey@redhat.com>
416
417 * lib/selftest-support.exp (do_self_tests): Reject remote or
418 non-native targets.
419 * gdb.gdb/complaints.exp: Remove check.
420 * gdb.gdb/observer.exp: Remove check.
421 * gdb.gdb/xfullpath.exp: Remove check.
422 * gdb.gdb/complaints.exp: Remove check.
423
424 2013-06-07 Pedro Alves <palves@redhat.com>
425
426 * boards/native-extended-gdbserver.exp: Remove semicolon.
427 * config/arm-ice.exp: Likewise.
428 * config/bfin.exp: Likewise.
429 * config/cygmon.exp: Likewise.
430 * config/h8300.exp: Likewise.
431 * config/monitor.exp: Likewise.
432 * config/sid.exp: Likewise.
433 * config/sim.exp: Likewise.
434 * config/slite.exp: Likewise.
435 * config/vx.exp: Likewise.
436 * gdb.arch/i386-bp_permanent.exp: Likewise.
437 * gdb.asm/asm-source.exp: Likewise.
438 * gdb.base/args.exp: Likewise.
439 * gdb.base/attach-pie-misread.exp: Likewise.
440 * gdb.base/auxv.exp: Likewise.
441 * gdb.base/bigcore.exp: Likewise.
442 * gdb.base/bitfields2.exp: Likewise.
443 * gdb.base/bitfields.exp: Likewise.
444 * gdb.base/break.exp: Likewise.
445 * gdb.base/break-interp.exp: Likewise.
446 * gdb.base/callfuncs.exp: Likewise.
447 * gdb.base/call-sc.exp: Likewise.
448 * gdb.base/commands.exp: Likewise.
449 * gdb.base/corefile.exp: Likewise.
450 * gdb.base/dbx.exp: Likewise.
451 * gdb.base/ending-run.exp: Likewise.
452 * gdb.base/exprs.exp: Likewise.
453 * gdb.base/funcargs.exp: Likewise.
454 * gdb.base/hbreak2.exp: Likewise.
455 * gdb.base/huge.exp: Likewise.
456 * gdb.base/list.exp: Likewise.
457 * gdb.base/memattr.exp: Likewise.
458 * gdb.base/overlays.exp: Likewise.
459 * gdb.base/printcmds.exp: Likewise.
460 * gdb.base/recurse.exp: Likewise.
461 * gdb.base/remotetimeout.exp: Likewise.
462 * gdb.base/reread.exp: Likewise.
463 * gdb.base/savedregs.exp: Likewise.
464 * gdb.base/scope.exp: Likewise.
465 * gdb.base/sepdebug.exp: Likewise.
466 * gdb.base/setshow.exp: Likewise.
467 * gdb.base/setvar.exp: Likewise.
468 * gdb.base/sigaltstack.exp: Likewise.
469 * gdb.base/siginfo-addr.exp: Likewise.
470 * gdb.base/siginfo.exp: Likewise.
471 * gdb.base/siginfo-obj.exp: Likewise.
472 * gdb.base/sigrepeat.exp: Likewise.
473 * gdb.base/sigstep.exp: Likewise.
474 * gdb.base/structs.exp: Likewise.
475 * gdb.base/testenv.exp: Likewise.
476 * gdb.base/twice.exp: Likewise.
477 * gdb.base/valgrind-db-attach.exp: Likewise.
478 * gdb.base/valgrind-infcall.exp: Likewise.
479 * gdb.base/varargs.exp: Likewise.
480 * gdb.base/watchpoint.exp: Likewise.
481 * gdb.cp/gdb1355.exp: Likewise.
482 * gdb.cp/misc.exp: Likewise.
483 * gdb.disasm/hppa.exp: Likewise.
484 * gdb.disasm/t01_mov.exp: Likewise.
485 * gdb.disasm/t02_mova.exp: Likewise.
486 * gdb.disasm/t03_add.exp: Likewise.
487 * gdb.disasm/t04_sub.exp: Likewise.
488 * gdb.disasm/t05_cmp.exp: Likewise.
489 * gdb.disasm/t06_ari2.exp: Likewise.
490 * gdb.disasm/t07_ari3.exp: Likewise.
491 * gdb.disasm/t08_or.exp: Likewise.
492 * gdb.disasm/t09_xor.exp: Likewise.
493 * gdb.disasm/t10_and.exp: Likewise.
494 * gdb.disasm/t11_logs.exp: Likewise.
495 * gdb.disasm/t12_bit.exp: Likewise.
496 * gdb.disasm/t13_otr.exp: Likewise.
497 * gdb.gdb/selftest.exp: Likewise.
498 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
499 * gdb.mi/mi-reverse.exp: Likewise.
500 * gdb.pascal/floats.exp: Likewise.
501 * gdb.python/py-inferior.exp: Likewise.
502 * gdb.threads/attach-into-signal.exp: Likewise.
503 * gdb.threads/pthreads.exp: Likewise.
504 * gdb.threads/thread_events.exp: Likewise.
505 * gdb.threads/watchthreads.exp: Likewise.
506 * gdb.trace/actions-changed.exp: Likewise.
507 * gdb.trace/actions.exp: Likewise.
508 * gdb.trace/ax.exp: Likewise.
509 * gdb.trace/backtrace.exp: Likewise.
510 * gdb.trace/change-loc.exp: Likewise.
511 * gdb.trace/deltrace.exp: Likewise.
512 * gdb.trace/disconnected-tracing.exp: Likewise.
513 * gdb.trace/ftrace.exp: Likewise.
514 * gdb.trace/infotrace.exp: Likewise.
515 * gdb.trace/passc-dyn.exp: Likewise.
516 * gdb.trace/passcount.exp: Likewise.
517 * gdb.trace/pending.exp: Likewise.
518 * gdb.trace/qtro.exp: Likewise.
519 * gdb.trace/range-stepping.exp: Likewise.
520 * gdb.trace/report.exp: Likewise.
521 * gdb.trace/save-trace.exp: Likewise.
522 * gdb.trace/status-stop.exp: Likewise.
523 * gdb.trace/strace.exp: Likewise.
524 * gdb.trace/tfile.exp: Likewise.
525 * gdb.trace/tfind.exp: Likewise.
526 * gdb.trace/trace-break.exp: Likewise.
527 * gdb.trace/tracecmd.exp: Likewise.
528 * gdb.trace/trace-mt.exp: Likewise.
529 * gdb.trace/tspeed.exp: Likewise.
530 * gdb.trace/tsv.exp: Likewise.
531 * gdb.trace/while-stepping.exp: Likewise.
532 * lib/gdb.exp: Likewise.
533 * lib/gdbserver-support.exp: Likewise.
534 * lib/java.exp: Likewise.
535 * lib/mi-support.exp: Likewise.
536 * lib/pascal.exp: Likewise.
537 * lib/prompt.exp: Likewise.
538 * lib/trace-support.exp: Likewise.
539
540 2013-06-07 Pedro Alves <palves@redhat.com>
541
542 * gdb.ada/info_types.c: Fix formating in copyright header.
543 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
544 * gdb.base/float.c: Likewise.
545 * gdb.base/inferior-died.c: Likewise.
546 * gdb.base/interp.c: Likewise.
547 * gdb.base/jit-main.c: Likewise.
548 * gdb.base/jit-solib.c: Likewise.
549 * gdb.base/long_long.c: Likewise.
550 * gdb.base/longjmp.c: Likewise.
551 * gdb.base/nextoverexit.c: Likewise.
552 * gdb.base/pr11022.c: Likewise.
553 * gdb.base/prelink-lib.c: Likewise.
554 * gdb.base/prelink.c: Likewise.
555 * gdb.base/prologue.c: Likewise.
556 * gdb.base/restore.c: Likewise.
557 * gdb.base/sigchld.c: Likewise.
558 * gdb.base/solib-search-lib1.c: Likewise.
559 * gdb.base/solib-search-lib2.c: Likewise.
560 * gdb.base/solib-search.c: Likewise.
561 * gdb.base/solib-search.h: Likewise.
562 * gdb.base/whatis.c: Likewise.
563 * gdb.cp/abstract-origin.cc: Likewise.
564 * gdb.cp/anon-struct.cc: Likewise.
565 * gdb.cp/baseenum.cc: Likewise.
566 * gdb.cp/bs15503.cc: Likewise.
567 * gdb.cp/call-c-1.c: Likewise.
568 * gdb.cp/call-c.cc: Likewise.
569 * gdb.cp/class2.cc: Likewise.
570 * gdb.cp/classes.cc: Likewise.
571 * gdb.cp/cttiadd.cc: Likewise.
572 * gdb.cp/cttiadd1.cc: Likewise.
573 * gdb.cp/cttiadd2.cc: Likewise.
574 * gdb.cp/cttiadd3.cc: Likewise.
575 * gdb.cp/derivation.cc: Likewise.
576 * gdb.cp/derivation2.cc: Likewise.
577 * gdb.cp/dispcxx.cc: Likewise.
578 * gdb.cp/exception.cc: Likewise.
579 * gdb.cp/gdb2384-base.cc: Likewise.
580 * gdb.cp/gdb2384-base.h: Likewise.
581 * gdb.cp/gdb2384.cc: Likewise.
582 * gdb.cp/gdb2495.cc: Likewise.
583 * gdb.cp/mb-inline.h: Likewise.
584 * gdb.cp/mb-inline1.cc: Likewise.
585 * gdb.cp/mb-inline2.cc: Likewise.
586 * gdb.cp/member-name.cc: Likewise.
587 * gdb.cp/member-ptr.cc: Likewise.
588 * gdb.cp/misc.cc: Likewise.
589 * gdb.cp/namespace1.cc: Likewise.
590 * gdb.cp/nextoverthrow.cc: Likewise.
591 * gdb.cp/pr-574.cc: Likewise.
592 * gdb.cp/pr9631.cc: Likewise.
593 * gdb.cp/printmethod.cc: Likewise.
594 * gdb.cp/psmang1.cc: Likewise.
595 * gdb.cp/psmang2.cc: Likewise.
596 * gdb.cp/psymtab-parameter.cc: Likewise.
597 * gdb.cp/ptype-flags.cc: Likewise.
598 * gdb.cp/ref-params.cc: Likewise.
599 * gdb.cp/ref-types.cc: Likewise.
600 * gdb.cp/smartp.cc: Likewise.
601 * gdb.cp/try_catch.cc: Likewise.
602 * gdb.cp/userdef.cc: Likewise.
603 * gdb.cp/using-crash.cc: Likewise.
604 * gdb.cp/virtfunc.cc: Likewise.
605 * gdb.cp/virtfunc2.cc: Likewise.
606 * gdb.dwarf2/callframecfa.S: Likewise.
607 * gdb.dwarf2/dw2-ranges.c: Likewise.
608 * gdb.dwarf2/dw2-ranges2.c: Likewise.
609 * gdb.dwarf2/dw2-ranges3.c: Likewise.
610 * gdb.dwarf2/dw2-restore.S: Likewise.
611 * gdb.dwarf2/pieces.S: Likewise.
612 * gdb.dwarf2/valop.S: Likewise.
613 * gdb.java/jnpe.java: Likewise.
614 * gdb.mi/mi-stepn.c: Likewise.
615 * gdb.mi/mi-var-cp.cc: Likewise.
616 * gdb.mi/mi-var-rtti.cc: Likewise.
617 * gdb.mi/ns-stale-regcache.c: Likewise.
618 * gdb.mi/pr11022.c: Likewise.
619 * gdb.mi/solib-lib.c: Likewise.
620 * gdb.mi/solib-main.c: Likewise.
621 * gdb.python/py-arch.c: Likewise.
622 * gdb.python/py-block.c: Likewise.
623 * gdb.python/py-breakpoint.c: Likewise.
624 * gdb.python/py-events.c: Likewise.
625 * gdb.python/py-evthreads.c: Likewise.
626 * gdb.python/py-explore.c: Likewise.
627 * gdb.python/py-explore.cc: Likewise.
628 * gdb.python/py-finish-breakpoint.c: Likewise.
629 * gdb.python/py-finish-breakpoint2.cc: Likewise.
630 * gdb.python/py-symbol.c: Likewise.
631 * gdb.threads/execl.c: Likewise.
632 * gdb.threads/execl1.c: Likewise.
633
634 2013-06-07 Will Newton <will.newton@linaro.org>
635
636 * gdb.base/long_long.exp: Fix ARM EABI target glob.
637
638 2013-06-07 Will Newton <will.newton@linaro.org>
639
640 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
641 and "starting".
642
643 2013-06-07 Will Newton <will.newton@linaro.org>
644
645 * gdb.cp/anon-struct.exp: Conditionalize constructor and
646 destructor prototypes for ARM ABI.
647 * gdb.cp/m-static.exp: Likewise.
648
649 2013-06-07 Yao Qi <yao@codesourcery.com>
650
651 * gdb.trace/mi-trace-unavailable.exp: New.
652 * gdb.trace/trace-unavailable.c: New.
653
654 2013-06-06 Doug Evans <dje@google.com>
655
656 * gdb.cp/derivation.exp: Make tests have unique names.
657
658 2013-06-06 Tom Tromey <tromey@redhat.com>
659
660 * gdb.base/dump.exp (capture_value): Don't put expression into
661 test name if arguments passed in.
662 Rename a couple more tests to make them unique.
663
664 2013-06-06 Tom Tromey <tromey@redhat.com>
665
666 * gdb.base/break-always.exp: Explicitly specify test name.
667
668 2013-06-05 Doug Evans <dje@google.com>
669 Keith Seitz <keiths@redhat.com>
670
671 * gdb.cp/derivation2.cc: New file.
672 * gdb.cp/derivation.cc (main): Call foo2.
673 * gdb.cp/derivation.exp: Add tests for typedefs in another
674 file, and when there's an active block.
675
676 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
677
678 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
679 from targets that use function descriptors in the virtual tables.
680 Handle presence of dot symbols.
681
682 2013-06-04 Gary Benson <gbenson@redhat.com>
683
684 * gdb.base/break-probes.exp: New file.
685 * gdb.base/break-probes.c: Likewise.
686 * gdb.base/break-probes-solib.c: Likewise.
687 * gdb.base/info-shared.exp: New file.
688 * gdb.base/info-shared.c: Likewise.
689 * gdb.base/info-shared-solib1.c: Likewise.
690 * gdb.base/info-shared-solib2.c: Likewise.
691
692 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
693 Gary Benson <gbenson@redhat.com>
694
695 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
696 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
697 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
698 to be set to "no" to indicate that no ld.so copy should be made.
699 * gdb.base/break-interp.exp (solib_bp): New constant.
700 (reach_1): Use the above instead of "_dl_debug_state".
701 (test_attach): Likewise.
702 (test_ld): Likewise.
703 * gdb.threads/dlopen-libpthread.exp: New file.
704 * gdb.threads/dlopen-libpthread.c: Likewise.
705 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
706 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
707
708 2013-05-30 Yao Qi <yao@codesourcery.com>
709
710 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
711 Add a test that no MI notification is emitted when executing
712 -exec-arguments.
713
714 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
715
716 PR testsuite/12649
717 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
718 $mi_gdb_prompt expectation by mi_expect_stop.
719 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
720 (mi info dprintf second time): Replace them by mi_send_resuming_command
721 and mi_expect_stop.
722
723 2013-05-24 Gary Benson <gbenson@redhat.com>
724
725 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
726 backslash.
727 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
728 backslashes.
729 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
730 backslash.
731
732 2013-05-24 Yao Qi <yao@codesourcery.com>
733
734 * gdb.trace/tfile.exp: Test inferior and thread.
735
736 2013-05-24 Yao Qi <yao@codesourcery.com>
737 Pedro Alves <palves@redhat.com>
738
739 * gdb.base/range-stepping.exp: Skip the rest of tests if the
740 test fails.
741 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
742 Return 0 if the test passes, otherwise return 1.
743
744 2013-05-23 Doug Evans <dje@google.com>
745
746 * boards/fission-dwp.exp: New file.
747
748 2013-05-23 Yao Qi <yao@codesourcery.com>
749 Pedro Alves <palves@redhat.com>
750
751 * gdb.base/range-stepping.c: New file.
752 * gdb.base/range-stepping.exp: New file.
753 * gdb.trace/range-stepping.c: New file.
754 * gdb.trace/range-stepping.exp: New file.
755 * lib/range-stepping-support.exp: New file.
756
757 2013-05-22 Tom Tromey <tromey@redhat.com>
758
759 * gdb.cp/class2.cc (main): New local 'aref'.
760 * gdb.cp/class2.exp: Check printing of 'aref'.
761
762 2013-05-22 Doug Evans <dje@google.com>
763
764 * gdb.threads/wp-replication.c (main): Insert some code at the start
765 to ensure the breakpoint on main is only hit once. Fix comment.
766
767 2013-05-21 Keith Seitz <keiths@redhat.com>
768 Pedro Alves <palves@redhat.com>
769
770 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
771 gdb_expect.
772 Add test to flush the remaining input buffer so that this
773 file passes testsuite/12649.
774
775 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
776
777 * gdb.base/catch-signal-fork.exp: New file.
778 * gdb.base/catch-signal-fork.c: New file.
779
780 2013-05-21 Sterling Augustine <saugustine@google.com>
781
782 * boards/remote-stdio-gdbserver.exp: New file.
783
784 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
785
786 PR testsuite/12649
787 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
788 racy matches.
789
790 2013-05-21 Christian Groessler <chris@groessler.org>
791
792 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
793 since it's not supported in all shells.
794
795 2013-05-21 Hui Zhu <hui@codesourcery.com>
796
797 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
798 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
799
800 2013-05-20 Doug Evans <dje@google.com>
801
802 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
803 (_handle_DW_TAG): Use it.
804 (cu, tu): Replace parameters is_64, version, addr_size with options.
805 All callers updated. Add Fission support.
806 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
807 * gdb.dwarf2/method-ptr.exp: Ditto.
808 * gdb.dwarf2/nostaticblock.exp: Ditto.
809 * gdb.dwarf2/subrange.exp: Ditto.
810 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
811
812 2013-05-20 Tom Tromey <tromey@redhat.com>
813
814 * gdb.gdb/python-selftest.exp: New file.
815
816 2013-05-20 Doug Evans <dje@google.com>
817
818 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
819 -fdebug-types-section.
820
821 2013-05-20 Joel Brobecker <brobecker@adacore.com>
822
823 * gdb.ada/float_param: New testcase.
824
825 2013-05-17 Doug Evans <dje@google.com>
826
827 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
828 Add tests for "maint check-symtabs", "maint expand-symtabs".
829
830 * gdb.base/maint.exp: Remove testing of individual maint command
831 help output.
832
833 2013-05-16 Pedro Alves <palves@redhat.com>
834
835 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
836 comment. Use gdb_test_no_output.
837
838 2013-05-16 Joel Brobecker <brobecker@adacore.com>
839
840 * gdb.ada/complete.exp: Add test verifying completion using
841 the "tab" key.
842
843 2013-05-15 Keith Seitz <keiths@redhat.com>
844
845 * gdb.base/filesym.exp: New completer test.
846 * gdb.base/filesym.c: New file.
847
848 2013-05-15 Pedro Alves <palves@redhat.com>
849
850 * gdb.base/fixsection.c: Remove attribution.
851 * gdb.base/watch-read.exp: Ditto.
852
853 2013-05-13 Tom Tromey <tromey@redhat.com>
854
855 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
856 size and change type sizes to 4 bytes.
857
858 2013-05-13 Tom Tromey <tromey@redhat.com>
859
860 * gdb.base/exprs.exp (test_expr): Add regression test.
861 * gdb.base/exprs.c (null_t_struct): New global.
862
863 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
864
865 * gdb.base/default.exp: Disable history saving.
866 * gdb.base/setshow.exp: Likewise.
867
868 2013-05-10 Pedro Alves <palves@redhat.com>
869
870 PR remote/15455
871
872 * gdb.trace/qtro.c: New file.
873 * gdb.trace/qtro.exp: New file.
874
875 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
876
877 * gdb.python/py-framefilter.py: New File.
878 * gdb.python/py-framefilter-mi.exp: Ditto.
879 * gdb.python/py-framefilter.c: Ditto.
880 * gdb.python/py-framefilter-mi.exp: Ditto.
881 * gdb.python/py-framefilter-mi.c: Ditto,
882 * gdb.python/py-framefilter-gdb.py.in: Ditto.
883
884 2013-05-08 Tom Tromey <tromey@redhat.com>
885
886 * gdb.base/solib-search.exp: Set test name for "set
887 solib-search-path" test.
888
889 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
890
891 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
892 (set_a_tracepoint): Set tracepoint before prologue.
893 (run_trace_experiment): Test setup_tracepoints and 'break end'
894 in it.
895 (trace_buffer_normal): Remove.
896 (gdb_trace_circular_tests): Remove. Move tests to...
897 (top level): ...here. Call 'runto_main' before checking for
898 trace support. Use commands to check the support for circular
899 trace buffer and changing of trace buffer size. Add test
900 to calculate size of single frame. Use this size to
901 calculate the size of trace buffer. Use 'tfind pc func9'
902 instead of 'tfind 9'. Use 'with_test_prefix'.
903
904 2013-05-07 Tom Tromey <tromey@redhat.com>
905
906 * lib/selftest-support.exp: New file.
907 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
908 do_self_tests.
909 (setup_test, find_gdb): Remove.
910 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
911 do_self_tests.
912 (setup_test, find_gdb): Remove.
913 (test_observer): Don't call setup_test. Remove argument.
914 * gdb.gdb/selftest.exp: Load selftest-support.exp.
915 (find_gdb): Remove.
916 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
917 do_self_tests.
918 (setup_test, find_gdb): Remove.
919 (test_with_self): Don't call setup_test. Remove argument.
920
921 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
922
923 * gdb.arch/system-gcore.exp: Remove.
924 * gdb.arch/gcore.c: Remove.
925 * gdb.base/gcore.exp: Add "info reg system".
926
927 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
928
929 PR breakpoints/15413:
930 * gdb.base/pending.exp: Add test for completion of the "condition"
931 command for pending breakpoints.
932 * gdb.linespec/linespec.ex: Add test for completion of the
933 "condition" command when dealing with multiple locations.
934
935 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
936
937 * gdb.threads/wp-replication.c: New file.
938 * gdb.threads/wp-replication.exp: New file.
939
940 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
941
942 * gdb.xml/tdesc-regs.exp: Add case for nios2.
943
944 2013-05-06 Doug Evans <dje@google.com>
945
946 * gdb.base/solib-search-lib1.c: New file.
947 * gdb.base/solib-search-lib2.c: New file.
948 * gdb.base/solib-search.c: New file.
949 * gdb.base/solib-search.h: New file.
950 * gdb.base/solib-search.exp: New file.
951
952 * lib/gdb.exp (gdb_core_cmd): New function.
953 * gdb.arch/system-gcore.exp: Use it.
954 * gdb.arch/vsx-regs.exp: Ditto.
955 * gdb.base/gcore.exp: Ditto.
956 * gdb.threads/gcore-thread.exp: Ditto.
957
958 * gdb.reverse/shr.h: New file.
959 * gdb.reverse/shr1.c: New file.
960 * gdb.reverse/shr2.c: #include "shr.h".
961 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
962 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
963 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
964 Update tests using sleep/printf to use shr2.sl instead.
965 * gdb.reverse/solib-reverse.exp: Ditto.
966
967 2013-05-06 Tom Tromey <tromey@redhat.com>
968
969 * gdb.dwarf2/implptrconst.c: New file.
970 * gdb.dwarf2/implptrconst.exp: New file.
971 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
972 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
973 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
974
975 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
976
977 * gdb.base/catch-sig.c (main): Raise SIGINT.
978 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
979
980 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
981
982 * status-stop.exp (test_tstart_tstart): Check for error
983 returned by the second 'tstart' command.
984
985 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
986
987 * gdb.xml/maint_print_struct.exp: New file.
988 * gdb.xml/maint_print_struct.xml: New file.
989
990 2013-04-25 Tom Tromey <tromey@redhat.com>
991
992 * gdb.dwarf2/nostaticblock.exp: New file.
993
994 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
995
996 PR gdb/10462
997 * gdb.base/setshow.exp: Add test case.
998
999 2013-04-23 Hui Zhu <hui@codesourcery.com>
1000
1001 PR gdb/15293
1002 * gdb.base/dprintf.exp: Add ignore command.
1003
1004 2013-04-23 Hui Zhu <hui@codesourcery.com>
1005
1006 PR gdb/15165
1007 * gdb.base/save-bp.exp: Add test for dprintf.
1008
1009 2013-04-22 Tom Tromey <tromey@redhat.com>
1010
1011 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
1012 notice_open_fds.
1013
1014 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1015
1016 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
1017 ldflags.
1018
1019 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1020
1021 * gdb.arch/arm-bl-branch-dest.c: New file.
1022 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
1023
1024 2013-04-19 Vladimir Kargov <kargov@gmail.com>
1025 Pedro Alves <palves@redhat.com>
1026
1027 * gdb.arch/i386-float.S: New file.
1028 * gdb.arch/i386-float.exp: New file.
1029
1030 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
1031
1032 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
1033 type void *.
1034
1035 2013-04-17 Doug Evans <dje@google.com>
1036
1037 * lib/dwarf.exp (Dwarf): New proc "tu".
1038 * gdb.dwarf2/missing-sig-type.exp: New file.
1039
1040 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
1041
1042 Add option to link testcases with Pthreads library when
1043 using 'prepare_for_testing' in tests.
1044
1045 * lib/gdb.exp (build_executable_from_specs): Use
1046 gdb_compile_pthreads to compile if option "pthreads" is
1047 specified.
1048
1049 2013-04-15 Tom Tromey <tromey@redhat.com>
1050
1051 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
1052
1053 2013-04-15 Tom Tromey <tromey@redhat.com>
1054
1055 * gdb.base/default.exp: Update for $_exception.
1056 * gdb.cp/exceptprint.cc: New file.
1057 * gdb.cp/exceptprint.exp: New file.
1058 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
1059
1060 2013-04-15 Tom Tromey <tromey@redhat.com>
1061
1062 * gdb.cp/typeid.cc: New file.
1063 * gdb.cp/typeid.exp: New file.
1064
1065 2013-04-15 Tom Tromey <tromey@redhat.com>
1066
1067 * gdb.cp/exception.exp: Add "catch rethrow" tests.
1068
1069 2013-04-13 Yao Qi <yao@codesourcery.com>
1070
1071 * gdb.base/completion.exp: Test completion of command
1072 'target ctf' if target ctf is supported.
1073
1074 2013-04-10 Pedro Alves <palves@redhat.com>
1075
1076 * gdb.base/completion.exp: Test "set height", "set listsize" and
1077 "set trace-buffer-size" completion.
1078 * gdb.base/setshow.exp: Test "set height unlimited".
1079 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
1080 unlimited".
1081
1082 2013-04-10 Yao Qi <yao@codesourcery.com>
1083
1084 * gdb.trace/actions.exp: Save trace data to CTF.
1085 Change to ctf target if GDB supports, read CTF data in ctf
1086 target, and check the actions of tracepoints.
1087 * gdb.trace/while-stepping.exp: Likewise.
1088 * gdb.trace/report.exp: Test GDB saves trace data to CTF
1089 format and read CTF trace file if GDB supports.
1090 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
1091 target is supported, change to ctf target, read trace data and
1092 check output of command "tstatus".
1093 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
1094 read CTF data by target ctf and call check_tsv.
1095
1096 2013-04-10 Yao Qi <yao@codesourcery.com>
1097
1098 * gdb.trace/actions.exp (check_tracepoint): New.
1099 (top level): Start the tracing and check the actions of
1100 tracepoints. Save trace data to tfile format. Restart GDB
1101 and read trace file in tfile target. Check the actions of
1102 tracepoints again.
1103 * gdb.trace/while-stepping.exp: Likewise.
1104
1105 2013-04-10 Yao Qi <yao@codesourcery.com>
1106
1107 * gdb.trace/report.exp: Use standard_output_file for saved
1108 trace file.
1109
1110 2013-04-10 Hui Zhu <hui@codesourcery.com>
1111
1112 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
1113 (MISCELLANEOUS): Add dprintf-pendshr.sl.
1114 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
1115
1116 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1117
1118 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
1119 response.
1120
1121 2013-04-08 Pedro Alves <palves@redhat.com>
1122
1123 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
1124 the location.
1125
1126 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1127
1128 * gdb.cp/cplabel.exp: Allow empty directory in file reported
1129 for breakpoint location.
1130
1131 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1132
1133 * gdb.linespec/linespec.exp: Make dir/file:line tests
1134 conditional for non-remote hosts only.
1135
1136 2013-04-04 Stan Shebs <stan@codesourcery.com>
1137 Pedro Alves <palves@redhat.com>
1138
1139 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
1140 * gdb.trace/actions-changed.c: New file.
1141 * gdb.trace/actions-changed.exp: New file.
1142 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
1143 (gdb_trace_setactions_command): ... this. Add "actions_command"
1144 parameter, and handle it.
1145 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
1146
1147 2013-04-04 Yao Qi <yao@codesourcery.com>
1148
1149 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
1150 'step'.
1151
1152 2013-04-03 Yao Qi <yao@codesourcery.com>
1153
1154 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
1155 "tfile-basic.tf".
1156 (test_tfind_tfile): Likewise.
1157
1158 2013-04-03 Yao Qi <yao@codesourcery.com>
1159
1160 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
1161 "tfile-basic.tf" instead of "basic.tf".
1162 (write_error_trace_file): Pass argument "tfile-error.tf"
1163 instead of "error.tf".
1164 * gdb.trace/tfile.exp: Update tfile names to
1165 "tfile-basic.tf" and "tfile-error.tf".
1166
1167 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
1168
1169 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
1170 empty directory in file for breakpoint hit.
1171
1172 2013-03-29 Yao Qi <yao@codesourcery.com>
1173
1174 * gdb.base/completion.exp: Test completion of commands
1175 "target core", "target tfile" and "target exec".
1176 * gdb.trace/tfile.exp: Test completion of command
1177 "target tfile".
1178
1179 2013-03-28 Joel Brobecker <brobecker@adacore.com>
1180
1181 * gdb.ada/win_fu_syms: New testcase.
1182
1183 2013-03-28 Doug Evans <dje@google.com>
1184
1185 * gdb.base/maint.exp (maint print statistics): Update expected output.
1186
1187 2013-03-28 Pedro Alves <palves@redhat.com>
1188
1189 PR gdb/15294
1190
1191 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
1192 mean unlimited instead of $arg < 0.
1193 (test_listsize): Remove "listsize of 0 suppresses output" test.
1194 Test that "set listsize 0" ends up with an unlimited listsize.
1195
1196 2013-03-28 Pedro Alves <palves@redhat.com>
1197
1198 * gdb.base/list.exp (last_line): New global.
1199 (last_line_re): New global.
1200 (test_listsize, test_list_function, test_list_forward)
1201 (test_repeat_list_command, test_list_range)
1202 (test_list_filename_and_function): Use them.
1203 * gdb.base/list0.c: Comment the last line of the file with "last
1204 line".
1205
1206 2013-03-28 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
1209 list the whole file.
1210
1211 2013-03-28 Pedro Alves <palves@redhat.com>
1212
1213 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
1214 "set listsize".
1215
1216 2013-03-26 Keith Seitz <keiths@redhat.com>
1217
1218 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
1219 from passing.
1220
1221 2013-03-26 Pedro Alves <palves@redhat.com>
1222
1223 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
1224 until after GDB has run.
1225
1226 2013-03-26 Yao Qi <yao@codesourcery.com>
1227
1228 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
1229 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
1230
1231 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
1232
1233 * gdb.btrace/enable.exp: Add regression test.
1234
1235 2013-03-25 Tom Tromey <tromey@redhat.com>
1236
1237 * gdb.cp/m-static.exp: Add destructor-printing tests.
1238
1239 2013-03-25 Tom Tromey <tromey@redhat.com>
1240
1241 * gdb.cp/m-static.exp: Add constructor ptype tests.
1242 * gdb.cp/m-static.cc (single_constructor): New class.
1243 (main): Make instance of single_constructor.
1244
1245 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1246 Pedro Alves <palves@redhat.com>
1247
1248 * gdb.server/server-kill.c: New file.
1249 * gdb.server/server-kill.exp: New file.
1250
1251 2013-03-21 Pedro Alves <palves@redhat.com>
1252
1253 * gdb.trace/trace-buffer-size.exp (get default buffer size):
1254 Expect $gdb_prompt in gdb_test_multiple.
1255
1256 2013-03-21 Doug Evans <dje@google.com>
1257
1258 * gdb.base/maint.exp: Update tests for per-command stats.
1259
1260 2013-03-21 Tom Tromey <tromey@redhat.com>
1261
1262 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
1263 * gdb.cp/misc.exp: Add test for FILENAME:: case.
1264
1265 2013-03-20 Pedro Alves <palves@redhat.com>
1266
1267 PR gdb/15289
1268
1269 * gdb.base/remote.exp: Test
1270 "set remote hardware-watchpoint-limit -1",
1271 "set remote hardware-breakpoint-limit -1",
1272 "set remote hardware-watchpoint-limit 2147483647" and
1273 "set remote hardware-breakpoint-limit 2147483647".
1274
1275 2013-03-20 Pedro Alves <palves@redhat.com>
1276 Yao Qi <yao@codesourcery.com>
1277
1278 * gdb.trace/tfile.c: Add comments.
1279 (nonconstglob): New global.
1280 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
1281 global that is not covered by the trace frame. Test
1282 disassembling.
1283
1284 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1285
1286 * gdb.base/valgrind-infcall.exp
1287 (continue #$continue_count) <remote connection closed>
1288 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
1289 $valgrind_pid.
1290
1291 2013-03-15 Tom Tromey <tromey@redhat.com>
1292
1293 * gdb.cp/overload.cc (intintfunc): New.
1294 * gdb.cp/overload.exp: Add regression test.
1295
1296 2013-03-15 Yao Qi <yao@codesourcery.com>
1297
1298 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
1299 using with_test_prefix.
1300 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
1301 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
1302 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
1303 * gdb.threads/watchpoint-fork.exp (test): Likewise.
1304 * gdb.base/break-interp.exp (test_core): Likewise.
1305 (test_attach_gdb): Likewise.
1306 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
1307 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1308 Likewise.
1309 * gdb.base/jit-so.exp (one_jit_test): Likewise.
1310 * gdb.base/jit.exp (one_jit_test): Likewise.
1311 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
1312 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
1313 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
1314 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
1315 Likewise.
1316 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1317 Likewise.
1318 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
1319 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
1320 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
1321 (tracepoint_change_loc_2): Likewise.
1322 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1323 Likewise.
1324 (disconnected_tfind): Likewise.
1325 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
1326 Likewise.
1327 (test_tfind_remote): Likewise.
1328 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
1329 Likewise.
1330 (test_pending_resolved): Likewise.
1331 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1332 Likewise.
1333 (test_upload_tsv): Likewise.
1334 * gdb.trace/pending.exp (pending_tracepoint_resolved):
1335 Likewise.
1336 (pending_tracepoint_works): Likewise.
1337 * gdb.trace/report.exp (use_collected_data): Likewise.
1338 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
1339 Likewise.
1340 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
1341 * gdb.trace/strace.exp (strace_info_marker): Likewise.
1342 (strace_trace_on_same_addr): Likewise.
1343 (strace_trace_on_diff_addr): Likewise.
1344 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
1345 (gdb_collect_locals_test): Likewise.
1346 (gdb_unavailable_registers_test): Likewise.
1347 (gdb_collect_globals_test): Likewise.
1348
1349 2013-03-15 Yao Qi <yao@codesourcery.com>
1350
1351 * gdb.base/condbreak.exp: Add semicolon back which was removed
1352 by my previous commit.
1353
1354 2013-03-14 Yao Qi <yao@codesourcery.com>
1355
1356 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
1357 'return'.
1358 (gdb_target_monitor, gdb_load): Likewise.
1359 * config/sid.exp (gdb_load): Likewise.
1360 * config/slite.exp (gdb_load): Likewise.
1361 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
1362 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
1363 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
1364 (single_step_until): Likewise.
1365 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1366 * gdb.arch/system-gcore.exp: Likewise.
1367 * gdb.base/bigcore.exp (extract_heap): Likewise.
1368 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
1369 * gdb.base/call-ar-st.exp: Likewise.
1370 * gdb.base/call-rt-st.exp: Likewise.
1371 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
1372 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
1373 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
1374 * gdb.base/corefile.exp: Likewise.
1375 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
1376 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
1377 * gdb.base/fixsection.exp: Likewise.
1378 * gdb.base/funcargs.exp: Likewise.
1379 * gdb.base/gcore-buffer-overflow.exp: Likewise.
1380 * gdb.base/gcore-relro.exp: Likewise.
1381 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
1382 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
1383 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
1384 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
1385 * gdb.base/list.exp: Likewise.
1386 (set_listsize): Likewise.
1387 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
1388 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
1389 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
1390 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
1391 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
1392 * gdb.base/setvar.exp: Likewise.
1393 (test_set): Likewise.
1394 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
1395 * gdb.base/solib-overlap.exp: Likewise.
1396 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
1397 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
1398 * gdb.base/watchpoint.exp (initialize): Likewise.
1399 (test_simple_watchpoint): Likewise.
1400 (test_disabling_watchpoints): Likewise.
1401 (test_watchpoint_triggered_in_syscall): Likewise.
1402 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
1403 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
1404 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
1405 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
1406 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
1407 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
1408 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1409 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1410 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
1411 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
1412 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1413 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
1414 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
1415 * gdb.mi/gdb792.exp: Likewise.
1416 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
1417 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
1418 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
1419 * gdb.threads/gcore-thread.exp: Likewise.
1420 (load_core): Likewise.
1421 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
1422 (test_startup, check_control_c): Likewise.
1423 * gdb.threads/sigstep-threads.exp: Likewise.
1424 * gdb.threads/thread_check.exp: Likewise.
1425 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
1426 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
1427 (set_a_tracepoint, trace_buffer_normal): Likewise.
1428 (gdb_trace_circular_tests): Likewise.
1429 * gdb.trace/collection.exp: Likewise.
1430 * gdb.trace/disconnected-tracing.exp: Likewise.
1431 * gdb.trace/infotrace.exp: Likewise.
1432 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1433 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1434 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
1435 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
1436 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
1437 * gdb.trace/stap-trace.exp: Likewise.
1438 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
1439 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
1440 * gdb.trace/trace-buffer-size.exp: Likewise.
1441 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
1442 * gdb.trace/unavailable.exp: Likewise.
1443 * gdb.trace/while-dyn.exp: Likewise.
1444 * lib/fortran.exp (set_lang_fortran): Likewise.
1445 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
1446 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
1447 (default_gdb_start, get_compiler_info): Likewise.
1448 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
1449 (get_debug_format, setup_xfail_format): Likewise.
1450 (rerun_to_main, gdb_skip_float_test): Likewise.
1451 (build_id_debug_filename_get, get_remotetimeout): Likewise.
1452 * lib/java.exp (set_lang_java): Likewise.
1453 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
1454 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
1455 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
1456 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
1457 * lib/objc.exp (set_lang_objc): Likewise.
1458 * lib/pascal.exp (set_lang_pascal): Likewise.
1459 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1460 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
1461 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
1462
1463 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
1464
1465 PR c++/15203
1466 PR c++/15210
1467 * gdb.cp/m-static.cc (keepalive_int): New function.
1468 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
1469 * gdb.cp/m-static.exp: New test for `sintvar'.
1470
1471 2013-03-14 Yao Qi <yao@codesourcery.com>
1472
1473 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
1474 of 'tstatus' into tstatus_output.
1475 (top level): Save the trace data to tfile. Read trace file in
1476 tfile target. Check the trace status.
1477
1478 2013-03-13 Yao Qi <yao@codesourcery.com>
1479
1480 * gdb.trace/tsv.exp (check_tsv): New.
1481 (top level): Save a tfile on current trace session. Call
1482 check_tsv on live target. Load the tfile with target tfile
1483 and call check_tsv again.
1484
1485 2013-03-13 Yao Qi <yao@codesourcery.com>
1486
1487 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
1488 Replace some "gdb_test" with "gdb_test_no_output".
1489
1490 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
1491
1492 * gdb.ada/expr_delims.exp: New file.
1493 * gdb.ada/expr_delims/foo.adb: New file.
1494 * gdb.ada/expr_delims/pck.ads: New file.
1495 * gdb.ada/expr_delims/pck.adb: New file.
1496
1497 2013-03-11 Keith Seitz <keiths@redhat.com>
1498
1499 * watchpoint.exp (test_no_hw_watchpoints): Add test using
1500 both condition and thread. Then delete the watchpoint.
1501
1502 2013-03-11 Christian Himpel <christian.himpel@intel.com>
1503
1504 * Makefile.in: Add btrace testsuite.
1505 * configure: Regenerated.
1506 * configure.ac: Add btrace testsuite.
1507 * gdb.btrace/Makefile.in: New file.
1508 * gdb.btrace/enable.c: New file.
1509 * gdb.btrace/enable.exp: New file.
1510 * gdb.btrace/function_call_history.c: New file.
1511 * gdb.btrace/function_call_history.exp: New file.
1512 * gdb.btrace/instruction_history.c: New file.
1513 * gdb.btrace/instruction_history.exp: New file.
1514 * gdb.btrace/instruction_history.S: New file.
1515 * lib/gdb.exp: Add btrace skip proc.
1516
1517 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1518
1519 Fix entry-values if the callee called a noreturn function.
1520 * gdb.arch/amd64-tailcall-noret.S: New file.
1521 * gdb.arch/amd64-tailcall-noret.c: New file.
1522 * gdb.arch/amd64-tailcall-noret.exp: New file.
1523
1524 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1525
1526 Fix entry-values in C++ across CUs.
1527 * gdb.arch/amd64-tailcall-cxx.exp: New file.
1528 * gdb.arch/amd64-tailcall-cxx1.S: New file.
1529 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
1530 * gdb.arch/amd64-tailcall-cxx2.S: New file.
1531 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
1532
1533 2013-03-08 Stan Shebs <stan@codesourcery.com>
1534 Hafiz Abid Qadeer <abidh@codesourcery.com>
1535
1536 gdb/testsuite/
1537 * gdb.trace/trace-buffer-size.exp: New file.
1538 * gdb.trace/trace-buffer-size.c: New file.
1539
1540 2013-03-06 Pedro Alves <palves@redhat.com>
1541
1542 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
1543 doesn't support the tested optional feature, call "unsupported"
1544 with the same test message as the "pass" case, instead of calling
1545 "pass" with a different message. Use the same text for the "fail"
1546 cases too.
1547
1548 2013-03-06 Yao Qi <yao@codesourcery.com>
1549
1550 * gdb.trace/tstatus.exp: Remove the invocation of
1551 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
1552 (test_tracepoints): Don't set fast tracepoint.
1553 (top level): Don't check agent library is loaded or not.
1554
1555 2013-03-06 Yao Qi <yao@codesourcery.com>
1556
1557 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
1558 parentheses by "\\".
1559
1560 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1561
1562 * gdb.linespec/base/one/thefile.cc (twodup): New.
1563 (m): Call it.
1564 * gdb.linespec/base/two/thefile.cc (dupname): New.
1565 (n): Call it.
1566 * gdb.linespec/break-ask.exp: New file.
1567 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
1568
1569 2013-02-28 Yao Qi <yao@codesourcery.com>
1570
1571 * gdb.trace/report.exp: Move some code to ...
1572 (use_collected_data): New.
1573 (top level): Call use_collected_data once on the live target.
1574 Save at file of the current trace session, load it with target
1575 tfile, and call use_collected_data again.
1576
1577 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1578
1579 * gdb.threads/fork-thread-pending.c (main): Add alarm.
1580
1581 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1582
1583 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
1584 Add final kill of ${valgrind_pid}.
1585
1586 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1587
1588 * gdb.python/py-arch.c: New test case
1589 * gdb.python/py-arch.exp: New tests to test
1590 gdb.Architecture.disassemble
1591 * gdb.python/Makefile.in: Add py-arch to the list of
1592 EXECUTABLES.
1593
1594 2013-02-18 Tom Tromey <tromey@redhat.com>
1595
1596 * gdb.dwarf2/subrange.exp: New file.
1597
1598 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1599 Hafiz Abid Qadeer <abidh@codesourcery.com>
1600
1601 * gdb.trace/tfile.exp: Add test for -trace-status command.
1602
1603 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1604
1605 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
1606 nanosleep by sleep.
1607
1608 2013-02-14 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
1611
1612 2013-02-14 Pedro Alves <pedro@codesourcery.com>
1613 Hafiz Abid Qadeer <abidh@codesourcery.com>
1614
1615 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
1616
1617 2013-02-12 Tom Tromey <tromey@redhat.com>
1618
1619 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
1620 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
1621
1622 2013-02-12 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.base/catch-signal.c: Update copyright years.
1625 * gdb.base/catch-signal.exp: Update copyright years.
1626 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
1627 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
1628 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
1629 * gdb.dwarf2/dw2-error.S: Update copyright years.
1630 * gdb.dwarf2/dw2-error.c: Update copyright years.
1631 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
1632 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
1633 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
1634
1635 2013-02-12 Pedro Alves <palves@redhat.com>
1636
1637 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
1638 message.
1639 * gdb.base/sigaltstack.exp: Ditto.
1640 * gdb.base/siginfo.exp: Ditto.
1641 * gdb.base/sizeof.exp: Ditto.
1642
1643 2013-02-12 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.mi/mi-basics.exp: Tweak intro comment.
1646 * gdb.mi/mi-break.exp: Tweak intro comment.
1647 * gdb.mi/mi-console.exp: Tweak intro comment.
1648 * gdb.mi/mi-file.exp: Tweak intro comment.
1649 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
1650 * gdb.mi/mi-return.exp: Tweak intro comment.
1651 * gdb.mi/mi-stepi.exp: Tweak intro comment.
1652 * gdb.mi/mi-until.exp: Tweak intro comment.
1653 * gdb.mi/mi-watch.exp: Tweak intro comment.
1654
1655 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
1656
1657 * gdb.server/no-thread-db.exp: New file.
1658 * gdb.server/no-thread-db.c: New file.
1659 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
1660
1661 2013-02-11 Doug Evans <dje@google.com>
1662
1663 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
1664 two decfloats.
1665
1666 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1667
1668 * gdb.base/bitfields.c (struct internalvartest): New declaration.
1669 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
1670
1671 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1672
1673 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
1674
1675 2013-02-06 Yao Qi <yao@codesourcery.com>
1676
1677 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
1678 to ...
1679 (test_create_delete_modify_tsv): ... here. New test on modifying
1680 the initial value of a tsv.
1681
1682 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1683
1684 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
1685 (cd .../rdir): ... here.
1686
1687 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1688
1689 * gdb.linespec/base/one/header.h: New file.
1690 * gdb.linespec/base/two/header.h: New file.
1691 * gdb.linespec/macro-relative.c: New file.
1692 * gdb.linespec/macro-relative.exp: New file.
1693
1694 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1695
1696 * gdb.base/fullpath-expand-func.c: New file.
1697 * gdb.base/fullpath-expand.c: New file.
1698 * gdb.base/fullpath-expand.exp: New file.
1699 * gdb.base/realname-expand-real.c: New file.
1700 * gdb.base/realname-expand.c: New file.
1701 * gdb.base/realname-expand.exp: New file.
1702
1703 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1704
1705 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
1706 * gdb.dwarf2/dw2-dir-file-name.c: New file.
1707
1708 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1709
1710 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
1711 (compare_filenames_for_search does not match)
1712 (compare_filenames_for_search does match): New tests.
1713
1714 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1715
1716 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
1717
1718 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1719
1720 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
1721
1722 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1723
1724 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
1725 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
1726 ${binfile}.mini_debuginfo-debuglink and
1727 ${binfile}.mini_debuginfo-debuglink.xz.
1728
1729 2013-02-01 Tom Tromey <tromey@redhat.com>
1730
1731 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
1732 attributes.
1733
1734 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1735 Tom Tromey <tromey@redhat.com>
1736
1737 * gdb.dwarf2/method-ptr.exp: Link with c++.
1738 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
1739
1740 2013-01-31 Tom Tromey <tromey@redhat.com>
1741
1742 * gdb.base/jit.exp (compile_jit_test): New proc.
1743 Add PIE tests.
1744
1745 2013-01-31 Tom Tromey <tromey@redhat.com>
1746
1747 * gdb.dwarf2/method-ptr.cc: New file.
1748 * gdb.dwarf2/method-ptr.exp: New file.
1749
1750 2013-01-31 Tom Tromey <tromey@redhat.com>
1751
1752 * lib/dwarf.exp (namespace Dwarf): New.
1753
1754 2013-01-29 Tom Tromey <tromey@redhat.com>
1755
1756 * gdb.dwarf2/fission-reread.exp: Add unload test.
1757
1758 2013-01-28 Doug Evans <dje@google.com>
1759
1760 * gdb.dwarf2/fission-loclists.exp: New file.
1761 * gdb.dwarf2/fission-loclists.S: New file.
1762
1763 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1764
1765 Code cleanup.
1766 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
1767 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
1768 and prepare_for_testing.
1769 * gdb.base/store.exp: Likewise.
1770
1771 2013-01-25 Tom Tromey <tromey@redhat.com>
1772
1773 * gdb.python/py-explore.exp: Expect the gdb prompt.
1774
1775 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
1776
1777 * gdb.base/gnu_vector.c: New variable for use in tests.
1778 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
1779 changes in scalar to vector casting and widening.
1780 * gdb.python/py-type.c: New variables for use in tests.
1781 * gdb.python/py-type.exp: Update vector related tests to reflect
1782 changes in scalar to vector casting and widening.
1783
1784 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1785
1786 * gdb.base/prologue-include.c: New file.
1787 * gdb.base/prologue-include.exp: New file.
1788 * gdb.base/prologue-include.h: New file.
1789
1790 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
1791
1792 PR gdb/13443
1793 * gdb.mi/mi-var-block.exp: Make test messages unique.
1794
1795 2013-01-23 Tom Tromey <tromey@redhat.com>
1796
1797 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
1798
1799 2013-01-23 Tom Tromey <tromey@redhat.com>
1800
1801 * gdb.cp/converts.cc (main): Initialize 'a'.
1802
1803 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1804
1805 * testsuite/gdb.python/frame.exp: Add a test for
1806 gdb.Frame.architecture() method.
1807
1808 2013-01-22 Pedro Alves <palves@redhat.com>
1809
1810 * gdb.base/annota1.exp (signal sent): No longer expect
1811 breakpoints-invalid.
1812 * gdb.cp/annota2.exp (continue until exit)
1813 (watch triggered on a.x): Ditto.
1814
1815 2013-01-22 Pedro Alves <palves@redhat.com>
1816
1817 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
1818 Adjust tests to breakpoints-invalid changes.
1819 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
1820 variables.
1821 Adjust tests to breakpoints-invalid changes.
1822
1823 2013-01-22 Pedro Alves <palves@redhat.com>
1824
1825 * gdb.base/annota1.exp (annotate ignore count change): Add
1826 expected output for failure case.
1827
1828 2013-01-22 Tom Tromey <tromey@redhat.com>
1829
1830 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
1831 call.
1832
1833 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1834
1835 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
1836 * gdb.mi/mi-catch-load.exp: Ditto.
1837 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
1838 Also handle 'thread' field.
1839 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
1840 * gdb.mi/mi-watch.exp: Ditto.
1841 * lib/mi-support.exp: Ditto.
1842
1843 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
1844
1845 * gdb.python/py-explore.exp: Improve a test
1846
1847 2013-01-18  David Blaikie  <dblaikie@gmail.com>
1848
1849 * gdb.base/label.c (main): Correct the type of the second
1850 parameter.
1851
1852 2013-01-18 Tom Tromey <tromey@redhat.com>
1853
1854 * gdb.dwarf2/trace-crash.s: New file.
1855 * gdb.dwarf2/trace-crash.exp: New file.
1856
1857 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
1858
1859 PR gdb/13443
1860 * gdb.base/checkpoint.exp: Update test messages to make them
1861 unique.
1862
1863 2013-01-18 Yao Qi <yao@codesourcery.com>
1864
1865 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
1866 output of 'info tracepoints'.
1867 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1868 Likewise.
1869 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1870 * gdb.trace/disconnected-tracing.c (struct foo): New.
1871
1872 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1873
1874 * gdb.dwarf2/dw2-dos-drive.S: New file.
1875 * gdb.dwarf2/dw2-dos-drive.exp: New file.
1876
1877 2013-01-17 Doug Evans <dje@google.com>
1878
1879 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
1880 CXX_FOR_TARGET.
1881
1882 * boards/cc-with-tweaks.exp: New file.
1883
1884 2013-01-17 Tom Tromey <tromey@redhat.com>
1885
1886 * gdb.base/completion.exp: Add "set cp-abi" completion test.
1887
1888 2013-01-17 Pedro Alves <palves@redhat.com>
1889
1890 Merge dg-extract-results.sh from upstream (svn 195224).
1891
1892 2013-01-15 David Blaikie <dblaikie@gmail.com>
1893 * dg-extract-results.sh: Fix order of summary counts.
1894
1895 2013-01-15 David Blaikie <dblaikie@gmail.com>
1896 * dg-extract-results.sh: Constrain the start-of-log pattern.
1897
1898 2013-01-15 David Blaikie <dblaikie@gmail.com>
1899 * dg-extract-results.sh: Handle KPASSes.
1900
1901 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1902 * dg-extract-results.sh: Redirect grep output to /dev/null instead
1903 of grep -q.
1904
1905 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1906
1907 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
1908 interface.
1909 * gdb.base/jithost.c: New file.
1910 * gdb.base/jithost.h: New file.
1911 * gdb.base/jitreader.c : New file.
1912 * gdb.base/jit-protocol.h: New file.
1913
1914 2013-01-16 Tom Tromey <tromey@redhat.com>
1915
1916 * gdb.base/catch-signal.c: New file.
1917 * gdb.base/catch-signal.exp: New file.
1918
1919 2013-01-16 Tom Tromey <tromey@redhat.com>
1920
1921 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
1922
1923 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1924
1925 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
1926
1927 2013-01-14 Tom Tromey <tromey@redhat.com>
1928
1929 * gdb.base/completion.exp: Add "set gnutarget" test.
1930
1931 2013-01-14 Tom Tromey <tromey@redhat.com>
1932
1933 * gdb.dwarf2/dw2-restrict.S: New file.
1934 * gdb.dwarf2/dw2-restrict.c: New file.
1935 * gdb.dwarf2/dw2-restrict.exp: New file.
1936
1937 2013-01-14 Tom Tromey <tromey@redhat.com>
1938
1939 * gdb.dwarf2/dw2-error.exp: New file.
1940 * gdb.dwarf2/dw2-error.c: New file.
1941 * gdb.dwarf2/dw2-error.S: New file.
1942
1943 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1944
1945 * gdb.cp/parse-lang.cc: New file.
1946 * gdb.cp/parse-lang.exp: New file.
1947
1948 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1949
1950 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
1951 (set substitute-path): New test.
1952 (fullname present): Remove content.
1953 (substituted fullname): New test.
1954
1955 2013-01-13 Joel Brobecker <brobecker@adacore.com>
1956
1957 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
1958 check. Move $gdb_py_is_py24 value check right after.
1959
1960 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1961
1962 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
1963 targets.
1964
1965 2013-01-11 Yao Qi <yao@codesourcery.com>
1966
1967 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
1968 for dprintf.
1969 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1970 Check the fields in "=breakpoint-created" for dprintf.
1971
1972 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1973
1974 * gdb.mi/mi-fullname-deleted.exp: New file.
1975
1976 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1977
1978 * gdb.base/skip-solib.exp (info skip with pending file): Update the
1979 expected output.
1980 (info skip with pending file): Remove.
1981 (ignoring function in solib, info skip for function multiply): Update
1982 the expected output.
1983 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
1984 (info skip (delete 1), info skip after disabling all)
1985 (info skip after enabling all, info skip after disabling 4 2-3)
1986 (info skip after enabling 2-3, info skip 2-3)
1987 (info skip after deleting 2 3): Update the expected output.
1988 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
1989 statement to its initialization and return.
1990 * gdb.linespec/skip-two.exp: New file.
1991
1992 2012-12-19 Doug Evans <dje@google.com>
1993
1994 * gdb.base/maint.exp: Handle testing with .gdb_index.
1995
1996 2012-12-19 Joel Brobecker <brobecker@adacore.com>
1997
1998 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
1999 Cavium to FSF.
2000
2001 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2002
2003 * dg-extract-results.sh: Update contact info in copyright notice.
2004 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
2005 GPL v3 or later. Update contact info.
2006 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
2007 gdb.threads/watchpoint-fork-mt.c,
2008 gdb.threads/watchpoint-fork-parent.c,
2009 gdb.threads/watchpoint-fork-st.c,
2010 gdb.threads/watchpoint-fork.h: Likewise.
2011
2012 2012-12-15 Yao Qi <yao@codesourcery.com>
2013
2014 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
2015 'installed' field in '=breakpoint-modified'.
2016 (test_reconnect): Check 'installed' field in
2017 '=breakpoint-modified' and '=breakpoint-created'.
2018
2019 * gdb.trace/actions.exp: Update test for 'installed' field.
2020 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
2021 (tracepoint_change_loc_2): Likewise.
2022 Check 'info tracepoint' display nothing else.
2023 * gdb.trace/deltrace.exp: Likewise.
2024 * gdb.trace/infotrace.exp: Likewise.
2025 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
2026 Likewise.
2027 * gdb.trace/passcount.exp: Likewise.
2028 * gdb.trace/tracecmd.exp: Likewise.
2029 * gdb.trace/while-stepping.exp: Likewise.
2030
2031 2012-12-14 Tom Tromey <tromey@redhat.com>
2032
2033 * gdb.cp/member-name.exp: New file.
2034 * gdb.cp/member-name.cc: New file.
2035
2036 2012-12-14 Tom Tromey <tromey@redhat.com>
2037
2038 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
2039
2040 2012-12-14 Doug Evans <dje@google.com>
2041
2042 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
2043 DW_OP_GNU_implicit_pointer is section-relative.
2044
2045 2012-12-14 Tom Tromey <tromey@redhat.com>
2046
2047 * gdb.base/info-proc.exp: Add core file tests.
2048
2049 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
2050
2051 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
2052
2053 2012-12-13 Doug Evans <dje@google.com>
2054
2055 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
2056 * gdb.multi/multi-arch.exp: Ditto.
2057
2058 2012-12-12 Keven Boell <keven.boell@intel.com>
2059
2060 * gdb.mi/mi-catch-load-so.c: New. Clone of the
2061 catch load test library source file.
2062 * gdb.mi/mi-catch-load.c: New. Clone of the catch
2063 load test source file.
2064 * gdb.mi/mi-catch-load.exp: New. Test file for
2065 basic MI -catch-load and -catch-unload tests.
2066
2067 2012-12-11 Paul Koning <paul_koning@dell.com>
2068
2069 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
2070 exception.
2071 (_iterator_except): New function.
2072 (ArrayPrinter): Use _iterator function instead of local _iterator
2073 class for Python 3 compatibility.
2074 (NoStringContainerPrinter): Use _iterator_except instead of
2075 _iterator.
2076 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
2077 execfile for Python 3 compatibility.
2078 * gdb.python/python.exp: Handle Python 2.4 exception traceback
2079 format in error_prompt test.
2080
2081 2012-12-10 Paul Koning <paul_koning@dell.com>
2082
2083 * gdb.base/charset.exp: Change print syntax for Python 3
2084 compatibility.
2085 * gdb.python/py-block.exp: Ditto.
2086 * gdb.python/py-breakpoint.exp: Ditto.
2087 * gdb.python/py-cmd.exp: Ditto.
2088 * gdb.python/py-events.py: Ditto.
2089 * gdb.python/py-finish-breakpoint.py: Ditto.
2090 * gdb.python/py-finish-breakpoint2.exp: Ditto.
2091 * gdb.python/py-finish-breakpoint2.py: Ditto.
2092 * gdb.python/py-frame-inline.exp: Ditto.
2093 * gdb.python/py-frame.exp: Ditto.
2094 * gdb.python/py-infthread.exp: Ditto.
2095 * gdb.python/py-objfile.exp: Ditto.
2096 * gdb.python/py-parameter.exp: Ditto.
2097 * gdb.python/py-progspace.exp: Ditto.
2098 * gdb.python/py-prompt.exp: Ditto.
2099 * gdb.python/py-symbol.exp: Ditto.
2100 * gdb.python/py-symtab.exp: Ditto.
2101 * gdb.python/py-template.exp: Ditto.
2102 * gdb.python/py-value-cc.exp: Ditto.
2103 * gdb.python/python.exp: Ditto.
2104 * gdb.python/source2.py: Ditto.
2105 * gdb.python/lib-types.exp: Change print syntax for Python 3
2106 compatibility.
2107 Use sorted() function rather than sort() method.
2108 Accept either int or long values for enum values.
2109 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
2110 execfile for Python 3 compatibility.
2111 * gdb.python/py-evsignal.exp: Ditto.
2112 * gdb.python/py-evthreads.exp: Ditto.
2113 * gdb.python/py-mi.exp: Ditto.
2114 * gdb.python/py-pp-maint.exp: Ditto.
2115 * gdb.python/py-prettyprint.exp: Ditto.
2116 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
2117 Python 3 compatibility.
2118 Skip tests for Python 2.4.
2119 * gdb.python/py-inferior.exp: Change print syntax for
2120 Python 3 compatibility.
2121 Use byte string rather than character string in memory write test
2122 if Python 3.
2123 * gdb.python/py-pp-maint.py: Change class declarations to "new
2124 class" syntax.
2125 * gdb.python/py-prettyprint.py: Change iterator class to generator
2126 function for Python 3 compatibility.
2127 Make all classes "new style".
2128 Fix indentation issue and stray semicolon.
2129 * gdb.python/py-shared.expChange print syntax for Python 3
2130 compatibility.
2131 Define "long" if Python 3.
2132 * gdb.python/py-type.exp: Change print syntax for Python 3
2133 compatibility.
2134 Accept either int or long values for enum values.
2135 * gdb.python/py-value.exp: Change print syntax for Python 3
2136 compatibility.
2137 Skip "long" and "unicode" tests if Python 3.
2138 Accept either "type" or "class" in type checks.
2139 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
2140 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2141
2142 2012-12-10 Tom Tromey <tromey@redhat.com>
2143
2144 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
2145 (test): Add "two_cu" argument.
2146 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
2147 for types; allow two CUs.
2148
2149 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
2151 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
2152 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
2153
2154 2012-12-08 Yao Qi <yao@codesourcery.com>
2155 Pedro Alves <palves@redhat.com>
2156
2157 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
2158 '=breakpoint-created' when GDB merges the tracepoints of both
2159 sides.
2160
2161 2012-12-07 Tom Tromey <tromey@redhat.com>
2162
2163 * gdb.base/break1.c (enum some_enum, union some_union): New.
2164 (some_enum_global, some_union_global, some_value): New globals.
2165 * gdb.base/completion.exp: Add tag completion tests.
2166
2167 2012-12-07 Tom Tromey <tromey@redhat.com>
2168
2169 * gdb.base/completion.exp: Add tests for ptype and whatis
2170 completion.
2171
2172 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2173
2174 * gdb.base/stale-infcall.exp: Fix copyright line.
2175
2176 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2177
2178 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
2179
2180 2012-12-06 Pedro Alves <palves@redhat.com>
2181 Tom Tromey <tromey@redhat.com>
2182
2183 * gdb.base/exprs.exp: Add tests for cast to void.
2184
2185 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
2186
2187 * gdb.python/py-mi.exp: Correct expected results for attribute
2188 "dynamic" returned by -var-update.
2189 Add test case for correct handling of "diplayhint" for children
2190 of dynamic varobjs.
2191 * gdb.python/py-prettyprint.c (set_itme): New function.
2192 (bug_14741) New function.
2193 (main) Add call to bug_14741().
2194 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
2195
2196 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
2197
2198 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
2199 ${binfile}.funcsyms list.
2200
2201 2012-12-04 Yao Qi <yao@codesourcery.com>
2202
2203 PR gdb/13443
2204 * gdb.trace/actions.exp: Make test messages unique.
2205
2206 2012-11-29 Tom Tromey <tromey@redhat.com>
2207
2208 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
2209
2210 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
2211
2212 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
2213 * gdb.opencl/datatypes.exp: Likewise.
2214 * gdb.opencl/operators.exp: Likewise.
2215 * gdb.opencl/vec_comps.exp: Likewise.
2216
2217 2012-11-29 Jerome Guitton <guitton@adacore.com>
2218
2219 * gdb.ada/iwide: New testcase.
2220
2221 2012-11-29 Jerome Guitton <guitton@adacore.com>
2222
2223 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
2224 ptype test.
2225
2226 2012-11-29 Jerome Guitton <guitton@adacore.com>
2227
2228 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
2229 form {VARIANT_TYPE}ADDRESS.
2230
2231 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2232
2233 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
2234 (func): New function.
2235 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
2236 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
2237 pointers to members with pointer-to-function type.
2238
2239 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2240 Tom Tromey <tromey@redhat.com>
2241
2242 * gdb.base/gnu-debugdata.exp: New file.
2243 * gdb.base/gnu-debugdata.c: New file.
2244 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
2245 (gdb_unload): Return 0 on success.
2246
2247 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2248
2249 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
2250
2251 2012-11-26 Joel Brobecker <brobecker@adacore.com>
2252
2253 * gdb.base/empty_exe.exp: New testcase.
2254
2255 2012-11-20 Mike Frysinger <vapier@gentoo.org>
2256
2257 * gdb.base/completion.exp: Add test for help aliases completion.
2258
2259 2012-11-20 Yao Qi <yao@codesourcery.com>
2260
2261 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2262 Don't test 'maint set show-debug-regs'.
2263 Use command 'set remotecache' instead of
2264 'set circular-trace-buffer'.
2265
2266 2012-11-16 Keith Seitz <keiths@redhat.com>
2267
2268 PR c++/13615
2269 * gdb.cp/baseenum.cc: New file.
2270 * gdb.cp/baseenum.exp: New file.
2271 * gdb.cp/derivation.cc (A): Add copyright.
2272 Add a typedef.
2273 (B): Use A::value_type instead of int. Change all references.
2274 (D): Use value_type instead of int. Change all references.
2275 (E): Likewise.
2276 (F); Likewise.
2277 (Z): New class.
2278 (ZZ): New class.
2279 (N, Base, Derived): New namespace and classes.
2280 (main): Add instances of Z and ZZ.
2281 Make sure all symbols from N are kept.
2282 * gdb.cp/derivation.exp: Update typedef changes in tests.
2283 Add tests for class typedefs both before and after starting
2284 the inferior.
2285 Add tests for searching for a typedef while stopped in a
2286 method.
2287
2288 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2289
2290 * gdb.mi/mi-var-create-rtti.c: New file.
2291 * gdb.mi/mi-var-create-rtti.exp: New file.
2292
2293 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2294
2295 * gdb.base/structs3.exp: Run to main before doing any tests.
2296
2297 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
2298
2299 * gdb.python/py-type.exp: Uniquify test names.
2300
2301 2012-11-14 Yao Qi <yao@codesourcery.com>
2302
2303 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
2304 (thread_function) [DEBUG]: Call 'printf'.
2305 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
2306 command line if 'DEBUG=1' is passed to test.
2307 Remove a pattern to match inferior's output.
2308
2309 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2310
2311 * gdb.mi/mi-fill-memory.exp: New test.
2312
2313 2012-11-12 Tom Tromey <tromey@redhat.com>
2314
2315 * gdb.base/completion.exp: Update for "info type-printers".
2316 * gdb.python/py-typeprint.cc: New file.
2317 * gdb.python/py-typeprint.exp: New file.
2318 * gdb.python/py-typeprint.py: New file.
2319
2320 2012-11-12 Tom Tromey <tromey@redhat.com>
2321
2322 * gdb.base/call-sc.exp: Use "ptype/r".
2323 * gdb.base/volatile.exp: Don't expect "int".
2324 * gdb.cp/ptype-flags.cc: New file.
2325 * gdb.cp/ptype-flags.exp: New file.
2326 * gdb.cp/templates.exp: Use ptype/r.
2327 (test_ptype_of_templates, test_template_typedef): Likewise.
2328 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
2329 argument. Handle template names and template parameters.
2330 * gdb.mi/mi-var-cmd.exp: Accept "long".
2331 * gdb.mi/mi-var-child.exp: Accept "long".
2332 * gdb.mi/mi-var-display.exp: Accept "long".
2333 * gdb.mi/mi2-var-child.exp: Accept "long".
2334
2335 2012-11-12 Tom Tromey <tromey@redhat.com>
2336
2337 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
2338 "ptype" from calls to cp_test_ptype_class.
2339 (test_enums): Likewise.
2340 * gdb.cp/derivation.exp: Remove "ptype" from calls to
2341 cp_test_ptype_class.
2342 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
2343 calls to cp_test_ptype_class.
2344 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
2345 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
2346 from calls to cp_test_ptype_class.
2347 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
2348 command here. Change "in_command" argument to "in_exp".
2349
2350 2012-11-10 Keith Seitz <keiths@redhat.com>
2351
2352 PR gdb/14288
2353 * gdb.base/printcmds.c: Add invalid_XXX globals
2354 for repeated byte tests.
2355 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
2356 * gdb.base/wchar.c (main): Add and construct a wchar_t
2357 array with repeated characters.
2358 * gdb.base/wchar.exp: Add repeated character tests.
2359
2360 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2361
2362 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
2363 disassembly output.
2364
2365 2012-11-09 Pedro Alves <palves@redhat.com>
2366
2367 PR gdb/14306
2368
2369 * gdb.multi/multi-arch-exec.c: New file.
2370 * gdb.multi/multi-arch-exec.exp: New file.
2371
2372 2012-11-09 Yao Qi <yao@codesourcery.com>
2373
2374 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
2375 (top level): Call it.
2376
2377 2012-11-09 Yao Qi <yao@codesourcery.com>
2378
2379 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
2380 typo.
2381
2382 2012-11-09 Pedro Alves <palves@redhat.com>
2383
2384 * gdb.multi/multi-arch.exp: New.
2385
2386 2012-11-08 Tom Tromey <tromey@redhat.com>
2387
2388 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
2389 core files, if possible.
2390 * gdb.base/siginfo-thread.c: New file
2391 * gdb.base/siginfo-thread.exp: New file
2392
2393 2012-11-08 Tom Tromey <tromey@redhat.com>
2394
2395 * gdb.base/comprdebug.exp: New file.
2396
2397 2012-11-06 Pedro Alves <palves@redhat.com>
2398
2399 PR gdb/14810
2400
2401 * gdb.base/disabled-location.c: New file.
2402 * gdb.base/disabled-location.exp: New file.
2403
2404 2012-11-06 Tom Tromey <tromey@redhat.com>
2405
2406 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
2407 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
2408 gdb_gcore_cmd.
2409 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
2410 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
2411 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
2412 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
2413 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
2414 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
2415 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
2416 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
2417 * lib/gdb.exp (gdb_gcore_cmd): New proc.
2418
2419 2012-11-05 Pedro Alves <palves@redhat.com>
2420
2421 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
2422 procedure.
2423 (do_vfork_and_follow_child_tests_exec)
2424 (do_vfork_and_follow_child_tests_exit): Call it.
2425
2426 2012-11-05 Pedro Alves <palves@redhat.com>
2427
2428 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
2429 fails.
2430
2431 2012-11-03 Yao Qi <yao@codesourcery.com>
2432
2433 Fix PR gdb/14617.
2434 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2435 Remove setup_kfail, and update test.
2436
2437 2012-11-02 Tom Tromey <tromey@redhat.com>
2438
2439 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
2440 test.
2441
2442 2012-11-02 Pedro Alves <palves@redhat.com>
2443
2444 PR gdb/14766
2445
2446 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
2447 setup_kfail.
2448 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
2449 get registers".
2450
2451 2012-11-02 Pedro Alves <palves@redhat.com>
2452
2453 * gdb.base/foll-vfork-exit.c: New file.
2454 * gdb.base/foll-vfork.exp (top level): New file-describing
2455 comment.
2456 (vfork_child_follow_to_exit): New procedure.
2457 (tcatch_vfork_then_child_follow): Rename as ...
2458 (tcatch_vfork_then_child_follow_exec): ... this.
2459 (tcatch_vfork_then_child_follow_exit): New procedure.
2460 (do_vfork_and_follow_parent_tests): New procedure, factored out
2461 from do_vfork_and_exec_tests.
2462 (do_vfork_and_follow_child_tests_exec): Ditto.
2463 (do_vfork_and_exec_tests): Delete.
2464 (do_vfork_and_follow_child_tests_exit): New procedure.
2465 (top level): Run tests with both the program that has the vfork
2466 child execing, and the program has the vfork child exiting.
2467
2468 2012-11-02 Pedro Alves <palves@redhat.com>
2469
2470 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
2471 (check_vfork_catchpoints, vfork_parent_follow_through_step)
2472 (vfork_parent_follow_to_bp): Call it.
2473 (kill_child): Delete.
2474 (vfork_and_exec_child_follow_to_main_bp)
2475 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
2476 longer call kill_child.
2477 (tcatch_vfork_then_parent_follow): Call setup_gdb.
2478 (do_vfork_and_exec_tests): Don't runto_main before calling each
2479 test procedure.
2480 (top level): Don't clean restart and set verbose before running
2481 each test procedure.
2482
2483 2012-11-02 Pedro Alves <palves@redhat.com>
2484
2485 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
2486 (vfork_parent_follow_to_bp)
2487 (vfork_and_exec_child_follow_to_main_bp)
2488 (vfork_and_exec_child_follow_through_step)
2489 (tcatch_vfork_then_parent_follow)
2490 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2491 Use with_test_prefix.
2492
2493 2012-11-02 Pedro Alves <palves@redhat.com>
2494
2495 * gdb.base/foll-vfork.c: Add copyright header.
2496 * gdb.base/vforked-prog.c: Add copyright header.
2497
2498 2012-11-02 Pedro Alves <palves@redhat.com>
2499
2500 * gdb.base/foll-vfork.exp
2501 (vfork_and_exec_child_follow_through_step): Don't skip on
2502 non-HP/UX targets. Expect the next to only step one line on
2503 non-HP/UX targets, rather than stopping only after the exec.
2504
2505 2012-11-02 Pedro Alves <palves@redhat.com>
2506
2507 Don't hard code line numbers.
2508
2509 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
2510 Expect text from the sources instead of a line number.
2511 (vfork_parent_follow_to_bp)
2512 (vfork_and_exec_child_follow_to_main_bp)
2513 (vfork_and_exec_child_follow_through_step)
2514 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2515 Use gdb_get_line_number.
2516
2517 2012-11-02 Pedro Alves <palves@redhat.com>
2518
2519 Modernize.
2520
2521 * gdb.base/foll-vfork.exp: Use standard_testfile and
2522 build_executable. Pass descriptive string to untested.
2523 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
2524 (vfork_and_exec_child_follow_to_main_bp)
2525 (vfork_and_exec_child_follow_through_step)
2526 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
2527 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
2528 of send_gdb/gdb_expect.
2529
2530 (kill_child): New procedure.
2531 (vfork_and_exec_child_follow_to_main_bp)
2532 (vfork_and_exec_child_follow_through_step): Use it.
2533
2534 2012-11-02 Yao Qi <yao@codesourcery.com>
2535
2536 * gdb.base/setvar.exp: Test setting nested struct.
2537 * gdb.base/setvar.c (v_struct3): New.
2538
2539 2012-11-01 Doug Evans <dje@google.com>
2540
2541 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
2542 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
2543 use them.
2544
2545 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
2546
2547 PR cli/14772
2548 * gdb.base/gnu_vector.c (union_with_vector_1)
2549 (struct_with_vector_1): Add new struct and union for testing
2550 ptype.
2551 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
2552 structs / unions containing vectors.
2553
2554 2012-10-25 Yao Qi <yao@codesourcery.com>
2555
2556 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
2557 'setup_kfail' instead of 'setup_kfail_for_target'.
2558 * gdb.base/varargs.exp: Likewise.
2559 * lib/gdb.exp (setup_kfail_for_target): Remove.
2560
2561 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
2562
2563 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
2564
2565 2012-10-25 Mark Kettenis <kettenis@gnu.org>
2566
2567 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
2568
2569 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2570
2571 * gdb.ada/set_wstr: New testcase.
2572
2573 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2574
2575 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
2576
2577 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2578
2579 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
2580
2581 2012-10-24 Mark Kettenis <kettenis@gnu.org>
2582
2583 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
2584
2585 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2586
2587 * gdb.base/callfuncs.exp (do_function_calls): Fix
2588 setup_kfail_for_target for -m32 mode.
2589
2590 2012-10-23 Mark Kettenis <kettenis@gnu.org>
2591
2592 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
2593 are now fixed.
2594
2595 2012-10-23 Yao Qi <yao@codesourcery.com>
2596
2597 * gdb.base/info-os.exp: Resume the inferior until it exits.
2598
2599 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
2600
2601 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
2602 * gdb.base/print-file-var.exp: Likewise.
2603 * gdb.base/type-opaque.exp: Likewise.
2604
2605 2012-10-17 Yao Qi <yao@codesourcery.com>
2606
2607 * gdb.mi/mi-memory-changed.exp: New.
2608
2609 2012-10-16 Yao Qi <yao@codesourcery.com>
2610
2611 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
2612 returns true.
2613 Call gdb_load_shlibs.
2614 * gdb.reverse/solib-reverse.exp: Likewise.
2615
2616 2012-10-15 Keith Seitz <keiths@redhat.com>
2617
2618 * lib/cp-support.exp (cp_test_ptype_class): Add support
2619 for class typedefs.
2620
2621 * gdb.cp/derivation.exp: Add tests for g_instance.
2622
2623 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2624
2625 Fix entry values resolving in inlined frames.
2626 * gdb.arch/amd64-entry-value-inline.S: New file.
2627 * gdb.arch/amd64-entry-value-inline.c: New file.
2628 * gdb.arch/amd64-entry-value-inline.exp: New file.
2629
2630 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2631 Doug Evans <dje@google.com>
2632
2633 Fix recent gdb_breakpoint regression.
2634 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
2635 braces from the parameter.
2636 * gdb.java/jprint.exp: Likewise.
2637
2638 2012-10-15 Doug Evans <dje@google.com>
2639
2640 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
2641
2642 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
2643
2644 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
2645
2646 2012-10-15 Tom Tromey <tromey@redhat.com>
2647
2648 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
2649
2650 2012-10-15 Tom Tromey <tromey@redhat.com>
2651
2652 * gdb.python/py-symbol.exp: Test symbol destructor.
2653
2654 2012-10-14 Yao Qi <yao@codesourcery.com>
2655
2656 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
2657 * gdb.mi/mi-cli.exp: New.
2658
2659 * gdb.mi/mi2-basics.exp: Remove.
2660 * gdb.mi/mi2-break.exp: Remove.
2661 * gdb.mi/mi2-console.exp: Remove.
2662 * gdb.mi/mi2-disassemble.exp: Remove.
2663 * gdb.mi/mi2-eval.exp: Remove.
2664 * gdb.mi/mi2-file.exp: Remove.
2665 * gdb.mi/mi2-hack-cli.exp: Remove.
2666 * gdb.mi/mi2-pthreads.exp: Remove.
2667 * gdb.mi/mi2-read-memory.exp: Remove.
2668 * gdb.mi/mi2-regs.exp: Remove.
2669 * gdb.mi/mi2-return.exp: Remove.
2670 * gdb.mi/mi2-simplerun.exp: Remove.
2671 * gdb.mi/mi2-stack.exp: Remove.
2672 * gdb.mi/mi2-stepi.exp: Remove.
2673 * gdb.mi/mi2-syn-frame.exp: Remove.
2674 * gdb.mi/mi2-until.exp: Remove.
2675 * gdb.mi/mi2-watch.exp: Remove.
2676 * gdb.mi/mi2-var-block.exp: Remove.
2677 * gdb.mi/mi2-var-cmd.exp: Remove.
2678 * gdb.mi/mi2-var-display.exp: Remove.
2679
2680 2012-10-12 Yao Qi <yao@codesourcery.com>
2681
2682 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
2683 trail '.*' on matching patterns.
2684
2685 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2686
2687 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
2688 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
2689 * gdb.arch/i386-disp-step.exp: Likewise.
2690 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2691 * gdb.arch/i386-prologue.exp: Likewise.
2692 * gdb.arch/i386-size-overlap.exp: Likewise.
2693 * gdb.arch/i386-size.exp: Likewise.
2694 * gdb.arch/i386-unwind.exp: Likewise.
2695
2696 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2697
2698 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
2699 * gdb.arch/i386-word.exp: Likewise.
2700
2701 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2702
2703 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
2704 is_ilp32_target to set nr_regs.
2705 * gdb.arch/i386-sse.exp: Likewise.
2706
2707 2012-10-11 Doug Evans <dje@google.com>
2708
2709 PR breakpoints/14643.
2710 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
2711 * gdb.linespec/thread.c: New file.
2712 * gdb.linespec/thread.exp: New file.
2713
2714 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
2715 Recognize "message" -> print pass and fail. Add eof case.
2716 (runto): Recognize message, no-message. Print pass/fail if requested,
2717 with same treatment as gdb_breakpoint.
2718 (runto_main): Pass no-message to runto.
2719 (gdb_internal_error_resync): Add log message.
2720 (gdb_file_cmd): Tweak internal error fail text for consistency.
2721
2722 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2723
2724 Fix crash during stepping on ppc32.
2725 * gdb.base/step-symless.c: New file.
2726 * gdb.base/step-symless.exp: New file.
2727
2728 2012-10-03 Doug Evans <dje@google.com>
2729
2730 PR symtab/14601
2731 * gdb.cp/using-crash.exp: New file.
2732 * gdb.cp/using-crash.cc: New file.
2733
2734 2012-10-02 Doug Evans <dje@google.com>
2735
2736 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
2737 more consistent.
2738 (runto,gdb_debug_format): Ditto.
2739 (gdb_file_cmd): Watch for eof in nested gdb_expect.
2740 Clean up logging and error messages.
2741
2742 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
2743
2744 Test find command on unmapped memory.
2745 * gdb.base/find-unmapped.c: New file.
2746 * gdb.base/find-unmapped.exp: New file.
2747
2748 2012-09-29 Yao Qi <yao@codesourcery.com>
2749
2750 * gdb.trace/mi-tracepoint-changed.exp: New.
2751 * gdb.mi/mi-breakpoint-changed.exp: New.
2752 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
2753 * gdb.mi/pendshr2.c: New.
2754
2755 2012-09-28 Yao Qi <yao@codesourcery.com>
2756
2757 * gdb.mi/pr11022.exp: New.
2758 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
2759
2760 2012-09-27 Tom Tromey <tromey@redhat.com>
2761
2762 * gdb.cp/derivation.exp: Add regression test.
2763 * gdb.cp/derivation.cc (class V_base, class V_inter, class
2764 V_derived): New.
2765 (vderived): New global.
2766
2767 2012-09-26 Tom Tromey <tromey@redhat.com>
2768
2769 * gdb.dwarf2/dw2-common-block.S: New file.
2770 * gdb.dwarf2/dw2-common-block.exp: New file.
2771
2772 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2773
2774 * gdb.fortran/common-block.exp: New file.
2775 * gdb.fortran/common-block.f90: New file.
2776
2777 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
2778
2779 * gdb.base/duplicate-bp.c: New file.
2780 * gdb.base/duplicate-bp.exp: New file.
2781
2782 2012-09-26 Yao Qi <yao@codesourcery.com>
2783
2784 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
2785
2786 Revert:
2787 2012-09-21 Yao Qi <yao@codesourcery.com>
2788
2789 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
2790
2791 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2792
2793 * gdb.base/longest-types.c: New test case.
2794 * gdb.base/longest-types.exp: New test case.
2795
2796 2012-09-25 Yao Qi <yao@codesourcery.com>
2797
2798 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
2799
2800 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2801
2802 Fix internal error on canonicalization of clang types.
2803 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
2804 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
2805 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
2806
2807 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2808
2809 Fix disassemble without parameters in tailcall frame.
2810 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
2811
2812 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
2813
2814 * gdb.dwarf2/dw2-op-out-param.S: New file.
2815 * gdb.dwarf2/dw2-op-out-param.exp: New file.
2816
2817 2012-09-21 Yao Qi <yao@codesourcery.com>
2818
2819 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
2820
2821 2012-09-21 Yao Qi <yao@codesourcery.com>
2822
2823 * gdb.mi/mi-cli.exp: Remove.
2824 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
2825
2826 2012-09-21 Yao Qi <yao@codesourcery.com>
2827
2828 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
2829 "=record-started" notification.
2830
2831 2012-09-21 Yao Qi <yao@codesourcery.com>
2832
2833 * gdb.mi/mi-record-changed.exp: New.
2834 * gdb.mi/mi-reverse.exp: Adjust expected output.
2835
2836 2012-09-20 Tom Tromey <tromey@redhat.com>
2837
2838 * gdb.python/python.exp: Test atexit.register.
2839
2840 2012-09-20 Doug Evans <dje@google.com>
2841
2842 * boards/dwarf4-gdb-index.exp: New file.
2843
2844 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
2845 while running the tests.
2846
2847 2012-09-18 Joel Brobecker <brobecker@adacore.com>
2848
2849 * gdb.ada/bp_reset: New testcase.
2850
2851 2012-09-18 Yao Qi <yao@codesourcery.com>
2852
2853 * gdb.trace/mi-tsv-changed.exp: New.
2854
2855 2012-09-18 Yao Qi <yao@codesourcery.com>
2856
2857 * gdb.trace/mi-traceframe-changed.exp: New.
2858
2859 2012-09-17 Yao Qi <yao@codesourcery.com>
2860
2861 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
2862 when it is less than 0.
2863
2864 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2865
2866 PR 14119
2867 * gdb.arch/amd64-tailcall-ret.S: New file.
2868 * gdb.arch/amd64-tailcall-ret.c: New file.
2869 * gdb.arch/amd64-tailcall-ret.exp: New file.
2870 * gdb.reverse/amd64-tailcall-reverse.S: New file.
2871 * gdb.reverse/amd64-tailcall-reverse.c: New file.
2872 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
2873
2874 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2875
2876 PR 14548
2877 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
2878 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
2879 * gdb.reverse/singlejmp-reverse.S: New file.
2880 * gdb.reverse/singlejmp-reverse.c: New file.
2881 * gdb.reverse/singlejmp-reverse.exp: New file.
2882
2883 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2884
2885 Fix compatibility with old GCC (~4.1).
2886 * gdb.cp/converts.cc (my_enum_var): New variable.
2887
2888 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2889
2890 * gdb.xml/tdesc-regs.exp: Update expected output for new
2891 vector_size syntax of vector types.
2892
2893 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2894
2895 Refactor Python "gdb" module into a proper Python package, by
2896 introducing a new "_gdb" module for code implemented in C, and
2897 using reload/__import__ instead of exec.
2898 * gdb.python/python.exp (Test stderr location): Update module
2899 location of GDB-specific sys.stderr.
2900 (Test stdout location): Ditto for sys.stdout.
2901
2902 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2903
2904 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
2905
2906 2012-09-12 Keith Seitz <keiths@redhat.com>
2907
2908 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
2909 conversion statement.
2910
2911 2012-09-12 Doug Evans <dje@google.com>
2912
2913 * gdb.base/help.exp: Remove testing of individual command help text,
2914 too much of a maintenance burden. Instead, test the functionality
2915 of "help" itself.
2916
2917 2012-09-11 Doug Evans <dje@google.com>
2918
2919 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
2920 breakpoint.
2921
2922 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
2923 * gdb.dwarf2/fission-reread.S: Ditto.
2924 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
2925 * gdb.dwarf2/fission-reread.exp: Ditto.
2926
2927 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2928
2929 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
2930
2931 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2932
2933 * gdb.ada/optim_drec: New testcase.
2934
2935 2012-09-10 Doug Evans <dje@google.com>
2936
2937 * boards/fission.exp: Explicitly mark "board" as not remote.
2938
2939 2012-09-10 Keith Seitz <keiths@redhat.com>
2940
2941 PR gdb/13483
2942 * gdb.cp/converts.cc (A::A): Add ctor.
2943 (A::member_): Add member.
2944 (enum my_enum): New enumeration.
2945 (main): Add calls to foo1_7 with various
2946 permitted arguments.
2947 * gdb.cp/converts.exp: Add tests for boolean
2948 conversions permitted by the standard.
2949
2950 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
2951
2952 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
2953 avoid spurious results due to ~/.gdbinit.
2954 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
2955 $INTERNAL_GDBFLAGS in run command.
2956 * gdb.gdb/observer.exp (setup_test): Ditto.
2957 * gdb.gdb/selftest.exp (test_with_self): Ditto.
2958 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
2959
2960 2012-09-06 Doug Evans <dje@google.com>
2961
2962 * boards/fission.exp: New file.
2963
2964 * gdb.python/py-value.exp: Use clean_restart.
2965
2966 2012-09-05 Doug Evans <dje@google.com>
2967
2968 * gdb.base/info-macros.c: Fix whitespace.
2969
2970 2012-08-28 Pedro Alves <palves@redhat.com>
2971
2972 PR gdb/14428
2973
2974 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
2975
2976 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2977
2978 * gdb.base/break-caller-line.c: New file.
2979 * gdb.base/break-caller-line.exp: New file.
2980
2981 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2982
2983 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
2984 * gdb.arch/i386-cfi-notcurrent.S: New file.
2985 * gdb.arch/i386-cfi-notcurrent.exp: New file.
2986
2987 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
2988 Yao Qi <yao@codesourcery.com>
2989 Pedro Alves <palves@redhat.com>
2990
2991 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
2992 New procedures.
2993 (top level): Add overlap checking tests.
2994
2995 2012-08-24 Tom Tromey <tromey@redhat.com>
2996
2997 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
2998 gdb_test_multiple fails for other reasons.
2999
3000 2012-08-24 Yao Qi <yao@codesourcery.com>
3001
3002 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
3003
3004 2012-08-23 Pedro Alves <palves@redhat.com>
3005
3006 * gdb.base/help.exp: Adjust to "handle" help text change.
3007
3008 2012-08-23 Yao Qi <yao@codesourcery.com>
3009
3010 * gdb.trace/disconnected-tracing.c (start, end): New.
3011 (main): Call start and end.
3012 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
3013 existing tests into this proc.
3014 (disconnected_tfind): New.
3015
3016 2012-08-23 Yao Qi <yao@codesourcery.com>
3017
3018 * boards/native-gdbserver.exp (${board}_upload): New.
3019 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
3020 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
3021 Execute tfile on remote target.
3022 Copy trace file from target to host.
3023
3024 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3025
3026 * gdb.arch/thumb-bx-pc.S: New file.
3027 * gdb.arch/thumb-bx-pc.exp: New file.
3028
3029 2012-08-22 Tom Tromey <tromey@redhat.com>
3030
3031 * gdb.base/maint.exp: Update.
3032
3033 2012-08-22 Tom Tromey <tromey@redhat.com>
3034
3035 * lib/gdb.exp (skip_unwinder_tests): New proc.
3036 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
3037 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
3038
3039 2012-08-21 Tom Tromey <tromey@redhat.com>
3040
3041 * gdb.hp/gdb.aCC/exception.exp: Remove.
3042
3043 012-08-19 Andrew Pinski <apinski@cavium.com>
3044
3045 * gdb.arch/mips-octeon-bbit.c: New file.
3046 * gdb.arch/mips-octeon-bbit.exp: New Test.
3047
3048 012-08-19 Keith Seitz <keiths@redhat.com>
3049
3050 PR c++/14365
3051 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
3052 * gdb.dwarf2/dw2-anon-mptr.S: New file.
3053
3054 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3055
3056 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
3057 verbose -log by more specific untested call.
3058
3059 2012-08-18 Yao Qi <yao@codesourcery.com>
3060
3061 * gdb.trace/tfind.exp: Move tests on various command help before
3062 checking target supports trace.
3063 Fix the expected output of 'help tfind end'.
3064
3065 2012-08-17 Keith Seitz <keiths@redhat.com>
3066
3067 PR c++/13356
3068 * gdb.base/default.exp: Update all "check type" tests.
3069 * gdb.base/help.exp: Likewise.
3070 * gdb.base/setshow.exp: Likewise.
3071 * gdb.cp/converts.cc (foo1_type_check): New function.
3072 (foo2_type_check): New function.
3073 (foo3_type_check): New function.
3074 (main): Call new functions.
3075 * converts.exp: Add tests for integer-to-pointer conversions
3076 with/without strict type-checking.
3077
3078 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3079
3080 * gdb.base/help.exp: Update expected output.
3081
3082 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3083
3084 * gdb.ada/rdv_wait: New testcase.
3085
3086 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3087
3088 * gdb.base/attach-twice.exp: Remove excessive ps exec.
3089
3090 2012-08-13 Doug Evans <dje@google.com>
3091
3092 * gdb.base/help.exp: Update expected output.
3093 * gdb.base/default.exp: Update expected output of "show convenience".
3094
3095 2012-08-10 Doug Evans <dje@google.com>
3096
3097 * gdb.python/py-strfns.c: New file.
3098 * gdb.python/py-strfns.exp: New file.
3099 * gdb.python/py-type.exp (test_fields): Add vector tests.
3100
3101 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3102
3103 PR cli/10436:
3104 * gdb.base/completion.exp: Add tests for handle completion.
3105
3106 2012-08-09 Yao Qi <yao@codesourcery.com>
3107
3108 * gdb.mi/mi-cmd-param-changed.exp: New.
3109 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
3110 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
3111 * gdb.mi/mi2-prompt.exp: Likewise.
3112
3113 2012-08-08 Doug Evans <dje@google.com>
3114
3115 * gdb.base/debug-expr.c: New file.
3116 * gdb.base/debug-expr.exp: New file.
3117 * gdb.base/exprs.exp: Test {type} casts.
3118 * gdb.cp/debug-expr.exp: New file.
3119
3120 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3121
3122 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
3123 global variable loop, not a 'break'. Add loop count limit to 100.
3124 Add new fail case for terminated vgdb.
3125
3126 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3127 Jean-Marc Saffroy <saffroy@gmail.com>
3128
3129 PR 11804
3130 * gdb.base/gcore-relro.exp: New file.
3131 * gdb.base/gcore-relro-main.c: New file.
3132 * gdb.base/gcore-relro-lib.c: New file.
3133
3134 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3135
3136 Do not false FAIL with old GCCs.
3137 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
3138 GCC < 4.5 in $no_hw mode.
3139
3140 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3141
3142 * gdb.base/default.exp (cd): Accept new directory with no arguments.
3143
3144 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3145
3146 * gdb.base/list.exp (test_only_end): New function.
3147 Call it.
3148
3149 2012-08-06 Tom Tromey <tromey@redhat.com>
3150
3151 * gdb.python/py-mi.exp: Add test for printer whose children
3152 are a list.
3153 * gdb.python/py-prettyprint.c (struct children_as_list): New.
3154 (main): New variable children_as_list.
3155 * gdb.python/py-prettyprint.py (class pp_children_as_list):
3156 New.
3157 (register_pretty_printers): Register new printer.
3158
3159 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3160
3161 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
3162 symbols. Abort if vgdb remote connection is closed.
3163
3164 2012-08-02 Doug Evans <dje@google.com>
3165
3166 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
3167
3168 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
3169
3170 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
3171 s390x, PowerPC 64 and m68k-linux.
3172
3173 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3174
3175 * gdb.base/annota1.exp: Accept no frames-invalid notification
3176 when starting up the program.
3177 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
3178 show a symbolic value as well.
3179 * gdb.server/server-exec-info.exp: Skip test when skipping
3180 gdbserver test and/or when skipping shared library tests.
3181 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
3182 avoid name conflicts with other tests.
3183
3184 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3185
3186 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
3187 Fix wrong output on big-endian systems.
3188 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
3189 4-byte pointer types on 64-bit s390x.
3190
3191 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3192
3193 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
3194 marker comment at the beginning (after intialization).
3195 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
3196 breakpoint on marker comment instead of function begin.
3197 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
3198 PowerPC.
3199 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
3200 or 64-bit PowerPC.
3201 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
3202 gdb,no_hardware_watchpoints flag is set.
3203 (initialize): Remove now redundant can-use-hw-watchpoints change.
3204
3205 2012-08-02 Yao Qi <yao@codesourcery.com>
3206 Pedro Alves <palves@redhat.com>
3207
3208 * boards/local-remote-host.exp: New.
3209
3210 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3211
3212 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
3213 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
3214 * gdb.base/print-file-var.exp: Likewise.
3215 * gdb.server/solib-list.exp: Skip on remote targets.
3216
3217 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3218
3219 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
3220 watchpoints on ARM. When expecting software watchpoints, tolerate
3221 (remote) targets that report unsupported hardware watchpoint only
3222 at continue time.
3223 (test_wide_location_2): Likewise.
3224
3225 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3226
3227 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
3228 valgrind versions.
3229
3230 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3231
3232 * gdb.base/valgrind-infcall.c: New file.
3233 * gdb.base/valgrind-infcall.exp: New file.
3234
3235 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
3236
3237 2012-07-30 Keith Seitz <keiths@redhat.com>
3238
3239 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
3240 linespecs.
3241
3242 2012-07-30 Doug Evans <dje@google.com>
3243
3244 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
3245 * gdb.dwarf2/pr13961.S: Ditto.
3246
3247 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
3248
3249 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3250
3251 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
3252 change its format immediately after reloading the binary.
3253
3254 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3255
3256 Fix testsuite regression after --use-deprecated-index-sections removal.
3257 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
3258 string.
3259 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
3260
3261 2012-07-27 Yao Qi <yao@codesourcery.com>
3262
3263 KFAIL for PR remote/14161.
3264 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
3265 Cleanup socket files.
3266 (strace_info_marker): Detach inferior.
3267
3268 2012-07-26 Tom Tromey <tromey@redhat.com>
3269
3270 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
3271
3272 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3273
3274 * gdb.python/py-inferior.c (thread): New function.
3275 (check_threads): New function.
3276 (test_threads): New function.
3277 * gdb.python/py-inferior.exp: Added test.
3278 Replaced runto with continue to breakpoint.
3279
3280 2012-07-26 Tom Tromey <tromey@redhat.com>
3281
3282 * lib/ada.exp (standard_ada_testfile): New proc.
3283 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
3284 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
3285 * gdb.ada/array_return.exp: Use standard_ada_testfile.
3286 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
3287 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
3288 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
3289 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
3290 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
3291 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
3292 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
3293 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
3294 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
3295 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
3296 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
3297 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
3298 * gdb.ada/char_param.exp: Use standard_ada_testfile.
3299 * gdb.ada/complete.exp: Use standard_ada_testfile.
3300 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
3301 standard_output_file.
3302 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
3303 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
3304 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
3305 standard_output_file.
3306 * gdb.ada/exprs.exp: Use standard_ada_testfile.
3307 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
3308 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
3309 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
3310 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
3311 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
3312 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
3313 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
3314 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
3315 * gdb.ada/homonym.exp: Use standard_ada_testfile.
3316 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
3317 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
3318 * gdb.ada/interface.exp: Use standard_ada_testfile.
3319 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
3320 standard_output_file
3321 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
3322 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
3323 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
3324 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
3325 * gdb.ada/nested.exp: Use standard_ada_testfile.
3326 * gdb.ada/null_array.exp: Use standard_ada_testfile.
3327 * gdb.ada/null_record.exp: Use standard_ada_testfile.
3328 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
3329 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
3330 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
3331 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
3332 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
3333 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
3334 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
3335 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
3336 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
3337 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
3338 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
3339 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
3340 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
3341 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
3342 * gdb.ada/start.exp: Use standard_ada_testfile.
3343 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
3344 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
3345 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
3346 * gdb.ada/tagged.exp: Use standard_ada_testfile.
3347 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
3348 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
3349 * gdb.ada/tasks.exp: Use standard_ada_testfile.
3350 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
3351 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
3352 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
3353 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
3354 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
3355 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
3356 * gdb.ada/widewide.exp: Use standard_ada_testfile.
3357
3358 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 Fix testsuite regression after --use-deprecated-index-sections removal.
3361 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
3362
3363 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3364
3365 Fix compatibility with Tcl before 7.5.
3366 * lib/future.exp (lreverse): New function if it does not exist.
3367
3368 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
3369
3370 * gdb.mi/mi-pending.c: New method to set a second pending
3371 breakpoint.
3372 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
3373 condition.
3374
3375 2012-07-20 Pedro Alves <palves@redhat.com>
3376
3377 PR threads/11692
3378 PR gdb/12203
3379
3380 * gdb.threads/create-fail.c: New file.
3381 * gdb.threads/create-fail.exp: New file.
3382
3383 2012-07-19 Pedro Alves <palves@redhat.com>
3384
3385 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
3386 * config/vx.exp (gdb_start): Likewise.
3387 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
3388 * gdb.base/setvar.exp (test_set): Likewise.
3389 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
3390 * gdb.reverse/sigall-precsave.exp: Likewise.
3391 * gdb.reverse/sigall-reverse.exp: Likewise.
3392
3393 2012-07-19 Pedro Alves <palves@redhat.com>
3394
3395 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
3396 handler before recording.
3397
3398 2012-07-19 Tom Tromey <tromey@redhat.com>
3399
3400 * gdb.cp/casts.exp: Add tests for typeof and decltype.
3401 * gdb.cp/casts.cc (decltype): New function.
3402 (main): Use it.
3403
3404 2012-07-19 Pedro Alves <palves@redhat.com>
3405
3406 * gdb.base/sigall.exp (signals): New list.
3407 <top level>: Loop over signals in the $signals list instead of
3408 calling a test function once per signal.
3409 * gdb.reverse/sigall-precsave.exp (signals): New list.
3410 <top level>: Loop over signals in the $signals list instead of
3411 calling a test function once per signal.
3412 * gdb.reverse/sigall-reverse.exp (signals): New list.
3413 <top level>: Loop over signals in the $signals list instead of
3414 calling a test function once per signal.
3415
3416 2012-07-19 Yao Qi <yao@codesourcery.com>
3417
3418 * gdb.base/setshow.exp: Test 'set args ~'.
3419
3420 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3421
3422 * gdb.base/store.exp (check_set): Import gdb_prompt.
3423 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
3424 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
3425
3426 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3427
3428 PR 11914
3429 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
3430 (main): Call eval_sub.
3431 * gdb.python/py-prettyprint.exp:
3432 (python execfile ('py-prettyprint.py')): Move it earlier.
3433 New breakpoint for eval-break.
3434 (continue to breakpoint: eval-break, info locals): New test.
3435 (python execfile ('py-prettyprint.py')): Move it from here.
3436 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
3437 (register_pretty_printers): Register pp_eval_type.
3438
3439 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3440
3441 Fix a testcase regression by me.
3442 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
3443 DW_FORM_data4.
3444
3445 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3446 Doug Evans <dje@google.com>
3447
3448 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
3449 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
3450
3451 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3452
3453 Fix gdbserver run regression.
3454 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
3455
3456 2012-07-12 Tom Tromey <tromey@redhat.com>
3457
3458 * lib/gdb.exp (standard_testfile): Don't declare objdir.
3459 (clean_restart): Likewise.
3460 (core_find): Use standard_output_file.
3461
3462 2012-07-12 Tom Tromey <tromey@redhat.com>
3463
3464 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
3465 * gdb.dwarf2/dw2-anonymous-func.exp: Use
3466 prepare_for_testing_full.
3467 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
3468 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
3469 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
3470 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
3471 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
3472 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
3473 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
3474 prepare_for_testing_full.
3475 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
3476 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
3477 prepare_for_testing_full.
3478 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
3479 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
3480 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
3481
3482 2012-07-12 Tom Tromey <tromey@redhat.com>
3483
3484 * lib/gdb.exp (build_executable_from_specs): New proc, from
3485 build_executable.
3486 (build_executable): Use it.
3487 (prepare_for_testing_full): New proc.
3488
3489 2012-07-11 Tom Tromey <tromey@redhat.com>
3490
3491 * gdb.reverse/break-precsave.exp: Use standard_output_file.
3492 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
3493 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
3494 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
3495 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
3496 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
3497 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
3498 * gdb.reverse/step-precsave.exp: Use standard_output_file.
3499 * gdb.reverse/until-precsave.exp: Use standard_output_file.
3500 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
3501
3502 2012-07-10 Tom Tromey <tromey@redhat.com>
3503
3504 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
3505 standard_output_file.
3506 * gdb.mi/gdb2549.exp: Use standard_testfile.
3507 * gdb.mi/gdb669.exp: Use standard_testfile.
3508 * gdb.mi/gdb701.exp: Use standard_testfile.
3509 * gdb.mi/gdb792.exp: Use standard_testfile.
3510 * gdb.mi/mi-async.exp: Use standard_testfile.
3511 * gdb.mi/mi-basics.exp: Use standard_testfile.
3512 * gdb.mi/mi-break.exp: Use standard_testfile.
3513 * gdb.mi/mi-cli.exp: Use standard_testfile.
3514 * gdb.mi/mi-console.exp: Use standard_testfile.
3515 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
3516 * gdb.mi/mi-eval.exp: Use standard_testfile.
3517 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
3518 * gdb.mi/mi-file.exp: Use standard_testfile.
3519 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
3520 * gdb.mi/mi-logging.exp: Use standard_testfile.
3521 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
3522 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
3523 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
3524 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
3525 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
3526 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
3527 * gdb.mi/mi-pending.exp: Use standard_testfile,
3528 standard_output_file.
3529 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
3530 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
3531 * gdb.mi/mi-regs.exp: Use standard_testfile.
3532 * gdb.mi/mi-return.exp: Use standard_testfile.
3533 * gdb.mi/mi-reverse.exp: Use standard_testfile.
3534 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
3535 * gdb.mi/mi-solib.exp: Use standard_testfile,
3536 standard_output_file.
3537 * gdb.mi/mi-stack.exp: Use standard_testfile.
3538 * gdb.mi/mi-stepi.exp: Use standard_testfile.
3539 * gdb.mi/mi-stepn.exp: Use standard_testfile.
3540 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
3541 * gdb.mi/mi-until.exp: Use standard_testfile.
3542 * gdb.mi/mi-var-block.exp: Use standard_testfile.
3543 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
3544 * gdb.mi/mi-var-child.exp: Use standard_testfile.
3545 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
3546 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
3547 * gdb.mi/mi-var-display.exp: Use standard_testfile.
3548 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
3549 standard_output_file.
3550 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
3551 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
3552 * gdb.mi/mi-watch.exp: Use standard_testfile.
3553 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
3554 * gdb.mi/mi2-basics.exp: Use standard_testfile.
3555 * gdb.mi/mi2-break.exp: Use standard_testfile.
3556 * gdb.mi/mi2-cli.exp: Use standard_testfile.
3557 * gdb.mi/mi2-console.exp: Use standard_testfile.
3558 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
3559 * gdb.mi/mi2-eval.exp: Use standard_testfile.
3560 * gdb.mi/mi2-file.exp: Use standard_testfile.
3561 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
3562 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
3563 * gdb.mi/mi2-regs.exp: Use standard_testfile.
3564 * gdb.mi/mi2-return.exp: Use standard_testfile.
3565 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
3566 * gdb.mi/mi2-stack.exp: Use standard_testfile.
3567 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
3568 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
3569 * gdb.mi/mi2-until.exp: Use standard_testfile.
3570 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
3571 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
3572 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
3573 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
3574 * gdb.mi/mi2-watch.exp: Use standard_testfile.
3575
3576 2012-07-10 Tom Tromey <tromey@redhat.com>
3577
3578 * gdb.cp/abstract-origin.exp: Use standard_testfile.
3579 * gdb.cp/ambiguous.exp: Use standard_testfile,
3580 prepare_for_testing.
3581 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
3582 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
3583 * gdb.cp/anon-ns.exp: Use standard_testfile.
3584 * gdb.cp/anon-struct.exp: Use standard_testfile.
3585 * gdb.cp/anon-union.exp: Use standard_testfile,
3586 prepare_for_testing.
3587 * gdb.cp/arg-reference.exp: Use standard_testfile,
3588 prepare_for_testing.
3589 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
3590 * gdb.cp/breakpoint.exp: Use standard_testfile,
3591 prepare_for_testing.
3592 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
3593 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
3594 standard_output_file.
3595 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
3596 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
3597 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
3598 (test_static_members): Update.
3599 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
3600 * gdb.cp/converts.exp: Use standard_testfile.
3601 * gdb.cp/cp-relocate.exp: Use standard_testfile.
3602 * gdb.cp/cpcompletion.exp: Use standard_testfile,
3603 prepare_for_testing.
3604 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
3605 * gdb.cp/cplabel.exp: Use standard_testfile.
3606 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
3607 prepare_for_testing.
3608 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
3609 * gdb.cp/derivation.exp: Use standard_testfile,
3610 prepare_for_testing.
3611 * gdb.cp/destrprint.exp: Use standard_testfile.
3612 * gdb.cp/dispcxx.exp: Use standard_testfile.
3613 * gdb.cp/exception.exp: Use standard_testfile,
3614 prepare_for_testing.
3615 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
3616 * gdb.cp/extern-c.exp: Use standard_testfile,
3617 prepare_for_testing.
3618 * gdb.cp/formatted-ref.exp: Use standard_testfile,
3619 prepare_for_testing.
3620 * gdb.cp/fpointer.exp: Use standard_testfile.
3621 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
3622 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
3623 standard_output_file.
3624 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
3625 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
3626 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
3627 standard_output_file.
3628 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
3629 (do_tests): Update.
3630 * gdb.cp/koenig.exp: Use standard_testfile.
3631 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
3632 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
3633 * gdb.cp/m-static.exp: Use standard_testfile,
3634 prepare_for_testing.
3635 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
3636 * gdb.cp/mb-inline.exp: Use standard_testfile,
3637 prepare_for_testing.
3638 * gdb.cp/mb-templates.exp: Use standard_testfile,
3639 prepare_for_testing.
3640 * gdb.cp/member-ptr.exp: Use standard_testfile,
3641 prepare_for_testing.
3642 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
3643 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
3644 * gdb.cp/method2.exp: Use standard_testfile.
3645 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
3646 standard_output_file.
3647 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
3648 (do_tests): Update.
3649 * gdb.cp/namespace-enum.exp: Use standard_testfile,
3650 prepare_for_testing.
3651 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
3652 prepare_for_testing.
3653 * gdb.cp/namespace.exp: Use standard_testfile,
3654 prepare_for_testing.
3655 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
3656 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
3657 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
3658 * gdb.cp/nsimport.exp: Use standard_testfile,
3659 prepare_for_testing.
3660 * gdb.cp/nsnested.exp: Use standard_testfile.
3661 * gdb.cp/nsnoimports.exp: Use standard_testfile.
3662 * gdb.cp/nsrecurs.exp: Use standard_testfile,
3663 prepare_for_testing.
3664 * gdb.cp/nsstress.exp: Use standard_testfile,
3665 prepare_for_testing.
3666 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
3667 * gdb.cp/operator.exp: Use standard_testfile.
3668 * gdb.cp/oranking.exp: Use standard_testfile.
3669 * gdb.cp/overload-const.exp: Use standard_testfile.
3670 * gdb.cp/overload.exp: Use standard_testfile,
3671 prepare_for_testing.
3672 * gdb.cp/ovldbreak.exp: Use standard_testfile.
3673 * gdb.cp/ovsrch.exp: Use standard_testfile.
3674 * gdb.cp/paren-type.exp: Use standard_testfile.
3675 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
3676 prepare_for_testing.
3677 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
3678 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
3679 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
3680 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
3681 * gdb.cp/pr10728.exp: Use standard_testfile,
3682 standard_output_file.
3683 * gdb.cp/pr12028.exp: Use standard_testfile.
3684 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
3685 * gdb.cp/pr9167.exp: Use standard_testfile.
3686 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
3687 * gdb.cp/printmethod.exp: Use standard_testfile,
3688 prepare_for_testing.
3689 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
3690 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
3691 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
3692 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
3693 standard_output_file.
3694 * gdb.cp/readnow-language.exp: Use standard_testfile.
3695 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
3696 (gdb_start_again): Use clean_restart.
3697 * gdb.cp/ref-types.exp: Use standard_testfile,
3698 prepare_for_testing.
3699 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
3700 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
3701 * gdb.cp/smartp.exp: Use standard_testfile.
3702 * gdb.cp/static-method.exp: Use standard_testfile.
3703 * gdb.cp/static-print-quit.exp: Use standard_testfile.
3704 * gdb.cp/temargs.exp: Use standard_testfile.
3705 * gdb.cp/templates.exp: Use standard_testfile,
3706 prepare_for_testing.
3707 (do_tests): Update.
3708 * gdb.cp/try_catch.exp: Use standard_testfile,
3709 prepare_for_testing.
3710 * gdb.cp/typedef-operator.exp: Use standard_testfile.
3711 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
3712 * gdb.cp/virtbase.exp: Use standard_testfile,
3713 prepare_for_testing.
3714 * gdb.cp/virtfunc.exp: Use standard_testfile,
3715 prepare_for_testing.
3716 (do_tests): Update.
3717 * gdb.cp/virtfunc2.exp: Use standard_testfile,
3718 prepare_for_testing.
3719
3720 2012-07-10 Tom Tromey <tromey@redhat.com>
3721
3722 * lib/gdb.exp (standard_testfile): Unset output variables from
3723 earlier invocations.
3724
3725 2012-07-10 Yao Qi <yao@codesourcery.com>
3726
3727 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
3728 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
3729 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
3730 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
3731 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
3732 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
3733 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
3734 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
3735 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
3736 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
3737 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
3738 * gdb.mi/mi-var-display.exp: Likewise.
3739 * gdb.mi/mi-var-invalidate.exp: Likewise.
3740 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
3741 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
3742 * gdb.mi/mi2-console.exp: Likewise.
3743 * gdb.mi/mi2-disassemble.exp: Likewise.
3744 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
3745 * gdb.mi/mi2-read-memory.exp: Likewise.
3746 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
3747 * gdb.mi/mi2-simplerun.exp: Likewise.
3748 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
3749 * gdb.mi/mi2-syn-frame.exp: Likewise.
3750 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
3751 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
3752 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
3753
3754 2012-07-09 Tom Tromey <tromey@redhat.com>
3755
3756 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
3757 * gdb.base/callfuncs.exp: Add cast-based test.
3758 * gdb.base/callfuncs.c (voidfunc): New function.
3759
3760 2012-07-08 Doug Evans <dje@google.com>
3761
3762 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
3763
3764 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3765
3766 Fix XFAIL compatibility with old i386 systems.
3767 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
3768 Check also 'Cannot insert breakpoint 0'.
3769
3770 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3771
3772 PR 14321
3773 * gdb.base/find.exp
3774 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
3775
3776 2012-07-06 Tom Tromey <tromey@redhat.com>
3777
3778 * gdb.base/whatis.exp: Add test.
3779
3780 2012-07-06 Tom Tromey <tromey@redhat.com>
3781
3782 * gdb.base/whatis.exp: Add regression test.
3783
3784 2012-07-06 Tom Tromey <tromey@redhat.com>
3785
3786 * gdb.base/whatis.exp: Add tests.
3787
3788 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3789
3790 PR 12649
3791 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
3792 gdb_test_multiple $gdb_prompt terminator.
3793
3794 2012-07-04 Pedro Alves <palves@redhat.com>
3795
3796 * gdb.mi/mi-reverse.exp: Use supports_reverse and
3797 supports_process_record.
3798
3799 2012-07-04 Pedro Alves <palves@redhat.com>
3800
3801 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
3802 endings.
3803 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
3804
3805 2012-07-03 Stan Shebs <stan@codesourcery.com>
3806
3807 * gdb.base/info-os.c (main): Retry resource acquisition until an
3808 available one is found.
3809 * gdb.base/info-os.exp: Collect resource keys from the program
3810 and use them in matching.
3811
3812 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3813
3814 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
3815 Wrap the test into loop for corefile and core0file.
3816
3817 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3818
3819 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
3820 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
3821 .note.GNU-stack.
3822
3823 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
3824
3825 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3826
3827 * gdb.base/help.exp (help b, help br, help bre, help brea, help
3828 break): Include help message for the new `-probe' and `-probe-stap'
3829 options.
3830
3831 2012-07-02 Stan Shebs <stan@codesourcery.com>
3832
3833 * gdb.base/dprintf.exp: Add agent style tests.
3834
3835 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3836
3837 * gdb.base/stale-infcall.c (infcall): New label test-next.
3838 (main): New labels test-pass and test-fail.
3839 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
3840 $test_fail_bpnum to test-fail.
3841 (test system longjmp tracking support): New test.
3842 Delete $test_fail_bpnum.
3843 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
3844 breakpoint.
3845
3846 2012-06-30 Doug Evans <dje@google.com>
3847
3848 * gdb.dwarf2/fission-reread.S: New file.
3849 * gdb.dwarf2/fission-reread.exp: New file.
3850
3851 2012-06-28 Stan Shebs <stan@codesourcery.com>
3852
3853 * gdb.mi/mi-logging.exp: New file.
3854
3855 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3856 Pedro Alves <palves@redhat.com>
3857
3858 * gdb.threads/siginfo-threads.exp: New file.
3859 * gdb.threads/siginfo-threads.c: New file.
3860 * gdb.threads/sigstep-threads.exp: New file.
3861 * gdb.threads/sigstep-threads.c: New file.
3862
3863 2012-06-28 Tom Tromey <tromey@redhat.com>
3864
3865 * gdb.go/package.exp: Partially revert earlier patch; use
3866 gdb_compile again. Use standard_output_file.
3867
3868 2012-06-27 Doug Evans <dje@google.com>
3869
3870 * gdb.dwarf2/fission-base.c: New file.
3871 * gdb.dwarf2/fission-base.S: New file.
3872 * gdb.dwarf2/fission-base.exp: New file.
3873
3874 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3875
3876 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
3877
3878 2012-06-27 Tom Tromey <tromey@redhat.com>
3879
3880 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
3881 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
3882
3883 2012-06-27 Tom Tromey <tromey@redhat.com>
3884
3885 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
3886 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
3887 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
3888 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
3889 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
3890 prepare_for_testing.
3891 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
3892 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
3893 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
3894 standard_testfile.
3895 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
3896 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
3897 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
3898 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
3899 prepare_for_testing.
3900 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
3901 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
3902 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
3903 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
3904 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
3905 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
3906 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
3907 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
3908 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
3909 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
3910 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
3911 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
3912 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
3913 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
3914 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
3915 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
3916 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
3917 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
3918 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
3919 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
3920 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
3921 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
3922 standard_output_file.
3923 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
3924 standard_output_file.
3925 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
3926 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
3927 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
3928 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
3929 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
3930 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
3931 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
3932 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
3933 * gdb.dwarf2/implptr.exp: Use standard_testfile.
3934 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
3935 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
3936 * gdb.dwarf2/pieces.exp: Use standard_testfile.
3937 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
3938 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
3939 * gdb.dwarf2/valop.exp: Use standard_testfile,
3940 prepare_for_testing.
3941
3942 2012-06-27 Tom Tromey <tromey@redhat.com>
3943
3944 * gdb.python/python.exp: Fix regexps in pagination tests.
3945
3946 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3947
3948 * gdb.python/py-symtab.exp: Add tests to test the new attribute
3949 'last' of gdb.Symtab_and_line.
3950 * gdb.python/py-symbol.c: Move break point comment to enable
3951 testing of gdb.Symtab_and_line.last.
3952
3953 2012-06-26 Tom Tromey <tromey@redhat.com>
3954
3955 * gdb.threads/step.c: Remove.
3956 * gdb.threads/step.exp: Remove.
3957 * gdb.threads/step2.exp: Remove.
3958
3959 2012-06-26 Tom Tromey <tromey@redhat.com>
3960
3961 * gdb.threads/watchpoint-fork.exp (test): Use
3962 standard_output_file. Don't declare objdir.
3963 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
3964 standard_output_file.
3965 * gdb.threads/attach-stopped.exp: Use standard_testfile.
3966 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
3967 clean_restart. Remove incdir.
3968 * gdb.threads/corethreads.exp: Use standard_testfile.
3969 * gdb.threads/execl.exp: Use standard_testfile,
3970 standard_output_file, clean_restart.
3971 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
3972 clean_restart.
3973 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
3974 clean_restart.
3975 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
3976 incdir.
3977 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
3978 clean_restart. Remove incdir.
3979 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
3980 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
3981 clean_restart. Remove incdir.
3982 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
3983 Remove incdir.
3984 * gdb.threads/leader-exit.exp: Use standard_testfile.
3985 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
3986 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
3987 clean_restart.
3988 * gdb.threads/manythreads.exp: Use standard_testfile,
3989 clean_restart. Remove incdir.
3990 * gdb.threads/multi-create.exp: Use standard_testfile,
3991 clean_restart.
3992 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
3993 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
3994 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
3995 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
3996 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
3997 * gdb.threads/pending-step.exp: Use standard_testfile,
3998 clean_restart. Remove incdir.
3999 * gdb.threads/print-threads.exp: Use standard_testfile,
4000 clean_restart. Remove incdir.
4001 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
4002 clean_restart. Remove incdir.
4003 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
4004 Remove incdir.
4005 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
4006 incdir.
4007 * gdb.threads/sigthread.exp: Use standard_testfile,
4008 clean_restart.
4009 * gdb.threads/staticthreads.exp: Use standard_testfile,
4010 clean_restart. Remove incdir.
4011 * gdb.threads/switch-threads.exp: Use standard_testfile,
4012 clean_restart. Remove incdir.
4013 * gdb.threads/thread-execl.exp: Use standard_testfile,
4014 clean_restart. Remove incdir.
4015 * gdb.threads/thread-find.exp: Use standard_testfile,
4016 clean_restart.
4017 * gdb.threads/thread-specific.exp: Use standard_testfile,
4018 clean_restart. Remove incdir.
4019 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
4020 clean_restart. Remove incdir.
4021 * gdb.threads/thread_check.exp: Use standard_testfile,
4022 clean_restart. Remove incdir.
4023 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
4024 incdir.
4025 * gdb.threads/threadapply.exp: Use standard_testfile,
4026 clean_restart. Remove incdir.
4027 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
4028 clean_restart. Remove incdir.
4029 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
4030 clean_restart.
4031 * gdb.threads/tls-shared.exp: Use standard_testfile,
4032 clean_restart, standard_output_file.
4033 * gdb.threads/tls-var.exp: Use standard_testfile,
4034 standard_output_file.
4035 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
4036 Remove incdir.
4037 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
4038 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
4039 incdir.
4040 * gdb.threads/watchthreads2.exp: Use standard_testfile,
4041 clean_restart. Remove incdir.
4042
4043 2012-06-26 Tom Tromey <tromey@redhat.com>
4044
4045 * gdb.trace/actions.exp: Use standard_testfile.
4046 * gdb.trace/ax.exp: Use standard_testfile.
4047 * gdb.trace/backtrace.exp: Use standard_testfile.
4048 * gdb.trace/change-loc.exp: Use standard_testfile.
4049 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
4050 * gdb.trace/collection.exp: Use standard_testfile,
4051 prepare_for_testing.
4052 * gdb.trace/deltrace.exp: Use standard_testfile.
4053 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
4054 * gdb.trace/ftrace.exp: Use standard_testfile.
4055 * gdb.trace/infotrace.exp: Use standard_testfile.
4056 * gdb.trace/packetlen.exp: Use standard_testfile.
4057 * gdb.trace/passc-dyn.exp: Use standard_testfile.
4058 * gdb.trace/passcount.exp: Use standard_testfile.
4059 * gdb.trace/pending.exp: Use standard_testfile.
4060 * gdb.trace/report.exp: Use standard_testfile.
4061 * gdb.trace/save-trace.exp: Use standard_testfile.
4062 * gdb.trace/stap-trace.exp: Use standard_testfile.
4063 * gdb.trace/status-stop.exp: Use standard_testfile.
4064 * gdb.trace/strace.exp: Use standard_testfile.
4065 * gdb.trace/tfile.exp: Use standard_testfile.
4066 * gdb.trace/tfind.exp: Use standard_testfile.
4067 * gdb.trace/trace-break.exp: Use standard_testfile.
4068 * gdb.trace/trace-mt.exp: Use standard_testfile.
4069 * gdb.trace/tracecmd.exp: Use standard_testfile.
4070 * gdb.trace/tspeed.exp: Use standard_testfile.
4071 * gdb.trace/tstatus.exp: Use standard_testfile.
4072 * gdb.trace/tsv.exp: Use standard_testfile.
4073 * gdb.trace/unavailable.exp: Use standard_testfile,
4074 prepare_for_testing.
4075 * gdb.trace/while-dyn.exp: Use standard_testfile.
4076 * gdb.trace/while-stepping.exp: Use standard_testfile.
4077
4078 2012-06-26 Tom Tromey <tromey@redhat.com>
4079
4080 * gdb.reverse/break-precsave.exp: Use standard_testfile.
4081 * gdb.reverse/break-reverse.exp: Use standard_testfile.
4082 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
4083 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
4084 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
4085 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
4086 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
4087 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
4088 prepare_for_testing.
4089 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
4090 prepare_for_testing.
4091 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
4092 prepare_for_testing.
4093 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
4094 prepare_for_testing.
4095 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
4096 prepare_for_testing
4097 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
4098 * gdb.reverse/machinestate.exp: Use standard_testfile.
4099 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
4100 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
4101 build_executable.
4102 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
4103 build_executable.
4104 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
4105 standard_output_file.
4106 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
4107 standard_output_file.
4108 * gdb.reverse/step-precsave.exp: Use standard_testfile.
4109 * gdb.reverse/step-reverse.exp: Use standard_testfile.
4110 * gdb.reverse/until-precsave.exp: Use standard_testfile.
4111 * gdb.reverse/until-reverse.exp: Use standard_testfile.
4112 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
4113 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
4114
4115 2012-06-26 Tom Tromey <tromey@redhat.com>
4116
4117 * gdb.stabs/weird.exp: Remove directory-checking code. Use
4118 standard_output_file.
4119 * gdb.stabs/exclfwd.exp: Use standard_testfile,
4120 prepare_for_testing. Remove directory-checking code.
4121
4122 2012-06-25 Tom Tromey <tromey@redhat.com>
4123
4124 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
4125 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
4126 build_executable, not prepare_for_testing.
4127 * gdb.multi/base.exp: Use standard_output_file. Use
4128 build_executable, not prepare_for_testing.
4129
4130 2012-06-25 Tom Tromey <tromey@redhat.com>
4131
4132 * gdb.fortran/subarray.exp: Use standard_testfile,
4133 prepare_for_testing.
4134 * gdb.fortran/multi-dim.exp: Use standard_testfile.
4135 * gdb.fortran/module.exp: Use standard_testfile.
4136 * gdb.fortran/logical.exp: Use standard_testfile.
4137 * gdb.fortran/library-module.exp: Use standard_testfile,
4138 standard_output_file.
4139 * gdb.fortran/derived-type.exp: Use standard_testfile,
4140 prepare_for_testing.
4141 * gdb.fortran/complex.exp: Use standard_testfile,
4142 prepare_for_testing.
4143 * gdb.fortran/charset.exp: Use standard_testfile.
4144 * gdb.fortran/array-element.exp: Use standard_testfile,
4145 prepare_for_testing.
4146
4147 2012-06-25 Keith Seitz <keiths@redhat.com>
4148
4149 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
4150 Change rbreak-related tests to KFAIL and add bugzilla numbers.
4151
4152 2012-06-25 Tom Tromey <tromey@redhat.com>
4153
4154 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
4155 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
4156 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
4157 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
4158
4159 2012-06-25 Tom Tromey <tromey@redhat.com>
4160
4161 * gdb.linespec/ls-errs.exp: Use standard_testfile.
4162 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
4163 * gdb.linespec/linespec.exp: Use standard_testfile.
4164
4165 2012-06-25 Tom Tromey <tromey@redhat.com>
4166
4167 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
4168 prepare_for_testing.
4169
4170 2012-06-25 Tom Tromey <tromey@redhat.com>
4171
4172 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
4173 prepare_for_testing.
4174 * gdb.opt/inline-break.exp: Use standard_testfile,
4175 prepare_for_testing.
4176 * gdb.opt/inline-bt.exp: Use standard_testfile,
4177 prepare_for_testing.
4178 * gdb.opt/inline-cmds.exp: Use standard_testfile,
4179 prepare_for_testing.
4180 * gdb.opt/inline-locals.exp: Use standard_testfile,
4181 prepare_for_testing.
4182
4183 2012-06-25 Tom Tromey <tromey@redhat.com>
4184
4185 * gdb.asm/asm-source.exp: Use standard_output_file,
4186 standard_testfile. Construct .o files in proper subdir.
4187
4188 2012-06-25 Tom Tromey <tromey@redhat.com>
4189
4190 * gdb.server/ext-attach.exp: Use standard_testfile,
4191 prepare_for_testing.
4192 * gdb.server/ext-run.exp: Use standard_testfile,
4193 build_executable.
4194 * gdb.server/file-transfer.exp: Use standard_testfile,
4195 prepare_for_testing.
4196 * gdb.server/server-exec-info.exp: Use standard_testfile.
4197 * gdb.server/server-mon.exp: Use standard_testfile,
4198 prepare_for_testing.
4199 * gdb.server/server-run.exp: Use standard_testfile,
4200 build_executable.
4201 * gdb.server/solib-list.exp: Use standard_testfile,
4202 standard_output_file.
4203
4204 2012-06-25 Tom Tromey <tromey@redhat.com>
4205
4206 * lib/gdb.exp (standard_output_file): Use "file join".
4207 * gdb.go/chan.exp: Use standard_testfile.
4208 * gdb.go/handcall.exp: Use standard_testfile.
4209 * gdb.go/hello.exp: Use standard_testfile.
4210 * gdb.integers/chan.exp: Use standard_testfile.
4211 * gdb.go/methods.exp: Use standard_testfile.
4212 * gdb.go/package.exp: Use standard_testfile.
4213 * gdb.go/strings.exp: Use standard_testfile.
4214 * gdb.go/types.exp: Use standard_testfile.
4215 * gdb.go/unsafe.exp: Use standard_testfile.
4216
4217 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4218
4219 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
4220
4221 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4222
4223 Fix regression by the previous commit.
4224 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
4225
4226 2012-06-22 Tom Tromey <tromey@redhat.com>
4227
4228 * gdb.python/lib-types.exp: Use standard_testfile,
4229 prepare_for_testing.
4230 * gdb.python/py-block.exp: Use standard_testfile.
4231 * gdb.python/py-breakpoint.exp: Use standard_testfile.
4232 * gdb.python/py-events.exp: Use standard_testfile,
4233 standard_output_file.
4234 * gdb.python/py-evsignal.exp: Use standard_testfile.
4235 * gdb.python/py-evethreads.exp: Use standard_testfile.
4236 * gdb.python/py-explore-cc.exp: Use standard_testfile.
4237 * gdb.python/py-explore.exp: Use standard_testfile.
4238 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
4239 standard_output_file.
4240 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
4241 prepare_for_testing.
4242 * gdb.python/py-frame-inline.exp: Use standard_testfile.
4243 * gdb.python/py-frame.exp: Use standard_testfile.
4244 * gdb.python/py-inferior.exp: Use standard_testfile.
4245 * gdb.python/py-infthread.exp: Use standard_testfile.
4246 * gdb.python/py-mi.exp: Use standard_testfile.
4247 * gdb.python/py-objfile-script.exp: Use standard_testfile,
4248 build_executable.
4249 * gdb.python/py-objfile.exp: Use standard_testfile.
4250 * gdb.python/py-pp-maint.exp: Use standard_testfile,
4251 prepare_for_testing.
4252 * gdb.python/py-prettyprint.exp: Use standard_testfile.
4253 * gdb.python/py-progspace.exp: Use standard_testfile,
4254 build_executable.
4255 * gdb.python/py-prompt.exp: Use standard_testfile,
4256 build_executable.
4257 * gdb.python/py-section-script.exp: Use standard_testfile,
4258 build_executable.
4259 * gdb.python/py-shared.exp: Use standard_testfile,
4260 standard_output_file, clean_restart.
4261 * gdb.python/py-symbol.exp: Use standard_output_file,
4262 prepare_for_testing.
4263 * gdb.python/py-symtab.exp: Use standard_output_file,
4264 prepare_for_testing
4265 * gdb.python/py-template.exp: Use standard_testfile.
4266 * gdb.python/py-type.exp: Use standard_testfile.
4267 * gdb.python/py-value-cc.exp: Use standard_testfile.
4268 * gdb.python/py-value.exp: Use standard_testfile.
4269 * gdb.python/python.exp: Use standard_testfile, build_executable.
4270
4271 2012-06-22 Tom Tromey <tromey@redhat.com>
4272
4273 * gdb.objc/basicclass.exp: Use standard_testfile.
4274 (do_objc_tests): Don't declare objdir.
4275 * gdb.objc/nondebug.exp: Use standard_testfile.
4276 (do_objc_tests): Don't declare objdir.
4277 * gdb.objc/objcdecode.exp: Use standard_testfile.
4278 (do_objc_tests): Don't declare objdir.
4279
4280 2012-06-22 Tom Tromey <tromey@redhat.com>
4281
4282 * gdb.java/jmain.exp: Use standard_testfile.
4283 * gdb.java/jmisc.exp: Use standard_testfile.
4284 * gdb.java/jnpe.exp: Use standard_testfile.
4285 * gdb.java/jprint.exp: Use standard_testfile.
4286
4287 2012-06-22 Tom Tromey <tromey@redhat.com>
4288
4289 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
4290 (standard_output_file, standard_testfile): New procs.
4291 (build_executable, clean_restart): Use standard_output_file.
4292
4293 2012-06-22 Yao Qi <yao@codesourcery.com>
4294
4295 * boards/native-gdbserver.exp: New proc ${board}_exec.
4296 * boards/native-stdio-gdbserver.exp: Likewise.
4297
4298 2012-06-21 Tom Tromey <tromey@redhat.com>
4299
4300 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
4301 (build_executable): Update.
4302 (get_compiler_info): Remove 'binfile' argument.
4303 * gdb.ada/arrayidx.exp: Update.
4304 * gdb.ada/null_array.exp: Update.
4305 * gdb.arch/altivec-abi.exp: Update.
4306 * gdb.arch/altivec-regs.exp: Update.
4307 * gdb.arch/amd64-byte.exp: Update.
4308 * gdb.arch/amd64-dword.exp: Update.
4309 * gdb.arch/amd64-word.exp: Update.
4310 * gdb.arch/i386-avx.exp: Update.
4311 * gdb.arch/i386-byte.exp: Update.
4312 * gdb.arch/i386-sse.exp: Update.
4313 * gdb.arch/i386-word.exp: Update.
4314 * gdb.arch/ppc-dfp.exp: Update.
4315 * gdb.arch/ppc-fp.exp: Update.
4316 * gdb.arch/vsx-regs.exp: Update.
4317 * gdb.base/all-bin.exp: Update.
4318 * gdb.base/annota1.exp: Update.
4319 * gdb.base/async.exp: Update.
4320 * gdb.base/attach.exp: Update.
4321 * gdb.base/break-interp.exp: Update.
4322 * gdb.base/call-ar-st.exp: Update.
4323 * gdb.base/call-rt-st.exp: Update.
4324 * gdb.base/call-sc.exp: Update.
4325 * gdb.base/callfuncs.exp: Update.
4326 * gdb.base/catch-load.exp: Update.
4327 * gdb.base/completion.exp: Update.
4328 * gdb.base/complex.exp: Update.
4329 * gdb.base/condbreak.exp: Update.
4330 * gdb.base/consecutive.exp: Update.
4331 * gdb.base/constvars.exp: Update.
4332 * gdb.base/corefile.exp: Update.
4333 * gdb.base/eval-skip.exp: Update.
4334 * gdb.base/expand-psymtabs.exp: Update.
4335 * gdb.base/exprs.exp: Update.
4336 * gdb.base/fileio.exp: Update.
4337 * gdb.base/fixsection.exp: Update.
4338 * gdb.base/funcargs.exp: Update.
4339 * gdb.base/gdb11530.exp: Update.
4340 * gdb.base/gdb1555.exp: Update.
4341 * gdb.base/gnu-ifunc.exp: Update.
4342 * gdb.base/gnu_vector.exp: Update.
4343 * gdb.base/info-macros.exp: Update.
4344 * gdb.base/jit-simple.exp: Update.
4345 * gdb.base/jit-so.exp: Update.
4346 * gdb.base/jit.exp: Update.
4347 * gdb.base/langs.exp: Update.
4348 * gdb.base/list.exp: Update.
4349 * gdb.base/logical.exp: Update.
4350 * gdb.base/long_long.exp: Update.
4351 * gdb.base/longjmp.exp: Update.
4352 * gdb.base/macscp.exp: Update.
4353 * gdb.base/mips_pro.exp: Update.
4354 * gdb.base/miscexprs.exp: Update.
4355 * gdb.base/morestack.exp: Update.
4356 * gdb.base/nodebug.exp: Update.
4357 * gdb.base/opaque.exp: Update.
4358 * gdb.base/pc-fp.exp: Update.
4359 * gdb.base/pending.exp: Update.
4360 * gdb.base/permissions.exp: Update.
4361 * gdb.base/pointers.exp: Update.
4362 * gdb.base/prelink.exp: Update.
4363 * gdb.base/printcmds.exp: Update.
4364 * gdb.base/psymtab.exp: Update.
4365 * gdb.base/ptype.exp: Update.
4366 * gdb.base/relational.exp: Update.
4367 * gdb.base/scope.exp: Update.
4368 * gdb.base/setvar.exp: Update.
4369 * gdb.base/shlib-call.exp: Update.
4370 * gdb.base/shreloc.exp: Update.
4371 * gdb.base/signals.exp: Update.
4372 * gdb.base/sizeof.exp: Update.
4373 * gdb.base/so-impl-ld.exp: Update.
4374 * gdb.base/so-indr-cl.exp: Update.
4375 * gdb.base/solib-disc.exp: Update.
4376 * gdb.base/solib-display.exp: Update.
4377 * gdb.base/solib-nodir.exp: Update.
4378 * gdb.base/solib-overlap.exp: Update.
4379 * gdb.base/solib-symbol.exp: Update.
4380 * gdb.base/solib-weak.exp: Update.
4381 * gdb.base/solib.exp: Update.
4382 * gdb.base/store.exp: Update.
4383 * gdb.base/structs.exp: Update.
4384 * gdb.base/structs2.exp: Update.
4385 * gdb.base/type-opaque.exp: Update.
4386 * gdb.base/unload.exp: Update.
4387 * gdb.base/varargs.exp: Update.
4388 * gdb.base/volatile.exp: Update.
4389 * gdb.base/watch_thread_num.exp: Update.
4390 * gdb.base/watchpoint-solib.exp: Update.
4391 * gdb.base/watchpoint.exp: Update.
4392 * gdb.base/watchpoints.exp: Update.
4393 * gdb.base/whatis.exp: Update.
4394 * gdb.cell/arch.exp: Update.
4395 * gdb.cell/break.exp: Update.
4396 * gdb.cell/bt.exp: Update.
4397 * gdb.cell/core.exp: Update.
4398 * gdb.cell/data.exp: Update.
4399 * gdb.cell/ea-cache.exp: Update.
4400 * gdb.cell/f-regs.exp: Update.
4401 * gdb.cell/fork.exp: Update.
4402 * gdb.cell/gcore.exp: Update.
4403 * gdb.cell/mem-access.exp: Update.
4404 * gdb.cell/ptype.exp: Update.
4405 * gdb.cell/registers.exp: Update.
4406 * gdb.cell/sizeof.exp: Update.
4407 * gdb.cell/solib-symbol.exp: Update.
4408 * gdb.cell/solib.exp: Update.
4409 * gdb.cp/ambiguous.exp: Update.
4410 * gdb.cp/breakpoint.exp: Update.
4411 * gdb.cp/bs15503.exp: Update.
4412 * gdb.cp/casts.exp: Update.
4413 * gdb.cp/class2.exp: Update.
4414 * gdb.cp/cpexprs.exp: Update.
4415 * gdb.cp/cplusfuncs.exp: Update.
4416 * gdb.cp/ctti.exp: Update.
4417 * gdb.cp/dispcxx.exp: Update.
4418 * gdb.cp/gdb1355.exp: Update.
4419 * gdb.cp/gdb2384.exp: Update.
4420 * gdb.cp/gdb2495.exp: Update.
4421 * gdb.cp/infcall-dlopen.exp: Update.
4422 * gdb.cp/local.exp: Update.
4423 * gdb.cp/m-data.exp: Update.
4424 * gdb.cp/m-static.exp: Update.
4425 * gdb.cp/mb-ctor.exp: Update.
4426 * gdb.cp/mb-inline.exp: Update.
4427 * gdb.cp/mb-templates.exp: Update.
4428 * gdb.cp/member-ptr.exp: Update.
4429 * gdb.cp/method.exp: Update.
4430 * gdb.cp/namespace.exp: Update.
4431 * gdb.cp/nextoverthrow.exp: Update.
4432 * gdb.cp/nsdecl.exp: Update.
4433 * gdb.cp/nsrecurs.exp: Update.
4434 * gdb.cp/nsstress.exp: Update.
4435 * gdb.cp/nsusing.exp: Update.
4436 * gdb.cp/pr-1023.exp: Update.
4437 * gdb.cp/pr-1210.exp: Update.
4438 * gdb.cp/pr-574.exp: Update.
4439 * gdb.cp/pr9631.exp: Update.
4440 * gdb.cp/printmethod.exp: Update.
4441 * gdb.cp/psmang.exp: Update.
4442 * gdb.cp/re-set-overloaded.exp: Update.
4443 * gdb.cp/rtti.exp: Update.
4444 * gdb.cp/shadow.exp: Update.
4445 * gdb.cp/templates.exp: Update.
4446 * gdb.cp/try_catch.exp: Update.
4447 * gdb.dwarf2/dw2-ranges.exp: Update.
4448 * gdb.dwarf2/pr10770.exp: Update.
4449 * gdb.fortran/library-module.exp: Update.
4450 * gdb.hp/gdb.aCC/optimize.exp: Update.
4451 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
4452 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
4453 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
4454 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
4455 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
4456 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
4457 * gdb.hp/gdb.compat/xdb1.exp: Update.
4458 * gdb.hp/gdb.compat/xdb2.exp: Update.
4459 * gdb.hp/gdb.compat/xdb3.exp: Update.
4460 * gdb.hp/gdb.defects/bs14602.exp: Update.
4461 * gdb.hp/gdb.defects/solib-d.exp: Update.
4462 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
4463 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
4464 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
4465 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
4466 * gdb.mi/gdb792.exp: Update.
4467 * gdb.mi/mi-pending.exp: Update.
4468 * gdb.mi/mi-solib.exp: Update.
4469 * gdb.mi/mi-var-cp.exp: Update.
4470 * gdb.opt/clobbered-registers-O2.exp: Update.
4471 * gdb.opt/inline-bt.exp: Update.
4472 * gdb.opt/inline-cmds.exp: Update.
4473 * gdb.opt/inline-locals.exp: Update.
4474 * gdb.python/py-events.exp: Update.
4475 * gdb.python/py-finish-breakpoint.exp: Update.
4476 * gdb.python/py-type.exp: Update.
4477 * gdb.reverse/solib-precsave.exp: Update.
4478 * gdb.reverse/solib-reverse.exp: Update.
4479 * gdb.server/solib-list.exp: Update.
4480 * gdb.stabs/weird.exp: Update.
4481 * gdb.threads/attach-into-signal.exp: Update.
4482 * gdb.threads/attach-stopped.exp: Update.
4483 * gdb.threads/tls-shared.exp: Update.
4484 * gdb.trace/change-loc.exp: Update.
4485 * gdb.trace/strace.exp: Update.
4486
4487 2012-06-19 Tom Tromey <tromey@redhat.com>
4488
4489 * gdb.base/whatis.exp: Add tests.
4490
4491 2012-06-19 Tom Tromey <tromey@redhat.com>
4492
4493 * gdb.cp/m-static.cc (keepalive): New function.
4494 (gnu_obj_1::method): Use it.
4495
4496 2012-06-18 Doug Evans <dje@google.com>
4497
4498 * gdb.base/info-fun.exp: New file.
4499 * gdb.base/info-fun.c: New file.
4500 * gdb.base/info-fun-solib.c: New file.
4501
4502 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4503
4504 Remove stale dummy frames.
4505 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
4506 (maintenance info breakpoints): New tests.
4507 * gdb.base/stale-infcall.c: New file.
4508 * gdb.base/stale-infcall.exp: New file.
4509
4510 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4511
4512 * gdb.arch/amd64-entry-value-param.S: New file.
4513 * gdb.arch/amd64-entry-value-param.c: New file.
4514 * gdb.arch/amd64-entry-value-param.exp: New file.
4515
4516 2012-06-15 Tom Tromey <tromey@redhat.com>
4517
4518 * gdb.cp/namespace.exp: Add "show lang" test.
4519
4520 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4521
4522 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
4523 case. (top level): Use gdb_file_cmd instead of gdb_load.
4524
4525 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4526
4527 PR tdep/14222
4528 * gdb.arch/i386-sse-stack-align.S: New file.
4529 * gdb.arch/i386-sse-stack-align.c: New file.
4530 * gdb.arch/i386-sse-stack-align.exp: New file.
4531
4532 2012-06-13 Keith Seitz <keiths@redhat.com>
4533
4534 PR breakpoints/13798 and mi/11541
4535 * gdb.linespec/ls-errs.exp: Add a few more tests for
4536 filenames with spaces and colons.
4537
4538 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4539
4540 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4541 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
4542 (test_function): Call CV_f.
4543 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
4544 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
4545 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
4546 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
4547 (p CV_f(CV::i)): New tests.
4548
4549 2012-06-13 Tom Tromey <tromey@redhat.com>
4550
4551 * gdb.base/condbreak.exp: Add tests for "condition" completion.
4552
4553 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4554
4555 Fix regression by the "ambiguous linespec" series.
4556 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
4557 tests.
4558
4559 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4560
4561 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
4562 missing.
4563
4564 2012-06-11 Tom Tromey <tromey@redhat.com>
4565
4566 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
4567 location...
4568 (main): ...here.
4569
4570 2012-06-07 Yao Qi <yao@codesourcery.com>
4571
4572 * gdb.trace/strace.exp: Shorten some too-long lines.
4573
4574 2012-06-06 Pedro Alves <palves@redhat.com>
4575
4576 * gdb.threads/clone-new-thread-event.c: New file.
4577 * gdb.threads/clone-new-thread-event.exp: New file.
4578
4579 2012-06-06 Yao Qi <yao@codesourcery.com>
4580
4581 * gdb.base/dprintf.c (main): Add extra parameter when calling
4582 printf and fprintf.
4583 (bar): New function. It is a dead function, but to ensure
4584 'malloc' is linked explicitly.
4585
4586 2012-06-06 Yao Qi <yao@codesourcery.com>
4587
4588 * gdb.base/info-proc.exp: Return if target doesn't support
4589 'info proc'.
4590
4591 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4592
4593 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
4594 (run program with breakpoint commands): XFAIl if it is not.
4595
4596 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4597
4598 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
4599 and add comment.
4600 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
4601 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
4602 "STOP" marker. Adjust testing strategy to make it work on
4603 all targets.
4604
4605 * gdb.base/print-file-var-main.c (main): Rewrite using local
4606 variables and adjust get_version_2's return value check.
4607 Add small comment.
4608 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
4609 marker. Adjust testing strategy to make it work on all targets.
4610
4611 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4612
4613 * gdb.ada/bad-task-bp-keyword: New testcase.
4614
4615 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4616
4617 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
4618 Simplify it to ...
4619 (symbol-file ${testfile1}): ... here.
4620 (test eliminated var my_global_symbol)
4621 (test eliminated var my_static_symbol)
4622 (test eliminated var my_global_func, get address of main): Wrap them to
4623 'single psymtabs' and 'single symtabs'
4624 (get address of my_global_symbol, get address of my_static_symbol)
4625 (get address of my_global_func, get address of main): Wrap them to
4626 'order1' and 'order2'.
4627
4628 * gdb.base/code_elim.exp
4629 (add-symbol-file ${testfile1} 0x100000)
4630 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
4631 'order2'.
4632 (order1: add-symbol-file ${testfile1} 0x100000)
4633 (order1: add-symbol-file ${testfile2} 0x200000)
4634 (order2: add-symbol-file ${testfile2} 0x200000)
4635 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
4636 .bss as appropriate.
4637
4638 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4639
4640 * gdb.server/solib-list-lib.c: New file.
4641 * gdb.server/solib-list-main.c: New file.
4642 * gdb.server/solib-list.exp: New file.
4643
4644 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
4645
4646 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
4647 for 'set print symbol' change.
4648
4649 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4650
4651 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
4652 .debug_abbrev_seg3.
4653
4654 2012-05-24 John Steele Scott <toojays@toojays.net>
4655
4656 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4657 * gdb.dwarf2/dw2-icc-opaque.S: New file.
4658 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
4659
4660 2012-05-23 Stan Shebs <stan@codesourcery.com>
4661
4662 * gdb.mi/mi-info-os.exp: New file.
4663
4664 2012-05-23 Keith Seitz <keiths@redhat.com>
4665
4666 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
4667 return -1 to suppress the rest of the tests.
4668 (compile_stap_bin): Return boolean success value.
4669
4670 2012-05-21 Tom Tromey <tromey@redhat.com>
4671
4672 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
4673 Remove kfails.
4674 (test_print_mi_member_types): Likewise.
4675
4676 2012-05-21 Tom Tromey <tromey@redhat.com>
4677
4678 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
4679 print symbol' change.
4680
4681 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4682
4683 * gdb.python/py-prompt.exp: Quit if the target is remote.
4684
4685 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4686
4687 Fix ERROR: internal buffer is full.
4688 * gdb.base/info-os.exp (expect_multiline): New function.
4689 (get process list, get process groups, get threads)
4690 (get file descriptors, get internet-domain sockets)
4691 (get shared-memory regions, get semaphores, get message queues): Use
4692 it for these tests.
4693
4694 2012-05-18 Tom Tromey <tromey@redhat.com>
4695
4696 * gdb.mi/mi-var-cmd.exp: Update.
4697 * gdb.objc/basicclass.exp (do_objc_tests): Update.
4698 * gdb.cp/virtbase.exp: Update.
4699 * gdb.cp/classes.exp (test_static_members): Update.
4700 * gdb.cp/casts.exp: Update.
4701 * gdb.base/pointers.exp: Update.
4702 * gdb.base/funcargs.exp (pointer_args): Update.
4703 (structs_by_reference): Update.
4704 * gdb.base/find.exp: Update.
4705 * gdb.base/call-strs.exp: Send "set print symbol off".
4706 * gdb.base/call-ar-st.exp: Update.
4707 * gdb.ada/fun_addr.exp: Update.
4708 * gdb.base/printcmds.exp (test_print_symbol): New proc.
4709 Call it.
4710 (test_print_repeats_10, test_print_strings)
4711 (test_print_char_arrays): Update.
4712
4713 2012-05-18 Tom Tromey <tromey@redhat.com>
4714
4715 * gdb.base/charset.exp (string_display): Update.
4716
4717 2012-05-18 Tom Tromey <tromey@redhat.com>
4718
4719 * gdb.mi/mi2-var-display.exp: Update.
4720 * gdb.mi/mi-var-display.exp: Update.
4721 * gdb.mi/mi-var-child.exp: Update.
4722 * gdb.cp/expand-psymtabs-cxx.exp: Update.
4723 * gdb.cp/cp-relocate.exp (get_func_address): Update.
4724
4725 2012-05-17 Doug Evans <dje@google.com>
4726
4727 * info-macros.exp: Pass "debug" to prepare_for_testing.
4728
4729 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
4730 * gdb.ada/Makefile.in (clean): Ditto.
4731 * gdb.arch/Makefile.in (clean): Ditto.
4732 * gdb.asm/Makefile.in (clean): Ditto.
4733 * gdb.base/Makefile.in (clean): Ditto.
4734 * gdb.cell/Makefile.in (clean): Ditto.
4735 * gdb.cp/Makefile.in (clean): Ditto.
4736 * gdb.disasm/Makefile.in (clean): Ditto.
4737 * gdb.dwarf2/Makefile.in (clean): Ditto.
4738 * gdb.fortran/Makefile.in (clean): Ditto.
4739 * gdb.go/Makefile.in (clean): Ditto.
4740 * gdb.hp/Makefile.in (clean): Ditto.
4741 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
4742 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
4743 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
4744 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
4745 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
4746 * gdb.java/Makefile.in (clean): Ditto.
4747 * gdb.linespec/Makefile.in (clean): Ditto.
4748 * gdb.mi/Makefile.in (clean): Ditto.
4749 * gdb.modula2/Makefile.in (clean): Ditto.
4750 * gdb.multi/Makefile.in (clean): Ditto.
4751 * gdb.objc/Makefile.in (clean): Ditto.
4752 * gdb.opencl/Makefile.in (clean): Ditto.
4753 * gdb.opt/Makefile.in (clean): Ditto.
4754 * gdb.pascal/Makefile.in (clean): Ditto.
4755 * gdb.python/Makefile.in (clean): Ditto.
4756 * gdb.reverse/Makefile.in (clean): Ditto.
4757 * gdb.server/Makefile.in (clean): Ditto.
4758 * gdb.stabs/Makefile.in (clean): Ditto.
4759 * gdb.threads/Makefile.in (clean): Ditto.
4760 * gdb.trace/Makefile.in (clean): Ditto.
4761 * gdb.xml/Makefile.in (clean): Ditto.
4762
4763 2012-05-16 Tom Tromey <tromey@redhat.com>
4764
4765 * gdb.base/macscp1.c (macscp_expr): Add comment.
4766 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
4767
4768 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
4769
4770 * gdb.base/return-nodebug.exp: Also test float and double types.
4771
4772 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4773
4774 PR testsuite/12649
4775 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
4776
4777 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
4778
4779 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
4780
4781 * gdb.base/stap-probe.exp (stap_test): Remove calls to
4782 `rerun_to_main'.
4783 (stap_test_no_debuginfo): Likewise.
4784
4785 2012-05-14 Stan Shebs <stan@codesourcery.com>
4786
4787 * gdb.base/dprintf.c: New file.
4788 * gdb.base/dprintf.exp: New file.
4789
4790 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
4791
4792 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
4793 * gdb.trace/disconnected-tracing.c: New file.
4794 * gdb.trace/disconnected-tracing.exp: New file.
4795
4796 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4797
4798 * gdb.python/python.c: Add a new breakpoint comment.
4799 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
4800
4801 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
4802
4803 * gdb.base/info-os.exp: New file.
4804 * gdb.base/info-os.c: New file.
4805
4806 2012-05-10 Joel Brobecker <brobecker@adacore.com>
4807
4808 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
4809 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
4810 New files.
4811
4812 2012-05-10 Joel Brobecker <brobecker@adacore.com>
4813
4814 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
4815 gdb.base/ctxobj.exp: New files.
4816
4817 2012-05-09 Tom Tromey <tromey@redhat.com>
4818
4819 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
4820
4821 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
4822
4823 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
4824
4825 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
4826
4827 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
4828 before using it.
4829
4830 2012-05-04 Tristan Gingold <gingold@adacore.com>
4831
4832 * gdb.base/set-noassign.exp: New test.
4833
4834 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4835
4836 * gdb.python/py-symbol.exp: Add tests to test the new methods
4837 gdb.Symtab.global_block() and gdb.Symtab.static_block().
4838 * gdb.python/py-symbol.c: Add new struct to help test
4839 gdb.Symtab.static_block().
4840
4841 2012-05-03 Doug Evans <dje@google.com>
4842
4843 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
4844 commented out.
4845
4846 2012-05-03 Yao Qi <yao@codesourcery.com>
4847
4848 * gdb.base/catch-syscall.exp: Skip it before compilation if target
4849 doesn't support.
4850 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
4851 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
4852
4853 2012-05-03 Yao Qi <yao@codesourcery.com>
4854
4855 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
4856
4857 2012-04-30 Doug Evans <dje@google.com>
4858
4859 PR testsuite/13961
4860 * gdb.dwarf2/pr13961.S: New file.
4861 * gdb.dwarf2/pr13961.exp: New file.
4862
4863 2012-04-29 Yao Qi <yao@codesourcery.com>
4864
4865 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
4866
4867 2012-04-28 Doug Evans <dje@google.com>
4868
4869 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
4870 .Ltype_int_in_cu2. Use name "int2" instead of "int".
4871 All uses updated.
4872 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
4873 "ptype func_cu1" to expand cu2 before cu1.
4874
4875 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4876 Tom Tromey <tromey@redhat.com>
4877
4878 * gdb.base/default.exp: Add `$_probe_arg*' convenience
4879 variables.
4880 * gdb.base/stap-probe.c: New file.
4881 * gdb.base/stap-probe.exp: New file.
4882 * gdb.trace/stap-trace.c: New file.
4883 * gdb.trace/stap-trace.exp: New file.
4884 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
4885 libgcc's unwinder.
4886
4887 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
4888
4889 * gdb.arch/mips16-thunks-inmain.c: New file.
4890 * gdb.arch/mips16-thunks-main.c: New file.
4891 * gdb.arch/mips16-thunks-sin.c: New file.
4892 * gdb.arch/mips16-thunks-sinfrob.c: New file.
4893 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
4894 * gdb.arch/mips16-thunks-sinmain.c: New file.
4895 * gdb.arch/mips16-thunks-sinmips16.c: New file.
4896 * gdb.arch/mips16-thunks.exp: New file.
4897
4898 2012-04-25 Doug Evans <dje@google.com>
4899
4900 * configure.ac: Create gdb.go/Makefile.
4901 * configure: Regenerate.
4902 * gdb.base/default.exp: Add "go" to "set language" testing.
4903 * gdb.go/Makefile.in: New file.
4904 * gdb.go/basic-types.exp: New file.
4905 * gdb.go/chan.exp: New file.
4906 * gdb.go/chan.go: New file.
4907 * gdb.go/handcall.exp: New file.
4908 * gdb.go/handcall.go: New file.
4909 * gdb.go/hello.exp: New file.
4910 * gdb.go/hello.go: New file.
4911 * gdb.go/integers.exp: New file.
4912 * gdb.go/integers.go: New file.
4913 * gdb.go/methods.exp: New file.
4914 * gdb.go/methods.go: New file.
4915 * gdb.go/package.exp: New file.
4916 * gdb.go/package1.go: New file.
4917 * gdb.go/package2.go: New file.
4918 * gdb.go/print.exp: New file.
4919 * gdb.go/strings.exp: New file.
4920 * gdb.go/strings.go: New file.
4921 * gdb.go/types.exp: New file.
4922 * gdb.go/types.go: New file.
4923 * gdb.go/unsafe.exp: New file.
4924 * gdb.go/unsafe.go: New file.
4925 * lib/future.exp: Add Go support.
4926 (gdb_find_go, gdb_find_go_linker): New procs.
4927 (gdb_default_target_compile): Add Go support.
4928 * lib/gdb.exp (skip_go_tests): New proc.
4929 * lib/go.exp: New file.
4930
4931 2012-04-25 Tom Tromey <tromey@redhat.com>
4932
4933 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
4934
4935 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
4936 Jan Kratochvil <jan.kratochvil@redhat.com>
4937
4938 PR symtab/7259:
4939 * gdb.base/enumval.c: New test case.
4940 * gdb.base/enumval.exp: New test case.
4941 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
4942 field.bitpos.
4943
4944 2012-04-17 Pedro Alves <palves@redhat.com>
4945
4946 * Makefile.in (site.exp): Make site.exp source
4947 $srcdir/lib/append_gdb_boards_dir.exp.
4948 * lib/append_gdb_boards_dir.exp: New file.
4949
4950 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4951
4952 New option "set auto-load safe-path".
4953 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
4954 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
4955
4956 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4957
4958 auto-load: Implementation.
4959 * gdb.base/help.exp (test set height): Increase the height.
4960 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
4961 to ...
4962 (info auto-load python-scripts): ... here.
4963 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
4964 to ...
4965 (info auto-load python-scripts *): ... here.
4966
4967 2012-04-16 Yao Qi <yao@codesourcery.com>
4968
4969 * lib/trace-support.exp (get_in_proc_agent): New.
4970 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
4971 of in process trace agent.
4972 * gdb.trace/ftrace.exp: Likewise.
4973 * gdb.trace/pending.exp: Likewise.
4974 * gdb.trace/trace-break.exp: Likewise.
4975 * gdb.trace/trace-mt.exp
4976 * gdb.trace/tspeed.exp: Likewise.
4977 * gdb.trace/tstatus.exp
4978 * gdb.trace/strace.exp: Likewise.
4979
4980 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
4981
4982 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
4983 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
4984
4985 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
4986
4987 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4988
4989 PR mi/13393
4990 * gdb.mi/mi-var-rtti.cc: New file.
4991 * gdb.mi/mi-var-rtti.exp: New file.
4992 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
4993 function.
4994 (mi_varobj_update_with_type_change): updated to avoid code duplication.
4995
4996 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4997
4998 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
4999 EXECUTABLES.
5000 * gdb.python/py-explore.c: C program used for testing the new
5001 'explore' command on C constructs.
5002 * gdb.python/py-explore.cc: C++ program used for testing the new
5003 'explore' command on C++ constructs.
5004 * gdb-python/py-explore.exp: Tests for the new 'explore'
5005 command on C constructs.
5006 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
5007 command on C++ constructs.
5008
5009 2012-04-07 Mark Kettenis <kettenis@gnu.org>
5010
5011 * gdb.base/funcargs.exp (complex_args): Fix typo.
5012
5013 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5014
5015 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
5016 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
5017
5018 2012-04-05 Keith Seitz <keiths@redhat.com>
5019
5020 * gdb.base/advance.exp: Update error message for
5021 "advance malformed" test.
5022 * gdb.base/break.exp: Likewise for "breakpoint with
5023 trailing garbage" test.
5024 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
5025 with trailing garbage" test.
5026 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
5027 trailng garbage" test.
5028 * gdb.base/until.exp: Likewise for "malformed until" test.
5029 * gdb.cp/ovldbreak.exp: Create the breakpoint table
5030 for "breakpoint info (after setting on all)".
5031 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
5032 tests.
5033 * gdb.cp/cplabel.cc: New file.
5034 * gdb.cp/cplabel.exp: New test.
5035 * gdb.linespec/ls-errs.c: New file.
5036 * gdb.linespec/ls-errs.exp: New test.
5037
5038 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5039
5040 * gdb.trace/unavailable.exp
5041 (collect globals: print object on: print derived_partial)
5042 (collect globals: print object on: print derived_whole)
5043 (collect globals: print object off: print derived_partial)
5044 (collect globals: print object off: print derived_whole): Update
5045 expected output.
5046
5047 2012-03-30 Keith Seitz <keiths@redhat.com>
5048
5049 * gdb.python: Add test for linespecs with commas.
5050
5051 2012-03-28 Keith Seitz <keiths@redhat.com>
5052
5053 * gdb.linespec/ls-dollar.cc: New file.
5054 * gdb.linespec/ls-dollar.exp: New test.
5055
5056 2012-03-28 Keith Seitz <keiths@redhat.com>
5057
5058 * gdb.cp/namespace.exp: Add breakpoint tests for functions
5059 starting with the global namespace.
5060
5061 2012-03-23 Doug Evans <dje@google.com>
5062
5063 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
5064
5065 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5066
5067 * gdb.python/py-value.cc: Add test case for testing the
5068 methodology exposing C++ values to Python.
5069 * gdb.python/py-value-cc.exp: Add tests testing the methodology
5070 exposing C++ values to Python.
5071 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
5072
5073 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5074 Siddhesh Poyarekar <siddhesh@redhat.com>
5075
5076 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5077 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
5078 (generate native core dump): Make the test unsupported if core cannot
5079 be generated.
5080
5081 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5082
5083 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
5084 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
5085 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
5086
5087 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5088
5089 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
5090
5091 2012-03-17 Doug Evans <dje@google.com>
5092
5093 * dg-extract-results.sh: Handle KFAILs.
5094
5095 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5096
5097 PR symtab/13777
5098 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
5099
5100 2012-03-16 Joel Brobecker <brobecker@adacore.com>
5101
5102 * gdb.ada/set_pckd_arr_elt: New testcase.
5103
5104 2012-03-16 Gary Benson <gbenson@redhat.com>
5105
5106 PR breakpoints/10738
5107 * gdb.opt/inline-break.exp: New file.
5108 * gdb.opt/inline-break.c: Likewise.
5109 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
5110 * gdb.dwarf2/dw2-inline-break.S: Likewise.
5111 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
5112 * gdb.base/async-shell.exp: Likewise.
5113 * lib/mi-support.exp (library_loaded_re): Likewise.
5114
5115 2012-03-15 Tom Tromey <tromey@redhat.com>
5116
5117 * gdb.cp/virtfunc2.exp: Update expected output.
5118 * gdb.cp/pr9631.exp: Update expected output.
5119 * gdb.cp/member-ptr.exp: Update expected output.
5120 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
5121 output.
5122 * gdb.cp/casts.exp: Update expected output.
5123
5124 2012-03-15 Tom Tromey <tromey@redhat.com>
5125
5126 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
5127 (test_info_vtbl): Likewise.
5128 (do_tests): Call test_info_vtbl.
5129 * gdb.cp/virtfunc.cc (va): New global.
5130
5131 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
5132
5133 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
5134 describing DWARF data structures.
5135 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
5136 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
5137 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
5138 * gdb.dwarf2/dw2-entry-value.S: Likewise.
5139 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5140 * gdb.dwarf2/dw2-param-error.S: Likewise.
5141 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
5142 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
5143 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
5144 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
5145 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
5146 * gdb.dwarf2/pr11465.S: Likewise.
5147
5148 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5149
5150 * gdb.mi/mi2-prompt.exp: New file.
5151
5152 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5153
5154 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
5155
5156 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5157
5158 * gdb.ada/bp_range_type: New testcase.
5159
5160 2012-03-13 Doug Evans <dje@google.com>
5161
5162 * gdb.base/default.exp: Delete tests for symbol-reloading.
5163 * gdb.base/help.exp: Ditto.
5164 * gdb.base/setshow.exp: Ditto.
5165 * gdb.base/gdb_history: Delete references to symbol-reloading.
5166
5167 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5168
5169 * gdb.base/attach-twice.c: New files.
5170 * gdb.base/attach-twice.exp: New files.
5171
5172 2012-03-08 Keith Seitz <keiths@redhat.com>
5173
5174 * lib/gdb.exp (gdb_get_line_number): Throw an
5175 error instead of returning -1.
5176 * gdb.base/break.exp: Remove unused variable
5177 bp_location5.
5178 * gdb.base/hbreak2.exp: Likewise.
5179 * gdb.base/sepdebug.exp: Likewise.
5180
5181 2012-03-08 Yao Qi <yao@codesourcery.com>
5182 Pedro Alves <palves@redhat.com>
5183
5184 Fix PR server/13392.
5185 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
5186 (tracepoint_change_loc_2): Remove kfail. Return if failed to
5187 download tracepoints.
5188 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
5189 (pending_tracepoint_resolved_during_trace): Likewise.
5190 (pending_tracepoint_installed_during_trace): Likewise.
5191 (pending_tracepoint_with_action_resolved): Likewise.
5192
5193 2012-03-08 Keith Seitz <keiths@redhat.com>
5194
5195 * gdb.ada/array_bounds.exp: Get breakpoint for line
5196 with "START", not "STOP".
5197 * gdb.python/py-infthread.exp: Do not continue to
5198 line marked "Break here.", which is undefined.
5199
5200 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
5201
5202 Revert:
5203
5204 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5205
5206 Implement testsuite workaround for PR breakpoints/13781.
5207 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5208 (set breakpoint condition-evaluation host): New conditional command.
5209
5210 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5211
5212 Fix CU relative vs. absolute DIE offsets.
5213 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
5214 one.
5215
5216 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5217
5218 Fix false FAIL on distros with relro linkage as default.
5219 * gdb.reverse/solib-precsave.exp: Try to compile the test using
5220 -Wl,-z,norelro first.
5221
5222 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5223
5224 * gdb.ada/bp_on_var: New testcase.
5225
5226 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5227
5228 * gdb.ada/bp_enum_homonym: New testcase.
5229
5230 2012-03-06 Yao Qi <yao@codesourcery.com>
5231
5232 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
5233 x86_64-*-* and i?86-*-*.
5234 Set up KFAIL for gdb/13808.
5235
5236 2012-03-05 Tom Tromey <tromey@redhat.com>
5237
5238 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
5239 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
5240
5241 2012-03-05 Tom Tromey <tromey@redhat.com>
5242
5243 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
5244
5245 2012-03-04 Yao Qi <yao@codesourcery.com>
5246
5247 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
5248 messages for KFAIL.
5249
5250 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5251
5252 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
5253 (print one_two_three, indexes off, print few_reps, indexes off)
5254 (print many_reps, indexes off, print empty, indexes off)
5255 (print one_two_three, print few_reps, print many_reps, print empty):
5256 Call setup_xfail if $gcc_old.
5257
5258 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5259
5260 Implement testsuite workaround for PR breakpoints/13781.
5261 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5262 (set breakpoint condition-evaluation host): New conditional command.
5263
5264 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5265
5266 Code cleanup.
5267 * gdb.cp/mb-templates.exp: New variables executable. Use it for
5268 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
5269 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
5270 number 1 by $bpnum. Four times.
5271
5272 2012-03-03 Yao Qi <yao@codesourcery.com>
5273
5274 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
5275
5276 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5277
5278 Setup KFAIL for PR server/13796.
5279 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
5280
5281 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5282
5283 * gdb.ada/operator_bp: New testcase.
5284
5285 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5286
5287 * gdb.ada/info_locals_renaming: New testcase.
5288
5289 2012-03-02 Tom Tromey <tromey@redhat.com>
5290
5291 * gdb.base/nextoverexit.c: New file.
5292 * gdb.base/nextoverexit.exp: New file.
5293
5294 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5295
5296 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
5297 parameter.
5298
5299 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5300
5301 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
5302 core registers.
5303
5304 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5305 Maciej W. Rozycki <macro@codesourcery.com>
5306 Daniel Jacobowitz <dan@codesourcery.com>
5307
5308 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
5309
5310 2012-03-01 Pedro Alves <palves@redhat.com>
5311
5312 PR gdb/13767
5313
5314 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
5315 (gdb_collect_globals_test): Call it.
5316
5317 2012-03-01 Keith Seitz <keiths@redhat.com>
5318
5319 * gdb.cp/method2.exp: Output of overload menu is now
5320 alphabetized. Update tests for "break A::method".
5321 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
5322 of hard-coding them.
5323 Overload menu is alphabetized: rewrite to accommodate.
5324 Unset variables LINE and TYPES which are used in other tests.
5325 Compute the output of "info break".
5326 Update the breakpoint table after all breakpoints are deleted.
5327 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
5328 compute ACTUALS and the method body based on parameters.
5329 Update expected output accordingly.
5330 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
5331 unique comments to allow the use of gdb_get_line_number.
5332
5333 2012-03-01 Keith Seitz <keiths@redhat.com>
5334
5335 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
5336 some Tcl syntax.
5337 * gdb.cp/ovldbreak.exp: Likewise.
5338
5339 2012-03-01 Keith Seitz <keiths@redhat.com>
5340
5341 * gdb.base/help.exp (help show user): Update expected result
5342 for new doc string changes (add "non-python").
5343
5344 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
5345
5346 * gdb.python/py-cmd.exp: Add test to verify that python commands can
5347 be put in the user-defined category and that the commands appear in
5348 "help user-defined".
5349
5350 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5351
5352 * gdb.ada/tagged_not_init: New testcase.
5353
5354 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5355
5356 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
5357 * gdb.ada/enum_idx_packed: New testcase.
5358
5359 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5360
5361 * gdb.ada/aliased_array: New testcase.
5362
5363 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5364
5365 * gdb.ada/whatis_array_val: New testcase.
5366
5367 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5368
5369 Fix disp-step-syscall.exp: fork: single step over fork.
5370 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
5371 whitespaces.
5372 (single step over $syscall): Remove its check.
5373 (single step over $syscall final pc): New check.
5374
5375 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5376
5377 Support processors without SSSE3.
5378 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
5379 pabsd into ...
5380 (ssse3_test): ... a new function.
5381 (main): Call ssse3_test.
5382 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
5383 Update expected values everywhere.
5384 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
5385 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
5386 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
5387 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
5388 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
5389 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
5390 Move these tests lower.
5391 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
5392 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
5393 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
5394 New tests.
5395
5396 2012-02-29 Yao Qi <yao@codesourcery.com>
5397 Pedro Alves <palves@redhat.com>
5398
5399 * gdb.trace/trace-mt.c: New.
5400 * gdb.trace/trace-mt.exp: New.
5401
5402 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
5403
5404 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
5405 numbers instead of hardcoding them.
5406 * gdb.base/annota1.c: Provide suitable markers.
5407 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
5408 numbers instead of hardcoding them.
5409 * gdb.base/annota3.c: Provide suitable markers.
5410
5411 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
5412 * gdb.base/annota3.c: Likewise.
5413 * gdb.base/sigall.c: Likewise.
5414 * gdb.base/signals.c: Likewise.
5415 * gdb.reverse/sigall-reverse.c: Likewise.
5416
5417 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
5418
5419 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
5420 failure return path.
5421
5422 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
5423
5424 * gdb.base/save-bp.exp: Account for new condition evaluator output.
5425
5426 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5427
5428 * gdb.base/cond-eval-mode.exp: New file.
5429
5430 2012-02-24 Pedro Alves <palves@redhat.com>
5431
5432 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
5433 (top level): Use with_test_prefix.
5434
5435 2012-02-24 Pedro Alves <palves@redhat.com>
5436
5437 * gdb.threads/attach-into-signal.exp (corefunc): Use
5438 with_test_prefix.
5439
5440 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5441
5442 Fix false FAILs on old CPUs without SSE.
5443 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
5444 Return untested for Illegal instruction.
5445
5446 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5447
5448 Fix false FAILs with glibc debug infos installed.
5449 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
5450 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
5451
5452 2012-02-22 Sterling Augustine <saugustine@google.com>
5453
5454 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
5455 constant with cast.
5456
5457 2012-02-21 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
5460
5461 2012-02-21 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
5464
5465 2012-02-21 Pedro Alves <palves@redhat.com>
5466
5467 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
5468 with_test_prefix.
5469
5470 2012-02-21 Pedro Alves <palves@redhat.com>
5471
5472 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
5473 with_test_prefix here.
5474 (top level): Do it here instead. Remove `:' from the
5475 with_test_prefix string.
5476 * gdb.base/attach-pie-misread.exp: Remove the leading space the
5477 the suffix `:' from the with_test_prefix prefix string.
5478 * gdb.base/break-interp.exp: Ditto.
5479 * gdb.base/catch-load.exp: Ditto.
5480 * gdb.base/disp-step-syscall.exp: Ditto.
5481 * gdb.base/jit-so.exp: Ditto.
5482 * gdb.base/jit.exp: Ditto.
5483 * gdb.base/sepdebug.exp: Ditto.
5484 * gdb.base/solib-display.exp: Ditto.
5485 * gdb.base/solib-overlap.exp: Ditto.
5486 * gdb.base/watch-cond-infcall.exp: Ditto.
5487 * gdb.base/watchpoint.exp: Ditto.
5488 * gdb.dwarf2/dw2-noloc.exp: Ditto.
5489 * gdb.mi/mi-watch.exp: Ditto.
5490 * gdb.mi/mi2-watch.exp: Ditto.
5491 * gdb.threads/non-ldr-exc-1.exp: Ditto.
5492 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5493 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5494 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5495 * gdb.threads/watchpoint-fork.exp: Ditto.
5496 * gdb.threads/watchthreads-reorder.exp: Ditto.
5497 * gdb.trace/change-loc.exp: Ditto.
5498 * gdb.trace/pending.exp: Ditto.
5499 * gdb.trace/status-stop.exp: Ditto.
5500 * gdb.trace/strace.exp: Ditto.
5501 * gdb.trace/trace-break.exp: Ditto.
5502 * gdb.trace/unavailable.exp: Ditto.
5503 * lib/gdb.exp (with_test_prefix): Always prefix with space and
5504 suffix with colon. Adjust leading comments.
5505
5506 2012-02-21 Pedro Alves <palves@redhat.com>
5507 Tom Tromey <tromey@redhat.com>
5508
5509 * lib/gdb.exp: Add description of test prefixes.
5510 (with_test_prefix): New procedure.
5511 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
5512 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
5513 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
5514 instead of lappend to append to pf_prefix.
5515 * gdb.base/catch-load.exp: Use with_test_prefix.
5516 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
5517 * gdb.base/jit-so.exp: Use with_test_prefix.
5518 * gdb.base/jit.exp: Use with_test_prefix.
5519 * gdb.base/return-nodebug.exp (do_test): Use append instead of
5520 lappend to append to pf_prefix.
5521 * gdb.base/sepdebug.exp: Use with_test_prefix.
5522 * gdb.base/solib-display.exp: Use with_test_prefix.
5523 * gdb.base/solib-overlap.exp: Use with_test_prefix.
5524 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
5525 * gdb.base/watchpoint.exp: Use with_test_prefix.
5526 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
5527 * gdb.mi/mi-watch.exp: Use with_test_prefix.
5528 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
5529 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
5530 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
5531 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
5532 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
5533 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
5534 append instead of lappend to append to pf_prefix.
5535 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
5536 * gdb.trace/change-loc.exp: Use with_test_prefix.
5537 * gdb.trace/pending.exp: Use with_test_prefix.
5538 * gdb.trace/status-stop.exp: Use with_test_prefix.
5539 * gdb.trace/strace.exp: Use with_test_prefix.
5540 * gdb.trace/trace-break.exp: Use with_test_prefix.
5541 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
5542 instead of lappend to append to pf_prefix.
5543
5544 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5545
5546 Fix racy FAILs.
5547 * gdb.base/inferior-died.c (main): Add return of 0.
5548 * gdb.base/inferior-died.exp (continue): Fix expectation of
5549 asynchronous events.
5550 (p 1): New test.
5551
5552 2012-02-20 Pedro Alves <palves@redhat.com>
5553
5554 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
5555 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
5556 gdb's internal debug output. For the non-threaded case, look for
5557 "Program received signal SIGLARM", for the threaded case, peek at
5558 the thread's siginfo.
5559
5560 2012-02-20 Pedro Alves <palves@redhat.com>
5561
5562 General cleanup, make output test messages unique, and build
5563 different executable files for the non-threaded and threaded
5564 cases.
5565
5566 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
5567 Delete.
5568 (executable_nothr, executable_thr): New globals.
5569 (top level): Adjust to delete both executables.
5570 (corefunc): New parameter $executable. Set $pf_prefix instead of
5571 hand writing a prefix in tests. Issue a clean_restart and enable
5572 lin-lwp debug output here.
5573 (top level): Adjust. Use build_executable. Don't start gdb here,
5574 and don't enable lin-lwp debug output here.
5575 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
5576
5577 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5578
5579 Fix racy FAILs.
5580 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
5581 "continue" command.
5582
5583 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5584
5585 Fix for gdbserver non-extended mode.
5586 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
5587 and gdb_run_cmd.
5588
5589 2012-02-17 Tom Tromey <tromey@redhat.com>
5590
5591 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
5592 * gdb.python/py-events.exp: Check 'dir' output.
5593 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
5594
5595 2012-02-17 Yao Qi <yao@codesourcery.com>
5596
5597 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
5598
5599 2012-02-16 Tom Tromey <tromey@redhat.com>
5600
5601 * gdb.base/inferior-died.c: Don't include stdio.h.
5602
5603 2012-02-16 Tom Tromey <tromey@redhat.com>
5604
5605 * gdb.base/inferior-died.c: New file.
5606 * gdb.base/inferior-died.exp: New file.
5607
5608 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
5609
5610 * gdb.base/break-inline.exp: New file.
5611 * gdb.base/break-inline.c: New file.
5612
5613 2012-02-15 Tom Tromey <tromey@redhat.com>
5614
5615 * gdb.base/pc-fp.exp: Add "info register" tests.
5616
5617 2012-02-15 Tom Tromey <tromey@redhat.com>
5618
5619 * gdb.base/regs.exp: Remove.
5620
5621 2012-02-15 Pedro Alves <palves@redhat.com>
5622
5623 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
5624 the target doesn't support tracepoints.
5625 * gdb.trace/circ.exp: Ditto.
5626 * gdb.trace/collection.exp: Ditto.
5627 * gdb.trace/packetlen.exp: Ditto.
5628 * gdb.trace/passc-dyn.exp: Ditto.
5629 * gdb.trace/report.exp: Ditto.
5630 * gdb.trace/tfind.exp: Ditto.
5631 * gdb.trace/tspeed.exp: Ditto.
5632 * gdb.trace/tsv.exp: Ditto.
5633 * gdb.trace/unavailable.exp: Ditto.
5634 * gdb.trace/while-dyn.exp: Ditto.
5635
5636 2012-02-15 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
5639 gdb_test_multiple, and call unsupported instead of fail, if the
5640 remote side does not support the request.
5641
5642 2012-02-15 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
5645 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
5646 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
5647 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
5648 * gdb.server/server-run.exp: Make sure gdb is disconnected.
5649 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
5650 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
5651 doesn't start with "extended-" already.
5652
5653 2012-02-15 Pedro Alves <palves@redhat.com>
5654
5655 Support extended-remote. Avoid cascading timeouts.
5656
5657 * gdb.base/attach.exp (do_attach_tests): Add expected output for
5658 the extended-remote target. If attaching with no file fails, load
5659 the file manually.
5660 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
5661
5662 2012-02-14 Stan Shebs <stan@codesourcery.com>
5663
5664 * gdb.base/ena-dis-br.exp: Add enable count test.
5665
5666 2012-02-13 Pedro Alves <palves@redhat.com>
5667
5668 * config/mips-idt.exp: Delete.
5669 * gdb.base/a2-run.exp: Remove mips-idt xfails.
5670 * gdb.base/bitfields.exp: Remove mips-idt restarts.
5671 * gdb.base/break.exp: Remove mips-idt references.
5672 * gdb.base/chng-syms.exp: Ditto.
5673 * gdb.base/default.exp: Ditto.
5674 * gdb.base/funcargs.exp (funcargs_reload): Delete.
5675 (top level): Don't call it.
5676 * gdb.base/opaque.exp: Remove mips-idt restarts.
5677 * gdb.base/ptype.exp: Remove mips-idt xfails.
5678 * gdb.base/scope.exp: Remove mips-idt restarts.
5679 * gdb.base/sepdebug.exp: Remove mips-idt references.
5680 * gdb.base/watchpoint.exp (maybe_clean_restart)
5681 (maybe_reinitialize): Delete.
5682 (test_disabling_watchpoints, test_disabling_watchpoints)
5683 (test_watchpoint_triggered_in_syscall)
5684 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
5685 Don't call them.
5686
5687 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5688
5689 * gdb.server/server-exec-info.exp: New file.
5690
5691 2012-02-10 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
5694 always non-empty.
5695 (test_attach): Always pass $exec to test_attach_gdb.
5696
5697 2012-02-08 Tom Tromey <tromey@redhat.com>
5698
5699 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
5700 before inferior is started.
5701
5702 2012-02-07 Tom Tromey <tromey@redhat.com>
5703
5704 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
5705 Symbol.value.
5706 * gdb.python/py-symbol.c (qq): Set default value.
5707
5708 2012-02-07 Tom Tromey <tromey@redhat.com>
5709
5710 * gdb.python/py-symbol.c (qq): New global.
5711 * gdb.python/py-symbol.exp: Add test for frame-less
5712 lookup_symbol.
5713 * gdb.python/py-symtab.exp: Fix line number.
5714
5715 2012-02-03 Joel Brobecker <brobecker@adacore.com>
5716
5717 * gdb.ada/mi_task_arg: New testcase.
5718
5719 2012-02-02 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.reverse/until-precsave.exp: Also put "record save" under the
5722 extended timeout.
5723
5724 2012-02-02 Pedro Alves <palves@redhat.com>
5725
5726 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
5727 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
5728
5729 2012-02-02 Pedro Alves <palves@redhat.com>
5730
5731 * gdb.base/term.exp: Rewrite.
5732 * gdb.base/term.c: New.
5733
5734 2012-02-02 Pedro Alves <palves@redhat.com>
5735
5736 * gdb.base/default.exp (run "r" abbreviation, run): Add
5737 extended-remote expected output.
5738
5739 2012-02-02 Tom Tromey <tromey@redhat.com>
5740
5741 * gdb.cp/dispcxx.exp: New file.
5742 * gdb.cp/dispcxx.cc: New file.
5743
5744 2012-02-01 Tom Tromey <tromey@redhat.com>
5745
5746 * gdb.base/jit-simple.exp: New file.
5747 * gdb.base/jit-simple.c: New file.
5748
5749 2012-01-30 Yao Qi <yao@codesourcery.com>
5750
5751 * gdb.base/skip.exp: Make test result unique.
5752
5753 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5754
5755 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
5756 compatibility with valgrind-3.7.0.
5757
5758 2012-01-27 Pedro Alves <palves@redhat.com>
5759
5760 * gdb.base/watchpoint.exp (no_hw): New global.
5761 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
5762 disable hw watchpoints.
5763 (test_wide_location_1, test_wide_location_2): If no_hw is set,
5764 don't expect hw watchpoints.
5765 (no_hw_watchpoints): Always clean restart.
5766 (do_tests): New procedure, factored out from the top level.
5767 (top level): Run tests twice. Once with hw watchpoints enabled,
5768 another time with hw watchpoints disabled.
5769
5770 2012-01-27 Pedro Alves <palves@redhat.com>
5771
5772 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
5773 out from the top level.
5774 (top level): Call it instead.
5775
5776 2012-01-27 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/watchpoint.exp (top level): Re-enable hardware
5779 watchpoints sooner.
5780
5781 2012-01-27 Pedro Alves <palves@redhat.com>
5782
5783 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
5784
5785 2012-01-27 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
5788 "You may have requested too many hardware
5789 breakpoints/watchpoints".
5790
5791 2012-01-27 Pedro Alves <palves@redhat.com>
5792
5793 * gdb.base/watchpoint.exp (maybe_clean_restart)
5794 (maybe_reinitialize): New.
5795 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
5796 expect "hit N times".
5797 (test_disabling_watchpoints, test_complex_watchpoint)
5798 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
5799 Call maybe_clean_restart.
5800 (top level): Use clean_restart. Remove "mips-idt-*"
5801 reinitialization.
5802
5803 2012-01-27 Pedro Alves <palves@redhat.com>
5804
5805 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
5806
5807 2012-01-27 Pedro Alves <palves@redhat.com>
5808
5809 * gdb.base/watchpoint.exp: Clean restart after tests that don't
5810 require `initialize' anymore. Remove unnecessary `initialize'
5811 calls.
5812
5813 2012-01-27 Pedro Alves <palves@redhat.com>
5814
5815 * gdb.base/watchpoint.exp (wp_set): Delete.
5816 (initialize, test_simple_watchpoint, top level): Remove dead code.
5817
5818 2012-01-27 Pedro Alves <palves@redhat.com>
5819
5820 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
5821 typo.
5822
5823 2012-01-27 Pedro Alves <palves@redhat.com>
5824
5825 * config/extended-gdbserver.exp: New file.
5826 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
5827 comment.
5828 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
5829 * boards/native-extended-gdbserver.exp: New file.
5830
5831 2012-01-26 Pedro Alves <palves@redhat.com>
5832
5833 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
5834 and gdb_test_multiple.
5835
5836 2012-01-26 Pedro Alves <palves@redhat.com>
5837
5838 Make test messages unique, and more identifiable.
5839 * gdb.multi/watchpoint-multi.exp: Change test messages.
5840
5841 2012-01-25 Tom Tromey <tromey@redhat.com>
5842
5843 * gdb.base/solib-disc.exp: Fix regexps.
5844
5845 2012-01-24 Tom Tromey <tromey@redhat.com>
5846
5847 * lib/mi-support.exp (mi_expect_stop): Add special case for
5848 solib-event.
5849 * gdb.base/catch-load-so.c: New file.
5850 * gdb.base/catch-load.exp: New file.
5851 * gdb.base/catch-load.c: New file.
5852 * gdb.base/break-interp.exp (reach_1): Update regexp.
5853
5854 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5855
5856 Fix fuzzy results.
5857 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
5858 lpsimple and func.
5859
5860 2012-01-24 Gary Benson <gbenson@redhat.com>
5861
5862 Delete #if 0'd out code.
5863 * gdb.base/default.exp (info catch): Remove.
5864 * gdb.base/gdb_history (info catch): Likewise.
5865 * gdb.base/help.exp (info catch): Likewise.
5866
5867 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5868
5869 Fix watchpoints to be specific for each inferior.
5870 * gdb.multi/watchpoint-multi.c: New file.
5871 * gdb.multi/watchpoint-multi.exp: New file.
5872
5873 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5874
5875 Fix watchpoints across inferior fork.
5876 * gdb.threads/watchpoint-fork-child.c: New file.
5877 * gdb.threads/watchpoint-fork-mt.c: New file.
5878 * gdb.threads/watchpoint-fork-parent.c: New file.
5879 * gdb.threads/watchpoint-fork-st.c: New file.
5880 * gdb.threads/watchpoint-fork.exp: New file.
5881 * gdb.threads/watchpoint-fork.h: New file.
5882
5883 2012-01-23 Pedro Alves <palves@redhat.com>
5884
5885 * gdb.base/call-signal-resume.exp: Allow output after "return".
5886
5887 2012-01-20 Pedro Alves <palves@redhat.com>
5888
5889 * gdb.python/py-finish-breakpoint.py: Fix typo.
5890
5891 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5892
5893 * gdb.base/info-proc.exp: Also run on remote targets. Main
5894 "info proc" command is now always present; whether target supports
5895 actual info proc operation is detected when attempting to issue
5896 the command.
5897
5898 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5899
5900 * .gdbinit: Remove.
5901
5902 2012-01-19 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
5905 look at the funtions' returns.
5906 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
5907 (jprint.print(int, int)): Change return type to int. Adjust.
5908
5909 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5910
5911 PR gdb/9538
5912 * gdb.base/sepdebug.exp: New test.
5913
5914 2012-01-18 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
5917 Allow output before ^done.
5918
5919 2012-01-16 Tom Tromey <tromey@redhat.com>
5920
5921 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
5922 Add tests for relative directory.
5923
5924 2012-01-16 Tom Tromey <tromey@redhat.com>
5925
5926 * gdb.base/printcmds.c (enum flag_enum): New.
5927 (three): New global.
5928 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
5929 enum printing.
5930 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
5931 FlagEnumerationPrinter.
5932 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
5933 * gdb.python/py-pp-maint.c (enum flag_enum): New.
5934 (fval): New global.
5935
5936 2012-01-16 Pedro Alves <palves@redhat.com>
5937
5938 * lib/gdb.exp (banned_procedures): New variable.
5939 (banned_variables_traced): Rename to ...
5940 (banned_traced): ... this.
5941 (gdb_init): Also trace banned procedures.
5942 (gdb_finish): Also untrace banned procedures.
5943
5944 2012-01-16 Pedro Alves <palves@redhat.com>
5945
5946 Remove all calls to strace.
5947
5948 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5949
5950 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
5951 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
5952
5953 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
5954
5955 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
5956 * gdb.base/pie-execl.exp: Likewise.
5957
5958 2012-01-12 Keith Seitz <keiths@redhat.com>
5959
5960 PR mi/10586
5961 * gdb.mi/var-cmd.c (struct anonymous): New structure.
5962 (do_anonymous_type_tests): New function.
5963 (main): Call do_anonymous_type_tests.
5964 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
5965 (verify_everything): New procedure.
5966 * gdb.mi/mi-var-cp.cc (class A): New class.
5967 (anonymous_structs_and_unions): New function.
5968 (main): Call anonymous_structs_and_unions.
5969 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
5970 (verify_everything): New procedure.
5971
5972 2012-01-12 Keith Seitz <keiths@redhat.com>
5973
5974 * lib/mi-support.exp: Expand comments about PATH_EXPR.
5975 (varobj_tree::get_path_expr): Assume that all varobjs are
5976 compound unless they are known simple types.
5977 Adjust path expressions based on parent type, path parent type,
5978 and tree language.
5979 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
5980 the root varobj.
5981 (mi_walk_varobj_tree): Add LANGUAGE parameter.
5982
5983 2012-01-11 Pedro Alves <palves@redhat.com>
5984
5985 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
5986 core files on this machine" anymore.
5987
5988 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
5989
5990 * gdb.base/watchpoint.c (recurser): Initialize local_x.
5991 (main): Repeat recurser call.
5992 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
5993 equivalent to 'local_x'.
5994
5995 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
5996 Joel Brobecker <brobecker@adacore.com>
5997
5998 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
5999
6000 2012-01-05 Pedro Alves <alves.ped@gmail.com>
6001
6002 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
6003 * gdb.python/py-events.c (first): Add bits for new "step N" test.
6004 * gdb.python/py-events.exp: Test that "step N" tripping on a
6005 breakpoint emits a breakpoint event.
6006
6007 2012-01-03 Joel Brobecker <brobecker@adacore.com>
6008
6009 * gdb.base/auxv.exp: Reformat the copyright notice.
6010
6011 2012-01-03 Yao Qi <yao@codesourcery.com>
6012
6013 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
6014 (strace_trace_on_diff_addr): New.
6015 * gdb.trace/strace.c: (main): Add two local variables.
6016
6017 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
6018
6019 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
6020 * gdb.cell/gcore.exp: Likewise.
6021 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
6022 to verify the correct instance of main is selected.
6023
6024 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6025
6026 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
6027 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
6028 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
6029 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
6030 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
6031 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
6032 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
6033 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
6034 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
6035 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
6036 gdb.threads/thread_check.c: Reformat copyright header.
6037
6038 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6039
6040 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
6041 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
6042 is not enabled.
6043
6044 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6045
6046 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
6047 parameter to self_exec, adjust the function.
6048 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
6049 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
6050 (set var do_exit = 0): Remove test.
6051 (newline at end of file): Add one.
6052
6053 2011-12-27 Joel Brobecker <brobecker@adacore.com>
6054
6055 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
6056 New files.
6057
6058 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6059
6060 Fix racy FAILs.
6061 * gdb.threads/fork-thread-pending.c (barrier): New variable.
6062 (thread_function, thread_forker): Call pthread_barrier_wait for it.
6063 (main): Call pthread_barrier_init for it.
6064
6065 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6066
6067 Fix double send_gdb leading to racy FAILs.
6068 * gdb.base/break.exp (set silent break bp_location1): Replace
6069 3x send_gdb and gdb_expect by gdb_test.
6070 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
6071 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
6072 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
6073 instead of send_gdb. Twice.
6074 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
6075 3x send_gdb and gdb_expect by gdb_test.
6076 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
6077
6078 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6079
6080 * gdb.linespec/linespec.exp: Compile using {c++}.
6081
6082 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6083
6084 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
6085 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
6086 (verify GCC PR debug/51668): New test.
6087
6088 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
6089
6090 Introduce gdb.FinishBreakpoint in Python.
6091 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
6092 py-finish-breakpoint2
6093 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
6094 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
6095 instead of line number.
6096 * gdb.python/py-finish-breakpoint.c: New file.
6097 * gdb.python/py-finish-breakpoint.exp: New file.
6098 * gdb.python/py-finish-breakpoint.py: New file.
6099 * gdb.python/py-finish-breakpoint2.cc: New file.
6100 * gdb.python/py-finish-breakpoint2.exp: New file.
6101 * gdb.python/py-finish-breakpoint2.py: New file.
6102
6103 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6104
6105 Partial fix of compatibility with gcc-4.7.
6106 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
6107 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
6108 Add comment to add a PASS case in the future.
6109
6110 Fix compatibility with gcc-4.7.
6111 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
6112
6113 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6114
6115 PR tdep/12797
6116 * gdb.base/callfuncs.exp: Remove KFAIL.
6117
6118 2011-12-21 Joel Brobecker <brobecker@adacore.com>
6119
6120 * gdb.ada/task_bp: New testcase.
6121
6122 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6123
6124 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
6125 -DNO_SECTIONS.
6126 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
6127
6128 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6129
6130 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
6131 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
6132 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6133 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
6134 conditional for gcc <= 4.5.
6135
6136 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6137
6138 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
6139 by XFAIL.
6140 * gdb.cp/static-method.exp (info addr A::func())
6141 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6142 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6143 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6144 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
6145 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
6146 (test value of F in k3_m): Likewise.
6147 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6148 Likewise.
6149
6150 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6151
6152 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
6153 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
6154 Remove.
6155 * gdb.threads/attachstop-mt.c: Remove.
6156 * gdb.threads/attachstop-mt.exp: Remove.
6157
6158 2011-12-17 Mark Kettenis <kettenis@gnu.org>
6159
6160 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
6161
6162 2011-12-16 Doug Evans <dje@google.com>
6163
6164 * boards/native-stdio-gdbserver.exp: New file.
6165 * boards/native-gdbserver.exp: New file.
6166
6167 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
6168 gdbserver output.
6169 (gdbserver_default_get_remote_address): New function.
6170 (gdbserver_start): Call gdb,get_remote_address to compute argument
6171 to "target remote" command.
6172
6173 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6174
6175 * gdb.python/py-function.exp: Change "on" to "full" for
6176 python print-stack. Add set/show python print-stack
6177 off|full|message tests.
6178
6179 2011-12-15 Yao Qi <yao@codesourcery.com>
6180
6181 * gdb.trace/strace.c: New
6182 * gdb.trace/strace.exp: New.
6183
6184 2011-12-14 Tom Tromey <tromey@redhat.com>
6185
6186 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
6187
6188 2011-12-14 Doug Evans <dje@google.com>
6189
6190 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
6191
6192 2011-12-14 Pedro Alves <pedro@codesourcery.com>
6193
6194 PR threads/10729
6195
6196 * gdb.mi/watch-nonstop.c: New file.
6197 * gdb.mi/mi-watch-nonstop.exp: New file.
6198
6199 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6200 Doug Evans <dje@google.com>
6201
6202 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
6203 (clean_restart): Remove references to the gdb_stub target board
6204 variable.
6205 (gdb_step_for_stub): Delete.
6206
6207 * gdb.base/annota1.exp: Remove all references to [target_info
6208 exists gdb_stub], gdb_step_for_stub and usestubs.
6209 * gdb.base/annota3.exp: Ditto.
6210 * gdb.base/async.exp: Ditto.
6211 * gdb.base/break.exp: Ditto.
6212 * gdb.base/code-expr.exp: Ditto.
6213 * gdb.base/commands.exp: Ditto.
6214 * gdb.base/completion.exp: Ditto.
6215 * gdb.base/condbreak.exp: Ditto.
6216 * gdb.base/consecutive.exp: Ditto.
6217 * gdb.base/cvexpr.exp: Ditto.
6218 * gdb.base/define.exp: Ditto.
6219 * gdb.base/display.exp: Ditto.
6220 * gdb.base/ena-dis-br.exp: Ditto.
6221 * gdb.base/environ.exp: Ditto.
6222 * gdb.base/gnu-ifunc.exp: Ditto.
6223 * gdb.base/maint.exp: Ditto.
6224 * gdb.base/pending.exp: Ditto.
6225 * gdb.base/sect-cmd.exp: Ditto.
6226 * gdb.base/sepdebug.exp: Ditto.
6227 * gdb.base/unload.exp: Ditto.
6228 * gdb.base/watchpoint-solib.exp: Ditto.
6229 * gdb.cp/annota2.exp: Ditto.
6230 * gdb.cp/annota3.exp: Ditto.
6231 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
6232 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
6233 * gdb.mi/mi-pending.exp: Ditto.
6234 * gdb.trace/circ.exp: Ditto.
6235 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
6236 * gdb.base/list.exp: Ditto.
6237
6238 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
6239 breakpoint function and all references to the usestubs macro.
6240 * gdb.base/exprs.c: Ditto.
6241 * gdb.base/freebpcmd.c: Ditto.
6242 * gdb.base/bitfields.c: Ditto.
6243 * gdb.base/bitfields2.c: Ditto.
6244 * gdb.base/break.c: Ditto.
6245 * gdb.base/call-sc.c: Ditto.
6246 * gdb.base/call-signals.c: Ditto.
6247 * gdb.base/callfuncs.c: Ditto.
6248 * gdb.base/charset.c: Ditto.
6249 * gdb.base/consecutive.c: Ditto.
6250 * gdb.base/constvars.c: Ditto.
6251 * gdb.base/funcargs.c: Ditto.
6252 * gdb.base/int-type.c: Ditto.
6253 * gdb.base/interrupt.c: Ditto.
6254 * gdb.base/langs0.c: Ditto.
6255 * gdb.base/list0.c: Ditto.
6256 * gdb.base/mips_pro.c: Ditto.
6257 * gdb.base/miscexprs.c: Ditto.
6258 * gdb.base/nodebug.c: Ditto.
6259 * gdb.base/opaque0.c: Ditto.
6260 * gdb.base/pointers.c: Ditto.
6261 * gdb.base/printcmds.c: Ditto.
6262 * gdb.base/ptype.c: Ditto.
6263 * gdb.base/recurse.c: Ditto.
6264 * gdb.base/reread1.c: Ditto.
6265 * gdb.base/reread2.c: Ditto.
6266 * gdb.base/restore.c: Ditto.
6267 * gdb.base/return.c: Ditto.
6268 * gdb.base/run.c: Ditto.
6269 * gdb.base/scope0.c: Ditto.
6270 * gdb.base/sepdebug.c: Ditto.
6271 * gdb.base/setshow.c: Ditto.
6272 * gdb.base/setvar.c: Ditto.
6273 * gdb.base/sigall.c: Ditto.
6274 * gdb.base/signals.c: Ditto.
6275 * gdb.base/structs.c: Ditto.
6276 * gdb.base/structs2.c: Ditto.
6277 * gdb.base/testenv.c: Ditto.
6278 * gdb.base/twice.c: Ditto.
6279 * gdb.base/unwindonsignal.c: Ditto.
6280 * gdb.base/watchpoint.c: Ditto.
6281 * gdb.base/watchpoints.c: Ditto.
6282 * gdb.base/whatis.c: Ditto.
6283 * gdb.cp/classes.cc: Ditto.
6284 * gdb.cp/cplusfuncs.cc: Ditto.
6285 * gdb.cp/derivation.cc: Ditto.
6286 * gdb.cp/formatted-ref.cc: Ditto.
6287 * gdb.cp/misc.cc: Ditto.
6288 * gdb.cp/overload.cc: Ditto.
6289 * gdb.cp/ovldbreak.cc: Ditto.
6290 * gdb.cp/ref-params.cc: Ditto.
6291 * gdb.cp/ref-types.cc: Ditto.
6292 * gdb.cp/templates.cc: Ditto.
6293 * gdb.cp/virtfunc.cc: Ditto.
6294 * gdb.hp/gdb.aCC/run.c: Ditto.
6295 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
6296 * gdb.hp/gdb.compat/xdb0.c: Ditto.
6297 * gdb.reverse/consecutive-reverse.c: Ditto.
6298 * gdb.reverse/sigall-reverse.c: Ditto.
6299 * gdb.reverse/until-reverse.c: Ditto.
6300 * gdb.reverse/watch-reverse.c: Ditto.
6301 * gdb.trace/actions.c: Ditto.
6302 * gdb.trace/circ.c: Ditto.
6303 * gdb.trace/collection.c: Ditto.
6304
6305 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6306
6307 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
6308 (func6, func7): New.
6309 (main): Call func6 and func7.
6310 * gdb.base/watchpoint.exp (test_wide_location_1)
6311 (test_wide_location_2): New.
6312 (top level): Re-enable hardware watchpoints if necessary. Call
6313 test_wide_location_1 and test_wide_location_2.
6314
6315 2011-12-11 Yao Qi <yao@codesourcery.com>
6316
6317 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
6318
6319 2011-12-11 Joel Brobecker <brobecker@adacore.com>
6320
6321 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
6322 expected output for unsupported case.
6323
6324 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6325
6326 PR testsuite/12649
6327 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
6328 Protect gdb_test_multiple by final $gdb_prompt match.
6329
6330 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6331
6332 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
6333 New variable, new test.
6334 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6335 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6336 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6337 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
6338 them if HAVE_GCC_45682_FIXED is not set.
6339
6340 2011-12-10 Yao Qi <yao@codesourcery.com>
6341
6342 * gdb.trace/status-stop.exp: New.
6343 * gdb.trace/status-stop.c: New.
6344
6345 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6346
6347 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
6348 timeout.
6349
6350 2011-12-08 Tom Tromey <tromey@redhat.com>
6351
6352 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
6353 condition.
6354
6355 2011-12-07 Stan Shebs <stan@codesourcery.com>
6356
6357 * gdb.trace/tfind.exp: Update for output changes.
6358
6359 2011-12-07 Pedro Alves <pedro@codesourcery.com>
6360
6361 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
6362 throws "Cannot insert catchpoints in this configuration".
6363 * gdb.ada/mi_catch_ex.exp: Likewise.
6364
6365 2011-12-06 Pedro Alves <pedro@codesourcery.com>
6366
6367 * gdb.base/break-always.exp: Test changing memory at addresses
6368 with breakpoints inserted.
6369
6370 2011-12-06 Joel Brobecker <brobecker@acacore.com>
6371
6372 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
6373 involving a fully qualified function name.
6374
6375 2011-12-06 Tom Tromey <tromey@redhat.com>
6376
6377 * gdb.ada/homonym.exp: Add three breakpoint tests.
6378
6379 2011-12-06 Tom Tromey <tromey@redhat.com>
6380
6381 * gdb.base/solib-weak.exp (do_test): Remove kfail.
6382 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
6383 * gdb.objc/objcdecode.exp: Update for output changes.
6384 * gdb.linespec/linespec.exp: New file.
6385 * gdb.linespec/lspec.cc: New file.
6386 * gdb.linespec/lspec.h: New file.
6387 * gdb.linespec/body.h: New file.
6388 * gdb.linespec/base/two/thefile.cc: New file.
6389 * gdb.linespec/base/one/thefile.cc: New file.
6390 * gdb.linespec/Makefile.in: New file.
6391 * gdb.cp/templates.exp (test_template_breakpoints): Update for
6392 output changes.
6393 * gdb.cp/re-set-overloaded.exp: Remove kfail.
6394 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
6395 makes one breakpoint.
6396 * gdb.cp/method2.exp (test_break): Update for output changes.
6397 * gdb.cp/mb-templates.exp: Update for output changes.
6398 * gdb.cp/mb-inline.exp: Update for output changes.
6399 * gdb.cp/mb-ctor.exp: Update for output changes.
6400 * gdb.cp/ovsrch.exp: Use fully-qualified names.
6401 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
6402 has multiple matches.
6403 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
6404 error message change.
6405 * gdb.base/list.exp (test_list_filename_and_number): Update for
6406 error message change.
6407 * gdb.base/break.exp: Disable pending breakpoints. Update for
6408 output changes.
6409 * configure.ac: Add gdb.linespec.
6410 * configure: Rebuild.
6411 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
6412
6413 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
6414
6415 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
6416 last_break register on s390*-*-* targets.
6417
6418 2011-12-06 Joel Brobecker <brobecker@adacore.com>
6419
6420 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
6421 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
6422 of parameter X in procedure Foo.
6423
6424 2011-12-05 Stan Shebs <stan@codesourcery.com>
6425
6426 * gdb.trace/tfind.exp: Update help string matches.
6427
6428 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6429
6430 * gdb.server/ext-run.exp (get process list): Accept also systemd
6431 as PID 1.
6432
6433 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6434 Pedro Alves <pedro@codesourcery.com>
6435
6436 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
6437 starting GDB.
6438 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
6439 $use_gdb_stub.
6440 * gdb.base/display.exp: Likewise.
6441 * gdb.base/ending-run.exp: Likewise.
6442 * gdb.base/list.exp (test_listsize): Likewise.
6443 * gdb.base/setshow.exp: Likewise.
6444 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
6445 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
6446 check by global $use_gdb_stub.
6447 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
6448 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
6449 (default_gdb_init): Unset global $use_gdb_stub.
6450 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
6451 by global $use_gdb_stub.
6452 * lib/gdbserver-support.exp: Extend comments for set_board_info
6453 gdb_protocol and gdb,socketport.
6454 (gdbserver_start_extended): Set global gdbserver_protocol and
6455 gdbserver_gdbport. Clear global use_gdb_stub.
6456 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
6457 from target use_gdb_stub.
6458 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
6459
6460 2011-12-03 Doug Evans <dje@google.com>
6461
6462 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
6463 (gdb_step_for_stub): Add comments.
6464
6465 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
6466
6467 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
6468 to the caller.
6469 (gdb_test_multiple): Likewise.
6470
6471 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6472
6473 Fix gdb.mi/mi-solib.exp without system debug info installed.
6474 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
6475 expect attribute, return 0 for it. Update comments.
6476
6477 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6478
6479 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
6480 (corrupted list): Adjust the expectation.
6481
6482 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6483
6484 PR threads/13448
6485 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
6486 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
6487 * gdb.threads/tls-var-main.c: New file.
6488 * gdb.threads/tls-var.c: New file.
6489 * gdb.threads/tls-var.exp: New file.
6490
6491 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6492
6493 PR testsuite/12649
6494 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
6495 Protect gdb_test_multiple by final $gdb_prompt match.
6496 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
6497 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
6498 (test_tracepoints): Likewise.
6499
6500 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6501
6502 PR breakpoints/13346
6503 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
6504 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
6505 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
6506
6507 2011-12-01 Joel Brobecker <brobecker@adacore.com>
6508
6509 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
6510 * gdb.ada/homonym/homonym.adb: For use of all types defined
6511 locally inside both Get_Value subprograms.
6512
6513 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6514
6515 Fix racy FAILs.
6516 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
6517 of send_gdb.
6518
6519 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6520
6521 * gdb.base/testenv.exp: Skip on remote targets. Unset global
6522 environment variable after test completed.
6523
6524 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6525
6526 * gdb.base/solib-nodir.exp: Skip if remote target.
6527 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
6528 application. Call gdb_load_shlibs.
6529 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
6530
6531 2011-11-29 Joel Brobecker <brobecker@adacore.com>
6532
6533 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
6534
6535 2011-11-28 Joel Brobecker <brobecker@adacore.com>
6536
6537 * gdb.ada/fullname_bp: New testcase.
6538
6539 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6540
6541 PR testsuite/12649
6542 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
6543 Wrap send_gdb into a new gdb_test.
6544
6545 Code cleanup.
6546 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
6547 Convert send_gdb and gdb_expect to gdb_test_multiple.
6548
6549 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6550
6551 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
6552
6553 2011-11-23 Keith Seitz <keiths@redhat.com>
6554
6555 * lib/mi-support.exp (varobj_tree): New namespace and procs.
6556 (mi_varobj_tree_test_children_callback): New proc.
6557 (mi_walk_varobj_tree): New proc.
6558
6559 2011-11-22 Tom Tromey <tromey@redhat.com>
6560
6561 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
6562 Add "use_mi_command" argument.
6563 (mi_run_cmd, mi_run_with_cli): New procs.
6564 * gdb.mi/solib-lib.c: New file.
6565 * gdb.mi/solib-main.c: New file.
6566 * gdb.mi/mi-solib.exp: New file.
6567
6568 2011-11-21 Doug Evans <dje@google.com>
6569
6570 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
6571 _Unwind_DebugHook is missing.
6572
6573 2011-11-20 Stan Shebs <stan@codesourcery.com>
6574
6575 * gdb.trace/tstatus.exp: New.
6576 * gdb.trace/actions.c: Include string.h.
6577
6578 2011-11-18 Yao Qi <yao@codesourcery.com>
6579
6580 * gdb.trace/pending.exp: New.
6581 * gdb.trace/pending.c: New.
6582 * gdb.trace/pendshr1.c: New.
6583 * gdb.trace/pendshr2.c: New.
6584 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
6585 tracepoint location becomes pending.
6586 (tracepoint_change_loc_2): New.
6587
6588 2011-11-16 David S. Miller <davem@davemloft.net>
6589
6590 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
6591 target is sparc*-*-linux*
6592
6593 2011-11-15 Paul Koning <paul_koning@dell.com>
6594
6595 * gdb.python/py-type.exp: New testcases for exceptions on scalar
6596 types.
6597
6598 2011-11-14 Doug Evans <dje@google.com>
6599
6600 * gdb.base/shell.exp: New file.
6601
6602 2011-11-14 Stan Shebs <stan@codesourcery.com>
6603
6604 * gdb.trace/ftrace.c: New.
6605 * gdb.trace/ftrace.exp: New.
6606
6607 2011-11-14 Yao Qi <yao@codesourcery.com>
6608
6609 * gdb.trace/change-loc-1.c: New.
6610 * gdb.trace/change-loc-2.c: New.
6611 * gdb.trace/change-loc.c: New.
6612 * gdb.trace/change-loc.exp: New.
6613 * gdb.trace/change-loc.h: New.
6614 * gdb.trace/trace-break.c (marker): Define new symbol.
6615 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6616 New.
6617 (break_trace_same_addr_6): New.
6618
6619 2011-11-12 Matt Rice <ratmice@gmail.com>
6620
6621 * gdb.base/info-macros.exp: Make tests for info definitions
6622 test info macro. Add tests for info macro argument processing.
6623 Rename a few tests.
6624
6625 2011-11-11 Keith Seitz <keiths@redhat.com>
6626
6627 PR gdb/12843
6628 * gdb.base/linespecs.exp: New file.
6629
6630 2011-11-11 Doug Evans <dje@google.com>
6631
6632 * gdb.threads/print-threads.exp: Extend timeout for slower
6633 tests.
6634
6635 2011-11-10 Doug Evans <dje@google.com>
6636
6637 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
6638 "record to end of main" test.
6639
6640 * gdb.python/py-type.c (TS): New typedef.
6641 (ts): New global.
6642 * gdb.python/py-type.exp: Test field list of typedef.
6643
6644 2011-11-10 Joel Brobecker <brobecker@adacore.com>
6645
6646 * gdb.ada/small_reg_param: New testcase.
6647
6648 2011-11-09 Tom Tromey <tromey@redhat.com>
6649
6650 * gdb.cp/destrprint.exp: New file.
6651 * gdb.cp/destrprint.cc: New file.
6652
6653 2011-11-08 Meador Inge <meadori@codesourcery.com>
6654
6655 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
6656 (switch_stack_to_other): New test function.
6657 * gdb.arch/thumb-prologue.exp: New test cases.
6658
6659 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
6660
6661 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
6662
6663 2011-11-08 Yao Qi <yao@codesourcery.com>
6664
6665 * gdb.exp (supports_process_record): New.
6666 (supports_reverse): New.
6667 * gdb.reverse/break-precsave.exp: Call support_process_record
6668 to run test conditionally.
6669 * gdb.reverse/consecutive-precsave.exp: Likewise.
6670 * gdb.reverse/i386-precsave.exp: Likewise.
6671 * gdb.reverse/machinestate-precsave.exp: Likewise.
6672 * gdb.reverse/solib-precsave.exp: Likewise.
6673 * gdb.reverse/step-precsave.exp: Likewise.
6674 * gdb.reverse/until-precsave.exp: Likewise.
6675 * gdb.reverse/watch-precsave.exp: Likewise.
6676 * gdb.reverse/break-reverse.exp: Call support_reverse to run
6677 test conditionally.
6678 * gdb.reverse/consecutive-reverse.exp: Likewise.
6679 * gdb.reverse/finish-precsave.exp: Likewise.
6680 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6681 * gdb.reverse/finish-reverse.exp: Likewise.
6682 * gdb.reverse/i386-reverse.exp: Likewise.
6683 * gdb.reverse/i386-sse-reverse.exp: Likewise.
6684 * gdb.reverse/machinestate.exp: Likewise.
6685 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
6686 * gdb.reverse/sigall-precsave.exp: Likewise.
6687 * gdb.reverse/sigall-reverse.exp: Likewise.
6688 * gdb.reverse/solib-reverse.exp: Likewise.
6689 * gdb.reverse/step-reverse.exp: Likewise.
6690 * gdb.reverse/until-reverse.exp: Likewise.
6691 * gdb.reverse/watch-reverse.exp: Likewise.
6692
6693 2011-11-05 Yao Qi <yao@codesourcery.com>
6694
6695 * gdb.trace/trace-break.exp: Add test on setting two
6696 fast tracepoints at the same address.
6697
6698 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6699
6700 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
6701
6702 2011-11-02 Stan Shebs <stan@codesourcery.com>
6703
6704 * gdb.trace/collection.c: Add code using strings.
6705 * gdb.trace/collection.exp: Add tests of string collection.
6706
6707 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6708
6709 * gdb.base/skip-solib.exp (executable_main): New variable.
6710 (binfile_main): Base it on that.
6711 Use $executable_main in clean_restart calls. Drop gdb_exit and
6712 gdb_start calls.
6713
6714 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6715
6716 Fix racy FAILs.
6717 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
6718 breakpoint_re globals import by async. Set string_regex to .* for
6719 async. Remove the optional thread_selected_re and breakpoint_re
6720 globals expectations.
6721
6722 2011-11-01 Joseph Myers <joseph@codesourcery.com>
6723
6724 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
6725 well as Cygwin.
6726
6727 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
6728
6729 Add tests for skip command.
6730 * gdb.base/skip-solib-lib.c: New
6731 * gdb.base/skip-solib-main.c: New
6732 * gdb.base/skip-solib.exp: New
6733 * gdb.base/skip.c: New
6734 * gdb.base/skip.exp: New
6735 * gdb.base/skip1.c: New
6736 * gdb.base/Makefile.in: Adding new files.
6737
6738 2011-10-31 Yao Qi <yao@codesourcery.com>
6739 Pedro Alves <pedro@codesourcery.com>
6740
6741 * gdb.trace/trace-break.c: New.
6742 * gdb.trace/trace-break.exp: New.
6743
6744 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6745
6746 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
6747 break-here-2.
6748
6749 2011-10-28 Pedro Alves <pedro@codesourcery.com>
6750
6751 * gdb.threads/no-unwaited-for-left.c: New.
6752 * gdb.threads/no-unwaited-for-left.exp: New.
6753 * gdb.threads/non-ldr-exc-1.c: New.
6754 * gdb.threads/non-ldr-exc-1.exp: New.
6755 * gdb.threads/non-ldr-exc-2.c: New.
6756 * gdb.threads/non-ldr-exc-2.exp: New.
6757 * gdb.threads/non-ldr-exc-3.c: New.
6758 * gdb.threads/non-ldr-exc-3.exp: New.
6759 * gdb.threads/non-ldr-exc-4.c: New.
6760 * gdb.threads/non-ldr-exc-4.exp: New.
6761
6762 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6763
6764 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
6765 * gdb.base/attach-pie-misread.exp: Likewise.
6766 * gdb.base/break-interp.exp: Likewise.
6767 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
6768 testcases for use_gdb_stub.
6769 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
6770 (continue): New testcase.
6771 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
6772 * gdb.threads/attach-into-signal.exp: Likewise.
6773 * gdb.threads/attach-stopped.exp: Likewise.
6774 * gdb.threads/attachstop-mt.exp: Likewise.
6775
6776 2011-10-28 Paul Koning <paul_koning@dell.com>
6777
6778 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
6779
6780 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6781
6782 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
6783 (mi_gdb_test): Import globals thread_selected_re
6784 and breakpoint_re. Expect them optionally at the regex start.
6785
6786 2011-10-27 Doug Evans <dje@google.com>
6787
6788 * gdb.python/python.exp: Test source -s.
6789
6790 2011-10-26 Paul Koning <paul_koning@dell.com>
6791
6792 * gdb.python/lib-types.cc (struct A): New structure.
6793 * gdb.python/lib-types.exp (deepitems): New tests.
6794
6795 2011-10-25 Paul Koning <paul_koning@dell.com>
6796
6797 PR python/13327
6798
6799 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
6800 fetch_lazy method.
6801
6802 2011-10-24 Yao Qi <yao@codesourcery.com>
6803
6804 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
6805 target is tic6x-*-*.
6806
6807 2011-10-21 Joel Brobecker <brobecker@adacore.com>
6808
6809 * gdb.ada/mi_task_info/task_switch.adb: New file.
6810 * gdb.ada/mi_task_info.exp: New file.
6811
6812 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6813
6814 * gdb.cp/expand-psymtabs-cxx.exp: New file.
6815 * gdb.cp/expand-psymtabs-cxx.cc: New file.
6816
6817 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
6818
6819 PR python/12656
6820
6821 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
6822 global_block tests.
6823
6824 2011-10-18 Tom Tromey <tromey@redhat.com>
6825
6826 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
6827
6828 2011-10-18 Tom Tromey <tromey@redhat.com>
6829
6830 * gdb.base/source.exp: Don't include full file name in test name.
6831 * gdb.python/python.exp: Don't include full file name in test
6832 name.
6833
6834 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6835
6836 * gdb.base/attach-pie-noexec.c: New files.
6837 * gdb.base/attach-pie-noexec.exp: New files.
6838
6839 2011-10-17 Joseph Myers <joseph@codesourcery.com>
6840
6841 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
6842 prompt for each extra line in command.
6843
6844 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6845
6846 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
6847 Revert the part of:
6848 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6849 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
6850 Change the expected string.
6851
6852 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6853
6854 Fix results with system glibc debug info installed.
6855 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
6856 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
6857 Accept also __libc_ symbol prefix and no prefix.
6858
6859 2011-10-14 Keith Seitz <keiths@redhat.com>
6860
6861 PR c++/13225
6862 * gdb.cp/converts.cc (foo3_1): New function.
6863 (foo3_2): New functions.
6864 * gdb.cp/converts.exp: Add tests for int to pointer conversion
6865 and null pointer conversions of integer constant zero.
6866 Add test to check if all arguments are checked for incompatible
6867 conversion BADNESS.
6868
6869 2011-10-14 Tom Tromey <tromey@redhat.com>
6870
6871 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
6872 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
6873 linespec.
6874
6875 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6876
6877 Fix internal error regression.
6878 * gdb.dwarf2/implptr-optimized-out.S: New file.
6879 * gdb.dwarf2/implptr-optimized-out.exp: New file.
6880
6881 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6882
6883 Fix empty DWARF expressions DATA vs. SIZE conditionals.
6884 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
6885 (loclist): New.
6886 (4): New abbrev.
6887 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
6888 Use prepare_for_testing, remove clean_restart.
6889 (p arraynoloc, p arraycallnoloc): New tests.
6890
6891 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6892
6893 * gdb.cp/namespace-enum.exp (executable): New variable.
6894 (binfile): Use ${objdir}/${subdir}/ prefix.
6895 Use ${executable} for clean_restart.
6896
6897 2011-10-11 Sterling Augustine <saugustine@google.com>
6898
6899 * gdb.cp/Makefile.in: Add namespace-enum test.
6900 * gdb.cp/namespace-enum.exp: New file.
6901 * gdb.cp/namespace-enum.c: New file.
6902 * gdb.cp/namespace-enum-main.c: New file.
6903
6904 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
6905
6906 * gdb.python/py-shared.exp: Relax filename check to handle remote:
6907 sysroot.
6908
6909 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6910
6911 Reimplement @entry in input expressions.
6912 * gdb.base/exprs.c (v_int_array_init): New variable.
6913 * gdb.base/exprs.exp (print v_int_array_init)
6914 (print *v_int_array_init@1, print *v_int_array_init@2)
6915 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
6916 (print v_int_array_init[1]@1): New tests.
6917
6918 2011-10-10 Joseph Myers <joseph@codesourcery.com>
6919
6920 * gdb.cp/gdb2495.exp: Do not include directories in filename in
6921 expected message.
6922
6923 2011-10-09 Doug Evans <dje@google.com>
6924
6925 * gdb.base/alias.exp: Add tests for alias command.
6926
6927 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6928
6929 * gdb.arch/amd64-entry-value.s: New file.
6930 * gdb.mi/mi2-amd64-entry-value.s: New file.
6931
6932 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6933
6934 Display @entry parameter values even for references.
6935 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
6936 functions.
6937 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
6938 reference and datap_input.
6939 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
6940 breakpoints.
6941 (continue to breakpoint: entry_reference: reference)
6942 (entry_reference: bt at entry)
6943 (continue to breakpoint: entry_reference: breakhere_reference)
6944 (entry_reference: bt, entry_reference: ptype regparam)
6945 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
6946 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
6947 (entry_reference: p regcopy, entry_reference: p nodataparam)
6948 (entry_reference: p nodataparam@entry): New tests.
6949
6950 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6951
6952 Support @entry in input expressions.
6953 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
6954 (entry_stack: p s1@entry, entry_stack: p s2@entry)
6955 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
6956 (tailcall: p j@entry): New tests.
6957 * gdb.cp/koenig.cc (A::entry): New function.
6958 (main): Call it.
6959 * gdb.cp/koenig.exp (p entry (c)): New test.
6960
6961 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6962
6963 Display @entry parameter values (without references).
6964 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
6965 (different, validity, invalid): New functions.
6966 (main): Call them.
6967 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
6968 stacktest, breakhere_stacktest, different, breakhere_different,
6969 breakhere_validity and breakhere_invalid.
6970 (entry: bt): Update for @entry.
6971 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
6972 (entry_validity: *, entry_invalid: *): Many new tests.
6973 * gdb.base/break.exp
6974 (run until breakpoint set at small function, optimized file): Accept
6975 also the @entry suffix.
6976 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
6977 * gdb.mi/mi2-amd64-entry-value.c: New files.
6978 * gdb.mi/mi2-amd64-entry-value.exp: New files.
6979
6980 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6981
6982 Protect entry values against self tail calls.
6983 * gdb.arch/amd64-entry-value.cc (self2, self): New.
6984 (main): Call self.
6985 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
6986 (set debug entry-values 1, self: bt debug entry-values): New tests.
6987
6988 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6989
6990 Recognize virtual tail call frames.
6991 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
6992 (amb_b, amb_a): New.
6993 (main): Call a and b.
6994 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
6995 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
6996 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
6997 New tests.
6998
6999 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7000
7001 Implement basic support for DW_TAG_GNU_call_site.
7002 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
7003 * gdb.arch/amd64-entry-value.cc: New file.
7004 * gdb.arch/amd64-entry-value.exp: New file.
7005
7006 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7007
7008 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
7009 * gdb.dwarf2/implptr-64bit.S: New file.
7010 * gdb.dwarf2/implptr-64bit.exp: New file.
7011
7012 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7013
7014 Fix initial language detection with -readnow.
7015 * gdb.cp/readnow-language.cc: New file.
7016 * gdb.cp/readnow-language.exp: New file.
7017
7018 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7019
7020 Fix printed anonymous struct name.
7021 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
7022
7023 2011-10-09 Joseph Myers <joseph@codesourcery.com>
7024
7025 * gdb.base/solib-symbol.exp: Do not include directories in
7026 filenames in expected messages.
7027
7028 2011-10-07 Doug Evans <dje@google.com>
7029
7030 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
7031
7032 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
7033
7034 Allow Python notification of new object-file loadings.
7035 * gdb.python/py-events.exp: Test newobjfile event.
7036 * gdb.python/py-events.py: Register newobjfile callback.
7037 * gdb.python/py-events.c: Add call to shared library
7038 * gdb.python/py-events-shlib.c: New file.
7039
7040 2011-10-06 Joseph Myers <joseph@codesourcery.com>
7041
7042 * gdb.base/fixsection.exp: Do not include directories in filename
7043 in expected message.
7044
7045 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7046
7047 Add tests for passing of environment variables to inferior.
7048 * gdb.base/testenv.c: New test source.
7049 * gdb.base/testenv.exp: New expect test.
7050
7051 2011-10-04 Paul Koning <paul_koning@dell.com>
7052
7053 * gdb.python/py-value.c (main): Break before return.
7054
7055 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
7056
7057 PR python/12691: Add the inferior to Python exited event
7058 * gdb.python/py-events.exp: Test the inferior attribute of exited
7059 event with a fork.
7060 * gdb.python/py-events.py: Print inferior number on exit.
7061 * gdb.python/py-events.c: Fork the inferior.
7062
7063 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
7064
7065 * gdb.base/jit.exp: Add testcase name to log message
7066
7067 2011-10-03 Paul Koning <paul_koning@dell.com>
7068 Jan Kratochvil <jan.kratochvil@redhat.com>
7069
7070 * gdb.python/py-value.exp
7071 (python inval = gdb.parse_and_eval('*(int*)0'))
7072 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
7073 (set argc=2, python print argc_lazy): New tests.
7074
7075 2011-10-02 Joel Brobecker <brobecker@adacore.com>
7076
7077 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
7078
7079 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7080 Pedro Alves <pedro@codesourcery.com>
7081
7082 * gdb.python/py-value.exp (test_value_in_inferior): New variable
7083 can_read_0, test for it.
7084 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
7085 (parse_and_eval with memory error): ... here, make it untested if
7086 can_read_0.
7087
7088 2011-09-30 Marek Polacek <mpolacek@redhat.com>
7089
7090 * gdb.python/python.exp (verify pagination beforehand)
7091 (verify pagination afterwards): Fix race by splitting the line.
7092
7093 2011-09-29 Joseph Myers <joseph@codesourcery.com>
7094
7095 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
7096 for 64-bit multilibs from i?86-* targets.
7097
7098 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7099
7100 * lib/gdb.exp: Fix a typo in one of the comments.
7101
7102 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7103
7104 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
7105 matching pattern.
7106
7107 2011-09-28 Paul Koning <paul_koning@dell.com>
7108
7109 * gdb.python/py-type.c (enum E): New.
7110 * gdb.python/py-type.exp (test_fields): Add tests for Python
7111 mapping access to fields.
7112 (test_enums): New test for field access on enums.
7113
7114 2011-09-27 Stan Shebs <stan@codesourcery.com>
7115
7116 * gdb.trace/collection.exp: Test collection of $_ret.
7117
7118 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
7119
7120 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
7121 list of compilation switches for <*-*-freebsd*>.
7122
7123 2011-09-19 Stan Shebs <stan@codesourcery.com>
7124
7125 * gdb.trace/tspeed.exp: New file.
7126 * gdb.trace/tspeed.c: New file.
7127
7128 2011-09-18 Yao Qi <yao@codesourcery.com>
7129
7130 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
7131 instructions.
7132 (test_adr_32bit, test_pop_pc): Likewise.
7133 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
7134 Thumb instructions.
7135 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
7136 in gdb_test_multiple.
7137 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
7138
7139 2011-09-17 Yao Qi <yao@codesourcery.com>
7140
7141 * lib/gdb.exp (can_single_step_to_signal_handler): New.
7142 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
7143 support single step to signal handler.
7144
7145 2011-09-17 Yao Qi <yao@codesourcery.com>
7146
7147 * gdb.base/disp-step-fork.c: New.
7148 * gdb.base/disp-step-syscall.exp: New.
7149 * gdb.base/disp-step-vfork.c: New.
7150
7151 2011-09-16 Joel Brobecker <brobecker@adacore.com>
7152
7153 * gdb.ada/tasks.exp: Make the expected output for
7154 the `info tasks' tests more resilient to spacing
7155 changes.
7156
7157 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7158
7159 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
7160 (reached breakpoint 2, reached breakpoint 3): Update expected output.
7161
7162 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
7163
7164 PR Python/12692 Add gdb.selected_inferior() to Python interface.
7165 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
7166
7167 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
7168
7169 Handle multiple breakpoint hits in Python interface:
7170 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
7171 presence.
7172 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
7173 breakpoint hits.
7174
7175 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7176 Jan Kratochvil <jan.kratochvil@redhat.com>
7177
7178 * gdb.python/py-events.exp: Remove pretty printing comment.
7179 * gdb.python/py-evsignal.exp: New file.
7180 * gdb.python/py-evthreads.c: Include signal.h.
7181 (thread3): Remove variable count3. Remove variable bad and use raise
7182 instead.
7183 (thread2): Remove variable count2. Move thread3 pthread_create here,
7184 merge pthread_join to a single line.
7185 (main): Remove variable count1. Merge pthread_join with pthread_create
7186 to a single line.
7187 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
7188 KFAIL python/12966 for gdbserver. Test return value of
7189 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
7190 gdb_expect by gdb_test and gdb_test_multiple.
7191 (thread 2, thread 3): New tests.
7192
7193 2011-09-12 Matt Rice <ratmice@gmail.com>
7194 Pedro Alves <pedro@codesourcery.com>
7195
7196 PR gdb/13175
7197
7198 * gdb.base/interp.exp: New tests.
7199 * gdb.base/interp.c: New file.
7200
7201 2011-09-12 Doug Evans <dje@google.com>
7202
7203 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
7204 * gdb.dwarf2/typeddwarf.exp: Ditto.
7205
7206 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7207
7208 Fix compatibility with x32 arch.
7209 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
7210 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
7211 is_x86_like_target.
7212 * testsuite/gdb.trace/collection.exp: Likewise.
7213 * testsuite/gdb.trace/report.exp: Likewise.
7214 * testsuite/gdb.trace/unavailable.exp: Likewise.
7215 * testsuite/gdb.trace/while-dyn.exp: Likewise.
7216 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
7217 (is_x86_like_target): Check also is_amd64_regs_target.
7218
7219 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7220
7221 PR breakpoints/12435
7222 * gdb.arch/amd64-prologue-xmm.c: New file.
7223 * gdb.arch/amd64-prologue-xmm.exp: New file.
7224 * gdb.arch/amd64-prologue-xmm.s: New file.
7225
7226 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7227
7228 * gdb.dwarf2/dw2-param-error-main.c: New file.
7229 * gdb.dwarf2/dw2-param-error.S: New file.
7230 * gdb.dwarf2/dw2-param-error.exp: New file.
7231
7232 2011-09-08 Pedro Alves <pedro@codesourcery.com>
7233
7234 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
7235 inferior's pid and look for a core dump named core.$pid. Use
7236 `remote_file' commands on the host instead of hand coding shell
7237 commands on the build.
7238 * gdb.base/valgrind-db-attach.exp: Kill the program before
7239 finishing the test.
7240
7241 2011-09-02 Matt Rice <ratmice@gmail.com>
7242
7243 * lib/prompt.exp: New file for testing the first prompt.
7244 * gdb.python/py-prompt.exp: Ditto.
7245 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
7246
7247 2011-09-02 Pedro Alves <pedro@codesourcery.com>
7248
7249 * gdb.threads/gcore-thread.exp: Set the global core_supported to
7250 0, before testing gcore.
7251
7252 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7253
7254 * dw2-ifort-parameter-debug.S: Update copyright year.
7255 * dw2-ifort-parameter.c: Update copyright year.
7256 * dw2-ifort-parameter.exp: Update copyright year.
7257
7258 * dw2-ifort-parameter-debug.S: New file.
7259 * dw2-ifort-parameter.c: New file.
7260 * dw2-ifort-parameter.exp: New file.
7261
7262 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7263
7264 * gdb.base/commands.exp (error_clears_commands_left): New function.
7265 (): Call it.
7266
7267 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7268
7269 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
7270 (C): Initialize `a'.
7271 * gdb.mi/mi-inheritance-syntax-error.exp
7272 (-data-evaluate-expression $path): Expect `a' as 5.
7273
7274 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
7275
7276 PR mi/11912
7277 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
7278 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
7279 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
7280 keyword in output of -var-info-path-expression.
7281
7282 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7283
7284 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
7285 * gdb.trace/collection.exp: Likewise.
7286 * gdb.trace/report.exp: Likewise.
7287 * gdb.trace/unavailable.exp: Likewise.
7288 * gdb.trace/while-dyn.exp: Likewise.
7289
7290 2011-08-18 Keith Seitz <keiths@redhat.com>
7291
7292 PR c++/12266
7293 * gdb.cp/meth-typedefs.cc: New file.
7294 * gdb.cp/meth-typedefs.exp: New file.
7295
7296 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
7297
7298 * gdb.python/python.exp: Add extended-prompt tests.
7299
7300 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7301
7302 * gdb.arch/i386-dr3-watch.exp
7303 (watchpoint on gap1 does not fit debug registers)
7304 (delete all watchpoints): Fix racy expect strings.
7305
7306 2011-08-14 Yao Qi <yao@codesourcery.com>
7307
7308 * gdb.base/maint.exp: set data_section to ".neardata".
7309 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
7310 * gdb.base/savedregs.exp: Handle SIGILL.
7311 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
7312 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
7313
7314 2011-08-12 Doug Evans <dje@google.com>
7315
7316 * gdb.python/py-symbol.exp: Add test for symbol.type.
7317
7318 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
7319
7320 * gdb.threads/pthreads.exp: Enable on non-native configurations.
7321 * gdb.mi/mi-pthreads.exp: Likewise.
7322 * gdb.mi/mi2-pthreads.exp: Likewise.
7323 * gdb.mi/gdb669.exp.exp: Likewise.
7324
7325 2011-08-09 Pedro Alves <pedro@codesourcery.com>
7326
7327 * lib/mi-support.exp (detect_async): Rename to...
7328 (mi_detect_async): ... this.
7329 * gdb.mi/mi-nonstop-exit.exp: Adjust.
7330 * gdb.mi/mi-nonstop.exp: Adjust.
7331 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
7332 * gdb.mi/mi-nsintrall.exp: Adjust.
7333 * gdb.mi/mi-nsmoribund.exp: Adjust.
7334 * gdb.mi/mi-nsthrexec.exp: Adjust.
7335
7336 2011-08-09 Pedro Alves <pedro@codesourcery.com>
7337
7338 * gdb.base/display.c (do_loops): New `p_i' local.
7339 * gdb.base/display.exp: Test displaying a variable that is
7340 temporarily at a bad address.
7341
7342 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7343
7344 * gdb.dwarf2/dw2-op-stack-value.S: New file.
7345 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
7346
7347 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7348
7349 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
7350 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
7351 (p fuNC_symtab): Permit also ppc64 leading dot.
7352
7353 2011-08-05 Pedro Alves <pedro@codesourcery.com>
7354
7355 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
7356 procedure.
7357 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
7358
7359 2011-08-05 Yao Qi <yao@codesourcery.com>
7360
7361 * gdb.base/callfuncs.exp: Set language after main.
7362 * gdb.cp/cplusfuncs.exp: Likewise.
7363 * gdb.cp/inherit.exp: Likewise.
7364
7365 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7366
7367 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
7368 * gdb.base/watch-vfork.exp: Skip on remote targets.
7369
7370 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7371
7372 * gdb.threads/thread-find.exp: Support remote targets.
7373
7374 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7375
7376 * gdb.base/jit.exp: Download solib_binfile to target.
7377 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
7378 and call dlopen without full path name.
7379 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
7380 dlopen without full path name.
7381
7382 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7383
7384 * gdb.base/break-always.exp: Complete the test
7385 with duplicated breakpoints and enabling/disabling them.
7386
7387 2011-08-02 Tom Tromey <tromey@redhat.com>
7388
7389 PR gdb/11289:
7390 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
7391
7392 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
7393
7394 PR gdb/13045
7395 * gdb.base/float.exp: Add new test case for PR gdb/13045
7396 * gdb.base/float.c: New file.
7397
7398 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
7399
7400 * gdb.python/py-mi.exp: Test printers returning string hint, and
7401 also not returning a value.
7402 * gdb.python/py-prettyprint.c: Add testcase for above.
7403 * gdb.python/py-prettyprint.py: Add test printer for above.
7404
7405 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7406
7407 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
7408 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
7409 (.Ldie30) Add as field "data4".
7410 (.Ldie32) Rename field "b" to "shl".
7411 (abbrev4) Change for the "data4" field.
7412 (abbrev5, abbrev6) Remove.
7413 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
7414 (p &s.shl): ... here. Add comment.
7415 (p &s.data4): New.
7416
7417 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7418
7419 Fix crash on lval_computed values.
7420 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
7421
7422 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7423
7424 * gdb.base/help.exp (help whatis): Update the expected string.
7425
7426 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
7429 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
7430 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7431 Change the expected string.
7432
7433 2011-07-26 Pedro Alves <pedro@codesourcery.com>
7434
7435 * gdb.base/watchpoint.exp
7436 (test_disable_enable_software_watchpoint): New procedure.
7437 (top level): Run it.
7438
7439 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
7440
7441 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
7442 executable file "${binfile}", C++ version "${binfile}-cxx".
7443 * gdb.python/py-prettyprint.exp: Likewise.
7444 * gdb.python/py-symbol.exp: Likewise.
7445 * gdb.python/py-type.exp: Likewise.
7446 * gdb.python/py-value.exp: Likewise.
7447 * gdb.python/py-template.exp (test_template_arg): Pass full executable
7448 file name instead of just suffix.
7449
7450 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7451
7452 Fix implicit pointer offsets.
7453 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
7454 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
7455 (continue to breakpoint: continue to baz breakpoint for implptr)
7456 (sanity check element 0, sanity check element 1)
7457 (enter the inlined function, check element 0 for the offset)
7458 (check element 1 for the offset)
7459 (continue to breakpoint: ignore the second baz breakpoint): New tests.
7460 (set foo breakpoint for implptr): Update the breakpoint number.
7461
7462 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7463
7464 * gdb.python/py-mi.exp: Use different file names for different
7465 versions of the executable under test.
7466 * gdb.python/py-prettyprint.exp: Likewise.
7467 * gdb.python/py-symbol.exp: Likewise.
7468 * gdb.python/py-template.exp: Likewise.
7469 * gdb.python/py-type.exp: Likewise.
7470 * gdb.python/py-value.exp: Likewise.
7471
7472 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7473
7474 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
7475 flag after restarting GDB if necessary.
7476
7477 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7478
7479 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
7480
7481 2011-07-22 Pedro Alves <pedro@codesourcery.com>
7482
7483 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
7484 backend doesn't leave used debug registers behind.
7485
7486 2011-07-22 Tom Tromey <tromey@redhat.com>
7487
7488 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
7489 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
7490 argument.
7491 * gdb.dwarf2/typeddwarf-amd64.S: New file.
7492
7493 2011-07-21 Matt Rice <ratmice@gmail.com>
7494
7495 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
7496 in mostlyclean rule. Add files ending in .core.
7497
7498 2011-07-21 Matt Rice <ratmice@gmail.com>
7499
7500 PR macros/12999
7501 * gdb.base/info-macros.c: New test sources.
7502 * gdb.base/info-macros.exp: New tests.
7503
7504 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
7505
7506 * gdb.python/python.exp: Add prompt substitution tests.
7507
7508 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7509
7510 Fix crash if referenced CU is aged out.
7511 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
7512 New.
7513 * gdb.dwarf2/implptr.exp: Likewise.
7514
7515 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7516
7517 * gdb.dwarf2/implptr.S: Rebuilt.
7518 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
7519 (bar): Use them for j, k, l.
7520 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
7521 COMPILE.
7522 (print j in implptr:bar): Update for the intp typedef.
7523 (print p[0].x in implptr:foo): Use more exact regex.
7524
7525 2011-07-18 Tom Tromey <tromey@redhat.com>
7526
7527 * gdb.cp/static-method.exp: Add missing single quote.
7528
7529 2011-07-18 Yao Qi <yao@codesourcery.com>
7530
7531 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
7532 supported.
7533 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7534 * gdb.mi/mi-nonstop.exp: Likewise.
7535 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7536 * gdb.mi/mi-nsintrall.exp: Likewise.
7537 * gdb.mi/mi-nsmoribund.exp: Likewise.
7538 * gdb.mi/mi-nsthrexec.exp: Likewise.
7539 * gdb.python/py-evthreads.exp: Likewise.
7540
7541 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7542
7543 Code cleanup.
7544 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
7545 it. Substitute it instead of test_compiler_info everywhere.
7546
7547 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7548
7549 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
7550 remote targets as well.
7551
7552 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7553
7554 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
7555 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
7556
7557 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7558
7559 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
7560 a remote machine, not the host.
7561 (gdb_compile_shlib): Set soname if target is remote.
7562
7563 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7564
7565 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
7566
7567 2011-07-13 Matt Rice <ratmice@gmail.com>
7568
7569 * gdb.python/py-objfile-script-gdb.py: Renamed to
7570 py-objfile-script-gdb.py.in.
7571 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
7572 py-objfile-script-gdb.py.
7573 * gdb.python/py-objfile-script.exp: Update reference to
7574 py-objfile-script-gdb.py.
7575
7576 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7577
7578 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
7579 reference undefined label.
7580
7581 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7582
7583 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
7584 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
7585 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
7586 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
7587
7588 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
7589
7590 PR python/12438
7591 * gdb.python/python.exp: Add maint set/show python print-stack
7592 deprecated tests. Add set/show python print-backtrace tests.
7593
7594 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7595
7596 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
7597 debug info.
7598
7599 2011-07-06 Matt Rice <ratmice@gmail.com>
7600
7601 * gdb.python/python.exp: Update filename paths.
7602 * gdb.python/py-symtab.exp: Ditto.
7603
7604 2011-07-06 Marek Polacek <mpolacek@redhat.com>
7605
7606 * gdb.python/py-evthreads.exp: Add missing `$'.
7607
7608 2011-07-06 Jie Zhang <jie.zhang@analog.com>
7609
7610 * config/bfin.exp: New file.
7611 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
7612 * gdb.asm/bfin.inc: New file.
7613
7614 2011-07-06 Marek Polacek <mpolacek@redhat.com>
7615
7616 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
7617 the whole output.
7618
7619 2011-07-05 Tom Tromey <tromey@redhat.com>
7620
7621 * gdb.java/jprint.java (jprint.hi): New field.
7622 * gdb.java/jprint.exp: Print string.
7623
7624 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
7625
7626 * gdb.base/call-sc.c: Fix typos.
7627 * gdb.base/ifelse.exp: Likewise.
7628 * gdb.base/structs.c: Likewise.
7629
7630 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7631
7632 * gdb.base/jit-so.exp: New test.
7633 * gdb.base/jit-dlmain.c: New file.
7634 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
7635
7636 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7637
7638 * gdb.cp/m-static.exp: Call get_compiler_info.
7639 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
7640 * gdb.cp/pr9167.exp (p b): Likewise.
7641 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
7642 (test value of P in inner_m, test type of Z in inner_m): Call
7643 setup_xfail for gcc <= 4.5.
7644
7645 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7646
7647 * gdb.cp/paren-type.cc: New files.
7648 * gdb.cp/paren-type.exp: New files.
7649
7650 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7651
7652 Stop on first linespec terminator instead of eating what we can.
7653 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
7654 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
7655 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
7656 (break C::f()): ... this one.
7657 (break C::operator()()): New test.
7658 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
7659 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
7660 test.
7661
7662 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7663
7664 Fall back linespec to minimal symbols.
7665 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
7666 error message.
7667 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
7668 * gdb.cp/minsym-fallback-main.cc: New file.
7669 * gdb.cp/minsym-fallback.cc: New file.
7670 * gdb.cp/minsym-fallback.exp: New file.
7671 * gdb.cp/minsym-fallback.h: New file.
7672
7673 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7674
7675 * gdb.cp/no-dmgl-verbose.cc: New file.
7676 * gdb.cp/no-dmgl-verbose.exp: New file.
7677
7678 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7679
7680 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
7681 __GI_.
7682 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
7683 (f): New function.
7684 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
7685 (complete p 'func<short>(): ... here.
7686 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
7687 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
7688 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
7689 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
7690 Make them KFAIL gcc/49546.
7691
7692 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7693
7694 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
7695
7696 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7697
7698 Test GCC PR debug/49546.
7699 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
7700 (test type of F in k3_m, test value of F in k3_m): New.
7701 * gdb.cp/temargs.cc (struct S3, struct K3): New.
7702 (main): New variable k3. Call k3.k3_m.
7703
7704 2011-07-01 Jean-Charles Delay <delay@adacore.com>
7705
7706 * gdb.ada/packed_array.exp: Fix expected outout.
7707
7708 2011-07-01 Jean-Charles Delay <delay@adacore.com>
7709
7710 * gdb.ada/packed_array.exp: fixed expected output.
7711
7712 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7713
7714 * gdb.ada/same_enum: New testcase.
7715
7716 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7717
7718 * gdb.ada/ptr_typedef: New testcase.
7719
7720 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7721
7722 * gdb.ada/arrayptr.exp: Add ptype test.
7723
7724 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7725
7726 * gdb.ada/char_enum: New testcase.
7727
7728 2011-07-01 Yao Qi <yao@codesourcery.com>
7729
7730 * gdb.base/dump.exp (capture_pointer_with_type): New.
7731 Get value from address instead of name.
7732 Start GDB once, and do `dump' and `restore'
7733 tests together.
7734
7735 2011-06-30 Jie Zhang <jie.zhang@analog.com>
7736 Mike Frysinger <vapier@gentoo.org>
7737
7738 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
7739 helper functions for getting/setting remotetimeout variable.
7740 * lib/gdb.exp (gdb_load): If the target is remote, set
7741 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
7742 with $loadtimeout. Set $load_ok to 0 before doing the load.
7743 Instead of returning, immediately, set $load_ok to 0. Call
7744 set_remotetimeout with $oldremotetimeout, and then return if
7745 $load_ok is 1.
7746
7747 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
7748
7749 * gdb.python/py-template.exp: Don't run this test if the target
7750 does not support c++ tests.
7751
7752 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7753
7754 Fix non-only rename list for Fortran modules import.
7755 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
7756 tests.
7757 * gdb.fortran/module.f90 (module moduse): New.
7758 (program module): use moduse, test var_x, var_y and var_z.
7759
7760 2011-06-29 Tom Tromey <tromey@redhat.com>
7761
7762 PR testsuite/12040:
7763 * gdb.fortran/array-element.exp: Use f90, not f77.
7764 * gdb.fortran/complex.exp: Use f90, not f77.
7765 * gdb.fortran/derived-type.exp: Use f90, not f77.
7766 * gdb.fortran/library-module.exp: Use f90, not f77.
7767 * gdb.fortran/logical.exp: Use f90, not f77.
7768 * gdb.fortran/module.exp: Use f90, not f77.
7769 * gdb.fortran/multi-dim.exp: Use f90, not f77.
7770 * gdb.fortran/subarray.exp: Use f90, not f77.
7771
7772 2011-06-29 Tom Tromey <tromey@redhat.com>
7773
7774 * gdb.fortran/charset.exp: New file.
7775 * gdb.fortran/charset.f90: New file.
7776
7777 2011-06-29 Tom Tromey <tromey@redhat.com>
7778
7779 PR testsuite/12040:
7780 * lib/future.exp: New file, mostly extracted from ada.exp.
7781 Rewrote compatibility code to use rename.
7782 (gdb_find_gfortran): New proc.
7783 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
7784 gfortran patch.
7785 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
7786 Move to future.exp.
7787 * lib/gdb.exp: Always load future.exp.
7788
7789 2011-06-28 Yao Qi <yao@codesourcery.com>
7790
7791 * gdb.cp/exception.cc: Don't include iostream.
7792 (bar): Remove print statement.
7793 (catcher): New.
7794 (main): Remove print statements. Call function catcher.
7795 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
7796 Set breakpoint on catcher, and check the value of parameter.
7797
7798 2011-06-23 Yao Qi <yao@codesourcery.com>
7799
7800 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
7801 breakpoint 1.2 is disabled. KFAIL for uclinux.
7802
7803 2011-06-23 Marek Polacek <mpolacek@redhat.com>
7804
7805 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
7806 mi_gdb_test.
7807
7808 2011-06-23 Marek Polacek <mpolacek@redhat.com>
7809
7810 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
7811
7812 2011-06-23 Marek Polacek <mpolacek@redhat.com>
7813
7814 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
7815
7816 2011-06-23 Marek Polacek <mpolacek@redhat.com>
7817
7818 * gdb.mi/mi2-basics.exp: Fix races. Honour the
7819 `test_exec_and_symbol_mi_operatons' return value.
7820 (test_mi_interpreter_selection): Use mi_gdb_test instead of
7821 gdb_test_multiple.
7822 (test_exec_and_symbol_mi_operatons): Likewise.
7823 (test_path_specification): Likewise.
7824
7825 2011-06-23 Yao Qi <yao@codesourcery.com>
7826
7827 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
7828 supported.
7829 * lib/gdb.exp (support_displaced_stepping): New.
7830
7831 2011-06-23 Yao Qi <yao@codesourcery.com>
7832
7833 * gdb.threads/execl.exp: Skip on remote target.
7834
7835 2011-06-21 Marek Polacek <mpolacek@redhat.com>
7836
7837 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
7838 mi_gdb_test.
7839
7840 2011-06-20 Marek Polacek <mpolacek@redhat.com>
7841
7842 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
7843
7844 2011-06-20 Marek Polacek <mpolacek@redhat.com>
7845
7846 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
7847 mi_gdb_test.
7848
7849 2011-06-20 Marek Polacek <mpolacek@redhat.com>
7850
7851 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
7852
7853 2011-06-14 Yao Qi <yao@codesourcery.com>
7854
7855 gdb/testsuite/
7856 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
7857
7858 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7859
7860 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
7861
7862 2011-06-10 Tom Tromey <tromey@redhat.com>
7863
7864 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
7865 Add tests for pointer-to-member-function.
7866 * gdb.cp/temargs.cc (S::somefunc): New function.
7867 (K2): New class.
7868 (main): Instantiate K2; call method.
7869
7870 2011-06-08 Joel Brobecker <brobecker@adacore.com>
7871
7872 * gdb.python/py-inferior.c (f2): Make str an array rather
7873 than a pointer.
7874 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
7875
7876 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7877
7878 * gdb.base/async-shell.c: New file.
7879 * gdb.base/async-shell.exp: New file.
7880
7881 2011-06-06 Pedro Alves <pedro@codesourcery.com>
7882
7883 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
7884
7885 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
7886
7887 From Stephen Kitt <steve@sk2.org>
7888 * gdb.base/help.exp: Adjust following some spelling corrections
7889 in GDB.
7890
7891 2011-06-01 Yao Qi <yao@codesourcery.com>
7892
7893 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
7894
7895 2010-05-31 Keith Seitz <keiths@redhat.com>
7896
7897 PR c++/12750
7898 * gdb.cp/static-method.cc: New file.
7899 * gdb.cp/static-method.exp: New file.
7900
7901 2010-05-31 Keith Seitz <keiths@redhat.com>
7902
7903 PR symtab/12704
7904 * gdb.cp/anon-ns.cc: New file.
7905 * gdb.cp/anon-ns.exp: New file.
7906
7907 2011-05-31 Pedro Alves <pedro@codesourcery.com>
7908
7909 * gdb.arch/i386-dr3-watch.c: New file.
7910 * gdb.arch/i386-dr3-watch.exp: New file.
7911
7912 2011-05-30 Yao Qi <yao@codesourcery.com>
7913
7914 * gdb.base/callfuncs.c (t_structs_fc): New.
7915 (t_structs_dc, t_structs_ldc): New.
7916 (t_double_many_args):
7917 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
7918 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
7919 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
7920 * gdb.base/callfuncs.exp: Call new functions.
7921
7922 2011-05-30 Yao Qi <yao@codesourcery.com>
7923
7924 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
7925 Call rerun_and_prepare for each test to isolate effects.
7926
7927 2011-05-30 Yao Qi <yao@codesourcery.com>
7928
7929 * gdb.base/varargs.c (find_max_float_real): New.
7930 (find_max_double_real, find_max_long_double_real): New.
7931 * gdb.base/varargs.exp: Call these new added functions.
7932 * lib/gdb.exp (setup_kfail_for_target): New.
7933
7934 2011-05-30 Yao Qi <yao@codesourcery.com>
7935
7936 * gdb.base/funcargs.c (callca, callcb, callcc): New.
7937 (callcd, callce, callcf, callc1a, callc1b): New.
7938 (callc2a, callc2b): New.
7939 * gdb.base/funcargs.exp (complex_args): New.
7940 (complex_integral_args, complex_float_integral_args): New.
7941 * lib/gdb.exp (support_complex_tests): New. Determine
7942 whether to run test cases on _Complex types.
7943
7944 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7945
7946 * gdb.threads/leader-exit.c: New file.
7947 * gdb.threads/leader-exit.exp: New file.
7948
7949 2011-05-27 Marek Polacek <mpolacek@redhat.com>
7950
7951 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
7952
7953 2011-05-27 Marek Polacek <mpolacek@redhat.com>
7954
7955 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
7956 remove the `supported' variable.
7957 * gdb.mi/mi-nonstop.exp: Likewise.
7958 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7959 * gdb.mi/mi-nsintrall.exp: Likewise.
7960 * gdb.mi/mi-nsmoribund.exp: Likewise.
7961 * gdb.mi/mi-nsthrexec.exp: Likewise.
7962
7963 2011-05-26 Pedro Alves <pedro@codesourcery.com>
7964
7965 * gdb.reverse/finish-reverse-bkpt.exp: New test.
7966
7967 2011-05-26 Pedro Alves <pedro@codesourcery.com>
7968
7969 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
7970
7971 2011-05-24 Keith Seitz <keiths@redhat.com>
7972
7973 PR breakpoint/12803
7974 * gdb.cp/cmpd-minsyms.cc (a): New method.
7975 (b): New method.
7976 (c): New method.
7977 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
7978
7979 2011-05-24 Pedro Alves <pedro@codesourcery.com>
7980
7981 * gdb.base/commands.exp (watchpoint_command_test): Check that the
7982 watchpoint's command list didn't execute when the watchpoint went
7983 out of scope.
7984
7985 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
7986
7987 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
7988 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
7989 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
7990 * gdb.arch/i386-gnu-cfi.exp: Likewise.
7991 * gdb.arch/i386-permbkpt.exp: Likewise.
7992 * gdb.arch/i386-prologue.exp: Likewise.
7993 * gdb.arch/i386-size-overlap.exp: Likewise.
7994 * gdb.arch/i386-size.exp: Likewise.
7995 * gdb.arch/i386-unwind.exp: Likewise.
7996 * gdb.reverse/i386-precsave.exp: Likewise.
7997 * gdb.reverse/i386-reverse.exp: Likewise.
7998 * gdb.reverse/i386-sse-reverse.exp: Likewise.
7999 * gdb.reverse/i387-env-reverse.exp: Likewise.
8000 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8001
8002 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8003
8004 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
8005 file doesn't error, using MI.
8006
8007 2011-05-23 Tom Tromey <tromey@redhat.com>
8008
8009 * gdb.base/charset.exp (string_display): Add tests to assign to
8010 arrays.
8011 * gdb.base/charset.c (short_array, int_array, long_array): New.
8012
8013 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8014
8015 Cope with async mode.
8016
8017 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
8018 into gdb_test + mi_expect_stop.
8019
8020 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8021
8022 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
8023 (callme): Remove printf call.
8024
8025 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
8026
8027 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
8028 quote pattern to avoid problems with Cygwin/mingw expect versions.
8029 * gdb.base/default.exp (show convenience): Use double
8030 quote pattern for regular expressions.
8031
8032 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8033
8034 Fix -readnow for -gdwarf-4 unused type units.
8035 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
8036 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
8037
8038 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8039
8040 * gdb.base/kill-after-signal.c: New file.
8041 * gdb.base/kill-after-signal.exp: New file.
8042
8043 2011-05-16 Pedro Alves <pedro@codesourcery.com>
8044
8045 * gdb.ada/start.exp: Call untested with the correct test filename.
8046 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
8047 test filename. Make the test's binary unique.
8048 * gdb.arch/i386-signal.exp: Call untested with the correct test
8049 filename.
8050 * gdb.arch/i386-size-overlap.exp: Ditto.
8051 * gdb.arch/Makefile.in (EXECUTABLES): Update.
8052 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8053 * gdb.cp/call-c.exp: Ditto.
8054 * gdb.mi/mi-reverse.exp: Call untested with the correct test
8055 filename. Make the test's binary unique.
8056 * gdb.mi/Makefile.in (EXECUTABLES): Update.
8057 * gdb.python/py-mi.exp: Ditto.
8058 * gdb.python/Makefile.in (EXECUTABLES): Update.
8059 * gdb.reverse/i386-precsave.exp: Ditto.
8060 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
8061 test filename.
8062 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8063 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
8064 unique.
8065 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
8066 test filename.
8067 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
8068 * gdb.trace/tfile.exp: Ditto.
8069
8070 2011-05-14 Yao Qi <yao@codesourcery.com>
8071
8072 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
8073 type.
8074
8075 2011-05-13 Doug Evans <dje@google.com>
8076
8077 * gdb.python/py-objfile-script.exp: New file.
8078 * gdb.python/py-objfile-script.c: New file.
8079 * gdb.python/py-objfile-script-gdb.py: New file.
8080 * testsuite/gdb.python/py-section-script.exp: Test
8081 "info auto-load-scripts".
8082
8083 2011-05-13 Tom Tromey <tromey@redhat.com>
8084
8085 * gdb.dwarf2/clztest.exp: New file.
8086 * gdb.dwarf2/clztest.c: New file.
8087 * gdb.dwarf2/clztest.S: New file.
8088
8089 2011-05-13 Doug Evans <dje@google.com>
8090
8091 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
8092 String16 tests.
8093
8094 2011-05-13 Tom Tromey <tromey@redhat.com>
8095
8096 * lib/gdb.exp (is_x86_like_target): New proc.
8097 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
8098 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
8099 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
8100 -nostdlib to compiler.
8101 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
8102 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
8103 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
8104 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
8105 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
8106
8107 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8108
8109 * gdb.python/py-function.exp: Test setting a value from a function
8110 which executes a command.
8111
8112 2011-05-12 Tom Tromey <tromey@redhat.com>
8113
8114 * gdb.dwarf2/typeddwarf.S: New file.
8115 * gdb.dwarf2/typeddwarf.c: New file.
8116 * gdb.dwarf2/typeddwarf.exp: New file.
8117
8118 2011-05-12 Marek Polacek <mpolacek@redhat.com>
8119
8120 * gdb.mi/mi-basics.exp: Fix races. Honour the
8121 `test_exec_and_symbol_mi_operatons' return value.
8122 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8123 gdb_test_multiple.
8124 (test_exec_and_symbol_mi_operatons): Likewise.
8125 (test_path_specification): Likewise.
8126
8127 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8128
8129 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
8130 (gdb_touch_execfile): Remove catch wrappers. New variable time.
8131 Replace `file copy' and `file rename' by `file mtime'. Twice.
8132
8133 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8134
8135 * gdb.base/readline-ask.c: New file.
8136 * gdb.base/readline-ask.exp: New file.
8137 * gdb.base/readline-ask.inputrc: New file.
8138
8139 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
8140
8141 * gdb.cell/bt.exp: Delete breakpoints before running to signal
8142 to avoid race condition.
8143 * gdb.cell/coremaker.c: Use small stack size.
8144 * gdb.cell/ea-standalone.exp: Use file name without path as
8145 argument to c_to.
8146 * gdb.cell/fork.exp: Allow other output when continuing to end.
8147
8148 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8149
8150 * gdb.threads/corethreads.c: New file.
8151 * gdb.threads/corethreads.exp: New file.
8152
8153 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8154
8155 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
8156 Try to compile the test using -Wl,-z,norelro first.
8157 (load_core): New variable libthread_db_seen, initialize it.
8158 (zeroed-threads cannot be listed): Protect it by XFAIL on
8159 !$libthread_db_seen.
8160
8161 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8162
8163 PR 12573
8164 * gdb.dwarf2/dw2-skip-prologue.S: New file.
8165 * gdb.dwarf2/dw2-skip-prologue.c: New file.
8166 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
8167
8168 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8169
8170 * gdb.cp/psymtab-parameter.cc: New file.
8171 * gdb.cp/psymtab-parameter.exp: New file.
8172
8173 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8174
8175 Fix a race.
8176 * gdb.cp/static-print-quit.exp (print c): Split to ...
8177 (print c - <return>, print c - q <return>, print c - to quit):
8178 ... these. Make the testfile untested on gdb-7.1.
8179
8180 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
8181
8182 * lib/gdb.exp (exec_target_file, exec_symbol_file,
8183 gdb_rename_execfile, gdb_touch_execfile): New.
8184 * gdb.base/reread.exp: Use new procs to handle multiple
8185 exec files.
8186
8187 2011-05-05 Yao Qi <yao@codesourcery.com>
8188
8189 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
8190 (test_adr_32bit, test_pop_pc): New.
8191 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
8192 (test_adr_32bit, test_pop_pc): New.
8193
8194 2011-05-04 Joseph Myers <joseph@codesourcery.com>
8195
8196 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
8197 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
8198 targets.
8199 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
8200 handle targets.
8201
8202 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8203
8204 * gdb.base/completion.exp (complete help info wat): Rename to ...
8205 (complete 'help info wat'): ... here.
8206 Remove all `-re ".*' and `-re "^.*' redundant regexes.
8207 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
8208
8209 2011-05-04 Pedro Alves <pedro@codesourcery.com>
8210
8211 * gdb.base/completion.exp: Use gdb_test_multiple instead of
8212 gdb_test and explicit $gdb_prompt/timeout matches.
8213
8214 2011-05-04 Yao Qi <yao@codesourcery.com>
8215
8216 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
8217 and __thumb2__.
8218
8219 2011-05-03 Marek Polacek <mpolacek@redhat.com>
8220
8221 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
8222 in place of `gdb_test "delete breakpoints"'. This eliminates two
8223 testcases.
8224
8225 2011-05-02 Pedro Alves <pedro@codesourcery.com>
8226
8227 PR testsuite/12649
8228 Fix races.
8229
8230 * gdb.base/completion.exp: Remove all sleep calls. Remove
8231 unnecessary regexs. Don't explicitly expect anything after the
8232 prompt. Eat the prompt if necessary.
8233
8234 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
8235
8236 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
8237 accept to show the caller line again as well as the line after.
8238
8239 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
8240
8241 PR mi/12531
8242
8243 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
8244 compile target.
8245 * gdb.python/py-prettyprint.exp: Add C++ object for
8246 CPLUS_FAKE_CHILD test.
8247
8248 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
8249
8250 * gdb.base/signest.exp: New file.
8251 * gdb.base/signest.c: Likewise.
8252
8253 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8254
8255 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
8256 thread and breakpoint notifications.
8257
8258 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8259
8260 * gdb.base/fortran-sym-case.c: New file.
8261 * gdb.base/fortran-sym-case.exp: New file.
8262 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
8263 * gdb.dwarf2/dw2-case-insensitive.c: New file.
8264 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
8265
8266 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8267
8268 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
8269 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
8270 false #1', `if true else false #2' and `if true else false #3'.
8271
8272 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
8273
8274 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
8275 while delivering signal.
8276
8277 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
8278
8279 MI breakpoint notifications.
8280
8281 * testsuite/gdb.mi/mi-cli.exp: Adust.
8282 * testsuite/gdb.mi/mi2-cli.exp: Adust.
8283 * testsuite/gdb.mi/mi-watch.exp: Adust.
8284 * testsuite/gdb.mi/mi2-watch.exp: Adust.
8285 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
8286 notifications.
8287
8288 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8289
8290 * gdb.base/gdbindex-stabs-dwarf.c: New file.
8291 * gdb.base/gdbindex-stabs.c: New file.
8292 * gdb.base/gdbindex-stabs.exp: New file.
8293
8294 2011-04-25 Yao Qi <yao@codesourcery.com>
8295
8296 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
8297 with /*...*/.
8298 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
8299
8300 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8301
8302 * gdb.python/py-value.exp (test_objfiles): Name the first test
8303 `py-value in file.filename'.
8304
8305 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8306
8307 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
8308 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
8309 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
8310 !gdbserver_reconnect_p..
8311 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
8312
8313 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8314
8315 * gdb.cp/cpcompletion.exp (complete class methods)
8316 (complete class methods beginning with F): Move them above runto. New
8317 comment about the runto delimiter.
8318
8319 2011-04-20 Pedro Alves <pedro@codesourcery.com>
8320
8321 * gdb.base/maint.exp: Test that "maint print registers" works
8322 without a running program.
8323
8324 2011-04-20 Marek Polacek <mpolacek@redhat.com>
8325
8326 * gdb.base/setshow.exp: Fix racy tests.
8327 ($old_gdb_prompt): New variable.
8328
8329 2011-04-19 Tom Tromey <tromey@redhat.com>
8330
8331 * gdb.mi/mi-nsmoribund.exp:
8332 * gdb.hp/gdb.objdbg/objdbg01.exp:
8333 * gdb.base/structs.exp (test_struct_returns):
8334 * gdb.base/call-sc.exp (test_scalar_returns):
8335 * gdb.base/bigcore.exp: Remove duplicate words.
8336
8337 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8338
8339 * gdb.base/break-interp-lib.c (v, vptr): New variables.
8340 * gdb.base/break-interp.exp (test_attach): New comment.
8341
8342 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8343
8344 * gdb.threads/gcore-thread.exp ($core0file): New variable.
8345 (clear __stack_user.next, clear stack_used.next)
8346 (save a zeroed-threads corefile): New test.
8347 Call core_load for $core0file.
8348 (zeroed-threads cannot be listed): New test.
8349
8350 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8351
8352 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
8353 filename.
8354 ($srcfile): Preserve the original value.
8355 ($testfile): Match it the .exp filename.
8356 ($corefile): New variable. Substitute it around.
8357 Use clean_restart.
8358 ($prev_timeout): Remove.
8359 (load_core): Move core loading into this proc.
8360 Fix restore of $timeout if load_core fails.
8361
8362 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8363
8364 * gdb.base/eu-strip-infcall.c: New file.
8365 * gdb.base/eu-strip-infcall.exp: New file.
8366
8367 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8368
8369 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
8370 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
8371
8372 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8373
8374 Fix Python access to inlined frames.
8375 * gdb.python/py-frame-inline.c: New file.
8376 * gdb.python/py-frame-inline.exp: New file.
8377
8378 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
8379
8380 * gdb.base/gdb1090.exp: Change breakpoint location to read the
8381 content of 's24' correctly (avoiding "optimized out").
8382 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
8383
8384 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8385
8386 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
8387
8388 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8389
8390 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
8391 expect a colon in watch -location output.
8392
8393 2011-04-13 Marek Polacek <mpolacek@redhat.com>
8394
8395 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
8396 New testcase `expect response to define backtrace'. Also remove
8397 redundant `default' block.
8398
8399 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8400
8401 * gdb.python/py-prettyprint.c (struct hint_error): New.
8402 (main): New variable hint_error.
8403 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
8404 "print hint_error".
8405 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
8406 (register_pretty_printers): Register it.
8407
8408 2011-04-04 Tom Tromey <tromey@redhat.com>
8409
8410 * gdb.cp/maint.exp (test_help): Update.
8411 (test_namespace): Likewise.
8412
8413 2011-04-01 Joel Brobecker <brobecker@adacore.com>
8414
8415 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
8416 * gdb.ada/arrayptr.exp: Add new tests.
8417
8418 2011-04-01 Joel Brobecker <brobecker@adacore.com>
8419
8420 * gdb.ada/mi_catch_ex: New testcase.
8421
8422 2011-04-01 Pedro Alves <pedro@codesourcery.com>
8423
8424 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
8425 base::overload(void) method without specifying "const".
8426
8427 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
8428
8429 * gdb.arch/thumb-singlestep.S: New file.
8430 * gdb.arch/thumb-singlestep.exp: Likewise.
8431
8432 2011-03-31 Tom Tromey <tromey@redhat.com>
8433
8434 * gdb.python/py-prettyprint.py (exception_flag): New global.
8435 (NoStringContainerPrinter._iterator.next): Check it.
8436 * gdb.python/py-prettyprint.c (main): New variable nstype2.
8437 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
8438
8439 2011-03-29 Tom Tromey <tromey@redhat.com>
8440
8441 * gdb.cp/anon-struct.cc: New file.
8442 * gdb.cp/anon-struct.exp: New file.
8443
8444 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8445
8446 Test STT_GNU_IFUNC support.
8447 * gdb.base/gnu-ifunc-lib.c: New file.
8448 * gdb.base/gnu-ifunc.c: New file.
8449 * gdb.base/gnu-ifunc.exp: New file.
8450
8451 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8452
8453 Support a ring of related breakpoints.
8454 * gdb.base/watchpoint-delete.c: New file.
8455 * gdb.base/watchpoint-delete.exp: New file.
8456
8457 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8458
8459 * gdb.ada/arrayparam.exp (print first after function call): Use
8460 explicit package name. Add a comment
8461 (print lasta after function call): Rename ...
8462 (print last after function call): ... it and use explicit package
8463 name.
8464 (print length after function call): Use explicit package name.
8465 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
8466 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
8467 (multiple matches for symbol i): Rename ...
8468 (multiple matches for symbol integervar): ... it.
8469 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
8470 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
8471
8472 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
8473
8474 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
8475 environment variable to make grep output more predictable. Move
8476 all the environment setup into gdb_init so it's done once per test
8477 case rather than each time we start gdb.
8478
8479 2011-03-24 Tom Tromey <tromey@redhat.com>
8480
8481 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
8482 test.
8483
8484 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8485
8486 * gdb.dwarf2/dw2-entry-value-main.c: New file.
8487 * gdb.dwarf2/dw2-entry-value.S: New file.
8488 * gdb.dwarf2/dw2-entry-value.exp: New file.
8489
8490 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
8491
8492 PR python/12183
8493
8494 * gdb.python/py-function.exp: Add GdbError tests.
8495
8496 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8497
8498 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
8499 (reglocal_test_func, statlocal_test_func): New functions.
8500 (globals_test_func): Call new functions.
8501 * gdb.trace/unavailable.exp (gdb_collect_args_test)
8502 (gdb_collect_locals_test): New procedure.
8503 (gdb_trace_collection_test): Call new procedures.
8504
8505 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8506
8507 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
8508 (test_register, test_register_unavailable): New procedures.
8509 (gdb_unavailable_registers_test): New procedure.
8510 (gdb_trace_collection_test): Call it.
8511
8512 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
8513
8514 PR python/12149
8515
8516 * gdb.python/python.exp: Add gdb.write tests.
8517
8518 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
8519
8520 * gdb.python/Makefile.in: Add py-objfile.
8521 * gdb.python/py-objfile.exp: New file.
8522 * gdb.python/py-objfile.c: New file.
8523 * gdb.python/py-block.exp: Add is_valid tests.
8524 * gdb.python/py-inferior.exp: Ditto.
8525 * gdb.python/py-infthread.exp: Ditto.
8526 * gdb.python/py-symbol.exp: Ditto.
8527 * gdb.python/py-symtab.exp: Ditto.
8528
8529 2011-03-16 Keith Seitz <keiths@redhat.com>
8530
8531 PR c++/12273
8532 * gdb.cp/cmpd-minsyms.exp: New test.
8533 * gdb.cp/cmpd-minsyms.cc: New file.
8534
8535 PR c++/11734
8536 * gdb.cp/ovsrch.exp: New test.
8537 * gdb.cp/ovsrch.h: New file.
8538 * gdb.cp/ovsrch1.cc: New file.
8539 * gdb.cp/ovsrch2.cc: New file.
8540 * gdb.cp/ovsrch3.cc: New file.
8541 * gdb.cp/ovsrch4.cc: New file.
8542
8543 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8544
8545 PR gdb/12528
8546 * gdb.base/Makefile.in: Adjust EXECUTABLES.
8547 * gdb.base/break-on-linker-gcd-function.exp: New test.
8548 * gdb.base/break-on-linker-gcd-function.cc: New file.
8549
8550 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
8551
8552 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
8553
8554 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
8555
8556 * lib/gdb.exp (gdb_unload): Add another termination case.
8557
8558 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8559
8560 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
8561 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
8562 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
8563 Provide a stub byte there.
8564 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
8565 DW_AT_entry_pc.
8566 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
8567
8568 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
8569
8570 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
8571 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
8572 "generic ABI, auto".
8573 (altivec_abi_tests): Accept vectors returned by reference.
8574
8575 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
8576
8577 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
8578
8579 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
8580
8581 * gdb.python/py-section-script.exp: Skip test if no Python support.
8582
8583 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
8584
8585 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
8586
8587 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
8588
8589 * gdb.python/py-parameter.exp: Update tests to the new Python
8590 parameter API. Add "no documentation" test. Add deprecated API
8591 backward compatibility test.
8592
8593 2011-03-09 Tom Tromey <tromey@redhat.com>
8594
8595 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
8596 gdb_continue_to_end.
8597
8598 2011-03-09 Mark Kettenis <kettenis@gnu.org>
8599
8600 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
8601 tabs.
8602
8603 2011-03-09 Tom Tromey <tromey@redhat.com>
8604
8605 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
8606 parentheses.
8607 (gdb_continue_to_end): Add "allow_extra" parameter. Use
8608 $command.
8609 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
8610 argument to gdb_continue_to_end.
8611 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
8612 argument to gdb_continue_to_end.
8613 * gdb.cp/annota3.exp: Fix regex.
8614 * gdb.cp/annota2.exp: Fix regex.
8615 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
8616 gdb_continue_to_end.
8617 * gdb.base/call-signal-resume.exp: Revert earlier patch.
8618 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
8619 gdb_continue_to_end.
8620
8621 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8622
8623 * gdb.server/ext-run.exp
8624 (load new file without any gdbserver inferior): New test.
8625
8626 2011-03-07 Tom Tromey <tromey@redhat.com>
8627
8628 * Makefile.in (TAGS): Rewrite.
8629
8630 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8631
8632 * gdb.trace/report.exp (12.1: trace report #1): New match for the
8633 initial commands echo. New match for `Found trace'. Anchor all the
8634 other matches. Anchor and match for `No trace frame found' the final
8635 match.
8636
8637 2011-03-07 Tom Tromey <tromey@redhat.com>
8638
8639 * Makefile.in (TAGS): New target.
8640
8641 2011-03-07 Tom Tromey <tromey@redhat.com>
8642
8643 * lib/opencl.exp (skip_opencl_tests): Update for exit message
8644 change.
8645 * lib/mi-support.exp (mi_gdb_test): Update for exit message
8646 change.
8647 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
8648 exit message change.
8649 (skip_altivec_tests): Update for exit message change.
8650 (skip_vsx_tests): Likewise.
8651 (gdb_continue_to_end): Likewise. Add 'command' argument.
8652 * lib/cell.exp (skip_cell_tests): Update for exit message change.
8653 * gdb.threads/tls.exp: Update for exit message change.
8654 * gdb.threads/thread-unwindonsignal.exp: Use
8655 gdb_continue_to_end.
8656 * gdb.threads/step.exp (step_it): Update for exit message change.
8657 (continue_all): Likewise.
8658 * gdb.threads/print-threads.exp (test_all_threads): Update for
8659 exit message change.
8660 * gdb.threads/interrupted-hand-call.exp: Use
8661 gdb_continue_to_end.
8662 * gdb.threads/execl.exp: Use gdb_continue_to_end.
8663 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
8664 gdb_continue_to_end.
8665 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
8666 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
8667 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
8668 * gdb.cp/method.exp: Update for exit message change.
8669 * gdb.cp/mb-templates.exp: Update for exit message change.
8670 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
8671 * gdb.cp/annota3.exp: Update for exit message change.
8672 * gdb.cp/annota2.exp: Update for exit message change.
8673 * gdb.cell/fork.exp: Use gdb_continue_to_end.
8674 * gdb.base/term.exp: Update for exit message change.
8675 * gdb.base/step-test.exp (test_i): Update for exit message change.
8676 * gdb.base/sigstep.exp (advance): Update for exit message change.
8677 (advancei): Likewise.
8678 * gdb.base/siginfo.exp: Update for exit message change.
8679 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
8680 * gdb.base/reread.exp: Use gdb_continue_to_end.
8681 * gdb.base/langs.exp: Use gdb_continue_to_end.
8682 * gdb.base/interrupt.exp: Update for exit message change.
8683 * gdb.base/gdb1555.exp: Update for exit message change.
8684 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
8685 * gdb.base/ending-run.exp: Update for exit message change.
8686 * gdb.base/chng-syms.exp: Update for exit message change.
8687 * gdb.base/checkpoint.exp: Update for exit message change.
8688 * gdb.base/catch-syscall.exp (check_for_program_end): Use
8689 gdb_continue_to_end.
8690 (test_catch_syscall_with_wrong_args): Likewise.
8691 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
8692 * gdb.base/break-interp.exp (test_ld): Update for exit message
8693 change.
8694 * gdb.base/bang.exp: Update for exit message change.
8695 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
8696 (do_call_attach_tests): Likewise.
8697 * gdb.base/a2-run.exp: Update for exit message change.
8698 * gdb.arch/ppc-dfp.exp: Update for exit message change.
8699 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
8700 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
8701
8702 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8703
8704 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
8705
8706 2011-03-03 Tom Tromey <tromey@redhat.com>
8707
8708 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
8709 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
8710 * gdb.hp/gdb.aCC/configure.ac: Remove.
8711 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
8712 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
8713 * gdb.hp/gdb.base-hp/configure.ac: Remove.
8714 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
8715 * gdb.hp/gdb.compat/configure (Makefile): Remove.
8716 * gdb.hp/gdb.compat/configure.ac: Remove.
8717 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
8718 * gdb.hp/gdb.defects/configure (Makefile): Remove.
8719 * gdb.hp/gdb.defects/configure.ac: Remove.
8720 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
8721 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
8722 * gdb.hp/gdb.objdbg/configure.ac: Remove.
8723 * gdb.hp/configure.ac: Remove.
8724 * gdb.hp/configure: Remove.
8725 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
8726 substitution.
8727 (Makefile): Remove rule.
8728 * gdb.cell/configure.ac: Remove.
8729 * gdb.cell/configure: Remove.
8730 * gdb.stabs/Makefile.in (Makefile): Remove.
8731 (distclean): Don't remove config.status or config.log.
8732 * gdb.stabs/configure (Makefile): Remove.
8733 * gdb.stabs/configure.ac: Remove.
8734 * configure: Rebuild.
8735 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
8736 Remove stabs- and cell-specific logic. Test for existence of
8737 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
8738 subdirectories, gdb.cell, and and gdb.stabs.
8739 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
8740
8741 2011-03-03 Joel Brobecker <brobecker@adacore.com>
8742
8743 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
8744 end of buffer.
8745
8746 2011-03-02 Joel Brobecker <brobecker@adacore.com>
8747
8748 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
8749 gdb_test when running a test where we expected no output back.
8750
8751 2011-02-28 Michael Snyder <msnyder@vmware.com>
8752
8753 * gdb.cp/overload.cc: Change initializer value to integer.
8754
8755 2011-02-27 Michael Snyder <msnyder@vmware.com>
8756
8757 * gdb.multi/base.exp: Add test for remove-inferiors.
8758
8759 2011-02-26 Joel Brobecker <brobecker@adacore.com>
8760
8761 * gdb.python/py-frame.exp: Simplify the initialization phase
8762 using prepare_for_testing.
8763
8764 2011-02-25 Michael Snyder <msnyder@vmware.com>
8765
8766 * gdb.multi/base.exp: Add tests for info inferiors with args.
8767
8768 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8769
8770 * gdb.dwarf2/dw2-ranges.S: Rename to ...
8771 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
8772 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
8773 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
8774 asmfile3. Comment the STABS (#3) file compilation. Compile
8775 everything through assembler. Provide KFAIL for symtab/12497.
8776 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
8777 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
8778 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
8779 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
8780
8781 2011-02-24 Michael Snyder <msnyder@vmware.com>
8782
8783 * gdb.base/break.exp: Add tests for delete breakpoints using
8784 convenience variables and value history references.
8785
8786 2011-02-24 Michael Snyder <msnyder@vmware.com>
8787
8788 * gdb.base/break.exp: Remove debugging 'printf' accidentally
8789 left behind in previous check-in.
8790
8791 2011-02-23 Michael Snyder <msnyder@vmware.com>
8792
8793 * gdb.base/break.exp: Add tests for "info break" with arguments.
8794 * gdb.trace/infotrace.exp: Update patterns for error and help.
8795 * gdb.base/completion.exp: Update pattern.
8796 * gdb.base/ena-dis-br.exp: Update pattern.
8797 * gdb.base/help.exp: Update patterns.
8798
8799 2011-02-23 Michael Snyder <msnyder@vmware.com>
8800
8801 * gdb.base/memattr.exp: New test.
8802 * gdb.base/memattr.c: Test load for memattr.exp.
8803
8804 2011-02-22 Doug Evans <dje@google.com>
8805
8806 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
8807
8808 2011-02-22 Michael Snyder <msnyder@vmware.com>
8809
8810 * Makefile.in: Make more clean.
8811 * gdb.ada/Makefile.in: Ditto.
8812 * gdb.arch/Makefile.in: Ditto.
8813 * gdb.asm/Makefile.in: Ditto.
8814 * gdb.base/Makefile.in: Ditto.
8815 * gdb.cp/Makefile.in: Ditto.
8816 * gdb.dwarf2/Makefile.in: Ditto.
8817 * gdb.java/Makefile.in: Ditto.
8818 * gdb.mi/Makefile.in: Ditto.
8819 * gdb.modula2/Makefile.in: Ditto.
8820 * gdb.python/Makefile.in: Ditto.
8821 * gdb.server/Makefile.in: Ditto.
8822 * gdb.stabs/Makefile.in: Ditto.
8823 * gdb.threads/Makefile.in: Ditto.
8824 * gdb.trace/Makefile.in: Ditto.
8825
8826 2011-02-22 Michael Snyder <msnyder@vmware.com>
8827
8828 * gdb.threads/thread-find.exp: Add tests for bad input to
8829 info threads.
8830
8831 2011-02-22 Joel Brobecker <brobecker@adacore.com>
8832
8833 * gdb.python/py-breakpoint.exp: Fix the expected output of
8834 one of the "maint info breakpoints" tests to accept the output
8835 generated on platforms that do not have hardware watchpoints.
8836
8837 2011-02-22 Joel Brobecker <brobecker@adacore.com>
8838
8839 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
8840 clean_restart. Be a little stricter in the expected output
8841 for one of the tests. Fix a typo in one of the comments.
8842
8843 2011-02-22 Joel Brobecker <brobecker@adacore.com>
8844
8845 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
8846 Delete variable binfile, no longer use. Add or modify test
8847 comments to make them unique.
8848
8849 2011-02-21 Michael Snyder <msnyder@vmware.com>
8850
8851 * Makefile.in: Update for make clean.
8852 * gdb.ada/Makefile.in: Ditto.
8853 * gdb.arch/Makefile.in: Ditto.
8854 * gdb.asm/Makefile.in: Ditto.
8855 * gdb.base/Makefile.in: Ditto.
8856 * gdb.cp/Makefile.in: Ditto.
8857 * gdb.dwarf2/Makefile.in: Ditto.
8858 * gdb.java/Makefile.in: Ditto.
8859 * gdb.mi/Makefile.in: Ditto.
8860 * gdb.modula2/Makefile.in: Ditto.
8861 * gdb.python/Makefile.in: Ditto.
8862 * gdb.server/Makefile.in: Ditto.
8863 * gdb.stabs/Makefile.in: Ditto.
8864 * gdb.threads/Makefile.in: Ditto.
8865 * gdb.trace/Makefile.in: Ditto.
8866
8867 2011-02-21 Michael Snyder <msnyder@vmware.com>
8868
8869 * gdb.threads/thread-find.exp: Update patterns for changes in
8870 output of "info threads" command.
8871
8872 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8873 Ulrich Weigand <uweigand@de.ibm.com>
8874
8875 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
8876 (skip_hw_watchpoint_tests): Likewise.
8877 (skip_hw_watchpoint_multi_tests): Likewise.
8878
8879 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
8880
8881 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
8882 (skip_hw_watchpoint_tests): Likewise.
8883 (skip_hw_watchpoint_multi_tests): Likewise.
8884 (skip_hw_watchpoint_access_tests): Likewise.
8885
8886 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
8887 * gdb.base/pr11022.exp: Likewise.
8888 * gdb.base/watch-read.exp: Likewise.
8889 * gdb.base/watch_thread_num.exp: Likewise.
8890 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
8891 * gdb.base/watchpoint-hw.exp: Likewise.
8892 * gdb.base/watchpoint.exp: Likewise.
8893 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
8894 * gdb.threads/watchthreads-reorder.exp: Likewise.
8895 * gdb.threads/watchthreads.exp: Likewise.
8896 * gdb.threads/watchthreads2.exp: Likewise.
8897
8898 2011-02-21 Joel Brobecker <brobecker@adacore.com>
8899
8900 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
8901 the debugger is unable to find the array bounds.
8902
8903 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8904
8905 * gdb.cp/typedef-operator.exp: New file.
8906 * gdb.cp/typedef-operator.cc: New file.
8907
8908 2011-02-17 Michael Snyder <msnyder@vmware.com>
8909
8910 * gdb.threads/thread-find.exp: Fix regular expressions.
8911
8912 2011-02-17 Joel Brobecker <brobecker@adacore.com>
8913
8914 * gdb.ada/packed_array: Expand testcase to test printing of
8915 unconstrained packed array.
8916
8917 2011-02-17 Joel Brobecker <brobecker@adacore.com>
8918
8919 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
8920
8921 2011-02-16 Pedro Alves <pedro@codesourcery.com>
8922
8923 * gdb.trace/collection.c (globalarr3): New global.
8924 (main): Initialize it before collecting, and and clear it
8925 afterwards.
8926 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
8927 collecting with '{type} addr', where the addr expression is not an
8928 rvalue.
8929
8930 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
8931
8932 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
8933 a bool variable. Expect correct OpenCL names for vector types. Use the
8934 uc3 variable name instead of referring to the uchar3 built-in type.
8935 Escape the asterisk at the half pointer test.
8936
8937 2011-02-16 Pedro Alves <pedro@codesourcery.com>
8938
8939 * gdb.trace/collection.c (globalarr2): New global.
8940 (main): Initialize it before collecting, and and clear it
8941 afterwards.
8942 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
8943 collecting overlapping memory ranges.
8944
8945 2011-02-15 Michael Snyder <msnyder@vmware.com>
8946
8947 * gdb.base/default.exp: Add tests for thread commands.
8948 * gdb.base/help.exp: Add tests for thread commands.
8949 * gdb.threads/thread-find.exp: New test for thread find command.
8950
8951 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
8952
8953 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
8954
8955 2011-02-15 Yao Qi <yao@codesourcery.com>
8956
8957 PR tdep/12352
8958 * gdb.arch/arm-disp-step.S : New test for str instruction.
8959 * gdb.arch/arm-disp-step.exp : Likewise.
8960
8961 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
8962
8963 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
8964 "vector_register2_vr" test strings. Test the extended floating
8965 point registers (F32~F63).
8966 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
8967 IBM XL C compiler. Make the test program use a register provided
8968 by the compiler for the lxvd2x instruction.
8969
8970 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8971
8972 * gdb.trace/unavailable.cc (class Base, class Middle, class
8973 Derived): New types.
8974 (derived_unavail, derived_partial, derived_whole): New globals.
8975 (virtual_partial): New global.
8976 (virtualp): Point at virtual_partial.
8977 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
8978 related to unavailable vptr.
8979
8980 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8981
8982 * gdb.trace/unavailable.cc (a, b, c): New globals.
8983 (main): Set and clear them.
8984 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
8985 `a' and `c', and check that `b' isn't collected, although `a' and
8986 `c' are.
8987
8988 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8989
8990 * gdb.trace/unavailable.cc (struct Virtual): New.
8991 (virtualp): New global pointer.
8992 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
8993 printing a pointer to an object whose type has a vtable, with
8994 print object on.
8995
8996 2011-02-14 Pedro Alves <pedro@codesourcery.com>
8997
8998 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
8999 value repeat handles unavailableness.
9000
9001 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9002
9003 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
9004 tests for building arrays from unavailable values, subscripting
9005 non-memory rvalue unvailable arrays, and accessing fields or
9006 baseclasses of non-lazy unavailable values,
9007 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
9008 struct types.
9009 (g_smallstruct, g_smallstruct_b): New globals.
9010
9011 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9012
9013 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
9014
9015 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9016
9017 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9018 * gdb.cp/overload-const.exp: New file.
9019 * gdb.cp/overload-const.cc: New file.
9020
9021 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9022
9023 * gdb.opencl/callfuncs.cl: New file.
9024 * gdb.opencl/callfuncs.exp: New test.
9025 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
9026
9027 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9028
9029 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
9030 when computing result.
9031 * gdb.arch/altivec-abi.exp: Update expected results.
9032
9033 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9034
9035 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
9036 * gdb.base/jit.exp: Likewise.
9037 * gdb.base/pie-execl.exp: Likewise.
9038 * gdb.base/solib-nodir.exp: Likewise.
9039 * gdb.base/solib-overlap.exp: Likewise.
9040
9041 2011-02-07 Pedro Alves <pedro@codesourcery.com>
9042
9043 * gdb.trace/collection.c (global_pieces): New.
9044 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
9045 New procedure.
9046 (gdb_trace_collection_test): Call it.
9047
9048 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9049
9050 * gdb.python/py-evthreads.c: New file.
9051 * gdb.python/py-evthreads.exp: New file.
9052 * gdb.python/py-events.py: New file.
9053 * gdb.python/py-events.exp: New file.
9054 * gdb.python/py-events.c: New file.
9055
9056 2011-02-04 David Daney <ddaney@caviumnetworks.com>
9057
9058 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
9059
9060 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
9061
9062 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
9063 gdb.base/disasm-end-cu.exp: New test for disassembling over the
9064 boundary between two compilation units.
9065
9066 2011-02-02 Pedro Alves <pedro@codesourcery.com>
9067
9068 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
9069 (Virtual): New structs.
9070 (virtual_o, virtual_middle_b): New globals.
9071 * gdb.cp/virtbase.exp: New tests.
9072
9073 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9074
9075 * gdb.base/jit.exp: New file.
9076 * gdb.base/jit-main.c: New file.
9077 * gdb.base/jit-solib.c: New file.
9078
9079 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
9080
9081 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
9082 proceed to initial kernel entry point.
9083 * gdb.opencl/datatypes.exp: Likewise.
9084 * gdb.opencl/operators.exp: Likewise.
9085 * gdb.opencl/vec_comps.exp: Likewise.
9086
9087 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
9088
9089 * gdb.cp/nsnested.cc: New.
9090 * gdb.cp/nsnested.exp: New.
9091 * gdb.cp/nsnoimports.exp: New.
9092 * gdb.cp/nsnoimports.cc: New.
9093
9094 2011-01-31 Joel Brobecker <brobecker@adacore.com>
9095
9096 * gdb.base/interact.exp: Add extra tests that verify that
9097 the value of the interactive-mode setting does not change
9098 after the script is sourced.
9099
9100 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9101
9102 * gdb.cp/noparam.exp: New file.
9103 * gdb.cp/noparam.cc: New file.
9104
9105 2011-01-28 Pedro Alves <pedro@codesourcery.com>
9106
9107 * gdb.trace/tfile.exp: Test that with no traceframe selected,
9108 there's no stack or registers.
9109
9110 2011-01-26 Tom Tromey <tromey@redhat.com>
9111
9112 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
9113 space before string output. Add test for "set print pretty off"
9114 case.
9115
9116 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9117
9118 * gdb.base/frame-args.exp: Adjust.
9119 * gdb.dwarf2/dw2-noloc.exp: Adjust.
9120 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
9121 * gdb.dwarf2/pieces.exp: Adjust.
9122 * gdb.opt/clobbered-registers-O2.exp: Adjust.
9123 * gdb.opt/inline-locals.exp: Adjust.
9124 * gdb.threads/fork-child-threads.exp: Adjust.
9125
9126 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
9127
9128 * gdb.opencl/convs_casts.cl: Move program scope variables into the
9129 OpenCL kernel function. Add a comment as marker. Add address space
9130 qualifiers for the remaining program scope variables.
9131 * gdb.opencl/datatypes.cl: Likewise.
9132 * gdb.opencl/operators.cl: Likewise.
9133 * gdb.opencl/vec_comps.cl: Likewise.
9134 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
9135 Add breakpoint at the marker comment.
9136 * gdb.opencl/datatypes.exp: Likewise.
9137 * gdb.opencl/operators.exp: Likewise.
9138 * gdb.opencl/vec_comps.exp: Likewise.
9139
9140 2011-01-24 Pedro Alves <pedro@codesourcery.com>
9141
9142 * gdb.base/printcmds.c (some_struct): New struct and instance.
9143 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
9144 procedure.
9145 <global scope>: Call it.
9146
9147 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
9148
9149 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
9150 argument to the gdb_compile_opencl_hostapp call.
9151
9152 2011-01-19 Yao Qi <yao@codesourcery.com>
9153
9154 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
9155 positve list.
9156
9157 2011-01-19 Yao Qi <yao@codesourcery.com>
9158
9159 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
9160 canonical form.
9161 Remove "xscale-*-*"
9162 * gdb.xml/tdesc-regs.exp: Likewise.
9163 * gdb.python/py-section-script.exp: Replace ARM target triplet
9164 with canonical form.
9165 Match arm*-*-symbianelf*.
9166 * gdb.base/dup-sect.exp: Likewise.
9167 * lib/dwarf.exp: New.
9168 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
9169 dwarf2_support.
9170 * gdb.dwarf2/dup-psym.exp: Likewise.
9171 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
9172 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9173 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
9174 * gdb.dwarf2/dw2-basic.exp: Likewise.
9175 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9176 * gdb.dwarf2/dw2-const.exp: Likewise.
9177 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
9178 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
9179 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9180 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
9181 * gdb.dwarf2/dw2-filename.exp: Likewise.
9182 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9183 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
9184 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9185 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9186 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
9187 * gdb.dwarf2/dw2-noloc.exp: Likewise.
9188 * gdb.dwarf2/dw2-op-call.exp: Likewise.
9189 * gdb.dwarf2/dw2-producer.exp: Likewise.
9190 * gdb.dwarf2/dw2-ranges.exp: Likewise.
9191 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
9192 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
9193 * gdb.dwarf2/dw2-strp.exp: Likewise.
9194 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
9195 * gdb.dwarf2/implptr.exp: Likewise.
9196 * gdb.dwarf2/mac-fileno.exp: Likewise.
9197 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
9198 * gdb.dwarf2/pieces.exp: Likewise.
9199 * gdb.dwarf2/pr11465.exp: Likewise.
9200 * gdb.dwarf2/valop.exp: Likewise.
9201 * gdb.dwarf2/watch-notconst.exp: Likewise.
9202 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
9203
9204 2011-01-19 Tom Tromey <tromey@redhat.com>
9205
9206 * gdb.python/py-infthread.exp: Add thread tests.
9207
9208 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9209
9210 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
9211
9212 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9213
9214 * gdb.ada/widewide: New testcase.
9215
9216 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9217
9218 * gdb.base/interact.exp: New testcase.
9219
9220 2011-01-12 Tom Tromey <tromey@redhat.com>
9221
9222 * gdb.mi/gdb2549.exp: Update for error message changes.
9223 * gdb.mi/mi-cli.exp: Likewise.
9224 * gdb.mi/mi-disassemble.exp: Likewise.
9225 * gdb.mi/mi-pthreads.exp: Likewise.
9226 * gdb.mi/mi-regs.exp: Likewise.
9227 * gdb.mi/mi-stack.exp: Likewise.
9228 * gdb.mi/mi-var-block.exp: Likewise.
9229 * gdb.mi/mi-var-cmd.exp: Likewise.
9230 * gdb.mi/mi2-cli.exp: Likewise.
9231 * gdb.mi/mi2-disassemble.exp: Likewise.
9232 * gdb.mi/mi2-pthreads.exp: Likewise.
9233 * gdb.mi/mi2-regs.exp: Likewise.
9234 * gdb.mi/mi2-stack.exp: Likewise.
9235 * gdb.mi/mi2-var-block.exp: Likewise.
9236 * gdb.mi/mi2-var-cmd.exp: Likewise.
9237
9238 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9239 Jan Kratochvil <jan.kratochvil@redhat.com>
9240
9241 PR fortran/11104 and DWARF unbound arrays detection.
9242 * gdb.fortran/multi-dim.exp: New file.
9243 * gdb.fortran/multi-dim.f90: New file.
9244
9245 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9246
9247 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
9248 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
9249 add new tests for opcode dumping.
9250
9251 2011-01-11 Tom Tromey <tromey@redhat.com>
9252
9253 * gdb.python/py-infthread.exp: Load gdb-python.exp.
9254
9255 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9256
9257 Convert hardware watchpoints to use breakpoint_ops.
9258 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
9259 type is not supported.
9260 * gdb.base/foll-fork.exp: Likewise.
9261 * gdb.base/foll-vfork.exp: Likewise.
9262
9263 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
9264
9265 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
9266 Use load_lib gdb-python.exp.
9267 * gdb.python/python.exp: Ditto.
9268 * gdb.python/py-function.exp: Ditto.
9269
9270 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
9271
9272 * gdb.threads/tls.exp ("info address me"): Fix expected output.
9273
9274 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9275
9276 * configure: Regenerate.
9277
9278 2011-01-06 Tom Tromey <tromey@redhat.com>
9279
9280 * gdb.python/py-frame.exp: Test gdb.newest_frame.
9281
9282 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9283
9284 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
9285 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
9286 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9287 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
9288 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
9289 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9290 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
9291 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
9292 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
9293 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
9294 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
9295 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
9296 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
9297 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9298 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9299 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
9300 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
9301 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
9302 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9303 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
9304 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
9305 gdb.ada/uninitialized_vars.exp,
9306 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
9307 Simplify by using clean_restart.
9308
9309 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9310
9311 Add marker to be used as anchor for inserting breakpoints.
9312 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
9313 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
9314 Likewise.
9315
9316 Remove uses of gdb_start_cmd.
9317 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
9318 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
9319
9320 Do not run testcase if testing with GDBserver.
9321 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
9322 if testing with GDBserver.
9323
9324 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9325
9326 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
9327 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
9328 copyright header.
9329
9330 2011-01-05 Joel Brobecker <brobecker@adacore.com>
9331
9332 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
9333 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
9334 testsuite/gdb.fortran/complex.f,
9335 testsuite/gdb.fortran/derived-type.f90,
9336 testsuite/gdb.fortran/library-module-lib.f90,
9337 testsuite/gdb.fortran/library-module-main.f90,
9338 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
9339 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
9340 Copyright year update.
9341
9342 2011-01-05 Joel Brobecker <brobecker@adacore.com>
9343
9344 * gdb.base/langs1.f: Add copyright header.
9345
9346 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9347
9348 * gdb.base/morestack.exp: New file.
9349 * gdb.base/morestack.c: New file.
9350
9351 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9352
9353 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
9354
9355 2010-12-29 Joel Brobecker <brobecker@adacore.com>
9356
9357 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
9358 * gdb.ada/arrayptr.exp: Add test printing that new variable.
9359
9360 2010-12-29 Joel Brobecker <brobecker@adacore.com>
9361
9362 * gdb.ada/lang_switch.exp: Correct expected parameter value.
9363
9364 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
9365
9366 * gdb.threads/tls.exp: Fix typo.
9367
9368 * gdb.threads/thread-specific.exp (get_thread_list): Update.
9369 * gdb.threads/execl.exp: Update.
9370
9371 2010-12-23 Yao Qi <yao@codesourcery.com>
9372
9373 * gdb.arch/arm-disp-step.exp: New.
9374 * gdb.arch/arm-disp-step.S: New.
9375
9376 2010-12-21 Tom Tromey <tromey@redhat.com>
9377
9378 * gdb.threads/execl.exp: Update.
9379 * gdb.threads/linux-dp.exp: Update.
9380 * gdb.threads/manythreads.exp: Update.
9381 * gdb.threads/tls.exp: Update.
9382
9383 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9384
9385 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
9386 (NextOverThrowDerivates) <resumebpt>: New.
9387 (resumebpt_test): New.
9388 (main): Call resumebpt_test.
9389 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
9390
9391 2010-12-12 Stan Shebs <stan@codesourcery.com>
9392
9393 * gdb.trace/tsv.exp: Test print command on trace state variables.
9394
9395 2010-12-09 Tom Tromey <tromey@redhat.com>
9396
9397 * gdb.base/interp.exp: Add regression test.
9398
9399 2010-12-09 Tom Tromey <tromey@redhat.com>
9400
9401 * gdb.java/jnpe.java: New file.
9402 * gdb.java/jnpe.exp: New file.
9403 * gdb.cp/nextoverthrow.exp: New file.
9404 * gdb.cp/nextoverthrow.cc: New file.
9405
9406 2010-12-07 Doug Evans <dje@google.com>
9407
9408 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
9409 of data-directory.
9410 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
9411 updated.
9412 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
9413
9414 2010-11-29 Michael Snyder <msnyder@vmware.com>
9415
9416 * gdb.base/callfuncs.exp: Test for skip_float_tests.
9417 * gdb.base/call-sc.exp: Ditto.
9418 * gdb.base/finish.exp: Ditto.
9419 * gdb.base/return.exp: Ditto.
9420 * gdb.base/return2.exp: Ditto.
9421
9422 2010-11-30 Doug Evans <dje@google.com>
9423
9424 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
9425 (gdb_expect_list): Fix spelling errors in comments.
9426 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
9427 send_gdb/gdb_expect_list where applicable.
9428 * gdb.base/call-ar-st.exp: Ditto.
9429 * gdb.base/funcargs.exp: Ditto.
9430 * gdb.base/gcore.exp: Ditto.
9431 * gdb.base/page.exp: Ditto.
9432 * gdb.base/sigaltstack.exp: Ditto.
9433 * gdb.base/siginfo.exp: Ditto.
9434 * gdb.base/sigstep.exp: Ditto.
9435 * gdb.base/trace-commands.exp: Ditto.
9436
9437 2010-11-29 Doug Evans <dje@google.com>
9438
9439 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
9440 printer-name;subprinter-name.
9441
9442 2010-11-29 Tom Tromey <tromey@redhat.com>
9443
9444 * gdb.dwarf2/implptr.exp: New file.
9445 * gdb.dwarf2/implptr.c: New file.
9446 * gdb.dwarf2/implptr.S: New file.
9447
9448 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
9449
9450 PR python/12199
9451
9452 * gdb.python/py-breakpoint.exp: Test the delete method.
9453
9454 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9455
9456 Fix step_resume_breakpoint unsaved during an infcall.
9457 * gdb.base/step-resume-infcall.exp: New file.
9458 * gdb.base/step-resume-infcall.c: New file.
9459
9460 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
9461
9462 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
9463
9464 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
9465
9466 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
9467 on ppc64's symbols; "finish" and "return" commands must accept to
9468 show the caller line again as well as the line after.
9469 * gdb.asm/powerpc64.inc: New file.
9470
9471 2010-11-23 Doug Evans <dje@google.com>
9472
9473 * lib/gdb.exp (gdb_test_sequence): New function.
9474 (gdb_expect_list): Add verbose -log call for each pattern.
9475 * gdb.base/signals.exp (test_handle_all_print): Call it.
9476 Reduce timeout increment from 6 minutes to 1 minute.
9477 * gdb.server/ext-run.exp: Call it.
9478
9479 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
9480
9481 PR python/12212
9482
9483 * gdb.python/python.exp: Check that selected_thread raises an
9484 error when no inferior is loaded.
9485
9486 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9487
9488 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
9489 * gdb.dwarf2/dw2-stack-boundary.S: New file.
9490
9491 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9492
9493 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
9494 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
9495
9496 2010-11-18 Doug Evans <dje@google.com>
9497
9498 * gdb.server/ext-run.exp: Fix intermittent failures.
9499
9500 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9501
9502 * gdb.stabs/gdb11479.exp: Use runto_main.
9503
9504 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9505
9506 * gdb.base/break-entry.exp: Skip if using a stub.
9507
9508 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9509
9510 * gdb.python/py-inferior.exp: Pack values in target endianness.
9511
9512 2010-11-12 Tom Tromey <tromey@redhat.com>
9513
9514 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
9515 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
9516 MemoryError.
9517 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
9518 type.
9519 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
9520 MemoryError.
9521 (test_subscript_regression): Update exception type.
9522
9523 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
9524
9525 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
9526 breakpoint tests.
9527
9528 2010-11-09 Pedro Alves <pedro@codesourcery.com>
9529
9530 * gdb.base/watchpoint.exp: Test "watch -location" with an
9531 innacessible location.
9532
9533 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
9534 Luis Machado <luisgpm@br.ibm.com>
9535
9536 * gdb.base/maint.exp: Expect "." prefix.
9537 * gdb.base/nodebug.exp: Expect "." Likewise.
9538 * gdb.base/sepsymtab.exp: Expect "." Likewise.
9539 * gdb.base/watchpoint-cond-gone.exp: Likewise.
9540 * gdb.base/watchpoint.exp: Expect a software watch to be created for
9541 POWER server processors.
9542
9543 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
9544 Luis Machado <luisgpm@br.ibm.com>
9545
9546 * gdb.base/break-entry.exp: convert entry point for
9547 ppc64 and expect leading `.' on ppc64's symbols
9548
9549 2010-11-05 Doug Evans <dje@google.com>
9550
9551 * gdb.base/help.exp: Update expected output.
9552 * gdb.python/py-param.exp: Delete, contents moved to ...
9553 * gdb.python/py-parameter.exp: ... here. New file.
9554 Add test for gdb.parameter ("directories").
9555
9556 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
9557
9558 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
9559 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
9560 * configure: Regenerate.
9561 * gdb.opencl/Makefile.in: New File.
9562 * gdb.opencl/datatypes.exp: Likewise.
9563 * gdb.opencl/datatypes.cl: Likewise.
9564 * gdb.opencl/operators.exp: Likewise.
9565 * gdb.opencl/operators.cl: Likewise.
9566 * gdb.opencl/vec_comps.exp: Likewise.
9567 * gdb.opencl/vec_comps.cl: Likewise.
9568 * gdb.opencl/convs_casts.exp: Likewise.
9569 * gdb.opencl/convs_casts.cl: Likewise.
9570 * lib/opencl.exp: Likewise.
9571 * lib/opencl_hostapp.c: Likewise.
9572 * lib/opencl_kernel.cl: Likewise.
9573 * lib/cl_util.c: Likewise.
9574 * lib/cl_util.c: Likewise.
9575 * gdb.base/default.exp (set language): Add "opencl" to the list of
9576 languages.
9577
9578 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
9579
9580 * gdb.cp/overload.exp: Added test for inheritance overload.
9581 * gdb.cp/overload.cc: Ditto.
9582 * gdb.cp/oranking.exp: Removed releveant kfails.
9583
9584 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9585 Joel Brobecker <brobecker@adacore.com>
9586
9587 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
9588 check test_compiler_info.
9589
9590 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
9591
9592 * gdb.base/gnu_vector.exp: Adjust expect messages.
9593
9594 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
9595
9596 * gdb.base/gnu_vector.exp: Add unary operator tests.
9597
9598 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
9599
9600 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
9601
9602 2010-11-02 Doug Evans <dje@google.com>
9603
9604 * gdb.python/py-pp-maint.c: New file.
9605 * gdb.python/py-pp-maint.exp: New file.
9606 * gdb.python/py-pp-maint.py: New file.
9607
9608 2010-11-02 Tom Tromey <tromey@redhat.com>
9609
9610 * gdb.base/default.exp: Remove "scheme" from language list.
9611
9612 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9613
9614 Revert:
9615 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9616 * gdb.threads/sigstep-threads.exp: New file.
9617 * gdb.threads/sigstep-threads.c: New file.
9618
9619 2010-10-20 Michael Snyder <msnyder@vmware.com>
9620
9621 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
9622
9623 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9624
9625 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
9626 Skip test completely if gdb,no_hardware_watchpoints.
9627
9628 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9629
9630 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
9631 strict, but do not check for any particular function name within libc.
9632
9633 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
9634
9635 * gdb.cp/smartp.exp: New test.
9636 * gdb.cp/smartp.cc : New test.
9637
9638 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
9639
9640 * gdb.cp/converts.exp: Test pointer to bool conversion.
9641 Test pointer to long conversion.
9642 * gdb.cp/oranking.exp: Removed relevant kfail.
9643
9644 2010-10-18 Tom Tromey <tromey@redhat.com>
9645
9646 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
9647 argument to lazy_string.
9648 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
9649 (pp_ls.to_string): Use it.
9650 * gdb.python/py-prettyprint.c (main): Move declarations to top.
9651 Add "estring2" local.
9652
9653 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9654
9655 Fix s390x compatibility.
9656 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
9657 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
9658
9659 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9660
9661 * gdb.threads/sigstep-threads.exp: New file.
9662 * gdb.threads/sigstep-threads.c: New file.
9663
9664 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9665
9666 * gdb.base/pie-execl.exp: New file.
9667 * gdb.base/pie-execl.c: New file.
9668
9669 2010-10-13 Doug Evans <dje@google.com>
9670 Jan Kratochvil <jan.kratochvil@redhat.com>
9671
9672 PR exp/12117
9673 * gdb.cp/ptype-cv-cp.cc: New file.
9674 * gdb.cp/ptype-cv-cp.exp: New file.
9675
9676 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
9677
9678 * gdb.cp/converts.cc: New test program.
9679 * gdb.cp/converts.exp: New test.
9680 * gdb.cp/overload.exp: Added test for void* vs int*.
9681 * gdb.cp/overload.exp: Ditto.
9682 * gdb.cp/oranking.exp: Removed related kfail.
9683
9684 2010-10-13 Doug Evans <dje@google.com>
9685
9686 * lib/gdb-python.exp (gdb_check_python_config): New function.
9687 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
9688 * gdb.python/lib-types.cc: New file.
9689 * gdb.python/lib-types.exp: New file.
9690
9691 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9692
9693 * gdb.python/py-error.exp: New file.
9694 * gdb.python/py-error.py: New file.
9695
9696 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9697
9698 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
9699 gdb_test_multiple.
9700
9701 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9702
9703 * gdb.base/break-interp.exp: Use ldlags for linking flags.
9704 * gdb.base/prelink.exp: Likewise.
9705 * gdb.base/solib-nodir.exp: Likewise.
9706 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
9707 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
9708 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
9709
9710 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
9711
9712 * break-interp.exp (test_ld): Use two separate gdb_expect statements
9713 for the "info files" test to avoid timeouts on slow machines.
9714
9715 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9716
9717 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
9718 (main): Make openlib dummy call.
9719
9720 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9721
9722 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
9723 * break-interp.exp (reach): Move the core body ...
9724 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
9725 (test_ld): Provide always real argument, even to the linker. Replace
9726 dl_main by _dl_debug_state.
9727
9728 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9729
9730 Fix results of prelinked PIEs on ppc*.
9731 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
9732 Accept also DISPLACEMENT "PRESENT".
9733 (main): Replace "ZERO" displacements by "PRESENT".
9734
9735 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
9736
9737 * gdb.cp/oranking.exp: New test.
9738 * gdb.cp/oranking.cc: New test program.
9739
9740 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
9741
9742 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
9743 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
9744
9745 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
9746
9747 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
9748 lush, lynx) New constant.
9749 * gdb.base/constvars.exp: Test const array types.
9750 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
9751
9752 2010-10-06 Doug Evans <dje@google.com>
9753
9754 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
9755 of syscall staging area.
9756
9757 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
9758
9759 * gdb.base/gnu_vector.c: Add variable c4.
9760 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
9761 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
9762
9763 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
9764
9765 * gdb.arch/altivec-abi.exp: Fix a typo.
9766
9767 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
9768
9769 * lib/mi-support.exp (thread_selected_re): Correct pattern used
9770 to match a thread ID.
9771
9772 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9773
9774 Fix s390x testcase compatibility.
9775 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
9776
9777 2010-10-01 Doug Evans <dje@google.com>
9778
9779 * lib/gdb-python.exp: New file.
9780 * gdb.python/py-block.exp: Use it.
9781 * gdb.python/py-breakpoint.exp: Ditto.
9782 * gdb.python/py-frame.exp: Ditto.
9783 * gdb.python/py-inferior.exp: Ditto.
9784 * gdb.python/py-param.exp: Ditto.
9785 * gdb.python/py-prettyprint.exp: Ditto.
9786 * gdb.python/py-shared.exp: Ditto.
9787 * gdb.python/py-symbol.exp: Ditto.
9788 * gdb.python/py-symtab.exp: Ditto.
9789 * gdb.python/py-type.exp: Ditto.
9790 * gdb.python/py-value.exp: Ditto.
9791 * gdb.python/python.exp: Ditto.
9792
9793 2010-09-30 Tom Tromey <tromey@redhat.com>
9794
9795 * gdb.base/anon.exp: New file.
9796 * gdb.base/anon.c: New file.
9797
9798 2010-09-30 Tom Tromey <tromey@redhat.com>
9799
9800 * gdb.base/completion.exp: Test completion through anonymous
9801 union.
9802 * gdb.base/break1.c (struct some_struct): Add anonymous union.
9803
9804 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9805
9806 Fix printing parameters of inlined functions.
9807 * gdb.dwarf2/dw2-inline-param.exp: New file.
9808 * gdb.dwarf2/dw2-inline-param-main.c: New file.
9809 * gdb.dwarf2/dw2-inline-param.S: New file.
9810
9811 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9812
9813 PR corefiles/12071.
9814 * gdb.base/corefile.exp (quit with a process, no question: load core)
9815 (quit with a core file): New tests.
9816
9817 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9818
9819 Fix GDB crash on inferior calls with self-referencing classes.
9820 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
9821 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
9822 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
9823
9824 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9825
9826 Fix lost siginfo_t for inferior calls.
9827 * gdb.base/siginfo-infcall.exp: New file.
9828 * gdb.base/siginfo-infcall.c: New file.
9829
9830 2010-09-22 Joel Brobecker <brobecker@adacore.com>
9831
9832 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
9833
9834 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9835
9836 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
9837 New test.
9838 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
9839
9840 2010-09-22 Joel Brobecker <brobecker@adacore.com>
9841
9842 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
9843 type of our const type.
9844
9845 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
9846
9847 * gdb.cp/pr12028.cc: New.
9848 * gdb.cp/pr12028.exp: New.
9849
9850 2010-09-22 Joel Brobecker <brobecker@adacore.com>
9851
9852 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
9853
9854 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
9855 Jan Kratochvil <jan.kratochvil@redhat.com>
9856
9857 PR mi/11407
9858 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
9859 * gdb.mi/dw2-ref-missing-frame-main.c New File.
9860 * gdb.mi/dw2-ref-missing-frame.S New File.
9861 * gdb.mi/dw2-ref-missing-frame.exp New File.
9862
9863 2010-09-14 Tom Tromey <tromey@redhat.com>
9864
9865 PR symtab/8399:
9866 * gdb.threads/tls.exp: Remove kfail. Update expected output.
9867
9868 2010-09-14 Tom Tromey <tromey@redhat.com>
9869
9870 PR exp/11803:
9871 * gdb.threads/tls.exp: Use C++.
9872 (check_thread_local): Use K::another_thread_local.
9873 * gdb.threads/tls.c (class K): New.
9874 (another_thread_local): Now a member of K.
9875 (spin): Update. No longer K&R C.
9876
9877 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9878
9879 * gdb.cp/koenig.cc: created class for testing member lookup.
9880 * gdb.cp/koenig.exp: Added test for member lookup.
9881
9882 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9883
9884 Fix false FAILs on sourcetree topdir directory containing "kill".
9885 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
9886 source line matching regexp.
9887
9888 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9889
9890 * gdb.python/python.exp (set height 0, collect help from uiout)
9891 (verify help to uiout): New tests.
9892
9893 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9894
9895 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
9896 is_lp64_target to check 64bit target.
9897
9898 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9899
9900 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
9901 (test_ld) <powerpc64-*>: New.
9902
9903 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9904
9905 * gdb.cp/templates.exp (test_template_args): Allow "struct".
9906
9907 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9908
9909 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
9910 (FunctionArg::method): New function.
9911 (empty, arg): New variables.
9912 (main): Call arg.method.
9913 * gdb.cp/templates.exp (test_template_args): New function.
9914 (do_tests): Call it.
9915
9916 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
9917
9918 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
9919 of "next" to proceed over pthread_exit call.
9920
9921 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
9922
9923 * gdb.base/maint.exp: Avoid wildcards against potentially very long
9924 "maint print statistics" output to prevent expect timeouts.
9925
9926 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9927
9928 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
9929 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9930 (test_float_rejected): ... here.
9931 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
9932 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9933 (test_float_rejected): ... here.
9934 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
9935 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9936 (test_float_rejected): ... here.
9937 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
9938 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9939 (test_float_rejected): ... here.
9940
9941 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9942
9943 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
9944 before disabling hardware watchpoints.
9945 (test_inaccessible_watchpoint): Check that hardware watchpoints
9946 are used. Test for watchpoints on a constant address.
9947
9948 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9949
9950 * gdb.base/ui-redirect.exp: New file.
9951
9952 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9953 Joel Brobecker <brobecker@adacore.com>
9954
9955 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
9956
9957 2010-08-31 Doug Evans <dje@google.com>
9958
9959 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
9960
9961 2010-08-30 Tom Tromey <tromey@redhat.com>
9962
9963 PR python/11792:
9964 * gdb.python/py-value.exp (test_subscript_regression): Add
9965 dynamic_type test.
9966
9967 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
9968
9969 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
9970 instead of running to main. Do not test the main function.
9971 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
9972 Add new main.
9973
9974 2010-08-26 Pedro Alves <pedro@codesourcery.com>
9975
9976 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
9977 one test.
9978
9979 2010-08-24 Doug Evans <dje@google.com>
9980
9981 PR symtab/11942
9982 * gdb.dwarf2/dw4-sig-types.cc: New file.
9983 * gdb.dwarf2/dw4-sig-types.h: New file.
9984 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
9985 * gdb.dwarf2/dw4-sig-types.exp: New file.
9986
9987 2010-08-23 Tom Tromey <tromey@redhat.com>
9988
9989 PR python/11145:
9990 * gdb.python/py-value.c (Base, Derived): New types.
9991 (base): New global.
9992 * gdb.python/py-value.exp (test_subscript_regression): Add
9993 dynamic_cast test.
9994
9995 2010-08-23 Tom Tromey <tromey@redhat.com>
9996
9997 PR python/10676:
9998 * gdb.python/py-type.exp (test_fields): Add tests for type
9999 equality.
10000
10001 2010-08-23 Tom Tromey <tromey@redhat.com>
10002
10003 PR python/11915:
10004 * gdb.python/py-type.exp (test_fields): Add tests for array.
10005
10006 2010-08-23 Keith Seitz <keiths@redhat.com>
10007
10008 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
10009 have any children. Create a new abbrev for it.
10010 Add missing terminal sequence to .debug_abbrev.
10011
10012 2010-08-20 Keith Seitz <keiths@redhat.com>
10013
10014 PR symtab/11465:
10015 * gdb.dwarf2/pr11465.exp: New test.
10016 * gdb.dwarf2/pr11465.S: New file.
10017 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
10018 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
10019
10020 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
10021
10022 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
10023 registers. Update data sets with the new v2_double element in the
10024 VSX register union. Add vector_register3_vr data set for the AltiVec
10025 registers. Use gdb_test_no_output instead of send_gdb.
10026
10027 2010-08-19 Pedro Alves <pedro@codesourcery.com>
10028
10029 * gdb.python/py-shared.exp: New file, factored out from
10030 python.exp.
10031 * gdb.python/py-shared.c: New file.
10032 * gdb.python/py-shared-sl.c: New file.
10033 * gdb.python/python-1.c: New file.
10034 * gdb.python/python-sl.c: Delete.
10035 * gdb.python/python.c: Mention python-1.c.
10036 * gdb.python/python.exp: Move shared library tests to
10037 py-shared.exp.
10038 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
10039 (MISCELLANEOUS): New.
10040 (clean mostlyclean): Also remove $MISCELLANEOUS.
10041
10042 2010-08-19 Doug Evans <dje@google.com>
10043
10044 PR exp/11926
10045 * gdb.base/printcmds.exp (test_float_accepted): New function.
10046 Move existing float tests there. Add tests for floats with suffixes.
10047 (test_float_rejected): New function.
10048 * gdb.java/jv-print.exp (test_float_accepted): New function.
10049 (test_float_rejected): New function.
10050 * gdb.objc/print.exp: New file.
10051 * gdb.pascal/print.exp: New file.
10052 * lib/objc.exp: New file.
10053
10054 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
10055
10056 * gdb.base/default.exp (info set): Avoid full buffer error and force
10057 reading up to final gdb prompt.
10058 (show): Likewise.
10059
10060 2010-08-18 Tom Tromey <tromey@redhat.com>
10061
10062 PR symtab/11919:
10063 * gdb.base/completion.exp: Add test.
10064
10065 2010-08-18 Doug Evans <dje@google.com>
10066
10067 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
10068 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
10069 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
10070 Simplify, early exit if runto_main fails.
10071 * gdb.fortran/exprs.exp: load_lib fortran.exp.
10072 (set_lang_fortran): Moved to lib/fortran.exp.
10073 * gdb.fortran/types.exp: load_lib fortran.exp.
10074 (set_lang_fortran): Moved to lib/fortran.exp.
10075 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
10076 * gdb.java/jprint.exp (set_lang_java): Ditto.
10077 * gdb.java/jv-exp.exp: load_lib java.exp.
10078 If set_lang_java fails, issue a warning instead of failure to be
10079 consistent with other set_lang_foo uses.
10080 (set_lang_java): Moved to lib/java.exp.
10081 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
10082 If set_lang_java fails, issue a warning instead of failure to be
10083 consistent with other set_lang_foo uses.
10084 * gdb.pascal/types.exp: load_lib pascal.exp.
10085 (set_lang_pascal): Moved to lib/pascal.exp.
10086 * lib/fortran.exp: New file.
10087 * lib/java.exp (set_lang_java): New function.
10088 * lib/pascal.exp (set_lang_pascal): New function.
10089
10090 2010-08-18 Yao Qi <yao@codesourcery.com
10091
10092 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
10093 func_nofb_start and func_loopfb_start, so that address of functions
10094 is equal to these labels on Thumb.
10095
10096 2010-08-18 Yao Qi <yao@codesourcery.com>
10097
10098 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
10099 to reflect latest c source file.
10100
10101 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10102
10103 * gdb.cp/infcall-dlopen.exp: New file.
10104 * gdb.cp/infcall-dlopen.cc: New file.
10105 * gdb.cp/infcall-dlopen-lib.cc: New file.
10106
10107 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10108 Pedro Alves <pedro@codesourcery.com>
10109
10110 PR breakpoints/11371
10111
10112 * gdb.base/watch-cond-infcall.exp: New file.
10113 * gdb.base/watch-cond-infcall.c: New file.
10114
10115 2010-08-16 Tom Tromey <tromey@redhat.com>
10116
10117 * gdb.base/help.exp: Update.
10118 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
10119 watchpoint.
10120 (test_watch_location): New proc.
10121 (test_watchpoint_in_big_blob): Delete watchpoint.
10122 * gdb.base/watchpoint.c (func5): New function.
10123 (main): Call it.
10124
10125 2010-08-16 Doug Evans <dje@google.com>
10126
10127 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
10128
10129 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10130
10131 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
10132 tests.
10133
10134 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
10135
10136 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
10137 * gdb.base/gnu_vector.c: New File.
10138 * gdb.base/gnu_vector.exp: Likewise.
10139
10140 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10141
10142 * gdb.python/python.c: New File.
10143 * gdb.python/python-sl.c: New File.
10144 * gdb.python/python.exp: Test solib_address and decode_line
10145 * functions.
10146
10147 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10148
10149 * gdb.python/python.exp (show height, set height 10)
10150 (verify pagination beforehand, verify pagination beforehand: q)
10151 (gdb.execute does not page, verify pagination afterwards)
10152 (verify pagination afterwards: q): New.
10153
10154 2010-08-02 Doug Evans <dje@google.com>
10155
10156 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
10157 because of an older gcc, change test2
10158 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
10159 to unsupported.
10160
10161 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
10162
10163 * gdb.base/break-always.exp: Do not expect full paths to file
10164 names.
10165 * gdb.base/commands.exp: Likewise.
10166
10167 2010-07-30 Doug Evans <dje@google.com>
10168
10169 * gdb.cp/temargs.exp: For new tests that require newer gccs,
10170 xfail them when run with older gccs.
10171
10172 * lib/gdb.exp (build_executable): Forward "c++" option to
10173 get_compiler_info.
10174
10175 * gdb.python/py-type.exp (test_template): Mark as xfail tests
10176 "python print ttype.template_argument(1)" and
10177 "python print isinstance(ttype.template_argument(1), gdb.Value)"
10178 if using gcc 4.4 or earlier.
10179
10180 * gdb.base/valgrind-db-attach.exp: Use unique test name for
10181 attach-to-debugger handling.
10182
10183 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10184
10185 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
10186 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
10187 (main): Use copyreloc.
10188 * gdb.base/prelink.exp (split debug of executable)
10189 (.dynbss vs. .bss address shift): New tests.
10190
10191 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10192
10193 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
10194 in gdb_test_multiple.
10195
10196 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10197
10198 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
10199 environment.
10200
10201 2010-07-28 Tom Tromey <tromey@redhat.com>
10202
10203 PR python/11060:
10204 * gdb.python/py-type.c (Temargs): New template.
10205 (temvar): New variable.
10206 * gdb.python/py-type.exp (test_template): New proc.
10207
10208 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10209
10210 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
10211 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
10212
10213 2010-07-28 Tom Tromey <tromey@redhat.com>
10214
10215 PR c++/9946:
10216 * gdb.cp/temargs.exp: New file.
10217 * gdb.cp/temargs.cc: New file.
10218
10219 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10220
10221 * gdb.base/help.exp (help disassemble): Update the content.
10222
10223 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10224
10225 * gdb.threads/ia64-sigill.exp: New file.
10226 * gdb.threads/ia64-sigill.c: New file.
10227
10228 2010-07-27 Tom Tromey <tromey@redhat.com>
10229
10230 * gdb.opt/inline-cmds.c (ATTR): New define.
10231 (func1): Use it.
10232 (func2): Likewise.
10233 (func3): Likewise.
10234 (outer_inline1): Likewise.
10235 (outer_inline2): Likewise.
10236 * gdb.opt/inline-bt.c (ATTR): New define.
10237 (func1): Use it.
10238 (func2): Likewise.
10239 * gdb.opt/inline-locals.c (ATTR): New define.
10240 (func1): Use it.
10241 (func2): Likewise.
10242
10243 2010-07-27 Tom Tromey <tromey@redhat.com>
10244
10245 * gdb.stabs/gdb11479.c (hack): New function.
10246 (test): Use it.
10247 (test2): Use it.
10248 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
10249 (int32_search_buf, int64_search_buf): No longer static.
10250 (x): Remove.
10251 * gdb.base/relocate.c (hack): New function.
10252
10253 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
10254
10255 * gdb.python/py-value.exp (test_inferior_function_call): New function.
10256 * gdb.python/py-value.c (func1): New function.
10257 (func2): Likewise.
10258
10259 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
10260
10261 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
10262 as not to clash with .data section.
10263
10264 2010-07-26 Jerome Guitton <guitton@adacore.com>
10265
10266 * gdb.base/code_elim.exp: New file.
10267 * gdb.base/code_elim1.c: New file.
10268 * gdb.base/code_elim2.c: New file.
10269
10270 2010-07-21 Pedro Alves <pedro@codesourcery.com>
10271
10272 PR symtab/11827
10273
10274 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
10275 (some_volatile_enum): New variable.
10276 * gdb.base/printcmds.exp (test_print_enums): New.
10277 <top level>: Call it.
10278
10279 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
10280
10281 * gdb.cp/fpointer.cc: New test.
10282 * gdb.cp/fpointer.exp: New test.
10283
10284 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10285
10286 * gdb.base/solib-nodir.exp: New file.
10287 * lib/gdb.exp (runto): New case for a GDB internal error.
10288
10289 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10290 Ulrich Weigand <uweigand@de.ibm.com>
10291 Tom Tromey <tromey@redhat.com>
10292
10293 * gdb.base/charset-malloc.c: New file.
10294 * gdb.base/charset.c (malloc_stub): New prototype.
10295 (main): Call it instead of malloc itself.
10296 * gdb.base/charset.exp: Use only prepare_for_testing.
10297 (binfile): Remove the variable.
10298
10299 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10300
10301 Make core files the process_stratum.
10302 * gdb.base/corefile.exp (run: load core again)
10303 (run: sanity check we see the core file, run: with core)
10304 (run: core file is cleared, attach: load core again)
10305 (attach: sanity check we see the core file, attach: with core)
10306 (attach: core file is cleared): New tests.
10307 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
10308
10309 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
10310
10311 * gdb.arch/altivec-abi.exp: New tests.
10312
10313 2010-07-13 Tom Tromey <tromey@redhat.com>
10314
10315 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
10316 (main): Use it.
10317 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
10318
10319 2010-07-13 Tom Tromey <tromey@redhat.com>
10320
10321 * gdb.base/label.exp: New file.
10322 * gdb.base/label.c: New file.
10323
10324 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
10325 H.J. Lu <hongjiu.lu@intel.com>
10326
10327 * lib/gdb.exp (is_ilp32_target): New.
10328 (is_lp64_target): Likewise.
10329
10330 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
10331 target.
10332 * gdb.arch/amd64-disp-step.exp: Likewise.
10333 * gdb.arch/amd64-dword.exp: Likewise.
10334 * gdb.arch/amd64-i386-address.exp: Likewise.
10335 * gdb.arch/amd64-word.exp: Likewise.
10336
10337 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
10338 target.
10339 * gdb.arch/i386-bp_permanent.exp: Likewise.
10340 * gdb.arch/i386-byte.exp: Likewise.
10341 * gdb.arch/i386-disp-step.exp: Likewise.
10342 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10343 * gdb.arch/i386-prologue.exp: Likewise.
10344 * gdb.arch/i386-size-overlap.exp: Likewise.
10345 * gdb.arch/i386-size.exp: Likewise.
10346 * gdb.arch/i386-sse.exp: Likewise.
10347 * gdb.arch/i386-unwind.exp: Likewise.
10348 * gdb.arch/i386-word.exp: Likewise.
10349
10350 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
10351 test only when building 64-bit executables. Do not hard-code
10352 -m64 option.
10353
10354 2010-07-07 Doug Evans <dje@google.com>
10355
10356 * lib/gdb.exp (gdb_test_list_exact): New function.
10357 * gdb.base/default.exp (show convenience): Call it, add tests for
10358 $_sdata = void, $_thread = 0.
10359
10360 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10361 Joel Brobecker <brobecker@adacore.com>
10362
10363 Fix re-run of PIE executable, PR shlibs/11776.
10364 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
10365 Remove $displacement_main to match the solib-svr4.c change. New "kill"
10366 and re-"run" of the inferior.
10367
10368 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10369 Joel Brobecker <brobecker@adacore.com>
10370
10371 Cope with missing /usr/sbin/prelink.
10372 * lib/prelink-support.exp (prelink_no):
10373 <result == 1 && $output is "no such file or directory">: New.
10374 (prelink_yes): Likewise. Return on failed prelink_no.
10375
10376 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10377 Joel Brobecker <brobecker@adacore.com>
10378
10379 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
10380 build_executable by build_executable_own_libs. Replace "prelink -R"
10381 execution by a call of prelink_yes. Comment why "prelink -r" needs no
10382 change.
10383 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
10384 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
10385 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
10386 Replace build_executable by build_executable_own_libs's function
10387 build_executable_own_libs.
10388 (prelinkNO): Create new stub to call prelink_no.
10389 (prelinkYES): Create new stub to call prelink_yes.
10390 (test_attach): Rename calls of copy to file_copy.
10391 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
10392 (copy): Move to ...
10393 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
10394 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
10395 * gdb.base/prelink.exp: Disable testcase also for is_remote and
10396 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
10397 special flags by gdb_compile_shlib. Replace second gdb_compile by
10398 build_executable_own_libs. Replace "prelink -R" execution by a call of
10399 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
10400 a second call of prelink_yes. Replace restart commands by
10401 clean_restart.
10402 (prelink): Rename to ...
10403 (seen displacement message): ... this test. Extend its expectation
10404 strictness.
10405
10406 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10407
10408 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
10409 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
10410 displacement message exactly once.
10411
10412 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10413 Joel Brobecker <brobecker@adacore.com>
10414
10415 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
10416 its restore after the <$relink_args != ""> loop. new comment.
10417
10418 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10419 Joel Brobecker <brobecker@adacore.com>
10420
10421 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
10422 code for it. New variable relink_args.
10423 (prelinkYES): Call prelinkNO.
10424 (test_attach): Accept new parameter relink_args. Re-prelink the binary
10425 in such case. Move the core code to ...
10426 (test_attach_gdb): ... a new function. Send GDB command "file".
10427 Extend expected "Attaching to " string.
10428
10429 2010-07-02 Tom Tromey <tromey@redhat.com>
10430
10431 * gdb.base/bitops.exp: Remove extraneous "pass".
10432
10433 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
10434
10435 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10436
10437 2010-07-01 Pedro Alves <pedro@codesourcery.com>
10438
10439 * gdb.base/help.exp: Adjust expected output.
10440
10441 2010-07-01 Pedro Alves <pedro@codesourcery.com>
10442
10443 * gdb.base/help.exp: Adjust expected output.
10444
10445 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10446
10447 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
10448 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
10449 c++/11702.
10450
10451 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10452 Doug Evans <dje@google.com>
10453
10454 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
10455 add .dynamic entry'.
10456
10457 2010-06-29 Doug Evans <dje@google.com>
10458
10459 Test PR c++/11702.
10460 * gdb.cp/m-static.exp: Add testcase.
10461 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
10462
10463 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
10464 Tom Tromey <tromey@redhat.com>
10465 Thiago Jung Bauermann <bauerman@br.ibm.com>
10466
10467 * gdb.python/py-inferior.c: New File.
10468 * gdb.python/py-infthread.c: New File.
10469 * gdb.python/py-inferior.exp: New File.
10470 * gdb.python/py-infthread.exp: New File.
10471
10472 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10473
10474 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
10475 (ptype ::C::OtherFileClass typedefs): New.
10476 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
10477 (C::OtherFileClass::cOtherFileClassVar2): New.
10478 (C::OtherFileClass::cOtherFileClassVar_use): Use also
10479 cOtherFileClassVar2.
10480 (C::cOtherFileType2, C::cOtherFileVar2): New.
10481 (C::cOtherFileVar_use): use also cOtherFileVar2.
10482 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
10483
10484 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10485
10486 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
10487 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
10488 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
10489 (print ::C::cOtherFileVar)
10490 (whatis C::OtherFileClass::cOtherFileClassType)
10491 (whatis ::C::OtherFileClass::cOtherFileClassType)
10492 (print C::OtherFileClass::cOtherFileClassVar)
10493 (print ::cOtherFileClassVar)
10494 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
10495 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
10496 trailing content.
10497 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
10498 (C::OtherFileClass::cOtherFileClassVar)
10499 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
10500 (C::cOtherFileVar, C::cOtherFileVar_use): New.
10501
10502 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10503
10504 Test PR c++/11703 and PR gdb/1448.
10505 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
10506 gdb/1448.
10507
10508 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10509
10510 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
10511 (main) <rtti_data>: New.
10512 * gdb.cp/virtbase.exp (print rtti_data): New.
10513
10514 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10515 Joel Brobecker <brobecker@adacore.com>
10516
10517 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
10518
10519 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10520
10521 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
10522
10523 2010-06-28 Doug Evans <dje@google.com>
10524
10525 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
10526
10527 2010-06-27 Doug Evans <dje@google.com>
10528
10529 * gdb.cp/m-static.exp: Update expected test output.
10530
10531 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
10532
10533 * gdb.gdb/selftest.exp: Adjust expected message for
10534 capturing start-up runtime.
10535
10536 2010-06-25 Tom Tromey <tromey@redhat.com>
10537
10538 PR python/10808:
10539 * gdb.python/python.exp: Add new tests.
10540
10541 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
10542
10543 * gdb.cp/operator.cc: Created an import loop.
10544 * gdb.cp/operator.exp: Added testcase for import loop.
10545
10546 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10547
10548 Test PR python/11407.
10549 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
10550 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
10551 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
10552 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
10553 executable_nofb and executable_fb. New variables srcsfile, objsfile,
10554 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
10555 binfile. Call gdb_compile with clean_restart twice.
10556 (func_nofb print, func_nofb backtrace, func_loopfb print)
10557 (func_loopfb backtrace): New.
10558
10559 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10560
10561 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
10562 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
10563 by a hand made one.
10564 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
10565 i?86 requirement. Remove variables srcfile and binfile. New variable
10566 sources, executable_nofb and executable_fb. Call prepare_for_testing.
10567
10568 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10569
10570 * gdb.cell/dwarfaddr.exp: New file.
10571 * gdb.cell/dwarfaddr.S: New file.
10572
10573 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10574
10575 Test PR 9436.
10576 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
10577
10578 2010-06-24 Hui Zhu <teawater@gmail.com>
10579
10580 * gdb.base/eval.exp: New file.
10581
10582 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10583
10584 * gdb.cell/fork.exp: New file.
10585 * gdb.cell/fork.c: Likewise.
10586 * gdb.cell/fork-spu.c: Likewise.
10587
10588 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
10589
10590 * lib/gdb.exp (banned_variables_traced): New global variable.
10591 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
10592 (gdb_init): Use `trace add variable' instead of obsolete
10593 `trace variable'.
10594
10595 2010-06-21 Doug Evans <dje@google.com>
10596
10597 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
10598
10599 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10600
10601 * gdb.arch/spu-ls.exp: New file.
10602 * gdb.arch/spu-ls.c: Likewise.
10603
10604 2010-06-18 Stan Shebs <stan@codesourcery.com>
10605
10606 * gdb.threads/thread-specific.exp: Add tests of $_thread.
10607
10608 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10609
10610 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
10611 * gdb.base/watch-cond.exp: Likewise.
10612 * gdb.python/py-breakpoint.exp: Likewise.
10613
10614 2010-06-18 Pedro Alves <pedro@codesourcery.com>
10615
10616 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
10617 clean_restart, make sure every test has a distinct message, and
10618 that messages don't include the executable' full path.
10619
10620 2010-06-17 Doug Evans <dje@google.com>
10621
10622 * gdb.arch/i386-size.exp: Updated expected output for
10623 DISASSEMBLY_OMIT_FNAME.
10624
10625 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10626 Sergio Durigan Junior <sergiodj@redhat.com>
10627
10628 * gdb.base/watch-notconst.c: New file.
10629 * gdb.base/watch-notconst.S: New file.
10630 * gdb.base/watch-notconst2.c: New file.
10631 * gdb.base/watch-notconst2.S: New file.
10632 * gdb.base/watch-notconst.exp: New file.
10633 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
10634 (func4): Add operations on `global_ptr_ptr'.
10635 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
10636 routine to test watchpoints created with a constant expression.
10637 (test_inaccessible_watchpoint): Include tests for watchpoints
10638 created with a constant expression.
10639
10640 2010-06-14 Kevin Buettner <kevinb@redhat.com>
10641
10642 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
10643 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
10644 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
10645 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
10646 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
10647 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
10648 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
10649 of `_start'.
10650
10651 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10652
10653 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
10654 not supported on the target.
10655 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10656 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10657 * gdb.mi/mi-nsintrall.exp: Likewise.
10658 * gdb.mi/mi-nsmoribund.exp: Likewise.
10659 * gdb.mi/mi-nsthrexec.exp: Likewise.
10660
10661 2010-06-11 Stan Shebs <stan@codesourcery.com>
10662
10663 * gdb.base/permissions.exp: New file.
10664
10665 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10666
10667 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
10668 does not support ELF executable class.
10669
10670 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10671
10672 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
10673
10674 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10675
10676 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
10677 (runto): Catch "The target does not support running in non-stop mode.".
10678
10679 2010-06-11 Michael Snyder <msnyder@vmware.com>
10680
10681 * gdb.base/setshow.exp (set language asm): Don't use
10682 gdb_test_no_output, fails on some targets.
10683
10684 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10685
10686 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
10687 * gdb.cp/pr9167.exp: Likewise.
10688
10689 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10690
10691 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
10692
10693 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10694
10695 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
10696
10697 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10698
10699 * gdb.base/charset.c (main): Make sure malloc gets linked in.
10700
10701 2010-06-11 Tom Tromey <tromey@redhat.com>
10702
10703 PR gdb/9977, PR exp/11636::
10704 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
10705 (pieces_test_f6): Update expected output.
10706
10707 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10708
10709 * gdb.base/moribund-step.exp: New.
10710
10711 2010-06-08 Michael Snyder <msnyder@vmware.com>
10712
10713 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
10714 * gdb.ada/boolean_expr.exp:
10715 * gdb.ada/frame_args.exp: Ditto.
10716 * gdb.ada/lang_switch.exp: Ditto.
10717 * gdb.ada/ptype_arith_binop.exp: Ditto.
10718 * gdb.ada/ref_param.exp: Ditto.
10719 * gdb.ada/type_coercion.exp:Ditto.
10720
10721 * gdb.asm/asm-source.exp: Ditto.
10722
10723 * gdb.base/attach.exp: Ditto.
10724 * gdb.base/bitfields2.exp: Ditto.
10725 * gdb.base/call-signal-resume.exp: Ditto.
10726 * gdb.base/callfuncs.exp: Ditto.
10727 * gdb.base/commands.exp: Ditto.
10728 * gdb.base/dbx.exp: Ditto.
10729 * gdb.base/default.exp: Ditto.
10730 * gdb.base/dump.exp: Ditto.
10731 * gdb.base/exprs.exp: Ditto.
10732 * gdb.base/freebpcmd.exp: Ditto.
10733 * gdb.base/interrupt.exp: Ditto.
10734 * gdb.base/list.exp: Ditto.
10735 * gdb.base/long_long.exp: Ditto.
10736 * gdb.base/maint.exp: Ditto.
10737 * gdb.base/ptype.exp: Ditto.
10738 * gdb.base/return.exp: Ditto.
10739 * gdb.base/setshow.exp: Ditto.
10740 * gdb.base/sigbpt.exp: Ditto.
10741 * gdb.base/sigrepeat.exp: Ditto.
10742
10743 * gdb.cp/classes.exp: Ditto.
10744
10745 * gdb.dwarf2/dw2-restore.exp: Ditto.
10746
10747 * gdb.gdb/selftest.exp: Ditto.
10748
10749 * gdb.multi/base.exp: Ditto.
10750 * gdb.multi/bkpt-multi-exec.exp: Ditto.
10751
10752 * gdb.python/py-block.exp: Ditto.
10753 * gdb.python/py-prettyprint.exp: Ditto.
10754 * gdb.python/py-template.exp: Ditto.
10755
10756 * gdb.server/ext-attach.exp: Ditto.
10757 * gdb.server/ext-run.exp: Ditto.
10758 * gdb.server/server-mon.exp: Ditto.
10759
10760 * gdb.threads/fork-thread-pending.exp: Ditto.
10761 * gdb.threads/hand-call-in-threads.exp: Ditto.
10762 * gdb.threads/interrupted-hand-call.exp: Ditto.
10763 * gdb.threads/linux-dp.exp: Ditto.
10764 * gdb.threads/manythreads.exp: Ditto.
10765 * gdb.threads/print-threads.exp: Ditto.
10766 * gdb.threads/pthreads.exp: Ditto.
10767 * gdb.threads/schedlock.exp: Ditto.
10768 * gdb.threads/thread-unwindonsignal.exp: Ditto.
10769 * gdb.threads/threadapply.exp: Ditto.
10770
10771 2010-06-08 Michael Snyder <msnyder@vmware.com>
10772
10773 * gdb.ada/exec_changed.exp:
10774 Use ".*" instead of "" as wildcard regexp.
10775
10776 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
10777 * gdb.base/call-ar-st.exp: Ditto.
10778 * gdb.base/checkpoint.exp: Ditto.
10779 * gdb.base/default.exp: Ditto.
10780 * gdb.base/dump.exp: Ditto.
10781 * gdb.base/ending-run.exp: Ditto.
10782 * gdb.base/fileio.exp: Ditto.
10783 * gdb.base/miscexprs.exp: Ditto.
10784 * gdb.base/pointers.exp: Ditto.
10785 * gdb.base/readline.exp: Ditto.
10786 * gdb.base/reread.exp: Ditto.
10787 * gdb.base/restore.exp: Ditto.
10788 * gdb.base/shlib-call.exp: Ditto.
10789 * gdb.base/valgrind-db-attach.exp: Ditto.
10790 * gdb.base/volatile.exp: Ditto.
10791 * gdb.base/watchpoints.exp: Ditto.
10792
10793 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
10794
10795 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
10796 * gdb.python/py-value.exp: Ditto.
10797
10798 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
10799 * gdb.trace/circ.exp: Ditto.
10800 * gdb.trace/collection.exp: Ditto.
10801 * gdb.trace/packetlen.exp: Ditto.
10802 * gdb.trace/passc-dyn.exp: Ditto.
10803 * gdb.trace/report.exp: Ditto.
10804 * gdb.trace/tfile.exp: Ditto.
10805 * gdb.trace/tfind.exp: Ditto.
10806 * gdb.trace/while-dyn.exp: Ditto.
10807
10808 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10809
10810 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
10811
10812 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10813
10814 Test PR 10640.
10815 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
10816
10817 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
10818
10819 * gdb.cp/koenig.exp: Test for ADL operators.
10820 * gdb.cp/koenig.cc: Added ADL operators.
10821 * gdb.cp/operator.exp: New test.
10822 * gdb.cp/operator.cc: New test.
10823
10824 2010-06-04 Michael Snyder <msnyder@vmware.com>
10825
10826 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
10827 * gdb.base/pending.exp: Ditto.
10828
10829 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
10830
10831 2010-06-04 Doug Evans <dje@google.com>
10832
10833 * gdb.python/py-prettyprint.exp: Add new test for enabled and
10834 disabled printers.
10835 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
10836 (enable_lookup_function): New function.
10837
10838 2010-06-04 Tom Tromey <tromey@redhat.com>
10839
10840 * gdb.python/py-value.exp (test_value_hash): Don't test equality
10841 of hash and id.
10842
10843 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10844
10845 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
10846 newline.
10847 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
10848 (empty verbose non-noisy clear, empty verbose noisy clear)
10849 (empty non-verbose noisy clear): Likewise.
10850
10851 2010-06-03 Michael Snyder <msnyder@vmware.com>
10852
10853 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
10854 * gdb.base/display.exp: Ditto.
10855 * gdb.base/find.exp: Ditto.
10856 * gdb.base/ifelse.exp: Ditto.
10857 * gdb.base/multi-forks.exp: Ditto.
10858 * gdb.base/recurse.exp: Ditto.
10859 * gdb.base/setshow.exp: Ditto.
10860 * gdb.base/value-double-free.exp: Ditto.
10861 * gdb.base/watch-vfork.exp: Ditto.
10862 * gdb.base/watch_thread_num.exp: Ditto.
10863 * gdb.base/watchpoint-solib.exp: Ditto.
10864 * gdb.base/watchpoint.exp: Ditto.
10865 * gdb.base/watchpoints.exp: Ditto.
10866
10867 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
10868 * gdb.cp/overload.exp: Ditto.
10869 * gdb.cp/virtfunc.exp: Ditto.
10870
10871 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
10872
10873 * gdb.reverse/watch-precsave.exp:
10874 Replace gdb_test with gdb_test_no_output.
10875
10876 * gdb.threads/attach-into-signal.exp:
10877 Replace gdb_test with gdb_test_no_output.
10878 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
10879 * gdb.threads/watchthreads.exp: Ditto.
10880 * gdb.threads/watchthreads2.exp: Ditto.
10881
10882 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
10883 * gdb.trace/tfind.exp: Ditto.
10884
10885 2010-06-03 Joel Brobecker <brobecker@adacore.com>
10886
10887 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
10888 successful test if message is the empty string.
10889
10890 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10891
10892 * gdb.fortran/module.exp (stopped language detection): New test.
10893
10894 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10895
10896 Support DW_TAG_module as separate namespaces.
10897 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
10898 gdb.fortran/library-module-lib.f90: New.
10899 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
10900 (print i): Remove.
10901 (continue to breakpoint: i-is-1, print var_i value 1)
10902 (continue to breakpoint: i-is-2, print var_i value 2)
10903 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
10904 (print var_d, print var_i value 14, ptype modmany, complete `modm)
10905 (complete `modmany, complete `modmany`, complete `modmany`var)
10906 (show language, setting breakpoint at module): New tests.
10907 * gdb.fortran/module.f90 (module mod): Remove.
10908 (module mod1, module mod2, module modmany, subroutine sub1)
10909 (subroutine sub2, program module): New.
10910
10911 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10912
10913 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
10914 (print value of rUC, print value of rI, print value of UI): ... here.
10915 * gdb.cp/anon-union.exp (pass): Rename to ...
10916 (print z 2): ... here.
10917
10918 2010-06-02 Michael Snyder <msnyder@vmware.com>
10919
10920 * gdb.trace/actions.exp: Use gdb_test_no_output.
10921 * gdb.trace/circ.exp: Ditto.
10922 * gdb.trace/packetlen.exp: Ditto.
10923 * gdb.trace/save-trace.exp: Ditto.
10924 * gdb.trace/tracecmd.exp: Ditto.
10925 * gdb.trace/tsv.exp: Ditto.
10926
10927 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
10928 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
10929 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
10930 * gdb.threads/manythreads.exp: Ditto.
10931 * gdb.threads/print-threads.exp: Ditto.
10932 * gdb.threads/pthreads.exp: Ditto.
10933 * gdb.threads/schedlock.exp: Ditto.
10934 * gdb.threads/staticthreads.exp: Ditto.
10935 * gdb.threads/thread-specific.exp: Ditto.
10936 * gdb.threads/thread-unwindonsignal.exp: Ditto.
10937 * gdb.threads/threadapply.exp: Ditto.
10938 * gdb.threads/watchthreads.exp: Ditto.
10939 * gdb.threads/watchthreads2.exp: Ditto.
10940
10941 * gdb.python/py-block.exp: Use gdb_test_no_output.
10942 * gdb.python/py-prettyprint.exp: Ditto.
10943 * gdb.python/py-template.exp: Ditto.
10944 * gdb.python/py-value.exp: Ditto.
10945
10946 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
10947 * gdb.reverse/watch-reverse.exp: Ditto.
10948
10949 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
10950 * gdb.server/ext-run.exp: Ditto.
10951
10952 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
10953 * gdb.dwarf2/dw2-compressed.exp: Ditto.
10954 * gdb.dwarf2/dw2-intercu.exp: Ditto.
10955 * gdb.dwarf2/dw2-intermix.exp: Ditto.
10956 * gdb.dwarf2/dw2-producer.exp: Ditto.
10957 * gdb.dwarf2/mac-fileno.exp: Ditto.
10958
10959 * gdb.gdb/observer.exp: Use gdb_test_no_output.
10960 * gdb.gdb/selftest.exp: Ditto.
10961
10962 * gdb.multi/base.exp: Use gdb_test_no_output.
10963
10964 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
10965
10966 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10967
10968 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
10969
10970 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
10971
10972 * gdb.cp/class2.exp: Use gdb_test_no_output.
10973 * gdb.cp/classes.exp: Ditto.
10974 * gdb.cp/extern-c.exp: Ditto.
10975 * gdb.cp/inherit.exp: Ditto.
10976 * gdb.cp/maint.exp: Ditto.
10977 * gdb.cp/mb-inline.exp: Ditto.
10978 * gdb.cp/mb-templates.exp: Ditto.
10979 * gdb.cp/method2.exp: Ditto.
10980 * gdb.cp/misc.exp: Ditto.
10981 * gdb.cp/ovldbreak.exp: Ditto.
10982 * gdb.cp/punctuator.exp: Ditto.
10983 * gdb.cp/templates.exp: Ditto.
10984 * gdb.cp/virtbase.exp: Ditto.
10985
10986 * gdb.threads/attach-stopped.exp:
10987 Replace uses of send_gdb / gdb_expect.
10988 * gdb.threads/attachstop-mt.exp:
10989 Replace uses of send_gdb / gdb_expect.
10990 * gdb.threads/gcore-thread.exp:
10991 Replace uses of send_gdb / gdb_expect.
10992 * gdb.threads/hand-call-in-threads.exp:
10993 Replace uses of send_gdb / gdb_expect.
10994 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
10995 * gdb.threads/print-threads.exp:
10996 Replace uses of send_gdb / gdb_expect.
10997 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
10998 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
10999 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
11000
11001 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
11002 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
11003 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
11004 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
11005 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
11006 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
11007 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
11008 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
11009 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
11010 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
11011 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
11012
11013 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11014
11015 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
11016
11017 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
11018
11019 * gdb.cp/koenig.exp: Added new test case.
11020 * gdb.cp/koenig.cc: Ditto.
11021
11022 2010-06-01 Michael Snyder <msnyder@vmware.com>
11023
11024 * gdb.base/arithmet.exp: Use gdb_test_no_output.
11025 * gdb.base/arrayidx.exp: Ditto.
11026 * gdb.base/attach.exp: Ditto.
11027 * gdb.base/auxv.exp: Ditto.
11028 * gdb.base/bigcre.exp: Ditto.
11029 * gdb.base/break-always.exp: Ditto.
11030 * gdb.base/break-interp.exp: Ditto.
11031 * gdb.base/break.exp: Ditto.
11032 * gdb.base/breakpoint-shadow.exp: Ditto.
11033 * gdb.base/call-ar-st.exp: Ditto.
11034 * gdb.base/call-sc.exp: Ditto.
11035 * gdb.base/call-signal-resume.exp: Ditto.
11036 * gdb.base/callfuncs.exp: Ditto.
11037 * gdb.base/catch-syscall.exp: Ditto.
11038 * gdb.base/charset.exp: Ditto.
11039 * gdb.base/code-expr.exp: Ditto.
11040 * gdb.base/commands.exp: Ditto.
11041 * gdb.base/cond-expr.exp: Ditto.
11042 * gdb.base/condbreak.exp: Ditto.
11043 * gdb.base/cursal.exp: Ditto.
11044 * gdb.base/cvexpr.exp: Ditto.
11045 * gdb.base/default.exp: Ditto.
11046 * gdb.base/del.exp: Ditto.
11047 * gdb.base/detach.exp: Ditto.
11048 * gdb.base/display.exp: Ditto.
11049 * gdb.base/ena-dis-br.exp: Ditto.
11050 * gdb.base/eval-skip.exp: Ditto.
11051 * gdb.base/foll-fork.exp: Ditto.
11052 * gdb.base/foll-vfork.exp: Ditto.
11053 * gdb.base/frame-args.exp: Ditto.
11054 * gdb.base/funcargs.exp: Ditto.
11055 * gdb.base/gcore-buffer-overflow.exp: Ditto.
11056 * gdb.base/gdbvars.exp: Ditto.
11057 * gdb.base/help.exp: Ditto.
11058 * gdb.base/ifelse.exp: Ditto.
11059 * gdb.base/included.exp: Ditto.
11060 * gdb.base/list.exp: Ditto.
11061 * gdb.base/macscp.exp: Ditto.
11062 * gdb.base/maint.exp: Ditto.
11063 * gdb.base/multi-fork.exp: Ditto.
11064 * gdb.base/overlays.exp: Ditto.
11065 * gdb.base/page.exp: Ditto.
11066 * gdb.base/pending.exp: Ditto.
11067 * gdb.base/pointers.exp: Ditto.
11068 * gdb.base/pr11022.exp: Ditto.
11069 * gdb.base/prelink.exp: Ditto.
11070 * gdb.base/printcmds.exp: Ditto.
11071 * gdb.base/psymtab.exp: Ditto.
11072 * gdb.base/randomize.exp: Ditto.
11073 * gdb.base/relational.exp: Ditto.
11074 * gdb.base/relocate.exp: Ditto.
11075 * gdb.base/remote.exp: Ditto.
11076 * gdb.base/sepdebug.exp: Ditto.
11077 * gdb.base/set-lang-auto.exp: Ditto.
11078 * gdb.base/setshow.exp: Ditto.
11079 * gdb.base/setvar.exp: Ditto.
11080 * gdb.base/signals.exp: Ditto.
11081 * gdb.base/signull.exp: Ditto.
11082 * gdb.base/sigstep.exp: Ditto.
11083 * gdb.base/sizeof.exp: Ditto.
11084 * gdb.base/solib-disc.exp: Ditto.
11085 * gdb.base/store.exp: Ditto.
11086 * gdb.base/structs.exp: Ditto.
11087 * gdb.base/structs2.exp: Ditto.
11088 * gdb.base/subst.exp: Ditto.
11089 * gdb.base/term.exp: Ditto.
11090 * gdb.base/trace-commands.exp: Ditto.
11091 * gdb.base/unwindonsignal.exp: Ditto.
11092 * gdb.base/valgrind-db-attach.exp: Ditto.
11093 * gdb.base/varargs.exp: Ditto.
11094 * gdb.base/watch-cond.exp: Ditto.
11095 * gdb.base/watch_thread_num.exp: Ditto.
11096 * gdb.base/watchpoint-cond-gone.exp: Ditto.
11097 * gdb.base/watchpoint.exp: Ditto.
11098 * gdb.base/whatis-exp.exp: Ditto.
11099
11100 2010-06-01 Michael Snyder <msnyder@vmware.com>
11101
11102 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
11103 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
11104 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
11105 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
11106 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
11107 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
11108 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
11109 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
11110 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
11111 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
11112 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
11113 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
11114 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
11115 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
11116 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
11117
11118 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11119
11120 * gdb.base/commands.exp (begin commands on watch): Remove excessive
11121 trailing newline.
11122 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
11123 * gdb.java/jmisc.exp (p *args\n): Rename to ...
11124 (p *args): ... here and remove excessive trailing newline.
11125
11126 2010-05-31 Joel Brobecker <brobecker@adacore.com>
11127
11128 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
11129
11130 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11131
11132 Accept the new Linux kernel "t (tracing stop)" string.
11133 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
11134 Update comment.
11135 (state_wait) <T (tracing stop)>: New.
11136 (main): Update the state_wait expect string.
11137
11138 2010-05-28 Pedro Alves <pedro@codesourcery.com>
11139
11140 * limits.c, limits.exp: Delete files.
11141 * Makefile.in (clean mostlyclean): Adjust.
11142 * tracecmd.exp: Adjust.
11143
11144 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11145
11146 * gdb.base/tui-layout.exp: New.
11147
11148 2010-05-28 Michael Snyder <msnyder@vmware.com>
11149
11150 * gdb.reverse/break-precsave.exp:
11151 Replace uses of send_gdb / gdb_expect.
11152 * gdb.reverse/break-reverse.exp:
11153 Replace uses of send_gdb / gdb_expect.
11154 * gdb.reverse/consecutive-precsave.exp:
11155 Replace uses of send_gdb / gdb_expect.
11156 * gdb.reverse/consecutive-reverse.exp:
11157 Replace uses of send_gdb / gdb_expect.
11158 * gdb.reverse/finish-precsave.exp:
11159 Replace uses of send_gdb / gdb_expect.
11160 * gdb.reverse/finish-reverse.exp:
11161 Replace uses of send_gdb / gdb_expect.
11162 * gdb.reverse/i386-precsave.exp:
11163 Replace uses of send_gdb / gdb_expect.
11164 * gdb.reverse/i386-reverse.exp:
11165 Replace uses of send_gdb / gdb_expect.
11166 * gdb.reverse/i386-sse-reverse.exp:
11167 Replace uses of send_gdb / gdb_expect.
11168 * gdb.reverse/i387-env-reverse.exp:
11169 Replace uses of send_gdb / gdb_expect.
11170 * gdb.reverse/i387-stack-reverse.exp:
11171 Replace uses of send_gdb / gdb_expect.
11172 * gdb.reverse/machinestate-precsave.exp:
11173 Replace uses of send_gdb / gdb_expect.
11174 * gdb.reverse/machinestate.exp:
11175 Replace uses of send_gdb / gdb_expect.
11176 * gdb.reverse/sigall-precsave.exp:
11177 Replace uses of send_gdb / gdb_expect.
11178 * gdb.reverse/sigall-reverse.exp:
11179 Replace uses of send_gdb / gdb_expect.
11180 * gdb.reverse/solib-precsave.exp:
11181 Replace uses of send_gdb / gdb_expect.
11182 * gdb.reverse/solib-reverse.exp:
11183 Replace uses of send_gdb / gdb_expect.
11184 * gdb.reverse/step-precsave.exp:
11185 Replace uses of send_gdb / gdb_expect.
11186 * gdb.reverse/step-reverse.exp:
11187 Replace uses of send_gdb / gdb_expect.
11188 * gdb.reverse/until-precsave.exp:
11189 Replace uses of send_gdb / gdb_expect.
11190 * gdb.reverse/until-reverse.exp:
11191 Replace uses of send_gdb / gdb_expect.
11192 * gdb.reverse/watch-precsave.exp:
11193 Replace uses of send_gdb / gdb_expect.
11194 * gdb.reverse/watch-reverse.exp:
11195 Replace uses of send_gdb / gdb_expect.
11196
11197 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11198
11199 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
11200 excessive newline.
11201
11202 2010-05-27 Michael Snyder <msnyder@vmware.com>
11203
11204 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
11205 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
11206 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
11207 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
11208 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
11209 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
11210 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
11211 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
11212 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
11213 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
11214 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
11215 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
11216 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
11217 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
11218 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
11219 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
11220 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
11221 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
11222 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
11223
11224 2010-05-26 Michael Snyder <msnyder@vmware.com>
11225
11226 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
11227 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
11228
11229 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
11230 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
11231 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
11232
11233 * gdb.reverse/consecutive-reverse.exp:
11234 Replace uses of send_gdb / gdb_expect.
11235 * gdb.reverse/consecutive-precsave.exp:
11236 Replace uses of send_gdb / gdb_expect.
11237
11238 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
11239 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
11240 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
11241 * gdb.mi/mi-ns-stale-regcache.exp:
11242 Replace uses of send_gdb / gdb_expect.
11243 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
11244 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
11245 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
11246 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
11247 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
11248 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
11249 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
11250 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
11251 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
11252
11253 2010-05-26 Michael Snyder <msnyder@vmware.com>
11254
11255 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
11256
11257 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
11258
11259 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
11260 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
11261 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
11262 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
11263 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
11264 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
11265 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
11266 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
11267 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
11268
11269 2010-05-25 Tom Tromey <tromey@redhat.com>
11270
11271 * gdb.base/macscp.exp: Add missing space after setup_kfail.
11272
11273 2010-05-25 Tom Tromey <tromey@redhat.com>
11274
11275 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
11276 argument order.
11277 * gdb.base/macscp.exp: Fix setup_kfail argument order.
11278 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
11279 order.
11280 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
11281 order.
11282 * gdb.base/call-sc.exp (setup_kfails): Remove.
11283 (setup_compiler_kfails): Remove.
11284 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
11285 argument order.
11286 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
11287 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
11288 (advancei): Fix setup_kfail argument order.
11289 * gdb.base/radix.exp: Fix setup_kfail argument order.
11290 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
11291 order.
11292 * gdb.base/structs.exp (setup_kfails): Remove.
11293 (setup_compiler_kfails): Fix setup_kfail argument order.
11294 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
11295 order.
11296 * gdb.java/jmain.exp: Fix setup_kfail argument order.
11297 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
11298 setup_kfail argument order.
11299 * gdb.cp/overload.exp: Fix setup_kfail argument order.
11300
11301 2010-05-25 Tom Tromey <tromey@redhat.com>
11302
11303 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
11304
11305 2010-05-25 Michael Snyder <msnyder@vmware.com>
11306
11307 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
11308 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
11309 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
11310 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
11311 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
11312 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
11313 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
11314 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
11315 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
11316 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
11317 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
11318 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
11319 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
11320 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
11321 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
11322 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
11323 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
11324 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
11325 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
11326 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
11327 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
11328 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
11329 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
11330 * gdb.base/default.exp: Replace send_gdb with gdb_test.
11331 * gdb.base/define.exp: Replace send_gdb with gdb_test.
11332 * gdb.base/display.exp: Replace send_gdb with gdb_test.
11333 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
11334 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
11335 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
11336 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
11337 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
11338 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
11339 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
11340 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
11341 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
11342 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
11343 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
11344 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
11345 * gdb.base/help.exp: Replace send_gdb with gdb_test.
11346 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
11347 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
11348 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
11349 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
11350 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
11351 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
11352 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
11353 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
11354 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
11355
11356 2010-05-25 Doug Evans <dje@google.com>
11357
11358 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
11359 gdb.string_to_argv.
11360
11361 2010-05-21 Tom Tromey <tromey@redhat.com>
11362
11363 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
11364 Call it.
11365 * gdb.dwarf2/pieces.S: Update.
11366 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
11367
11368 2010-05-21 Tom Tromey <tromey@redhat.com>
11369
11370 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
11371 Call it.
11372 * gdb.dwarf2/pieces.c (struct C): New.
11373 (f6): New function.
11374 * gdb.dwarf2/pieces.S: Replace.
11375
11376 2010-05-21 Tom Tromey <tromey@redhat.com>
11377
11378 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
11379 Call it.
11380
11381 2010-05-21 Tom Tromey <tromey@redhat.com>
11382
11383 * gdb.dwarf2.pieces.exp: New file.
11384 * gdb.dwarf2.pieces.S: New file.
11385 * gdb.dwarf2.pieces.c: New file.
11386
11387 2010-05-20 Pedro Alves <pedro@codesourcery.com>
11388 Joel Brobecker <brobecker@adacore.com>
11389
11390 * lib/gdb.exp (gdb_test_no_output): New function.
11391 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
11392 when testing commands that should produce no output.
11393
11394 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11395
11396 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
11397 parameter that we want to watch being a constant.
11398
11399 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11400
11401 * gdb.ada/cond_lang: New testcase.
11402
11403 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11404
11405 * lib/gdb.exp (banned_variables): New variable/constant.
11406 (gdb_init): Add write trace on variables listed in banned_variables.
11407 (gdb_finish): Remove write traces on variables listed in
11408 banned_variables.
11409
11410 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11411
11412 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
11413 * gdb.cp/koenig.exp: Likewise.
11414
11415 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
11416
11417 PR python/11482
11418
11419 * gdb.python/py-value.exp (test_value_hash): New function.
11420
11421 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
11422
11423 PR exp/11530.
11424 * gdb.base/gdb11530.c: New file.
11425 * gdb.base/gdb11530.exp: New file.
11426
11427 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11428
11429 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
11430 * gdb.dwarf2/dw2-modula2-self-type.S: New.
11431
11432 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
11433
11434 * gdb.cp/koenig.exp: New test.
11435 * gdb.cp/koenig.cc: New test program.
11436
11437 2010-05-05 Joel Brobecker <brobecker@adacore.com>
11438
11439 Remove the use of prms_id and bug_id throughout the testsuite.
11440
11441 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
11442
11443 PR exp/11349.
11444 * testsuite/gdb.cp/ref-types.exp: Add test to examine
11445 use a reference local variable.
11446
11447 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11448
11449 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
11450 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
11451 variable different_dir. Move debugfile into a full directory pathname
11452 under DIFFERENT_DIR.
11453 * lib/gdb.exp (separate_debug_filename): Remove.
11454 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
11455 variable debug_dir and mkdir of it. Update function comments.
11456
11457 2010-04-29 Pedro Alves <pedro@codesourcery.com>
11458
11459 PR gdb/11557
11460
11461 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
11462 files.
11463
11464 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
11465
11466 * gdb.python/py-param.exp: New File.
11467
11468 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
11469
11470 * gdb.base/default.exp: Fix "set language" test.
11471
11472 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
11473
11474 PR breakpoints/11531.
11475 * gdb.base/gdb11531.c: New file.
11476 * gdb.base/gdb11531.exp: New file.
11477
11478 2010-04-26 Tom Tromey <tromey@redhat.com>
11479
11480 * gdb.base/completion.exp: Add tests for completion and deprecated
11481 commands.
11482
11483 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11484
11485 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
11486 (print /x char_array): Escape curly brackets.
11487
11488 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11489
11490 Fix deadlock on looped list of loaded shared objects.
11491 * gdb.base/solib-corrupted.exp: New.
11492
11493 2010-04-23 Doug Evans <dje@google.com>
11494
11495 * gdb.python/py-section-script.c: New file.
11496 * gdb.python/py-section-script.exp: New file.
11497 * gdb.python/py-section-script.py: New file.
11498
11499 2010-04-20 Chris Moller <cmoller@redhat.com>
11500
11501 PR 10179
11502
11503 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
11504 * gdb.base/pr10179-a.c:
11505 * gdb.base/pr10179-b.c:
11506 * gdb.base/pr10179.exp: New files.
11507
11508 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11509
11510 Fix crashes on dangling display expressions.
11511 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
11512 is SEP.
11513 (lib_flags): Remove the "debug" keyword.
11514 (libsepdebug): New variable for iterating new loop.
11515 (save_pf_prefix): New variable wrapping the loop.
11516 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
11517 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
11518
11519 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11520
11521 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
11522
11523 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11524
11525 PR stabs/11479.
11526 * gdb.stabs/gdb11479.exp: New file.
11527 * gdb.stabs/gdb11479.c: New file.
11528
11529 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11530
11531 * gdb.base/charset.c (Strin16, String32): New variables.
11532 * gdb.base/charset.exp (gdb_test): Test correct display
11533 of 16 or 32 bit strings.
11534
11535 2010-04-21 Chris Moller <cmoller@redhat.com>
11536
11537 PR 9167
11538 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
11539 * gdb.cp/pr9167.cc: New file.
11540 * gdb.cp/pr9167.exp: New file.
11541
11542
11543 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
11544
11545 PR pascal/11492.
11546 * gdb.pascal/gdb11492.pas: New file.
11547 * gdb.pascal/gdb11492.exp: New file.
11548
11549 2010-04-20 Joel Brobecker <brobecker@adacore.com>
11550
11551 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
11552
11553 2010-04-20 Joel Brobecker <brobecker@adacore.com>
11554
11555 * gdb.ada/dyn_loc: New testcase.
11556
11557 2010-04-20 Chris Moller <cmoller@redhat.com>
11558
11559 PR 10867
11560
11561 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
11562 * gdb.cp/pr10687.cc: New file.
11563 * gdb.cp/pr10687.exp: New file.
11564
11565
11566 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11567 Sergio Durigan Junior <sergiodj@redhat.com>
11568
11569 * gdb.fortran/logical.exp: New testcase.
11570 * gdb.fortran/logical.f90: New file.
11571
11572 2010-04-19 Doug Evans <dje@google.com>
11573
11574 * gdb.base/help.exp (help source): Update expected output.
11575
11576 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11577
11578 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
11579 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
11580 gdb_exit and return.
11581 (executable): New variable.
11582 (binfile): Use it.
11583
11584 2010-04-19 Pedro Alves <pedro@codesourcery.com>
11585
11586 PR breakpoints/8554.
11587
11588 * gdb.trace/save-trace.exp: Adjust.
11589
11590 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
11591
11592 PR corefiles/11511
11593 * gdb.arch/system-gcore.exp: New.
11594 * gdb.arch/gcore.c: Likewise.
11595
11596 2010-04-15 Doug Evans <dje@google.com>
11597
11598 * gdb.python/py-progspace.c: New file.
11599 * gdb.python/py-progspace.exp: New file.
11600
11601 * gdb.base/source.exp: Add tests for "source -s".
11602
11603 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
11604
11605 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
11606 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
11607 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
11608 * gdb.python/py-mi.exp: New test for to_string returning None.
11609
11610 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
11611
11612 * gdb.python/py-breakpoint.c: Make result global.
11613
11614 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11615
11616 Fix non-GNU make compatibility.
11617 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
11618
11619 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
11620
11621 * gdb.python/py-breakpoint.exp: New File.
11622 * gdb.python/py-breakpoint.C: Ditto.
11623
11624 2010-04-08 Stan Shebs <stan@codesourcery.com>
11625
11626 * gdb.trace/actions.exp: Clear default-collect.
11627 * gdb.trace/save-trace.exp: Clear default-collect.
11628
11629 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
11630
11631 * gdb.python/py-value: Add null string variable.
11632 (test_lazy_string): Test zero length, NULL address lazy
11633 strings.
11634
11635 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
11636
11637 * gdb.arch/i386-avx.c: New.
11638 * gdb.arch/i386-avx.exp: Likewise.
11639
11640 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
11641
11642 2010-04-06 Doug Evans <dje@google.com>
11643
11644 * gdb.base/source-test.gdb: New file.
11645 * gdb.base/source.exp: Test source -v.
11646
11647 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11648
11649 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
11650
11651 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
11652
11653 * gdb.stabs/aout.sed: Convert all backslash to double backslash
11654 within one line, unless it is followed by a double quote.
11655 * gdb.stabs/hppa.sed: Idem.
11656 * gdb.stabs/weird.def: Add char and String constants
11657 * gdb.stabs/weird.exp: Check for correct parsing of
11658 char and string constants.
11659 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
11660 in .stabs to .stabx substitution.
11661
11662 2010-04-05 Stan Shebs <stan@codesourcery.com>
11663
11664 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
11665 constant global.
11666 * gdb.trace/tfile.exp: Try to print them.
11667
11668 2010-04-04 Stan Shebs <stan@codesourcery.com>
11669
11670 * gdb.base/completion.exp: Update for new "info watchpoints".
11671 * gdb.base/default.exp: Ditto.
11672 * gdb.base/help.exp: Ditto.
11673 * gdb.base/watchpoint.exp: Ditto.
11674 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
11675
11676 2010-04-04 Stan Shebs <stan@codesourcery.com>
11677
11678 * gdb.trace/tfile.exp: Sharpen tfind test.
11679
11680 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11681
11682 * gdb.base/break-entry.exp: New.
11683
11684 2010-04-02 Hui Zhu <teawater@gmail.com>
11685 Michael Snyder <msnyder@vmware.com>
11686
11687 * gdb.reverse/i386-sse-reverse.exp: New file.
11688 * gdb.reverse/i386-sse-reverse.c: New file.
11689
11690 2010-04-02 Pedro Alves <pedro@codesourcery.com>
11691
11692 * gdb.trace/tfind.exp: Adjust expected disassembly output.
11693
11694 2010-04-01 Stan Shebs <stan@codesourcery.com>
11695
11696 * gdb.trace/actions.exp: Tweak expected output.
11697 * gdb.trace/while-stepping.exp: Tweak expected output.
11698
11699 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
11700
11701 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
11702
11703 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11704
11705 * gdb.base/commands.exp: Adjust.
11706 * gdb.cp/extern-c.exp: Adjust.
11707
11708 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11709
11710 * gdb.trace/collection.c (local_test_func): Define a local struct,
11711 and instanciate it.
11712
11713 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11714
11715 * gdb.trace/collection.exp (gdb_collect_args_test)
11716 (gdb_collect_argarray_test): XFAIL the tests that assume the
11717 argarray argument's elements are collected.
11718
11719 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11720
11721 * gdb.dwarf2/dw2-bad-parameter-type.exp,
11722 gdb.dwarf2/dw2-bad-parameter-type.S: New.
11723
11724 2010-03-31 Stan Shebs <stan@codesourcery.com>
11725
11726 * gdb.trace/save-trace.exp: Test save/restore of default-collect
11727 and tracepoint conditionals.
11728 (gdb_verify_tracepoints): Delete unused return.
11729
11730 2010-03-26 Keith Seitz <keiths@redhat.com>
11731
11732 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
11733 appear in the output before main.
11734 Remove KFAIL for gdb/2215 aka bz 9320.
11735
11736 2010-03-30 Doug Evans <dje@google.com>
11737
11738 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
11739 by dejagnu.
11740 * gdb.arch/amd64-dword.exp: Ditto.
11741
11742 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
11743 match.
11744 (break printf): Ditto.
11745
11746 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
11747
11748 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
11749 gcc < 4.4.
11750 * gdb.cp/shadow.exp: Ditto.
11751
11752 2010-03-29 Pedro Alves <pedro@codesourcery.com>
11753
11754 * gdb.trace/collection.exp (run_trace_experiment): Make sure
11755 "tstart" is silent.
11756
11757 2010-03-29 Pedro Alves <pedro@codesourcery.com>
11758
11759 * gdb.trace/collection.exp (executable): New.
11760 (binfile): Use it.
11761 (fpreg, spreg, pcreg): New.
11762 (test_register): Use gdb_test_multiple. Pass /x to print.
11763 (prepare_for_trace_test): New.
11764 (run_trace_experiment): Use "continue", not gdb_run_cmd.
11765 (gdb_collect_args_test, gdb_collect_argstruct_test)
11766 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
11767 prepare_for_trace_test.
11768 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
11769 fpreg, spreg and pcreg.
11770 (gdb_collect_expression_test, gdb_collect_globals_test): Use
11771 prepare_for_trace_test.
11772 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
11773 try to detect tracing support here. Don't set breakpoints at
11774 `begin' or `end' here.
11775 <global scope>: Use clean_restart. Run to main before checking
11776 for tracing support. Check for for tracing support here.
11777
11778 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11779
11780 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
11781 " as $displacement" to "seen displacement message".
11782
11783 2010-03-28 Pedro Alves <pedro@codesourcery.com>
11784
11785 * gdb.trace/while-dyn.exp (executable): New variable.
11786 (binfile): Use it.
11787 (test_while_stepping): New function. Move most tests here. Call
11788 it once for each of the while-stepping, stepping and ws aliases.
11789
11790 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11791
11792 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
11793 that do not provide the tagless_struct type name at all.
11794 (test_print_anon_union): Do not check value of uninitialized
11795 union member. Do not use cp_test_ptype_class, so we can accept
11796 "long" as well as "long int".
11797
11798 2010-03-26 Pedro Alves <pedro@codesourcery.com>
11799
11800 * gdb.trace/tfile.c (tohex, bin2hex): New.
11801 (write_error_trace_file): Hexify error description.
11802
11803 2010-03-25 Stan Shebs <stan@codesourcery.com>
11804
11805 * gdb.trace/tfile.c: Generate an additional trace file, improve
11806 portability.
11807 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
11808 files in a better way.
11809
11810 2010-03-25 Keith Seitz <keiths@redhat.com>
11811
11812 * gdb.java/jprint.exp: XFAIL printing of static class members
11813 because of GCC debuginfo problem.
11814
11815 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11816
11817 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
11818
11819 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11820
11821 * gdb.base/completion.exp: Allow long instead of long int.
11822 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
11823 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
11824 variable p.
11825 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
11826 * gdb.base/pointers.exp: Allow long instead of long int.
11827 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
11828 * gdb.base/step-line.exp: Allow a directory before the source file name.
11829
11830 2010-03-24 Tom Tromey <tromey@redhat.com>
11831
11832 PR breakpoints/9352:
11833 * gdb.base/default.exp: Update.
11834 * gdb.base/commands.exp: Update.
11835 * gdb.cp/extern-c.exp: Test setting commands on multiple
11836 breakpoints at once.
11837
11838 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11839
11840 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
11841 if gdb,nosignals.
11842 * gdb.base/watchpoints.c: Do not include unnecessary headers.
11843 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
11844 exited".
11845
11846 2010-03-24 Stan Shebs <stan@codesourcery.com>
11847
11848 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
11849
11850 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11851
11852 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
11853 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
11854 argument. Handle "short" and "long".
11855 (Top level): Pass overprototyped output for old_fptr and xptr.
11856
11857 2010-03-23 Pedro Alves <pedro@codesourcery.com>
11858
11859 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
11860 format strings and add casts to avoid compiler warnings.
11861
11862 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
11863
11864 * lib/trace-support.exp (gdb_trace_setactions):
11865 Don't expect whitespace after ">" prompt.
11866 * gdb.trace/actions.exp: Adjust for output changes.
11867 * gdb.trace/while-stepping.exp: Likewise.
11868
11869 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11870
11871 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
11872 and r157645).
11873
11874 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11875
11876 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
11877 New.
11878
11879 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
11880
11881 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
11882 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
11883
11884 2010-03-19 Stan Shebs <stan@codesourcery.com>
11885
11886 * gdb.trace/ax.exp: New file.
11887
11888 2010-03-19 Doug Evans <dje@google.com>
11889
11890 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
11891 output from gcc.
11892
11893 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
11894 named /usr/sbin/prelink<foo>.
11895
11896 2010-03-18 Stan Shebs <stan@codesourcery.com>
11897
11898 * gdb.trace/circ.exp: Test circular-trace-buffer.
11899 * gdb.trace/tfile.exp: Update tstatus test.
11900
11901 2010-03-18 Joel Brobecker <brobecker@adacore.com>
11902
11903 * gdb.dwarf2/dw2-anonymous-func.S: New file.
11904 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
11905
11906 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11907
11908 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
11909
11910 2010-03-18 Pedro Alves <pedro@codesourcery.com>
11911
11912 * gdb.base/default.exp: Adjust the expected output of the finish
11913 and until commands when the inferior is not being run.
11914
11915 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
11916
11917 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
11918 * gdb.cp/nsusing.exp: Ditto.
11919
11920 2010-03-15 Tom Tromey <tromey@redhat.com>
11921
11922 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
11923 * gdb.cp/userdef.cc (operator==): New function.
11924 (main): New locals mem1, mem2.
11925
11926 2010-03-15 Jie Zhang <jie@codesourcery.com>
11927
11928 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
11929 Declare and use new loadtimeout variable.
11930
11931 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
11932
11933 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
11934 Use gdb_load later.
11935
11936 2010-03-14 Pedro Alves <pedro@codesourcery.com>
11937
11938 * gdb.base/solib-disc.c (main): Make format of fprintf a string
11939 literal. Add missing endlines to prints to stderr.
11940
11941 2010-03-12 Tom Tromey <tromey@redhat.com>
11942
11943 PR c++/9708:
11944 * gdb.cp/m-static.exp: Add regression test.
11945 * gdb.cp/m-static.cc (method): New method.
11946 (main): Call it.
11947
11948 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
11949
11950 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
11951 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
11952
11953 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
11954
11955 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
11956
11957 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
11958
11959 * lib/gdb.exp (skip_stl_tests): New.
11960 (gdb_compile): Symbian needs -ldl.
11961 (shlib_target_file): New.
11962 (shlib_symbol_file): New.
11963 (gdb_load_shlibs): Use shlib_target_file.
11964 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
11965 * gdb.cp/exception.exp: Use skip_stl_tests.
11966 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
11967 * gdb.cp/try_catch.exp: Use skip_stl_tests.
11968 * gdb.cp/mb-templates.exp: Ditto.
11969 * gdb.base/commands.exp: Relax regexes.
11970 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
11971 shlib_target_file and shlib_symbol_file.
11972 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
11973 sections.
11974 * gdb.base/ending-run.exp: Accept E32Main for symbian.
11975 * gdb.base/solib-disc.exp: Use
11976 shlib_target_file and shlib_symbol_file.
11977 * gdb.base/unload.exp: Don't skip on symbian. Use
11978 shlib_target_file and shlib_symbol_file.
11979 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
11980
11981 2010-03-12 Pedro Alves <pedro@codesourcery.com>
11982
11983 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
11984 * gdb.trace/report.exp: Adjust for x86 and x86_64.
11985 Issue a tfind end before looking for a tracepoint frame.
11986 * gdb.trace/tfind.exp: Adjust tstatus output.
11987 Adjust disassembly output.
11988 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
11989
11990 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11991
11992 * gdb.base/break-interp.exp: Create new displacement parameter value
11993 for the test_ld calls.
11994 (reach): New parameter displacement, verify its content. New push of
11995 pf_prefix "reach-$func:". Import global expect_out.
11996 (test_core): New parameter displacement, verify its content. New push
11997 of pf_prefix "core:". New command "set verbose on". Import global
11998 expect_out.
11999 (test_attach): New parameter displacement, verify its content. New
12000 push of pf_prefix "attach:". New command "set verbose on". Import
12001 global expect_out.
12002 (test_ld): New parameter displacement, pass it to the reach, test_core
12003 and test_attach calls and verify its content in the "ld.so exit" test.
12004 * gdb.base/prelink.exp: Remove gdb_exit and final return.
12005 (prelink): Update expected text, use gdb_test.
12006
12007 2010-03-10 Doug Evans <dje@google.com>
12008
12009 * gdb.base/checkpoint.exp: Fix comment.
12010 Lengthen timeout while doing >600 checkpoints test.
12011 Rename duplicate "kill all one" test to keep test names unique.
12012
12013 2010-03-10 Pedro Alves <pedro@codesourcery.com>
12014
12015 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
12016
12017 2010-03-08 Keith Seitz <keiths@redhat.com>
12018
12019 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
12020 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
12021 (dm_type_long): New function.
12022 (dm_type_unsigned_short): New function.
12023 (dm_type_unsigned_long): New function.
12024 (myint): New typedef.
12025 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
12026 long, unsigned shor and long, operator char*, and typedef.
12027 (test_lookup_operator_functions): Add operator char* test.
12028 (test_paddr_operator_functions): Likewise.
12029 (test_paddr_overloaded_functions): Use probe values for
12030 short, long, and unsigned short and long.
12031 (test_paddr_hairy_functions): If the demangler probe detected
12032 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
12033 demangler.
12034 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
12035 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
12036 and "print null_pmf".
12037 Add test "ptype a.*pmf".
12038 * gdb.cp/overload.exp: Allow optional "int" to appear with
12039 "short" and "long".
12040 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
12041 long expect value for men_overload1arg.
12042 Allow "int" to appear with "short" and "long".
12043 When testing "info break", add argument for main (void).
12044 Also allow "int" to appear with "short" and "long".
12045 Ditto with "unsigned" and "long long".
12046 * gdb.java/jmain.exp: Do not enclose methods names in single
12047 quotes.
12048 * gdb.java/jmisc.exp: Likewise.
12049 * gdb.java/jprint.exp: Likewise.
12050 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
12051
12052 From Jan Kratochvil <jan.kratochvil@redhat.com>:
12053 * gdb.cp/exception.exp (backtrace after first throw)
12054 (backtrace after second throw): Allow a namespace before __cxa_throw.
12055 (backtrace after first catch, backtrace after second catch): Allow
12056 a namespace before __cxa_begin_catch.
12057
12058 * gdb.cp/cpexprs.exp: New file.
12059 * gdb.cp/cpexprs.cc: New file.
12060
12061 From Daniel Jacobowitz <dan@codesourcery.com>
12062 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
12063 to use string_to_regexp.
12064 (ctor, dtor): New functions. Use them to match constructor
12065 and destructor function types.
12066 (Top level): Use runto_main.
12067
12068 2010-03-05 Tom Tromey <tromey@redhat.com>
12069
12070 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
12071 gdb.target_charset.
12072 (pp_ns.to_string): Likewise.
12073
12074 2010-03-04 Keith Seitz <keiths@redhat.com>
12075
12076 * gdb.cp/overload.exp: Test that the filename portion of a linespec
12077 can be quoted. Test that both the filename and function/line
12078 portions can be quoted at the same time.
12079
12080 2010-03-04 Pedro Alves <pedro@codesourcery.com>
12081
12082 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
12083
12084 2010-03-03 Doug Evans <dje@google.com>
12085
12086 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
12087 libc contains libpthread.
12088
12089 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
12090 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
12091 of gdb_compile. Add another pattern to match android backtrace.
12092
12093 2010-03-03 Tom Tromey <tromey@redhat.com>
12094
12095 PR gdb/11345:
12096 * gdb.base/printcmds.exp (test_printf): Add test.
12097
12098 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
12099
12100 * gdb.arch/amd64-byte.exp: New.
12101 * gdb.arch/amd64-dword.exp: Likewise.
12102 * gdb.arch/amd64-pseudo.c: Likewise.
12103 * gdb.arch/amd64-word.exp: Likewise.
12104 * gdb.arch/i386-byte.exp: Likewise.
12105 * gdb.arch/i386-pseudo.c: Likewise.
12106 * gdb.arch/i386-word.exp: Likewise.
12107
12108 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12109
12110 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
12111 types. Add structreg, bitfields, and flags registers.
12112 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
12113 registers.
12114
12115 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12116
12117 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
12118 (load_description): Set architecture if defined.
12119
12120 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
12121
12122 * gdb.python/py-frame.exp: Add read_var block tests.
12123 * gdb.python/py-frame.c (block): New function.
12124
12125 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12126 Daniel Jacobowitz <dan@codesourcery.com>
12127
12128 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
12129
12130 2010-02-25 David S. Miller <davem@davemloft.net>
12131
12132 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
12133 fix logic for setting all_syscalls_numbers.
12134
12135 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12136
12137 * Makefile.in: Add py-block and py-symbol.
12138 * gdb.python/py-symbol.exp: New File.
12139 * gdb.python/py-symtab.exp: New File.
12140 * gdb.python/py-block.exp: New File.
12141 * gdb.python/py-symbol.c: New File.
12142 * gdb.python/py-block.c: New File.
12143
12144 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12145
12146 PR python/11314
12147 * lib/gdb.exp (skip_python_tests): New function.
12148 * gdb.python/py-cmd.exp: Use skip_python_tests.
12149 * gdb.python/py-frame.exp: Likewise.
12150 * gdb.python/py-function.exp: Likewise.
12151 * gdb.python/py-prettyprint.exp: Likewise.
12152 * gdb.python/py-template.exp: Likewise.
12153 * gdb.python/py-type.exp: Likewise.
12154 * gdb.python/py-value.exp: Likewise.
12155
12156 2010-02-22 Pedro Alves <pedro@codesourcery.com>
12157
12158 PR9605
12159
12160 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
12161
12162 2010-02-19 Tom Tromey <tromey@redhat.com>
12163
12164 PR c++/8693, PR c++/9496:
12165 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
12166 regression tests.
12167
12168 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12169
12170 Fix compatibility with m68k as.
12171 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
12172 Use only /* comments */.
12173
12174 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12175
12176 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
12177 * configure: Regenerate.
12178
12179 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
12180
12181 * gdb.python/py-type.exp: Check for Python support.
12182
12183 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12184
12185 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
12186 `regsub' syntax available.
12187
12188 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12189
12190 * gdb.base/shmain.c (main): Remove printf call.
12191 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
12192 * gdb.base/unload.c (main): Make format of fprintf a string
12193 literal. Add missing endlines to prints to stderr.
12194 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
12195
12196 2010-02-17 Tom Tromey <tromey@redhat.com>
12197
12198 * gdb.java/jprint.java (jprint.props): New field.
12199 * gdb.java/jprint.exp (set_lang_java): Add regression test.
12200
12201 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12202
12203 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12204 available.
12205
12206 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12207
12208 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
12209 creation to support remote host testing.
12210
12211 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12212
12213 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
12214 Recognize "command not found".
12215
12216 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12217
12218 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
12219 single-stepping.
12220
12221 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12222
12223 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
12224 if arguments are not supported.
12225
12226 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12227
12228 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
12229 be const or non-const.
12230
12231 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12232
12233 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
12234 mi_send_resuming_command to send -exec-continue.
12235
12236 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12237
12238 * gdb.base/list.exp (test_list_filename_and_function): Add test
12239 with single quotes.
12240 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
12241 matching.
12242 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
12243 Add KFAIL'd tests for PR gdb/11289.
12244
12245 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12246
12247 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
12248
12249 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12250
12251 * gdb.base/comp-dir/subdir/dummy.txt: New file.
12252 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
12253 a temporary directory.
12254
12255 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12256
12257 * gdb.base/charset.exp: Use a single regular expression to match
12258 show host-charset and show target-charset output.
12259
12260 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12261
12262 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
12263 "Illegal process-id" expect string more exact.
12264 (attach to digits-starting nonsense is prohibited): New.
12265
12266 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12267
12268 * gdb.base/prelink.exp (set verbose on): New.
12269
12270 2010-02-12 Tomas Holmberg <th@virtutech.com>
12271
12272 * mi-reverse.exp: New file. Test for reverse option to the
12273 following MI commands: exec-continue, exec-finish, exec-next,
12274 exec-step, exec-next-instruction, exec-step-instruction.
12275
12276 2010-02-09 Joel Brobecker <brobecker@adacore.com>
12277
12278 * gdb.ada/ptype_tagged_param: New testcase.
12279
12280 2010-02-08 Tom Tromey <tromey@redhat.com>
12281
12282 PR c++/8017:
12283 * gdb.cp/overload.exp: Add tests.
12284 * gdb.cp/overload.cc (struct K): New.
12285 (namespace N): New.
12286 (main): Call new functions.
12287 (K::staticoverload): Define.
12288
12289 2010-02-08 Chris Moller <moller@mollerware.com>
12290
12291 PR gdb/10728
12292 * gdb.cp/pr10728-x.h: New file.
12293 * gdb.cp/pr10728-x.cc: New file.
12294 * gdb.cp/pr10728-y.cc: New file.
12295 * gdb.cp/pr10728.exp: New file.
12296 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
12297
12298 2010-02-08 Chris Moller <moller@mollerware.com>
12299
12300 PR gdb/9067
12301 * gdb.cp/pr9067.exp: New
12302 * gdb.cp/pr9067.cc: New
12303 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
12304
12305 2010-02-08 Joel Brobecker <brobecker@adacore.com>
12306
12307 * lib/gdb.exp (gdb_test_timeout): New global variable.
12308 Set it to timeout if not already set.
12309 (gdb_init): Reset the value of timeout to gdb_test_timeout.
12310
12311 2010-02-05 Doug Evans <dje@google.com>
12312
12313 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
12314 user.
12315
12316 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
12317
12318 PR c++/7935:
12319 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
12320
12321 2010-02-04 Tom Tromey <tromey@redhat.com>
12322
12323 * gdb.cp/virtbase.exp: Make test case names unique.
12324
12325 2010-02-02 Tom Tromey <tromey@redhat.com>
12326
12327 * gdb.cp/virtbase.exp: Add regression tests.
12328 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
12329 (main): Instantiate RHC.
12330
12331 2010-02-02 Tom Tromey <tromey@redhat.com>
12332
12333 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
12334 type-printing change.
12335
12336 2010-02-02 Tom Tromey <tromey@redhat.com>
12337
12338 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
12339 * gdb.cp/virtbase.cc: New file.
12340 * gdb.cp/virtbase.exp: New file.
12341 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
12342
12343 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12344
12345 PR libc/11214:
12346 * gdb.threads/current-lwp-dead.c: Include features.h.
12347 (HAS_NOMMU): New.
12348 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
12349
12350 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12351
12352 * gdb.base/symbol-without-target_section.exp,
12353 gdb.base/symbol-without-target_section.c: New.
12354
12355 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12356
12357 * gdb.base/bigcore.exp: Reset increased timeout.
12358 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
12359
12360 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12361
12362 * gdb.base/gcore.exp (capture_command_output): Use
12363 gdb_test_multiple.
12364
12365 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12366
12367 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
12368 * gdb.arch/thumb2-it.exp (test_it_break): New function.
12369 (Top level): Call it.
12370
12371 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12372
12373 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
12374
12375 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12376
12377 * gdb.base/call-strs.exp, gdb.base/default.exp,
12378 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
12379 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
12380 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
12381 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
12382 gdb.base/watchpoint-solib.exp: Save and restore timeout.
12383 * gdb.base/ending-run.exp: Correct restore of timeout.
12384 * gdb.base/page.exp: Remove unnecessary timeout setting.
12385
12386 2010-01-29 Joel Brobecker <brobecker@adacore.com>
12387
12388 * gdb.ada/rec_return: New testcase.
12389
12390 2010-01-29 Joel Brobecker <brobecker@adacore.com>
12391
12392 * gdb.ada/call_pn: New testcase.
12393
12394 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
12395
12396 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
12397 (Top level): Use it to resume.
12398 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
12399 the Thumb mode displaced stepping error as unsupported.
12400
12401 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
12402
12403 * gdb.cp/nsusing.exp: Added more tests.
12404 * gdb.cp/nsrecurs.exp: Ditto.
12405 * gdb.cp/nsusing.cc: Added test functions.
12406 * gdb.cp/nsrecurs.cc: Ditto.
12407
12408 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12409
12410 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
12411 absolute directory pathnames in gdb.sum file.
12412
12413 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
12414
12415 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
12416 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
12417
12418 2010-01-26 Tom Tromey <tromey@redhat.com>
12419
12420 PR exp/7643:
12421 * gdb.base/printcmds.exp (test_print_string_constants): Remove
12422 setup_kfail.
12423
12424 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
12425
12426 * gdb.cp/nsrecurs.exp: New test.
12427 * gdb.cp/nsrecurs.cc: New test program.
12428 * gdb.cp/nsstress.exp: New test.
12429 * gdb.cp/nsstress.cc: New test program.
12430 * gdb.cp/nsdecl.exp: New test.
12431 * gdb.cp/nsdecl.cc: New test program.
12432
12433 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
12434
12435 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
12436 imported into file scope.
12437 Marked test as xfail.
12438 * gdb.cp/namespace-using.cc (marker5): New function.
12439 * gdb.cp/shadow.exp: New test.
12440 * gdb.cp/shadow.cc: New test program.
12441 * gdb.cp/nsimport.exp: New test.
12442 * gdb.cp/nsimport.cc: New test program.
12443
12444 2010-01-25 Tom Tromey <tromey@redhat.com>
12445
12446 PR gdb/11049:
12447 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
12448 with "set print null-stop on".
12449
12450 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12451
12452 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
12453 Adjust it for DISASSEMBLY_OMIT_FNAME.
12454
12455 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12456
12457 PR symtab/11199:
12458 * gdb.dwarf2/member-ptr-forwardref.exp,
12459 gdb.dwarf2/member-ptr-forwardref.S: New.
12460
12461 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12462
12463 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
12464 (thread1_func): Protect thread1_tid with thread1_tid_cond by
12465 thread1_tid_mutex. Remove gdbstop_mutex handling.
12466 (thread2_func): Protect thread2_tid with thread2_tid_cond by
12467 thread2_tid_mutex. Remove gdbstop_mutex handling.
12468 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
12469 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
12470 pthread_cond_wait conditionalizations by while loops.
12471
12472 2010-01-20 Tom Tromey <tromey@redhat.com>
12473
12474 PR backtrace/10770:
12475 * gdb.dwarf2/pr10770.exp: New file.
12476 * gdb.dwarf2/pr10770.c: New file.
12477 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
12478
12479 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
12480
12481 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
12482 that target was removed, and the test always runs native anyway.
12483
12484 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12485
12486 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
12487 gdb.base/watchpoint-cond-gone-stripped.c: New.
12488
12489 2010-01-19 Tom Tromey <tromey@redhat.com>
12490
12491 PR c++/8000:
12492 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
12493 existing tests.
12494 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
12495 (main): Use AAA::SomeEnum.
12496
12497 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12498
12499 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
12500 (test_ignore_count): Declare line_callme_body global.
12501 (run to breakpoint with ignore count): Use line_callme_body.
12502 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
12503 (set line_main_hello, set line_main_return): Reindent.
12504 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
12505 New.
12506 (continue to callee4): Use line_callee4_body.
12507 (check *stopped from CLI command): Use line_callee4_next.
12508 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
12509 (set line_main_hello, set line_main_return): Reindent.
12510 (set line_callee4_head, set line_callee4_body): New.
12511 (continue to callee4): Use line_callee4_body.
12512
12513 2010-01-18 Tom Tromey <tromey@redhat.com>
12514
12515 PR c++/9680:
12516 * gdb.cp/casts.cc: Add new classes and variables.
12517 * gdb.cp/casts.exp: Test new operators.
12518
12519 2010-01-18 Tom Tromey <tromey@redhat.com>
12520 Thiago Jung Bauermann <bauerman@br.ibm.com>
12521
12522 * gdb.python/source2.py: New file.
12523 * gdb.python/source1: New file.
12524 * gdb.python/python.exp: Test "source" command.
12525
12526 2010-01-15 Stan Shebs <stan@codesourcery.com>
12527
12528 * gdb.trace/tfile.c: New file.
12529 * gdb.trace/tfile.exp: New file.
12530
12531 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12532
12533 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
12534
12535 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12536
12537 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
12538
12539 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12540
12541 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
12542 (libfunc): New parameter action. Implement also selectable "sleep".
12543 * gdb.base/break-interp-main.c: Include assert.h.
12544 (libfunc): New parameter action.
12545 (main): New parameters argc and argv. Assert argc. Pass argv.
12546 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
12547 (test_attach): New proc.
12548 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
12549 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
12550
12551 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12552
12553 * gdb.base/break-interp.exp (test_core): New proc.
12554 (test_ld): Call it.
12555
12556 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12557
12558 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
12559 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
12560 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
12561 and gdb_compile_shlib. Use new -Wl compiler options.
12562 (dl bt, main bt): New tests.
12563
12564 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12565
12566 Support PIEs with no symfile_objfile.
12567 * gdb.base/break-interp.exp: New argument at the test_ld calls.
12568 (test_ld): New parameter trynosym.
12569 (test_ld <$trynosym>): New block.
12570
12571 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12572
12573 * gdb.base/break-interp.exp: New file.
12574
12575 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
12576
12577 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
12578 * gdb.python/py-prettyprint.py (pp_ls): New printer.
12579 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
12580 test.
12581 * gdb.python/py-prettyprint.c: Define lazystring test structure.
12582 * gdb.python/py-mi.exp: Add lazy string test.
12583
12584 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
12585
12586 * lib/mi-support.exp (mi_check_thread_states): Handle
12587 core number in thread listing.
12588
12589 2010-01-12 Joel Brobecker <brobecker@adacore.com>
12590
12591 * gdb.base/maint.exp: Adjust the expected output for the
12592 "maint print type" test. Use gdb_test_multiple instead of
12593 gdb_sent/gdb_expect.
12594
12595 2010-01-11 Doug Evans <dje@google.com>
12596
12597 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
12598 from gdbserver_download. All callers updated.
12599
12600 * gdb.server/ext-run.exp: "info os processes" requires xml support.
12601
12602 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12603
12604 Implement binary numbers parsing.
12605 * gdb.base/printcmds.exp (test_integer_literals_accepted)
12606 (test_integer_literals_rejected): New binary tests.
12607
12608 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12609
12610 * gdb.cell/configure: Regenerate.
12611
12612 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12613
12614 * gdb.base/corefile.exp: Move the core finding block out and call it as
12615 core_find, new variable $corefile, replace corefile by $corefile and
12616 [file tail $corefile] for usage vs. test names resp.
12617 * lib/gdb.exp (core_find): Move it as a new function here. New
12618 parameter binfile and deletefiles. New variable $destcore. Pre-delete
12619 $destcore. Return "" on error.
12620
12621 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12622
12623 Workaround PR binutils/10802.
12624 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
12625 (twice).
12626
12627 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
12628
12629 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
12630
12631 2010-01-08 Joel Brobecker <brobecker@adacore.com>
12632
12633 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
12634 call, to avoid interruption.
12635
12636 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12637
12638 * gdb.stabs/weird.def (args93): New.
12639
12640 2010-01-07 Doug Evans <dje@google.com>
12641
12642 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
12643
12644 2010-01-07 Tom Tromey <tromey@redhat.com>
12645
12646 * gdb.base/source.exp: Use correct line number.
12647
12648 2010-01-05 Stan Shebs <stan@codesourcery.com>
12649
12650 * gdb.trace/tracecmd.exp: Test ftrace.
12651
12652 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12653
12654 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
12655
12656 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12657
12658 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
12659 "uint_for_mi_testing".
12660
12661 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12662
12663 Test indented comment in file being sourced.
12664 * gdb.base/commands.exp: Test indented comment in file being sourced.
12665
12666 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12667
12668 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
12669 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
12670 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
12671 notice.
12672
12673 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12674
12675 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
12676 notice.
12677
12678 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12679
12680 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
12681 missing $after_stopped and comma (,) expectation.
12682
12683 2009-12-31 Stan Shebs <stan@codesourcery.com>
12684
12685 * gdb.trace/actions.exp: Test teval action.
12686
12687 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
12688
12689 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
12690 (top level): Call test_watchpoint_in_big_blob.
12691 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
12692 watchpoints.
12693 (func3): Write to buf.
12694
12695 2009-12-29 Stan Shebs <stan@codesourcery.com>
12696
12697 * gdb.trace/actions.exp: Test default-collect.
12698
12699 2009-12-28 Stan Shebs <stan@codesourcery.com>
12700
12701 * gdb.trace/tsv.exp: New file.
12702 * gdb.base/completion.exp: Update ambiguous info output.
12703
12704 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
12705
12706 * gdb.base/find.c (main): Reference search buffers.
12707 * gdb.base/included.c (main): Reference integer.
12708 * gdb.base/ptype.c (charfoo): Declare.
12709 (intfoo): Call charfoo.
12710 * gdb.base/scope0.c (useitp): New function.
12711 (usestatics): Use useitp.
12712 (useit): Add a type for val.
12713 * gdb.base/scope1.c (useit1): Take a pointer argument.
12714 (usestatics1): Update calls to useit1.
12715 * gdb.cp/call-c.cc: Declare foo.
12716 (main): Call foo.
12717 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
12718 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
12719 (main): Call C::ensureRefs and ensureOtherRefs.
12720 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
12721 variables.
12722 (ensureOtherRefs): New function.
12723 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
12724 * gdb.cp/templates.cc (main): Call t5i.value.
12725
12726 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12727
12728 Fix compatibility with G++-4.5.
12729 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
12730 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
12731 (uncaught return): Remove.
12732
12733 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12734 Phil Muldoon <pmuldoon@redhat.com>
12735
12736 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
12737 (bp_location13, bp_location14, bp_location17, bp_location18)
12738 (marker3_proto, marker4_proto): New variables.
12739 (breakpoint info): Update output.
12740 (run until breakpoint at marker3, run until breakpoint at marker4): New
12741 tests.
12742
12743 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12744
12745 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
12746 Replace the printf call of Y by provided "y-set-1" label. New block
12747 for the second shared library.
12748 * gdb.base/unload.exp: Compile also the second library, call
12749 gdb_load_shlibs also for it. Use now gdb_breakpoint.
12750 (single pending breakpoint info): Rename to ...
12751 (pending breakpoint info before run): ... this extended test.
12752 (libfile2, libname2, libsrcfile2, libsrc2)
12753 (lib_sl2): New variables.
12754 (exec_opts): Set also SHLIB_NAME2.
12755 (pending breakpoint info on first run at shrfunc1)
12756 (pending breakpoint info on second run at shrfunc1)
12757 (pending breakpoint info on second run at shrfunc2)
12758 (print y from libfile, print y from libfile2): New tests.
12759 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
12760 * gdb.base/unloadshr2.c: New.
12761
12762 2009-12-22 Hui Zhu <teawater@gmail.com>
12763
12764 * gdb.reverse/sigall-reverse.exp: Adjust.
12765
12766 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
12767
12768 PR gdb/10884
12769
12770 * gdb.mi/var-cmd.c (do_bitfield_tests): New
12771 (main): Call do_bitfield_tests.
12772 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
12773
12774 2009-12-20 Joel Brobecker <brobecker@adacore.com>
12775
12776 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
12777 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
12778 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
12779 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
12780 gdb.modula2/unbounded1.c: Update copyright header.
12781
12782 2009-12-10 Chris Moller <moller@mollerware.com>
12783
12784 PR gdb/9399
12785 * gdb.cp/virtfunc2.exp: New tests
12786 * gdb.cp/virtfunc2.cc: New tests
12787 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
12788
12789 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
12790
12791 * gdb.reverse/i387-env-reverse.c: New file.
12792 * gdb.reverse/i387-env-reverse.exp: New file.
12793 * gdb.reverse/i387-stack-reverse.c: New file.
12794 * gdb.reverse/i387-stack-reverse.exp: New file.
12795
12796 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
12797
12798 * gdb.python/py-type.exp (test_range): New test.
12799
12800 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
12801
12802 PR python/10805
12803
12804 * gdb.python/py-type.exp: New file.
12805 * gdb.python/py-type.c: New file.
12806 * Makefile.in: Add py-type.
12807
12808 2009-12-03 Tom Tromey <tromey@redhat.com>
12809
12810 * gdb.python/py-value.exp (test_parse_and_eval): New
12811 function.
12812
12813 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
12814
12815 PR gdb/11022
12816
12817 * gdb.base/pr11022.exp: New test.
12818 * gdb.base/pr11022.c: New test.
12819
12820 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12821
12822 Fix spurious false FAILs.
12823 * gdb.base/structs.c (chartest): New.
12824 (main): Fill-in chartest.
12825 * gdb.base/structs.exp (anychar_re, first): New.
12826 (start_structs_test): Import global anychar_re and first.
12827 New gdb_test call "set print elements 300; ${testfile}"
12828 (start_structs_test <$first>): New block.
12829 (any): Import global anychar_re. New variable ac. Use ${ac}.
12830
12831 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12832
12833 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
12834
12835 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12836
12837 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
12838 Force $srcfile file.
12839 * gdb.base/foll-fork.c (callee): Comment out the printf call.
12840
12841 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12842
12843 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
12844 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
12845 * gdb.threads/watchthreads-reorder.exp: Likewise.
12846
12847 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
12848
12849 PR gdb/8704
12850
12851 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
12852 "if", and "thread". Correct matching in the previous test.
12853
12854 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
12855
12856 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
12857
12858 2009-11-23 Michael Snyder <msnyder@vmware.com>
12859
12860 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
12861 * gdb.reverse-watch-precsave.exp: Ditto.
12862
12863 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
12864
12865 * gdb.asm/asm-source.exp: Adjust.
12866 * gdb.base/help.exp: Adjust.
12867
12868 2009-11-22 Pedro Alves <pedro@codesourcery.com>
12869
12870 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
12871 (do_syscall_tests_without_xml): Set data-directory to
12872 /the/path/to/nowhere.
12873
12874 2009-11-21 Pedro Alves <pedro@codesourcery.com>
12875
12876 * gdb.threads/local-watch-wrong-thread.c,
12877 gdb.threads/local-watch-wrong-thread.exp: New files.
12878
12879 2009-11-21 Pedro Alves <pedro@codesourcery.com>
12880
12881 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
12882 assume new `regsub' syntax available.
12883
12884 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12885
12886 * gdb.base/watchpoint-hw-hit-once.exp,
12887 gdb.base/watchpoint-hw-hit-once.c: New.
12888
12889 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12890
12891 * gdb.threads/watchthreads-reorder.exp,
12892 gdb.threads/watchthreads-reorder.c: New.
12893
12894 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
12895
12896 * gdb.xml/tdesc-regs.exp: Use for m68k.
12897
12898 2009-11-15 Pedro Alves <pedro@codesourcery.com>
12899
12900 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
12901
12902 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12903
12904 * lib/gdb.exp (current_target_name): New procedure.
12905 (gdb_wrapper_target): New variable.
12906 (gdb_wrapper_init): Set gdb_wrapper_target.
12907 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
12908 wrapper.
12909
12910 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12911
12912 * gdb.base/remote.exp: Delete the slowest load test.
12913 Do not load with fixed packet sizes.
12914
12915 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12916
12917 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
12918
12919 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12920
12921 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
12922 srcfile when setting a breakpoint.
12923
12924 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
12925
12926 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
12927 macros.
12928
12929 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12930
12931 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
12932 to be in memory.
12933 * gdb.base/display.c (force_mem): New.
12934 (do_loops): Use it. Add breakpoint comments.
12935 (do_vars): Add a breakpoint comment.
12936 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
12937 line numbers.
12938
12939 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
12940
12941 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
12942 instead of a bare "run".
12943
12944 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
12945
12946 * gdb.python/py-prettyprint.exp: Adjust.
12947
12948 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12949
12950 * lib/cell.exp (skip_cell_tests): Clean up test files before
12951 returning.
12952
12953 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12954
12955 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
12956 and the breakpoint menu. Do not call perror if a prompt is seen.
12957 Consume the following GDB prompt.
12958 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
12959 * gdb.cp/namespace.exp: Use gdb_test.
12960 * gdb.cp/templates.exp: Use gdb_test.
12961 (test_template_breakpoints): Use gdb_test_multiple.
12962
12963 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12964
12965 * gdb.base/break1.c (struct some_struct, values): Move earlier.
12966 (marker4): Reference values.
12967
12968 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12969
12970 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
12971 is missing.
12972
12973 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12974
12975 * gdb.base/break.c (need_malloc): New.
12976 * gdb.base/constvars.c (main): Reference crass and crisp.
12977 * gdb.base/gdb1821.c (main): Reference bar.
12978 * gdb.cp/gdb1355.cc (main): Reference s1.
12979 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
12980 (main): Call them.
12981 * gdb.cp/hang2.cc (dummy2): Define.
12982 * gdb.cp/hang3.cc (dummy3): Define.
12983 * gdb.cp/m-data.cc (main): Reference shadow.
12984
12985 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12986 Nathan Froyd <froydnj@codesourcery.com>
12987
12988 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
12989 remote host.
12990
12991 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
12992
12993 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
12994 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
12995 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12996 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12997 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12998 * gdb.dwarf2/dw2-producer.exp: Likewise.
12999 * gdb.dwarf2/mac-fileno.exp: Likewise.
13000 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
13001 py-prettyprint.py to the remote host.
13002 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
13003
13004 2009-11-11 Keith Seitz <keiths@redhat.com>
13005
13006 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
13007 use it instead of "Foo".
13008 * gdb.cp/classes.exp (do_tests): Add a test to access
13009 a method through a typedef'd class name.
13010
13011 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
13012
13013 * gdb.base/long_long.exp: Permit leading zeros on floating-point
13014 exponents.
13015 * gdb.base/pointers.exp: Likewise.
13016 * gdb.cp/ref-types.exp: Likewise.
13017
13018 2009-11-11 Keith Seitz <keiths@redhat.com>
13019
13020 * gdb.cp/cplusfuncs.cc (class foo): Add operators
13021 new[] and delete[].
13022 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13023 "void".
13024 (probe_demangler): Remove all single-quoting of
13025 method and variable names.
13026 (info_func_regexp): Remove the word "void" from any
13027 occurrence of "(void)".
13028 (print_addr_2): Remove all single-quoting of
13029 method names.
13030 (print_addr_2_kfail): Likewise.
13031 (print_addr): Single-quote C function names before
13032 passing to print_addr_2.
13033 (test_paddr_operator_functions): Remove single-quoting
13034 for method names.
13035 Add tests for operator new[] and operator delete[].
13036
13037 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13038
13039 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
13040
13041 2009-11-09 Keith Seitz <keiths@redhat.com>
13042
13043 * gdb.cp/overload.exp: Add tests for resolving overloaded
13044 methods in expression parsing/evaluation.
13045
13046 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
13047
13048 * lib/gdb.exp (default_gdb_version): Use --version instead of
13049 --command.
13050
13051 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
13052
13053 * lib/gdb.exp (gdb_compile_test): New.
13054 (skip_ada_tests, skip_java_tests): New.
13055 (gdb_compile): Use gdb_compile_test for f77.
13056 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
13057 * lib/java.exp (compile_java_from_source): Remove runtests check,
13058 use gdb_compile_test to record result.
13059 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
13060 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
13061 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
13062 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
13063 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
13064 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
13065 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
13066 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
13067 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
13068 adjust gdb_compile invocations.
13069
13070 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13071
13072 * Makefile.in (abs_builddir): New.
13073 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
13074 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
13075 `$(abs_builddir)/site.exp'.
13076
13077 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
13078
13079 * config/m68k-emc.exp, lib/emc-support.exp,
13080 gdb.trace/gdb_c_test.c: Delete.
13081 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
13082 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
13083 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13084 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
13085 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13086 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
13087 casing for m68k-*-elf.
13088
13089 2009-11-03 Pedro Alves <pedro@codesourcery.com>
13090
13091 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
13092 * gdb.arch/i386-prologue.exp: Likewise.
13093 * gdb.arch/i386-unwind.exp: Likewise.
13094
13095 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13096
13097 * lib/gdb.exp (gdb_expect): Fix timeout typo.
13098
13099 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13100
13101 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
13102
13103 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13104
13105 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
13106
13107 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13108
13109 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
13110
13111 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13112
13113 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
13114 * gdb.base/sepdebug2.c: New file.
13115
13116 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13117
13118 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
13119 the modified warnings for catch syscall. Verify if GDB was compiled
13120 with support for lib expat, and choose which tests to run depending
13121 on this.
13122
13123 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
13124
13125 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
13126 that composite commands are parsed OK. And also test
13127 that breakpoint commands do work.
13128
13129 2009-10-23 Michael Snyder <msnyder@vmware.com>
13130
13131 gdb.reverse/consecutive-precsave.exp: Change expect pattern
13132 to allow for new disassembly style.
13133
13134 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
13135
13136 * gdb.asm/asm-source.exp: Adjust.
13137
13138 2009-10-22 Michael Snyder <msnyder@vmware.com>
13139
13140 * gdb.reverse/break-precsave.exp: New test.
13141 * gdb.reverse/consecutive-precsave.exp: Ditto.
13142 * gdb.reverse/finish-precsave.exp: Ditto.
13143 * gdb.reverse/i386-precsave.exp: Ditto.
13144 * gdb.reverse/machinestate-precsave.exp: Ditto.
13145 * gdb.reverse/sigall-precsave.exp: Ditto.
13146 * gdb.reverse/solilb-precsave.exp: Ditto.
13147 * gdb.reverse/step-precsave.exp: Ditto.
13148 * gdb.reverse/until-precsave.exp: Ditto.
13149 * gdb.reverse/watch-precsave.exp: Ditto.
13150
13151 2009-10-22 Michael Snyder <msnyder@vmware.com>
13152
13153 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
13154 for gdb_expect. Adjust one test's expect strings for the new
13155 format of disassemble.
13156 * gdb.reverse/finish-reverse.exp: Delete 'return'.
13157 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
13158 gdb_test_multiple.
13159 * gdb.reverse/step-reverse.exp: Delete 'return'.
13160 * gdb.reverse/until-reverse.exp: Delete blank lines.
13161 * gdb.reverse/watch-reverse.exp: Delete blank lines.
13162
13163 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
13164
13165 * gdb.base/consecutive.exp: Adjust.
13166 * gdb.base/display.exp: Likewise.
13167 * gdb.base/pc-fp.exp: Likewise.
13168 * gdb.base/sigbpt.exp: Likewise.
13169
13170 2009-10-19 Michael Snyder <msnyder@vmware.com>
13171
13172 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
13173 * gdb.reverse/finish-reverse.c: Ditto.
13174 * gdb.reverse/sigall-reverse.c: Ditto.
13175 * gdb.reverse/solib-reverse.c: Ditto.
13176 * gdb.reverse/step-reverse.c: Ditto.
13177 * gdb.reverse/watch-reverse.c: Ditto.
13178
13179 2009-10-19 Pedro Alves <pedro@codesourcery.com>
13180 Stan Shebs <stan@codesourcery.com>
13181
13182 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
13183 * gdb.base/foll-exec.exp: Adjust to expect a process id before
13184 "Executing new program".
13185 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
13186 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
13187 left listed after having been killed.
13188 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
13189 * gdb.base/maint.exp: Adjust test.
13190
13191 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
13192 * gdb.multi/Makefile.in: New.
13193 * gdb.multi/base.exp: New.
13194 * gdb.multi/goodbye.c: New.
13195 * gdb.multi/hangout.c: New.
13196 * gdb.multi/hello.c: New.
13197 * gdb.multi/bkpt-multi-exec.c: New.
13198 * gdb.multi/bkpt-multi-exec.exp: New.
13199 * gdb.multi/crashme.c: New.
13200
13201 2009-10-13 Tristan Gingold <gingold@adacore.com>
13202
13203 * gdb.base/sepdebug.exp: Check debug info are found.
13204
13205 2009-10-08 Pedro Alves <pedro@codesourcery.com>
13206
13207 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
13208 bits.
13209
13210 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13211
13212 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
13213
13214 2009-10-07 Joel Brobecker <brobecker@adacore.com>
13215
13216 * gdb.base/watchpoints.c: Add copyright header. Reformat one
13217 of the comments.
13218
13219 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
13220
13221 * gdb.base/annota1.exp: Remove obsolete match_max increase.
13222 * gdb.base/annota3.exp: Idem.
13223 * gdb.base/maint.exp: Idem.
13224
13225 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
13226
13227 * lib/gdb.exp (default_gdb_init): Set current value of match_max
13228 to default.
13229
13230 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13231
13232 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
13233 mingw and cygwin targets.
13234
13235 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13236 Pedro Alves <pedro@codesourcery.com>
13237
13238 * lib/gdb.exp (gdb_compile): Avoid adding
13239 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
13240
13241 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13242
13243 * gdb.base/shr1.c: Use %p in format string.
13244 * gdb.base/unload.c: Avoid warning in fprintf.
13245 * gdb.base/watchpoint-solib.c: Idem.
13246
13247 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13248
13249 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
13250 long type.
13251 (test_unlink): Correct printf string.
13252 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
13253 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
13254
13255 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13256
13257 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
13258 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
13259 * gdb.arch/ia64-breakpoint-shadow.S: New file.
13260
13261 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13262
13263 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
13264 * gdb.objc/nondebug.exp: Likewise.
13265
13266 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13267
13268 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
13269 target_info setting.
13270
13271 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
13272 that detect new threads during "info threads".
13273
13274 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13275
13276 * gdb.threads/manythreads.c (main): Increase thread stack size
13277 to 2*PTHREAD_STACK_MIN.
13278 * gdb.threads/multi-create.c (main): Likewise.
13279 (create_function): Likewise.
13280
13281 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13282
13283 * gdb.base/dump.exp: Pass difference of pointer types instead
13284 of integer types as offset to restore in intarr3.srec case.
13285
13286 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13287
13288 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
13289
13290 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13291
13292 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
13293
13294 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
13295
13296 New test for two watchpoints, with disabling of
13297 the first inserted.
13298 * testsuite/gdb.base/watchpoints.c: New file.
13299 * testsuite/gdb.base/watchpoints.exp: New file.
13300
13301 2009-09-25 Tom Tromey <tromey@redhat.com>
13302
13303 * gdb.base/charset.exp: Test utf-16 strings with Python.
13304
13305 2009-09-25 Tom Tromey <tromey@redhat.com>
13306
13307 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
13308 UCS-4.
13309 * gdb.base/charset.c (utf_32_string): Rename.
13310 (init_utf32): Rename.
13311 (main): Update.
13312
13313 2009-09-22 Tom Tromey <tromey@redhat.com>
13314
13315 * gdb.python/py-function.exp: Add regression tests.
13316
13317 2009-09-21 Keith Seitz <keiths@redhat.com>
13318
13319 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
13320 with invalid operator.
13321
13322 2009-09-21 Keith Seitz <keiths@redhat.com>
13323
13324 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
13325 and destructor using typedef name of class.
13326 * gdb.cp/classes.cc (class Base1): Add a destructor.
13327 (base1): New typedef.
13328 (use_methods): Instanitate an object of type base1.
13329 * gdb.cp/templates.exp (test_template_typedef): New procedure.
13330 (do_tests): Call test_template_typedef.
13331 * gdb.cp/templates.cc (Baz::~Baz): New method.
13332 (intBazOne): New typedef.
13333 (main): Instantiate intBazOne.
13334
13335 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13336
13337 PR python/10633
13338
13339 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
13340 Function.
13341 (run_lang_tests): Add print elements test.
13342
13343 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13344
13345 * gdb.python/py-value.exp (test_subscript_regression): New
13346 function. Test for invalid subscripts.
13347 * gdb.python/py-value.c (main): Add test array, and pointer to it.
13348 (ptr_ref): New function.
13349
13350 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13351
13352 * gdb.base/default.exp: Fix "show convenience".
13353
13354 2009-09-15 Tom Tromey <tromey@redhat.com>
13355
13356 * lib/mi-support.exp (mi_create_varobj): Update.
13357 (mi_create_floating_varobj): Likewise.
13358 (mi_create_dynamic_varobj): New proc.
13359 (mi_varobj_update): Update.
13360 (mi_varobj_update_with_type_change): Likewise.
13361 (mi_varobj_update_kv_helper): New proc.
13362 (mi_varobj_update_dynamic_helper): Rewrite.
13363 (mi_varobj_update_dynamic): New proc.
13364 (mi_list_varobj_children): Update.
13365 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
13366 * gdb.python/python-prettyprint.py (pp_outer): New class.
13367 (pp_nullstr): Likewise.
13368 (lookup_function): Register new printers.
13369 * gdb.python/python-prettyprint.c (struct substruct): New type.
13370 (struct outerstruct): Likewise.
13371 (substruct_test): New function.
13372 (struct nullstr): New type.
13373 (string_1, string_2): New globals.
13374 (main): Add new tests.
13375 * gdb.python/python-mi.exp: Added regression tests.
13376 * gdb.mi/mi2-var-display.exp: Update.
13377 * gdb.mi/mi2-var-cmd.exp: Update.
13378 * gdb.mi/mi2-var-child.exp: Update.
13379 * gdb.mi/mi2-var-block.exp: Update.
13380 * gdb.mi/mi-var-invalidate.exp: Update.
13381 * gdb.mi/mi-var-display.exp: Update.
13382 * gdb.mi/mi-var-cmd.exp: Update.
13383 * gdb.mi/mi-var-child.exp: Update.
13384 * gdb.mi/mi-var-block.exp: Update.
13385 * gdb.mi/mi-break.exp: Update.
13386 * gdb.mi/gdb701.exp: Update.
13387
13388 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13389
13390 * Makefile.in: Inclusion of catch-syscall object.
13391 * gdb.base/catch-syscall.c: New file.
13392 * gdb.base/catch-syscall.exp: New file.
13393
13394 2009-09-12 Michael Snyder <msnyder@vmware.com>
13395
13396 * gdb.reverse/step-reverse.exp: Explicitly check for targets
13397 that can support reverse debuggnig.
13398
13399 2009-09-11 Tom Tromey <tromey@redhat.com>
13400
13401 * gdb.dwarf2/valop.S: New file.
13402 * gdb.dwarf2/valop.exp: New file.
13403
13404 2009-09-11 Mark Kettenis <kettenis@gnu.org>
13405
13406 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
13407
13408 2009-09-10 Doug Evans <dje@google.com>
13409
13410 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
13411 Add $gdb_prompt to second breakpoint regexp.
13412
13413 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
13414
13415 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
13416 names, add missing ones.
13417 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
13418 * gdb.python/py-frame.c: Rename from python-frame.c.
13419 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
13420 testfile name.
13421 * gdb.python/py-function.exp: Rename from python-function.exp.
13422 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
13423 testfile name.
13424 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
13425 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
13426 Adjust testfile name.
13427 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
13428 * gdb.python/py-template.cc: Rename from python-template.cc.
13429 * gdb.python/py-template.exp: Rename from python-template.exp.
13430 Adjust testfile name.
13431 * gdb.python/py-value.c: Rename from python-value.c.
13432 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
13433 testfile name.
13434
13435 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13436
13437 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
13438 $bpt2address.
13439 (Second breakpoint address is valid on ia64)
13440 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
13441
13442 2009-09-03 Joseph Myers <joseph@codesourcery.com>
13443
13444 * gdb.base/ending-run.exp: Restrict regular expression matching
13445 line number to require closing brace following.
13446
13447 2009-09-03 Doug Evans <dje@google.com>
13448
13449 * gdb.base/store.exp (check_set): Fix typo in expected value message.
13450
13451 2009-09-02 Tom Tromey <tromey@redhat.com>
13452
13453 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
13454
13455 2009-09-02 Tom Tromey <tromey@redhat.com>
13456
13457 * gdb.dwarf2/callframecfa.exp: New file.
13458 * gdb.dwarf2/callframecfa.S: New file.
13459
13460 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13461
13462 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
13463 gdb.base/solib-overlap-main.c: New.
13464
13465 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
13466
13467 PR gdb/10565
13468
13469 * gdb.base/bitfields.c (struct container, container): New.
13470 (main): Initialize it and call break5.
13471 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
13472
13473 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13474
13475 Support constant DW_AT_data_member_location by GCC PR debug/40659.
13476 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
13477
13478 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13479
13480 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
13481
13482 2009-08-26 Michael Snyder <msnyder@vmware.com>
13483
13484 * gdb.base/i386-reverse.c: New file.
13485 * gdb.base/i386-reverse.exp: New file.
13486 * gdb.base/Makefile.in: Add new files to be removed.
13487
13488 2009-08-26 Joseph Myers <joseph@codesourcery.com>
13489
13490 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
13491 environment-pwd for remote host.
13492 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
13493
13494 2009-08-24 Keith Seitz <keiths@redhat.com>
13495
13496 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
13497 Add two new C++ completer tests which limit the output to a
13498 given class.
13499
13500 2009-08-24 Michael Snyder <msnyder@vmware.com>
13501
13502 * gdb.base/del.exp: Fix typo in comment.
13503 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
13504
13505 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13506
13507 * configure: Regenerate.
13508 * gdb.hp/configure: Likewise.
13509 * gdb.hp/gdb.aCC/configure: Likewise.
13510 * gdb.hp/gdb.base-hp/configure: Likewise.
13511 * gdb.hp/gdb.compat/configure: Likewise.
13512 * gdb.hp/gdb.defects/configure: Likewise.
13513 * gdb.hp/gdb.objdbg/configure: Likewise.
13514 * gdb.stabs/configure: Likewise.
13515
13516 2009-08-19 Doug Evans <dje@google.com>
13517
13518 * gdb.base/gdbvars.c: New file.
13519 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
13520
13521 2009-08-14 Pedro Alves <pedro@codesourcery.com>
13522
13523 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
13524 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
13525
13526 2009-08-13 Pedro Alves <pedro@codesourcery.com>
13527
13528 * gdb.base/default.exp: Adjust "set language test": it's now an
13529 enum command. Larger help string moved to "help set language".
13530 * gdb.base/help.exp: Adjust "help set language" expected output,
13531 now lists all known languages.
13532
13533 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
13534
13535 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
13536 all frame arguments.
13537 * gdb.arch/altivec-regs.exp: Likewise.
13538
13539 2009-08-07 Tom Tromey <tromey@redhat.com>
13540
13541 * gdb.base/setshow.exp: Add tests for changes to set language, set
13542 check range, and set check type.
13543
13544 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
13545
13546 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
13547 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
13548 Call it.
13549
13550 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13551
13552 * configure.ac: Run gdb.cell tests when appropriate.
13553 * configure: Regenerate.
13554 * lib/cell.exp: New file.
13555 * gdb.cell: New directory.
13556 * gdb.cell/configure.ac: New file.
13557 * gdb.cell/configure: New file.
13558 * gdb.cell/Makefile.in: New file.
13559 * gdb.cell/arch.exp: New file.
13560 * gdb.cell/break.c: New file.
13561 * gdb.cell/break.exp: New file.
13562 * gdb.cell/break-spu.c: New file.
13563 * gdb.cell/bt.c: New file.
13564 * gdb.cell/bt2-spu.c: New file.
13565 * gdb.cell/bt-spu.c: New file.
13566 * gdb.cell/bt.exp: New file.
13567 * gdb.cell/coremaker.c: New file.
13568 * gdb.cell/coremaker-spu.c: New file.
13569 * gdb.cell/core.exp: New file.
13570 * gdb.cell/gcore.exp: New file.
13571 * gdb.cell/data.c: New file.
13572 * gdb.cell/data.exp: New file.
13573 * gdb.cell/data-spu.c: New file.
13574 * gdb.cell/ea-cache.exp: New file.
13575 * gdb.cell/ea-cache.c: New file.
13576 * gdb.cell/ea-cache-spu.c: New file.
13577 * gdb.cell/ea-standalone.c: New file.
13578 * gdb.cell/ea-standalone.exp: New file.
13579 * gdb.cell/ea-test.c: New file.
13580 * gdb.cell/ea-test.exp: New file.
13581 * gdb.cell/f-regs.exp: New file.
13582 * gdb.cell/mem-access.c: New file.
13583 * gdb.cell/mem-access.exp: New file.
13584 * gdb.cell/mem-access-spu.c: New file.
13585 * gdb.cell/ptype.exp: New file.
13586 * gdb.cell/registers.exp: New file.
13587 * gdb.cell/size.c: New file.
13588 * gdb.cell/sizeof.exp: New file.
13589 * gdb.cell/size-spu.c: New file.
13590 * gdb.cell/solib.exp: New file.
13591 * gdb.cell/solib-symbol.exp: New file.
13592
13593 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13594
13595 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
13596
13597 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
13598
13599 * gdb.base/float.exp: Handle VFP registers.
13600
13601 2009-07-14 Michael Snyder <msnyder@vmware.com>
13602
13603 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
13604 to bring gdb to the beginning of the calling line.
13605
13606 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
13607 confusing the i386 epilogue unwinder.
13608
13609 2009-07-14 Stan Shebs <stan@codesourcery.com>
13610
13611 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
13612
13613 2009-07-14 Michael Snyder <msnyder@vmware.com>
13614
13615 * gdb.reverse/step-reverse.exp (stepi into function call):
13616 Call instruction may not be first instruction in the line.
13617 (reverse stepi from a function call): Used wrong line number.
13618
13619 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13620
13621 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
13622
13623 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13624
13625 Fix gdb.base/macscp.exp when using custom inputrc.
13626 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
13627 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
13628 env(TERM) set.
13629 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
13630 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
13631
13632 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13633
13634 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
13635 * gdb.base/annota1.exp (thread_test): Import global $testfile.
13636 Change the compilation target to match the testcase name.
13637 * gdb.base/sect-cmd.exp: Change the compilation target to match the
13638 testcase name.
13639 * a2-run.exp: Use for setup prepare_for_testing. Change the
13640 compilation target to match the testcase name.
13641 * gdb.base/commands.exp: Likewise.
13642 * gdb.base/finish.exp: Likewise.
13643 * gdb.base/float.exp: Likewise.
13644 * gdb.base/info-target.exp: Likewise.
13645 * gdb.base/relational.exp: Likewise.
13646 * gdb.base/term.exp: Likewise.
13647 * gdb.base/until.exp: Likewise.
13648 * gdb.base/volatile.exp: Likewise.
13649 * gdb.base/whatis-exp.exp: Likewise.
13650
13651 2009-07-11 Hui Zhu <teawater@gmail.com>
13652
13653 * gdb.base/help.exp (disassemble): Update expected help text.
13654
13655 2009-07-09 Tom Tromey <tromey@redhat.com>
13656
13657 * lib/gdb.exp: Handle TRANSCRIPT.
13658 (remote_spawn, remote_close, send_gdb): New procs.
13659
13660 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
13661
13662 * gdb.python/python-prettyprint.c: Add counted null string
13663 structure.
13664 * gdb.python/python-prettyprint.exp: Print null string. Test for
13665 embedded nulls.
13666 * gdb.python/python-prettyprint.py (pp_ns): New Function.
13667 * gdb.python/python-value.exp (test_value_in_inferior): Add
13668 variable length string fetch tests.
13669 * gdb.python/python-value.c (main): Add strings for string fetch tests.
13670
13671 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13672
13673 * gdb.base/dump.exp (inaccessible memory is reported): New test.
13674
13675 2009-07-07 Tom Tromey <tromey@redhat.com>
13676
13677 * gdb.base/call-rt-st.exp: Update for change to escape output.
13678 * gdb.base/callfuncs.exp: Likewise.
13679 * gdb.base/charset.exp: Likewise.
13680 * gdb.base/constvars.exp: Likewise.
13681 * gdb.base/long_long.exp: Likewise.
13682 * gdb.base/pointers.exp: Likewise.
13683 * gdb.base/printcmds.exp: Likewise.
13684 * gdb.base/setvar.exp: Likewise.
13685 * gdb.base/store.exp: Likewise.
13686 * gdb.cp/ref-types.exp: Likewise.
13687 * gdb.mi/mi-var-child.exp: Likewise.
13688 * gdb.mi/mi-var-display.exp: Likewise.
13689 * gdb.mi/mi2-var-display.exp: Likewise.
13690 * gdb.base/charset.exp: Test octal escape sequence length.
13691 Update for change to escape output.
13692
13693 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13694
13695 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
13696
13697 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
13698
13699 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
13700
13701 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13702
13703 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
13704 gdbserver increasing $portnum if "Can't bind address" has been seen.
13705
13706 2009-07-05 Pedro Alves <pedro@codesourcery.com>
13707
13708 * gdb.base/ending-run.exp: Add "step out of main" pattern for
13709 mingw32ce.
13710
13711 2009-07-05 Pedro Alves <pedro@codesourcery.com>
13712
13713 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
13714 VFP format.
13715
13716 2009-07-02 Pedro Alves <pedro@codesourcery.com>
13717
13718 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
13719 linux. Adjust to use "inferior", "info inferiors", "detach
13720 inferior" and "kill inferior" instead of "restart", "info fork",
13721 "detach fork" and "delete fork".
13722 * gdb.base/ending-run.exp: Spell out "info".
13723 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
13724 the "kill" command.
13725
13726 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13727
13728 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
13729 change to prefix TLS offset in hex with 0x.
13730
13731 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13732
13733 * gdb.base/default.exp: Update test case for "x" changes.
13734
13735 2009-07-01 Tristan Gingold <gingold@adacore.com>
13736
13737 * gdb.base/bigcore.exp: Make darwin untested.
13738
13739 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13740
13741 * gdb.base/completion.exp (directory completion): Create the directory.
13742 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
13743 escapeuniquesub.
13744 (directory completion 2): Expect now ${escapeuniquesub}.
13745 (Glob remaining of directory test): Remove one excessive newline.
13746 Expect the real output.
13747
13748 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13749
13750 Fix `make check//%' target after `make check' has been ran.
13751 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
13752 a mkdir call.
13753 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
13754 (%/.dir): Remove.
13755
13756 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13757
13758 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
13759 the expected result record.
13760
13761 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13762
13763 Remove racy FAILs relying just on the timeouts.
13764 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
13765 (annotation_level 2): Remove racy FAILs.
13766
13767 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
13768
13769 gdb/10275
13770 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
13771
13772 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
13773
13774 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
13775
13776 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
13777
13778 * gdb.mi/mi-stack.exp: Testing symbolic options
13779 to -stack-list-locals and -stack-list-arguments.
13780
13781 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13782
13783 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
13784
13785 2009-06-29 Tom Tromey <tromey@redhat.com>
13786
13787 * dg-extract-results.sh: New file.
13788 * Makefile.in (FORCE_PARALLEL): New variable.
13789 (CHECK_TARGET): New conditional variable.
13790 (check): Use CHECK_TARGET.
13791 (DO_RUNTEST): New variable.
13792 (check-single): New target.
13793 (TEST_DIRS): New variable.
13794 (TEST_TARGETS): Likewise.
13795 (check-parallel): New target.
13796 (check-gdb.%): New pattern.
13797 (BASE1_FILES): New variable.
13798 (BASE2_FILES): Likewise.
13799 (check-gdb.base%): New pattern.
13800 (%/.dir): New pattern.
13801 * configure: Rebuild.
13802 * aclocal.m4 (AM_CONDITIONAL): New defun.
13803 * configure.ac: Check whether user is using GNU make.
13804 (GMAKE): New conditional.
13805
13806 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
13807
13808 * gdb.cp/namespace-nested-import.cc: New test.
13809 * gdb.cp/namespace-nested-import.exp: New test.
13810
13811 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
13812
13813 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
13814 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
13815 * gdb.opt/Makefile.in (EXECUTABLES): Update.
13816 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
13817 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
13818 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
13819 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
13820 gdb.opt/inline-markers.c: New files.
13821 * lib/gdb.exp (skip_inline_frame_tests): New function.
13822 (skip_inline_var_tests): New function.
13823
13824 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
13825
13826 * gdb.cp/exception.exp: Don't require $hex before inner frame in
13827 backtrace.
13828
13829 2009-06-27 Michael Snyder <msnyder@vmware.com>
13830
13831 * gdb.reverse: New directory.
13832 * gdb.reverse/break-reverse.c: New test.
13833 * gdb.reverse/break-reverse.exp: New test.
13834 * gdb.reverse/consecutive-reverse.c: New test.
13835 * gdb.reverse/consecutive-reverse.exp: New test.
13836 * gdb.reverse/finish-reverse.c: New test.
13837 * gdb.reverse/finish-reverse.exp: New test.
13838 * gdb.reverse/machinestate.c: New test.
13839 * gdb.reverse/ms1.c: New test.
13840 * gdb.reverse/machinestate.exp: New test.
13841 * gdb.reverse/Makefile.in: New file.
13842 * gdb.reverse/shr2.c: New test.
13843 * gdb.reverse/solib-reverse.c: New test.
13844 * gdb.reverse/solib-reverse.exp: New test.
13845 * gdb.reverse/step-reverse.c: New test.
13846 * gdb.reverse/step-reverse.exp: New test.
13847 * gdb.reverse/until-reverse.c: New test.
13848 * gdb.reverse/ur1.c: New test.
13849 * gdb.reverse/until-reverse.exp: New test.
13850 * gdb.reverse/watch-reverse.c: New test.
13851 * gdb.reverse/watch-reverse.exp: New test.
13852 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
13853 * configure: Regenerate.
13854
13855 2009-06-26 Doug Evans <dje@google.com>
13856
13857 * gdb.base/psymtab.exp: Turn off pending breakpoints.
13858
13859 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
13860
13861 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
13862 windows problem for 'file delete $binfile'.
13863
13864 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
13865
13866 * gdb.cp/namespace-using.exp: New test.
13867 * gdb.cp/namespace-using.cc: New test.
13868
13869 2009-05-20 Joel Brobecker <brobecker@adacore.com>
13870
13871 * gdb.ada/variant_record_packed_array: New testcase.
13872
13873 2009-06-23 Tom Tromey <tromey@redhat.com>
13874
13875 * gdb.base/charset.exp (test_combination): Regression test.
13876 * gdb.base/charset.c (my_wchar_t): New typedef.
13877 (myvar): New global.
13878 (main): Set myvar.
13879
13880 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
13881
13882 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
13883 target.
13884
13885 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13886
13887 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
13888
13889 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13890
13891 * gdb.mi/gdb680.exp: Update test for error message.
13892
13893 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13894
13895 * gdb.base/annota1.exp: Allow multiple occurrences of the
13896 frames-invalid annotation.
13897 * gdb.cp/annota2.exp: Likewise.
13898
13899 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
13900
13901 * gdb.cp/gdb2495.cc: New file.
13902 * gdb.cp/gdb2495.exp: New file.
13903
13904 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13905
13906 Report error on GDB crash during runto.
13907 * lib/gdb.exp (runto <eof>): New.
13908
13909 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
13910
13911 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
13912 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
13913 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
13914 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
13915 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
13916 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
13917 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
13918 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
13919 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
13920 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
13921 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
13922 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
13923 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13924 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
13925 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
13926 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
13927 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
13928 gdb.server/server-mon.exp, gdb.server/server-run.exp,
13929 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
13930 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
13931 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
13932 gdb.trace/passcount.exp, gdb.trace/report.exp,
13933 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
13934 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
13935 gdb.trace/while-stepping.exp: Use a unique name for the compiled
13936 executable.
13937
13938 2009-06-07 Pedro Alves <pedro@codesourcery.com>
13939
13940 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
13941 defined before referencing it.
13942
13943 2009-06-03 Doug Evans <dje@google.com>
13944
13945 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
13946 * gdb.arch/i386-see.c: Ditto.
13947
13948 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
13949
13950 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
13951 (check_macro): Return 1 if undefined.
13952 If first test fails, check if macro debug information is available,
13953 and report unsupported test if no macro information is found.
13954
13955 2009-05-29 Doug Evans <dje@google.com>
13956
13957 * gdb.threads/hand-call-in-threads.exp: New.
13958 * gdb.threads/hand-call-in-threads.c: New.
13959
13960 2009-05-29 Michael Snyder <msnyder@vmware.com>
13961
13962 * gdb.base/break-always.exp: Change "1" to "on".
13963 Add confirmation check.
13964
13965 2009-05-28 Pedro Alves <pedro@codesourcery.com>
13966
13967 * gdb.threads/threxit-hop-specific.c: New.
13968 * gdb.threads/threxit-hop-specific.exp: New.
13969 * gdb.threads/thread-execl.c: New.
13970 * gdb.threads/thread-execl.exp: New.
13971
13972 2009-05-27 Tom Tromey <tromey@redhat.com>
13973 Thiago Jung Bauermann <bauerman@br.ibm.com>
13974
13975 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
13976 (mi_child_regexp): Likewise.
13977 (mi_list_varobj_children_range): Likewise.
13978 (mi_get_features): Likewise.
13979 (mi_list_varobj_children): Rewrite.
13980 * gdb.python/python-mi.exp: New file.
13981
13982 2009-05-27 Tom Tromey <tromey@redhat.com>
13983 Thiago Jung Bauermann <bauerman@br.ibm.com>
13984 Phil Muldoon <pmuldoon@redhat.com>
13985 Paul Pluzhnikov <ppluzhnikov@google.com>
13986
13987 * gdb.python/python-prettyprint.exp: New file.
13988 * gdb.python/python-prettyprint.c: New file.
13989 * gdb.python/python-prettyprint.py: New file.
13990 * gdb.base/display.exp: print/r is now valid.
13991
13992 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
13993 Tom Tromey <tromey@redhat.com>
13994 Pedro Alves <pedro@codesourcery.com>
13995 Paul Pluzhnikov <ppluzhnikov@google.com>
13996
13997 * gdb.python/python-template.exp: New file.
13998 * gdb.python/python-template.cc: New file.
13999 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14000 tests.
14001 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14002 Call it.
14003 (test_value_after_death): New proc.
14004 * gdb.python/python-value.c (PTR): New typedef.
14005 (main): New variable 'x'.
14006
14007 2009-05-27 Tom Tromey <tromey@redhat.com>
14008
14009 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14010 tests.
14011 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14012 Call it.
14013
14014 2009-05-27 Pedro Alves <pedro@codesourcery.com>
14015
14016 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
14017
14018 2009-05-24 Pedro Alves <pedro@codesourcery.com>
14019
14020 * gdb.threads/fork-thread-pending.c: New.
14021 * gdb.threads/fork-thread-pending.exp: New.
14022
14023 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14024
14025 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
14026 * gdb.dwarf2/dw2-strp.S (a_string2): New.
14027
14028 2009-05-18 Jon Beniston <jon@beniston.com>
14029
14030 * gdb.asm/asm-source.exp: Add lm32 target.
14031
14032 2009-05-17 Pedro Alves <pedro@codesourcery.com>
14033
14034 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
14035 `gdb_get_line_number'. Call `callee' in both parent and child.
14036 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
14037 `gdb_get_line_number' instead of hardcoding line numbers.
14038 (catch_fork_unpatch_child): New procedure to test detaching
14039 breakpoints from child fork.
14040 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
14041 hardcoding line numbers.
14042 (do_fork_tests): Run `catch_fork_unpatch_child'.
14043
14044 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
14045
14046 * gdb.mi/mi-cmd-var.exp: Check that when varobj
14047 of structure type enters or leaves the scope, it
14048 is reported by -var-update.
14049
14050 2009-05-11 Doug Evans <dje@sebabeach.org>
14051
14052 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
14053 * gdb.threads/pending-step.c (main): Fix off-by-one error.
14054 * gdb.threads/schedlock.c (main): Fix off-by-one error.
14055
14056 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14057
14058 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
14059
14060 2009-04-30 Doug Evans <dje@google.com>
14061
14062 * gdb.threads/watchthreads2.exp: New testcase.
14063 * gdb.threads/watchthreads2.c: New testcase.
14064
14065 2009-04-29 Doug Evans <dje@google.com>
14066
14067 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
14068 * gdb.cp/mb-ctor.cc: Ditto.
14069 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
14070 * gdb.cp/mb-inline.h (multi_line_foo): New function.
14071 * gdb.cp/mb-inline1.cc: Call it.
14072 * gdb.cp/mb-inline2.cc: Ditto.
14073 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
14074 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
14075
14076 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14077
14078 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
14079 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
14080 Replace all uses of `decimal' by `nonzero'.
14081 (info macro FROM_COMMANDLINE): New test.
14082
14083 2009-04-27 Tom Tromey <tromey@redhat.com>
14084
14085 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
14086
14087 2009-04-27 Doug Evans <dje@google.com>
14088
14089 * gdb.threads/watchthreads.c (main): Initialize args before starting
14090 the threads. Plus formatting cleanup.
14091 * gdb.threads/watchthreads.exp: Avoid errant failures due to
14092 biased scheduling of one thread.
14093
14094 2009-04-27 Jerome Guitton <guitton@adacore.com>
14095
14096 * gdb.cp/templates.cc (GetMax): New template.
14097 (main): Declare two instances of GetMax.
14098 * gdb.cp/templates.exp: Add new test.
14099
14100 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14101
14102 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
14103
14104 2009-04-22 Joseph Myers <joseph@codesourcery.com>
14105
14106 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
14107
14108 2009-04-15 Tom Tromey <tromey@redhat.com>
14109
14110 * gdb.base/charset.exp: Add regression test.
14111
14112 2009-04-14 Joel Brobecker <brobecker@adacore.com>
14113
14114 * gdb.base/exe-lock.exp: New testcase.
14115
14116 2009-04-13 Tom Tromey <tromey@redhat.com>
14117
14118 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
14119 operator on Frame.
14120
14121 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14122
14123 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
14124 * gdb.server/ext-attach.exp: Likewise.
14125
14126 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
14127
14128 Eliminate some sleep usage.
14129
14130 * gdb.mi/basics.c (do_nothing): New.
14131 (main): Use do_nothing instead of printf, so that
14132 not to introduce race condition between output of
14133 inferiour and output of gdb. Do not use sleep as it
14134 is not generally available on embedded targets.
14135
14136 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14137
14138 * gdb.server/ext-attach.exp: Expect an optional process id after
14139 "Detached from remote process".
14140
14141 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14142
14143 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
14144 gdb.dwarf2/dw2-unresolved.exp: New.
14145
14146 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14147
14148 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
14149 mi_run_to_main.
14150
14151 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14152
14153 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
14154 mi_run_to_main. Skip thread exit test on remote targets.
14155 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
14156 mi_run_to_main.
14157 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
14158 mi_run_to_main.
14159 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
14160 when expecting ^connected. Detect when the target doesn't support
14161 non-stop mode.
14162 (mi_run_cmd): Detect if non-stop mode was requested by isn't
14163 supported. Return -1 on error, 0 on success.
14164 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
14165 (mi_runto): Return mi_runto_helper's result explicitly.
14166
14167 2009-04-01 Pedro Alves <pedro@codesourcery.com>
14168
14169 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
14170
14171 2009-04-01 Tom Tromey <tromey@redhat.com>
14172
14173 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
14174 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
14175 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
14176 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
14177
14178 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
14179 Jan Kratochvil <jan.kratochvil@redhat.com>
14180
14181 PR gdb/931
14182 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
14183 output.
14184 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
14185 for gdb/931.
14186 * dw2-strp.S (DW_AT_language): Change to C++.
14187 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
14188
14189 2009-03-31 Joel Brobecker <brobecker@adacore.com>
14190
14191 * gdb.ada/tasks: New testcase.
14192
14193 2009-03-30 Stan Shebs <stan@codesourcery.com>
14194
14195 * gdb.trace/actions.exp: Update to match new info trace format.
14196 * gdb.trace/deltrace.exp: Ditto.
14197 * gdb.trace/infotrace.exp: Ditto.
14198 * gdb.trace/passcount.exp: Ditto.
14199 * gdb.trace/save-trace.exp: Ditto.
14200 * gdb.trace/while-stepping.exp: Ditto.
14201 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
14202
14203 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14204
14205 * gdb.python/python-frame.c: New file.
14206 * gdb.python/python-frame.exp: New file.
14207
14208 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
14209
14210 * gdb.python/python-value.exp: Add tests for the address
14211 attribute.
14212
14213 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
14214
14215 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
14216
14217 2009-03-26 Doug Evans <dje@google.com>
14218
14219 * gdb.mi/mi-nonstop-exit.exp: New file.
14220 * gdb.mi/non-stop-exit.c: New file.
14221
14222 2009-03-26 Tom Tromey <tromey@redhat.com>
14223
14224 Update for change to prologue skipping:
14225 * gdb.mi/mi2-simplerun.exp: Update.
14226 * gdb.mi/mi2-break.exp: Update.
14227 * gdb.mi/mi-simplerun.exp: Update.
14228 * gdb.mi/mi-break.exp: Update.
14229 * gdb.base/ending-run.exp: Update.
14230
14231 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
14232
14233 * gdb.python/python-value.exp (test_value_in_inferior): Test
14234 gdb.Value.is_optimized_out attribute.
14235
14236 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14237
14238 * gdb.dwarf2/dw2-noloc-main.c: New file.
14239 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
14240 (.text): Remove.
14241 (.data): New.
14242 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
14243 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
14244 (DW_TAG_subprogram func_cu1, noloc): Remove.
14245 (main): New.
14246 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
14247 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
14248 (file_symbols): New procedure.
14249
14250 2009-03-25 Tom Tromey <tromey@redhat.com>
14251
14252 * gdb.base/charset.exp (valid_target_charset): New proc.
14253 Use it to skip tests on invalid charsets.
14254
14255 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
14256
14257 * gdb.base/completion.exp: Add a test for directory completion.
14258
14259 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14260
14261 Fix a racy FAIL.
14262 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
14263 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
14264
14265 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
14266
14267 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
14268 * gdb.python/python-function.exp: Add test for function returning
14269 a GDB value.
14270
14271 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
14272
14273 * gdb.python/python-function.exp: New file.
14274
14275 2009-03-20 Tom Tromey <tromey@redhat.com>
14276
14277 * gdb.base/store.exp: Update for change to escape output.
14278 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
14279 to escape output.
14280 * gdb.base/pointers.exp: Update for change to escape output.
14281 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
14282 to escape output.
14283 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
14284 escape output.
14285 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
14286 to escape output.
14287 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
14288 escape output.
14289 * gdb.base/setvar.exp: Update for change to escape output.
14290 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
14291 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
14292 to escape output.
14293 (test_print_string_constants): Likewise.
14294 * gdb.base/charset.exp (valid_host_charset): Check size of
14295 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
14296 cases. Handle "auto"-related output.
14297 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
14298 (uvar, Uvar): New globals.
14299
14300 2009-03-19 Jerome Guitton <guitton@adacore.com>
14301
14302 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
14303 deltas.
14304 * gdb.ada/fixed_points.exp: Ditto.
14305
14306 2009-03-18 Pedro Alves <pedro@codesourcery.com>
14307
14308 * return-nodebug.c: Don't include stdio.h.
14309 (init): Delete.
14310 (func): Delete definition and provide extern declaration.
14311 (t): New.
14312 (main): Don't call printf. Call func and store its result in t.
14313 * return-nodebug1.c: New.
14314 * return-nodebug.exp: Don't expect stdio output. Instead, print
14315 the global variable t. Drop printf formatters and cast types from
14316 foreach loop. Don't use prepare_for_testing. Compile
14317 return-nodebug.c and return-nodebug1.c in separate steps. Don't
14318 define FORMAT or CAST.
14319
14320 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14321
14322 * gdb.base/solib-display.exp: Disable test for remote targers.
14323
14324 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14325
14326 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
14327
14328 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14329
14330 Fix a racy FAIL.
14331 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
14332 code from `follow parent, print pids'.
14333 (`follow child, print pids', `follow parent, print pids'): Call it.
14334 Replace `gdb_test "break..."' by gdb_breakpoint.
14335
14336 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
14337
14338 * gdb.mi/mi-cli.exp: Adjust for output difference in
14339 sync and async modes.
14340
14341 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14342
14343 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
14344 that was checked in by mistake. Remove loading of ada.exp, since
14345 this is not necessary in this case.
14346
14347 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14348
14349 * gdb.ada/ptype_arith_binop.exp: New testcase.
14350
14351 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14352
14353 * gdb.ada/mod_from_name: New testcase.
14354
14355 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14356
14357 * gdb.ada/tick_last_segv: New testcase.
14358
14359 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14360
14361 * gdb.mi/mi-cli.exp: Remove debug print.
14362
14363 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14364
14365 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
14366 include the token in ^running and frame info in *stopped.
14367
14368 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14369
14370 * solib-display.exp: New file.
14371 * solib-display-main.c: New file.
14372 * solib-display-lib.c: New file.
14373
14374 2009-03-05 Pedro Alves <pedro@codesourcery.com>
14375
14376 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
14377
14378 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14379
14380 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
14381 (list_and_check_macro): Use more specific test name.
14382 (next to definition): Make the test names unique.
14383
14384 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
14385
14386 * gdb.pascal/floats.exp: Accept approximate results everywhere.
14387
14388 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14389
14390 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
14391 notifications.
14392 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
14393 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
14394 * lib/mi-support.exp (library_loaded_re): New.
14395 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
14396
14397 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14398
14399 * gdb.gdb/observer.exp: Use test_notification observer, not
14400 normal_stop, everywhere.
14401 (test_normal_stop_notifications): Rename to...
14402 (test_notifications): ...this.
14403 (test_observer_normal_stop): Rename to...
14404 (test_observer): ...this.
14405
14406 2009-02-16 Doug Evans <dje@google.com>
14407
14408 * gdb.arch/amd64-disp-step.S (test_int3): New test.
14409 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
14410 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
14411 (test_prefixed_syscall,test_int3): New tests.
14412 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
14413 (test_prefixed_syscall,test_int3): New tests.
14414
14415 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
14416
14417 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
14418 (mi_expect_interrupt): Likewise.
14419 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
14420 response.
14421
14422 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14423
14424 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
14425 * gdb.base/pc-fp.exp (get_valueofx): Remove.
14426 Replace calls to get_valueofx by get_hexadecimal_valueof.
14427
14428 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14429
14430 * lib/gdb.exp (get_valueof): Accept anything as a return value.
14431 (get_integer_valueof): New procedure.
14432 (get_sizeof): Use new get_integer_value_of.
14433 * gdb.base/sizeof.exp: Replace all uses of get_valueof
14434 by get_integer_valueof.
14435
14436 2009-02-13 Tom Tromey <tromey@redhat.com>
14437
14438 * gdb.base/remote.exp (get_sizeof): Remove.
14439 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
14440 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
14441 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
14442 * lib/gdb.exp (get_valueof): Move from long_long.exp.
14443 (get_sizeof): Likewise.
14444
14445 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14446
14447 PR fortran/9806
14448 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
14449
14450 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14451
14452 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
14453
14454 2009-02-06 Pedro Alves <pedro@codesourcery.com>
14455
14456 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
14457
14458 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
14459
14460 * gdb.python/python-cmd.exp: New file.
14461
14462 2009-02-06 Tristan Gingold <gingold@adacore.com>
14463
14464 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
14465
14466 2009-02-05 Tristan Gingold <gingold@adacore.com>
14467
14468 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
14469 pointer is dereferenced and use this signal name in regexp.
14470 * gdb.base/signull.exp: Ditto.
14471 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
14472 * gdb.base/signull.c (main): Ditto.
14473
14474 2009-02-04 Tom Tromey <tromey@redhat.com>
14475 Thiago Jung Bauermann <bauerman@br.ibm.com>
14476
14477 * gdb.python/python-value.exp: Use `gdb.history' instead of
14478 `gdb.value_from_history'.
14479 (test_value_numeric_ops): Add test for conversion of enum constant.
14480 * gdb.python/python-value.c (enum e): New type.
14481 (evalue): New global.
14482 (main): Use argv.
14483
14484 2009-02-04 Jerome Guitton <guitton@adacore.com>
14485
14486 * gdb.ada/uninitialized_vars: New test program.
14487 * gdb.ada/uninitialized_vars.exp: New testcase.
14488
14489 2009-02-02 Tom Tromey <tromey@redhat.com>
14490
14491 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
14492 * gdb.cp/pr2489.cc: Rename...
14493 * gdb.cp/pr9594.cc: ... to this.
14494
14495 2009-02-02 Tom Tromey <tromey@redhat.com>
14496
14497 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
14498 * gdb.cp/pr2489.cc: New file.
14499 * gdb.cp/cpcompletion.exp: New file.
14500
14501 2009-02-02 Tom Tromey <tromey@redhat.com>
14502
14503 PR exp/9059:
14504 * gdb.cp/call-c.exp: Add regression test.
14505 * gdb.cp/call-c.cc (FooHandle): New typedef.
14506 (main): New variable 'handle'.
14507
14508 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14509
14510 * lib/mi-support.exp (et_mi_thread_list)
14511 (check_mi_and_console_threads): Adjust for current thread in
14512 -thread-list-ids output.
14513
14514 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14515
14516 * gdb.mi/mi-break.exp (test_disabled_creation): New.
14517 Call it.
14518
14519 2009-01-28 Doug Evans <dje@google.com>
14520
14521 * gdb.arch/amd64-disp-step.S: New file.
14522 * gdb.arch/amd64-disp-step.exp: New file.
14523 * gdb.arch/i386-disp-step.S: New file.
14524 * gdb.arch/i386-disp-step.exp: New file.
14525
14526 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
14527
14528 * gdb.base/find.exp: Set newline variable
14529 using quotes instead of braces to fix cygwin failures.
14530
14531 2009-01-23 Pedro Alves <pedro@codesourcery.com>
14532
14533 * gdb.base/radix.exp: Add tests to ensure that that set
14534 input-radix 0 and set output-radix 0 are really rejected.
14535
14536 2009-01-23 Pedro Alves <pedro@codesourcery.com>
14537
14538 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
14539 copyright years.
14540
14541 2009-01-23 Pedro Alves <pedro@codesourcery.com>
14542
14543 PR gdb/9664:
14544 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
14545
14546 2009-01-22 Pedro Alves <pedro@codesourcery.com>
14547
14548 PR c++/9631:
14549 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
14550
14551 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
14552
14553 * gdb.server/file-transfer.exp: Use EXEEXT variable for
14554 binfile definition to fix Windows OS failure.
14555
14556 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
14557
14558 PR gdb/9346
14559 * gdb.base/interrupt.c (sigint_handler): New.
14560 (main): Install a SIGINT handler if SIGNALS is defined. Exit
14561 on error.
14562 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
14563 Test "signal SIGINT".
14564
14565 2009-01-19 Doug Evans <dje@google.com>
14566
14567 * gdb.base/break.exp: Update expected gdb output.
14568 * gdb.base/sepdebug.exp: Ditto.
14569 * gdb.mi/mi-syn-frame.exp: Ditto.
14570 * gdb.mi/mi2-syn-frame.exp: Ditto.
14571 * gdb.base/call-signal-resume.exp: New file.
14572 * gdb.base/call-signals.c: New file.
14573 * gdb.base/unwindonsignal.exp: New file.
14574 * gdb.base/unwindonsignal.c: New file.
14575 * gdb.threads/interrupted-hand-call.exp: New file.
14576 * gdb.threads/interrupted-hand-call.c: New file.
14577 * gdb.threads/thread-unwindonsignal.exp: New file.
14578
14579 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
14580
14581 * gdb.base/define.exp: Test defining and hooking prefix commands.
14582 * gdb.python/python.exp: Update test for "show user" output.
14583
14584 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14585
14586 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
14587 now the output exactly, using less wildcards. Expect also the output
14588 of gfortran-4.3. Update for the f-valprint.c modification from
14589 2008-04-22.
14590 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
14591 Remove gdb_test test names where matching the command.
14592
14593 2009-01-01 Pedro Alves <pedro@codesourcery.com>
14594
14595 PR breakpoints/9681:
14596 * gdb.base/watchpoint.exp: Add regression test.
14597
14598 2008-12-31 Pedro Alves <pedro@codesourcery.com>
14599
14600 * gdb.threads/attach-into-signal.exp: Don't use
14601 gdb_suppress_entire_file.
14602 * gdb.threads/attach-stopped.exp: Ditto.
14603 * gdb.threads/attachstop-mt.exp: Ditto.
14604
14605 2008-12-31 Pedro Alves <pedro@codesourcery.com>
14606
14607 PR gdb/8812:
14608 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
14609
14610 2008-12-29 Pedro Alves <pedro@codesourcery.com>
14611
14612 PR gdb/7536:
14613 * gdb.base/radix.exp: Add tests to ensure invalid input radices
14614 and unsupported output radices are really rejected.
14615
14616 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14617
14618 * gdb.cp/punctuator.exp: Backslash the '$' signs.
14619
14620 2008-12-22 Tom Tromey <tromey@redhat.com>
14621
14622 * gdb.cp/punctuator.exp: New file.
14623
14624 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14625
14626 * gdb.base/completion.exp (Completing non-existing component): New test.
14627
14628 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14629
14630 Fix for PR gdb/8648.
14631 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
14632 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
14633 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
14634 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
14635
14636 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14637
14638 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
14639
14640 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
14641
14642 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
14643 compiler actually generate code at the expected line number.
14644
14645 2008-12-15 Jie Zhang <jie.zhang@analog.com>
14646
14647 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
14648
14649 2008-12-12 Tom Tromey <tromey@redhat.com>
14650
14651 * gdb.base/commands.exp (redefine_hook_test): New proc.
14652 Call it.
14653
14654 2008-12-11 Tom Tromey <tromey@redhat.com>
14655
14656 * gdb.base/macscp.exp: New regression test.
14657
14658 2008-12-11 Tom Tromey <tromey@redhat.com>
14659
14660 * gdb.base/macscp.exp: Print "address.addr".
14661 * gdb.base/macscp1.c (struct outer): New struct.
14662 (address): New global.
14663
14664 2008-12-09 Tom Tromey <tromey@redhat.com>
14665
14666 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
14667 Call it.
14668
14669 2008-12-04 Doug Evans <dje@google.com>
14670
14671 * gdb.server/ext-run.exp: Relax regexp for init program.
14672
14673 2008-12-03 Tristan Gingold <gingold@adacore.com>
14674
14675 * gdb.base/macscp.exp: Generate an object file during compilation
14676 to work around Darwin dsymutil limitations.
14677
14678 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14679
14680 Test resolving external references to TLS variables.
14681 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
14682 FILE2_THREAD_LOCAL.
14683 (testfile2, srcfile2): New variables.
14684 * gdb.threads/tls.c (file2_thread_local)
14685 (function_referencing_file2_thread_local): New.
14686 * gdb.threads/tls2.c: New file.
14687
14688 2008-11-28 Joel Brobecker <brobecker@adacore.com>
14689
14690 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
14691 rather than integer, as integer might not be big enough when
14692 on 64bit targets.
14693
14694 2008-11-27 Jerome Guitton <guitton@adacore.com>
14695
14696 * gdb.cp/formatted-ref.exp: Add equality test.
14697 * gdb.ada/formatted_ref.exp: Ditto.
14698
14699 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14700
14701 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
14702 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
14703
14704 2008-11-20 Andreas Schwab <schwab@suse.de>
14705
14706 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
14707 matching syscall entry point.
14708 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14709 (tcatch_vfork_then_child_follow): Likewise. Finish through
14710 vfork even if we stopped at the syscall trampoline.
14711
14712 2008-11-20 Doug Evans <dje@google.com>
14713
14714 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
14715
14716 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
14717
14718 * gdb.arch/ppc-dfp.exp: New file.
14719 * gdb.arch/ppc-dfp.c: New file.
14720
14721 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
14722
14723 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
14724
14725 2008-11-17 Doug Evans <dje@google.com>
14726
14727 * gdb.mi/mi-syn-frame.exp: Update expected output.
14728 * gdb.mi/mi2-syn-frame.exp: Update expected output.
14729
14730 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
14731
14732 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
14733 "thread N" results in =thread-selected.
14734 * lib/mi-support (mi_run_cmd, mi_expect_stop)
14735 (mi_send_resuming_command_raw): Be prepared for
14736 =thread-selected.
14737
14738 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
14739
14740 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
14741 * lib/mi-support.exp: Likewise.
14742
14743 2008-11-16 Joel Brobecker <brobecker@adacore.com>
14744
14745 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
14746 commands from the expected output for "help catch".
14747
14748 2008-11-15 Joel Brobecker <brobecker@adacore.com>
14749
14750 * gdb.ada/int_deref.exp: New testcase.
14751
14752 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
14753
14754 * gdb.mi/gdb2549.exp: New file.
14755
14756 2008-11-11 Doug Evans <dje@google.com>
14757
14758 * gdb.base/callexit.exp: New file.
14759 * gdb.base/callexit.c: New file.
14760
14761 2008-11-10 Doug Evans <dje@google.com>
14762
14763 * lib/gdb.exp (GDBFLAGS): Move -nx ...
14764 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
14765 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
14766 (default_gdb_start,default_gdb_exit): Ditto.
14767 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
14768 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
14769 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
14770 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
14771 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
14772 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
14773
14774 2008-11-03 Andreas Schwab <schwab@suse.de>
14775
14776 * gdb.base/hashline2.exp: Fix typo.
14777 * gdb.base/hashline3.exp: Likewise.
14778
14779 2008-10-30 Tom Tromey <tromey@redhat.com>
14780
14781 * gdb.base/pointers.exp: Add test.
14782 * gdb.base/pointers.c (k, S): New typedefs.
14783 (instance): New global.
14784
14785 2008-10-30 Andreas Schwab <schwab@suse.de>
14786
14787 * gdb.base/args.exp: Add tests for newlines.
14788
14789 2008-10-30 Joel Brobecker <brobecker@adacore.com>
14790
14791 gdb.base/foll-exec.exp: Update the expected output of a couple
14792 of "info breakpoints" tests.
14793
14794 2008-10-28 Tom Tromey <tromey@redhat.com>
14795
14796 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
14797
14798 2008-10-24 Pedro Alves <pedro@codesourcery.com>
14799
14800 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
14801 gdb_start_cmd.
14802 Use runto_main before any test that requires execution.
14803
14804 2008-10-23 Pedro Alves <pedro@codesourcery.com>
14805
14806 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
14807 instead of SIGINT.
14808
14809 2008-10-22 Joel Brobecker <brobecker@adacore.com>
14810
14811 * gdb.base/completion.exp: Update expected output following
14812 the addition of the "info tasks" command.
14813
14814 2008-10-22 Tom Tromey <tromey@redhat.com>
14815
14816 * gdb.base/exprs.exp (test_expr): Add test for string
14817 concatenation.
14818
14819 2008-10-19 Pedro Alves <pedro@codesourcery.com>
14820
14821 * configure.ac: Output gdb.python/Makefile.
14822 * configure: Regenerate.
14823 * gdb.python/Makefile.in: New.
14824
14825 2008-10-16 Joel Brobecker <brobecker@adacore.com>
14826
14827 * gdb.base/foll-fork.exp: Adjust the expected output to match
14828 the new description for fork/vfork catchpoints in the "info
14829 breakpoints" output.
14830
14831 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
14832
14833 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
14834
14835 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
14836
14837 * gdb.python/python-value.c: New file.
14838 * gdb.python/python-value.exp: New file.
14839
14840 2008-10-15 Pedro Alves <pedro@codesourcery.com>
14841
14842 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
14843
14844 2008-10-15 Denis Pilat <denis.pilat@st.com>
14845
14846 * gdb.cp/mb-ctor.exp: Fix a typo.
14847
14848 2008-10-09 Tom Tromey <tromey@redhat.com>
14849
14850 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
14851 'fprintf' and 'stderr'.
14852
14853 2008-10-07 Joel Brobecker <brobecker@adacore.com>
14854
14855 * gdb.ada/ref_tick_size.exp: New testcase.
14856
14857 2008-10-06 Doug Evans <dje@google.com>
14858
14859 * gdb.dwarf2/dw2-cu-size.exp: New file.
14860 * gdb.dwarf2/dw2-cu-size.S: New file.
14861
14862 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
14863 .Ltype_int for clarity.
14864
14865 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14866
14867 PR gdb/2384:
14868 * gdb.cp/gdb2384.exp: Extended to test more cases.
14869 * gdb.cp/gdb2384.cc: Likewise.
14870 * gdb.cp/gdb2384-base.h: Likewise.
14871 * gdb.cp/gdb2384-base.cc: Likewise.
14872
14873 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14874
14875 * gdb.base/maint.exp (maint print type): Remove printing
14876 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
14877
14878 2008-09-30 Tom Tromey <tromey@redhat.com>
14879
14880 * gdb.base/macscp.exp: Add completion tests.
14881 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
14882 (TWENTY_THREE): Likewise.
14883 (FORTY_EIGHT): Likewise.
14884
14885 2008-09-30 Tom Tromey <tromey@redhat.com>
14886
14887 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
14888 everywhere.
14889 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
14890
14891 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14892
14893 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
14894 testcase is derived from. Fix racy dependency on an expected PID
14895 number. No longer support the testcase on Linux kernel 2.4.x.
14896
14897 2008-09-27 Tom Tromey <tromey@redhat.com>
14898
14899 * gdb.base/macscp.exp: Add tests for stringification, splicing,
14900 and varargs.
14901
14902 2008-09-22 Pedro Alves <pedro@codesourcery.com>
14903
14904 * lib/mi-support.exp (mi_expect_interrupt): New.
14905 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
14906 from gdb.mi/mi-nonstop.exp.
14907 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
14908 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
14909 lib/mi-support.exp.
14910 Use mi_check_thread_states throughout. Avoid ".*" and do not
14911 require an anchor after -exec-run.
14912
14913 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
14914
14915 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
14916 stop is pending. Avoid ".*" when two stops are pending.
14917 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
14918 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
14919 newlines in fullnames.
14920 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
14921 (mi_expect_stop): Update comments. Only anchor in sync mode.
14922 Do not match newlines.
14923 (mi_send_resuming_command_raw): Always return status.
14924 (mi_get_stop_line): Do not match more than one line by accident.
14925 Only anchor in sync mode.
14926 (mi_run_inline_test): If -exec-next fails, give up.
14927
14928 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14929
14930 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
14931 on SPU.
14932
14933 2008-09-10 Joel Brobecker <brobecker@adacore.com>
14934
14935 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
14936
14937 2008-09-10 Joel Brobecker <brobecker@adacore.com>
14938
14939 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
14940 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
14941 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
14942 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
14943 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
14944 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
14945 gdb.ada/interface.exp, gdb.ada/null_array.exp,
14946 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
14947 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
14948 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
14949 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
14950 Include the "= " sequence in the expected output of print tests.
14951
14952 2008-09-10 Joel Brobecker <brobecker@adacore.com>
14953
14954 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
14955 description for boolean types.
14956
14957 2008-09-09 Pedro Alves <pedro@codesourcery.com>
14958
14959 * gdb.base/hook-stop-continue.c: New.
14960 * gdb.base/hook-stop-continue.exp: New.
14961
14962 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
14963
14964 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
14965
14966 2008-09-08 Jerome Guitton <guitton@adacore.com>
14967
14968 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
14969 (stack_check_probe_2, stack_check_probe_loop_1)
14970 (stack_check_probe_loop_2): New functions.
14971 (main): Add call to these new functions.
14972 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
14973 functions, check that the breakpoint is inserted at the appropriate
14974 location.
14975 (insert_breakpoint): Slightly refine this procedure so that it can
14976 be called several times in the test.
14977
14978 2008-09-08 Jerome Guitton <guitton@adacore.com>
14979
14980 * gdb.base/stack-checking.c: New file.
14981 * gdb.base/stack-checking.exp: New file.
14982
14983 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
14984
14985 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
14986 * gdb.arch/altivec-regs.exp: Likewise.
14987 * gdb.arch/vsx-regs.exp: Likewise.
14988
14989 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
14990
14991 * gdb.arch/ppc-fp.exp: New file.
14992 * gdb.arch/ppc-fp.c: New file.
14993
14994 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14995
14996 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
14997 lest gcc-4.3.1 optimizes the whole thing away.
14998
14999 2008-09-04 Michael Snyder <msnyder@vmware.com>
15000
15001 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
15002 as "at" (for non-debug functions such as _start).
15003
15004 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15005
15006 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
15007 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
15008 software watchpoints.
15009 * gdb.base/watch_thread_num.exp: Likewise.
15010
15011 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
15012
15013 * gdb.arch/i386-bp_permanent.exp: New test.
15014
15015 2008-08-24 Tom Tromey <tromey@redhat.com>
15016
15017 * gdb.base/maint.exp: Update "maint print type".
15018
15019 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
15020
15021 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
15022 support. Adjust the order of "*running" notifications.
15023 * gdb.mi/non-stop.c: Don't cast from int to void* and
15024 back.
15025
15026 2008-08-20 Mark Kettenis <kettenis@gnu.org>
15027
15028 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
15029 expect to find it in the "info frame" output.
15030
15031 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
15032
15033 * gdb.base/interp.exp: Always consume both prompts.
15034
15035 2008-08-20 Pedro Alves <pedro@codesourcery.com>
15036
15037 * gdb.base/pending.exp: Test pending breakpoints without symbols
15038 loaded.
15039
15040 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15041
15042 * lib/mi-support.exp (mi_expect_stop): Produce
15043 more details on failures.
15044 * gdb.mi/mi-nonstop.exp: New.
15045 * gdb.mi/non-stop.c: New.
15046
15047 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15048
15049 * gdb.mi/mi-async.exp: Use 'set target-async'.
15050 * lib/mi-support.exp: Use 'set/show target-async'.
15051
15052 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
15053
15054 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
15055
15056 2008-08-17 Tom Tromey <tromey@redhat.com>
15057
15058 * gdb.base/help.exp (help catch): Rewrite.
15059
15060 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15061
15062 * gdb.base/define.exp: Test indented command documentation.
15063 * gdb.python/python.exp: Test indented multi-line command.
15064
15065 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
15066
15067 * testsuite/gdb.arch/vsx-regs.c: New source file.
15068 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
15069 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
15070
15071 2008-08-14 Tom Tromey <tromey@redhat.com>
15072
15073 * gdb.base/macscp.exp: Add regression test for "macro define" or
15074 "macro undef" with no arguments.
15075
15076 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
15077
15078 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
15079
15080 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15081
15082 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
15083
15084 2008-08-06 Tom Tromey <tromey@redhat.com>
15085
15086 * gdb.python/python.exp: New file.
15087
15088 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15089
15090 Fix for PR gdb/1543.
15091 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
15092 $LOCATION.
15093 (location): New variable.
15094 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
15095 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
15096 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
15097 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
15098 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
15099 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
15100 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
15101 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
15102 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
15103 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
15104 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
15105 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
15106 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
15107 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
15108 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15109 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
15110 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
15111 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
15112 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
15113 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15114 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
15115 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
15116 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
15117 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
15118 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
15119 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
15120 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
15121 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
15122 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
15123 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
15124 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
15125 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
15126 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
15127 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
15128 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
15129 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
15130 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
15131 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15132 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
15133 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
15134 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
15135 gdb.base/type-opaque.exp, gdb.base/until.exp,
15136 gdb.base/value-double-free.c, gdb.base/varargs.exp,
15137 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
15138 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
15139 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
15140 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
15141 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
15142 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
15143 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
15144 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15145 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
15146 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
15147 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
15148 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
15149 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
15150 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
15151 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
15152 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15153 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
15154 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
15155 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
15156 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
15157 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
15158 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
15159 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
15160 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15161 gdb.pascal/types.exp, gdb.stabs/weird.exp,
15162 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
15163 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
15164 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
15165 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
15166 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
15167 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
15168 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15169 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15170 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15171 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15172 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15173 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15174 lib/mi-support.exp, lib/trace-support.exp: Remove reference
15175 to bug-gdb@prep.ai.mit.edu .
15176
15177 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
15178
15179 * lib/mi-support.exp (mi_load_shlibs): New.
15180 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
15181
15182 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
15183
15184 * lib/mi-support.exp (get_mi_thread_list)
15185 (check_mi_and_console_threads): New, moved from ...
15186 * gdb.mi/mi-pthread.exp: ...here.
15187 * gdb.mi/gdb669.exp (get_mi_thread_list)
15188 (check_mi_and_console_threads): Delete.
15189 * gdb.mi/mi2-pthread.exp: Likewise.
15190
15191 2008-07-28 Tom Tromey <tromey@redhat.com>
15192
15193 * Makefile.in (just-check): Remove. Move body to...
15194 (check): ... here.
15195
15196 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15197
15198 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
15199 Add a test for duplicated SIGINTs.
15200
15201 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15202
15203 * gdb.threads/schedlock.exp (get_args): Update to work for any
15204 value of NUM.
15205 (Top level): Report the number of threads that did not resume.
15206
15207 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15208
15209 * gdb.dwarf2/dw2-compressed.S: Also define __start.
15210
15211 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15212
15213 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
15214 non-MI prompt.
15215
15216 2008-07-26 Tom Tromey <tromey@redhat.com>
15217
15218 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
15219 (function_struct, function_struct_ptr): New globals.
15220 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15221 function pointer in a struct.
15222
15223 2008-07-26 Tom Tromey <tromey@redhat.com>
15224
15225 * gdb.base/macscp.exp: Add test for macro lexing bug.
15226
15227 2008-07-18 Tom Tromey <tromey@redhat.com>
15228
15229 * gdb.base/macscp.exp: Add macro tests.
15230
15231 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15232
15233 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
15234
15235 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15236
15237 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
15238
15239 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
15240
15241 * gdb.cp/class2.exp: fix for failure on spu-elf
15242
15243 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
15244
15245 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
15246
15247 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15248
15249 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
15250
15251 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
15252
15253 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
15254
15255 2008-07-11 Kevin Buettner <kevinb@redhat.com>
15256
15257 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
15258 of regexp to account for changes made to GDB in the printing of
15259 byte vectors.
15260
15261 2008-07-11 Tom Tromey <tromey@redhat.com>
15262
15263 * gdb.base/completion.exp: Add 'help' completion test.
15264
15265 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15266
15267 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
15268
15269 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15270
15271 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
15272
15273 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15274
15275 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
15276
15277 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15278
15279 * gdb.base/fullname.exp: Restore pwd if compiling failed.
15280
15281 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15282
15283 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
15284
15285 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15286
15287 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
15288 previous commit. Add a comment.
15289
15290 2008-06-28 Pedro Alves <pedro@codesourcery.com>
15291
15292 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
15293
15294 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15295
15296 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
15297
15298 2008-06-27 Pedro Alves <pedro@codesourcery.com>
15299
15300 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
15301 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
15302 compiling an executable, link in an object that forces unbuffered
15303 output.
15304 * lib/set_unbuffered_mode.c: New file.
15305
15306 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15307
15308 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
15309
15310 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
15311
15312 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
15313 mi_expect_stop.
15314 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
15315 Demand that *running is output.
15316 (detect_async): Perform checking every time.
15317 (mi_send_resuming_command): Extract everything into...
15318 (mi_send_resuming_command_raw): ...this.
15319 (mi_expect_stop): Don't accept any output before *stopped.
15320
15321 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
15322
15323 Robustify mi-simplerun.
15324 * gdb.mi/basics.c (main): Add a call to sleep.
15325 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
15326 * gdb.mi/mi2-cli.exp: Likewise.
15327 * gdb.mi/mi-break.exp: Likewise.
15328
15329 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
15330
15331 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
15332
15333 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15334
15335 * gdb.mi/mi-console.exp: Adjust.
15336 * gdb.mi/mi-syn-frame.exp: Adjust.
15337 * gdb.mi/mi2-console.exp: Adjust.
15338 * gdb.mi/mi2-syn-frame.exp: Adjust.
15339 * lib/mi-support.exp (mi_run_cmd): Adjust.
15340 (mi_send_resuming_command): Adjust.
15341
15342 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15343
15344 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
15345 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
15346 testing of stopped.
15347 * gdb.mi/mi2-syn-frame.exp: Likewise.
15348 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
15349 (async, detect_async): New.
15350 (mi_expect_stop, mi_continue_to_line): Adjust expectation
15351 depending on if we're running in sync or async mode.
15352
15353 2008-06-09 Tom Tromey <tromey@redhat.com>
15354
15355 * gdb.base/completion.exp: New tests for field name completion
15356 with spaces, and field name completion with '->'.
15357
15358 2008-06-06 Tom Tromey <tromey@redhat.com>
15359
15360 * gdb.base/break1.c (struct some_struct): New struct.
15361 (values): New global.
15362 * gdb.base/completion.exp: Add field name completion test.
15363
15364 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15365
15366 * gdb.cp/call-c.exp: Test for incorrect handling of reference
15367 to pointer.
15368 * gdb.cp/call-c.cc: Likewise.
15369
15370 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
15371
15372 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
15373 annotation.
15374
15375 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15376 Pedro Alves <pedro@codesourcery.com>
15377
15378 * gdb.threads/execl.c, gdb.threads/execl1.c,
15379 gdb.threads/execl.exp: New tests.
15380
15381 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
15382 Daniel Jacobowitz <dan@codesourcery.com>
15383
15384 * gdb.cp/exception.exp: Activate test, make it work with pending
15385 catchpoints.
15386
15387 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15388
15389 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
15390
15391 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
15392
15393 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
15394 now printed.
15395 * gdb.mi/mi2-var-cmd.exp: Likewise.
15396
15397 2008-05-27 Andreas Schwab <schwab@suse.de>
15398
15399 * gdb.base/frame-args.exp: Handle arguments that are optimized
15400 out.
15401
15402 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
15403
15404 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
15405 quiet for ppc32 and group options into a single variable.
15406
15407 2008-05-23 Joel Brobecker <brobecker@adacore.com>
15408
15409 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
15410 of zero-size elements.
15411 * gdb.ada/null_array.exp: Test printing this new array.
15412
15413 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15414
15415 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
15416
15417 2008-05-21 Joel Brobecker <brobecker@adacore.com>
15418
15419 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
15420 of the "finish" command.
15421
15422 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
15423
15424 * gdb.base/annota1.exp: Test for new annotation.
15425
15426 2008-05-16 Pedro Alves <pedro@codesourcery.com>
15427
15428 * gdb.base/fixsection.exp: New file.
15429 * gdb.base/fixsection0.c: New file.
15430 * gdb.base/fixsection1.c: New file.
15431
15432 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15433
15434 * gdb.base/annota1.exp: Accept printf@... in place of printf.
15435 * gdb.base/annota3.exp: Likewise.
15436
15437 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
15438
15439 * gdb.base/watch_thread_num.exp: Don't run tests that require
15440 watchpoints if the target doesn't support them.
15441
15442 2008-05-12 Doug Evans <dje@google.com>
15443
15444 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
15445
15446 2008-05-09 Joel Brobecker <brobecker@adacore.com>
15447
15448 * gdb.ada/assign_1.exp: New testcase.
15449
15450 2008-05-09 Doug Evans <dje@google.com>
15451
15452 * gdb.base/find.exp: New file.
15453 * gdb.base/find.c: New file.
15454
15455 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
15456
15457 * gdb.base/commands.exp (watchpoint_command_test): Handle
15458 gdb,no_hardware_watchpoints.
15459 * gdb.base/float.exp: Allow ARM targets without floating point.
15460 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
15461
15462 2008-05-06 Jerome Guitton <guitton@adacore.com>
15463 Joel Brobecker <brobecker@adacore.com>
15464
15465 * gdb.ada/lang_switch: New test program.
15466 * gdb.ada/lang_switch.exp: New testcase.
15467
15468 2008-05-05 Doug Evans <dje@google.com>
15469
15470 * gdb.base/help.exp (disassemble): Update expected help text.
15471
15472 2008-05-04 Pedro Alves <pedro@codesourcery.com>
15473
15474 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
15475
15476 2008-05-04 Pedro Alves <pedro@codesourcery.com>
15477
15478 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
15479 different times.
15480
15481 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15482
15483 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
15484 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
15485 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
15486 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
15487
15488 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
15489
15490 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
15491 notification to appear.
15492
15493 2008-05-04 Daniel Jacobowitz <dan@debian.org>
15494
15495 * gdb.base/fullname.c: New file.
15496 * gdb.base/fullname.exp: New file.
15497 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
15498
15499 2008-05-03 Pedro Alves <pedro@codesourcery.com>
15500
15501 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
15502 expressions with macros.
15503
15504 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15505
15506 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
15507
15508 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
15509
15510 * gdb.base/completion.exp: Handle lack of other symbols beginning
15511 with "a".
15512
15513 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
15514
15515 2008-05-02 Jim Blandy <jimb@codesourcery.com>
15516
15517 * gdb.asm/asmsrc1.s: Add scratch space.
15518
15519 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15520 Daniel Jacobowitz <dan@codesourcery.com>
15521
15522 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
15523 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
15524 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
15525
15526 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
15527
15528 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
15529
15530 2008-05-01 Joel Brobecker <brobecker@adacore.com>
15531
15532 * gdb.base/info-target.exp: New testcase.
15533
15534 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15535
15536 * gdb.cp/hang.exp: Use .cc instead of .C.
15537 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
15538 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
15539
15540 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15541
15542 * gdb.base/gdb1250.exp: Remove perror.
15543 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
15544
15545 2008-04-30 Pedro Alves <pedro@codesourcery.com>
15546
15547 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
15548 .2byte.
15549
15550 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
15551
15552 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
15553 (maybe_kfail): New.
15554
15555 2008-04-25 Pedro Alves <pedro@codesourcery.com>
15556
15557 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
15558
15559 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15560
15561 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
15562 * gdb.mi/mi2-syn-frame.exp: Likewise.
15563 * lib/mi-support.exp: Likewise.
15564
15565 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15566
15567 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
15568 to specify regexp for the location to stop at.
15569 * gdb.base/break-always.c: New.
15570 * gdb.base/break-always.exp: New.
15571
15572 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15573
15574 * lib/mi-support.exp (mi_runto_helper): Adjust
15575 for the original-location field.
15576 (mi_create_breakpoint, mi_list_breakpoints): New.
15577 * gdb.mi/mi-break.exp: Adjust.
15578 * gdb.mi/mi2-break.exp: Adjust.
15579 * gdb.mi/mi-pending.exp: Adjust.
15580 * gdb.mi/mi-simplerun.exp: Adjust.
15581 * gdb.mi/mi2-simplerun.exp: Adjust.
15582 * gdb.mi/mi-syn-frame.exp: Adjust.
15583 * gdb.mi/mi2-syn-frame.exp: Adjust.
15584 * gdb.mi/mi-until.exp: Adjust.
15585 * gdb.mi/mi2-until.exp: Adjust.
15586 * gdb.mi/mi-var-display.exp: Adjust.
15587 * gdb.mi/mi2-var-display.exp: Adjust.
15588 * gdb.mi/mi-watch.exp: Adjust.
15589 * gdb.mi/mi2-watch.exp: Adjust.
15590
15591 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
15592
15593 * aclocal.m4: Add override.m4.
15594 * configure: Regenerate.
15595
15596 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
15597
15598 * gdb.mi/var-cmd.c (do_at_tests): Verify that
15599 '-var-update --all-values' reports new value even the type
15600 of a variable object has changed.
15601
15602 2008-04-18 Craig Silverstein <csilvers@google.com>
15603
15604 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
15605 files.
15606
15607 2008-04-18 Joel Brobecker <brobecker@adacore.com>
15608
15609 * gdb.ada/atomic_enum: New test program.
15610 * gdb.ada/atomic_enum.exp: New testcase.
15611
15612 2008-04-17 Doug Evans <dje@google.com>
15613
15614 * gdb.opt/Makefile.in: Fix whitespace.
15615
15616 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
15617
15618 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
15619
15620 2008-04-17 Doug Evans <dje@google.com>
15621
15622 * gdb.base/hashline1.exp: New testcase.
15623 * gdb.base/hashline2.exp: New testcase.
15624 * gdb.base/hashline2.exp: New testcase.
15625
15626 2008-04-17 Pedro Alves <pedro@codesourcery.com>
15627
15628 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
15629
15630 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
15631
15632 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
15633 temporary breakpoint to match "Temporary breakpoint".
15634 * gdb.base/break.exp (delete_breakpoints): Likewise.
15635 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
15636 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
15637 * gdb.base/display.exp: Likewise.
15638 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
15639 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
15640 * gdb.base/restore.exp (restore_tests): Likewise.
15641 * gdb.base/sepdebug.exp: Likewise.
15642 * gdb.base/watchpoint.exp: Likewise.
15643 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
15644 * gdb.mi/mi-pending.exp: Likewise.
15645 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
15646 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
15647 * gdb.mi/mi-var-cmd.exp: Likewise.
15648 * gdb.mi/mi-var-display.exp: Likewise.
15649 * gdb.mi/mi2-cli.exp: Likewise.
15650 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
15651 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
15652 * gdb.mi/mi2-var-display.exp: Likewise.
15653 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
15654 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
15655 new "disp" field.
15656 (mi_expect_stop): Move after_reason argument to be really after
15657 reason. This is to support fix for PR2424.
15658
15659 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15660
15661 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
15662
15663 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
15664
15665 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
15666 field. Add more floating varobj tests.
15667 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
15668 field.
15669 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
15670 (main): Call do_at_tests.
15671 * lib/mi-support.exp (mi_create_floating_varobj)
15672 (mi_varobj_update_with_type_change): New.
15673
15674 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
15675
15676 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
15677 option of -var-evaluate-expression.
15678 * gdb.mi/mi2-var-display.exp: Likewise.
15679
15680 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
15681
15682 Introduce test setup helpers.
15683 * lib/gdb.exp (build_executable, clean_restart)
15684 (prepare_for_testing): New.
15685 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
15686 * gdb.base/return.exp: Likewise.
15687 * gdb.base/ending-run.exp: Likewise.
15688
15689 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
15690
15691 * gdb.mi/mi-async.exp: New test for asynchronous Machine
15692 Interface (MI) responses.
15693
15694 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
15695
15696 * gdb.cp/breakpoint.cc: New code to test conditions involving
15697 member variables.
15698 * gdb.cp/breakpoint.exp: Test condition involving member
15699 variables.
15700
15701 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
15702
15703 * lib/mi-support.exp (mi_expect_stop): New.
15704 (mi_run_cmd): Change the
15705 token. Use mi_send_resuming_command, use
15706 mi_expect_stop.
15707 (mi_execute_to_helper): Rename to mi_execute_to.
15708 (mi_send_resuming_command): Add more error patterns.
15709 (mi_wait_for_stop): Renamed to...
15710 (mi_get_stop_line): ...this.
15711 (mi_run_inline_test): Adjust.
15712
15713 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
15714 * gdb.mi/mi-console.exp: Likewise.
15715 * gdb.mi/mi-pending.exp: Likewise.
15716 * gdb.mi/mi-simplerun.exp: Likewise.
15717 * gdb.mi/mi-stack.exp: Likewise.
15718 * gdb.mi/mi-stepi.exp: Likewise.
15719 * gdb.mi/mi-syn-frame.exp: Add comment.
15720 * gdb.mi/mi-until.exp: Likewise.
15721 * gdb.mi/mi-var-display.exp: Likewise.
15722 * gdb.mi/mi-watch.exp: Likewise.
15723 * gdb.mi/mi2-cli.exp: Likewise.
15724 * gdb.mi/mi2-console.exp: Likewise.
15725 * gdb.mi/mi2-simplerun.exp: Likewise.
15726 * gdb.mi/mi2-stack.exp: Likewise.
15727 * gdb.mi/mi2-stepi.exp: Likewise.
15728 * gdb.mi/mi2-until.exp: Likewise.
15729 * gdb.mi/mi2-var-display.exp: Likewise.
15730 * gdb.mi/mi2-watch.exp: Likewise.
15731
15732 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15733
15734 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
15735
15736 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
15737
15738 2008-04-04 Pedro Alves <pedro@codesourcery.com>
15739
15740 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
15741 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
15742 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
15743 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
15744 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
15745 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
15746 expect an mi error duplicated in stderr.
15747
15748 2008-04-03 Joel Brobecker <brobecker@adacore.com>
15749
15750 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
15751 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
15752 Add a couple of tests that verify the behavior when the new setting
15753 is set to "cancel" and "all".
15754 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
15755 "ask" before we start the testing.
15756
15757 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
15758
15759 * gdb.cp/casts.cc: Add class reference variables.
15760 * gdb.cp/casts.exp: New test cases for up/down casting references.
15761
15762 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
15763
15764 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
15765 instead of beginning to make an extra test pass.
15766 * gdb.mi/mi2-var-display.exp: Likewise.
15767
15768 2008-03-31 Maciej W. Rozycki <macro@mips.com>
15769
15770 * gdb.base/break.exp: Mark failures as such. Fix formatting.
15771
15772 2008-03-31 Markus Deuling <deuling@de.ibm.com>
15773 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15774
15775 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
15776 value. Add xfail for older kernels.
15777
15778 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
15779
15780 Bring mi-support in line with gdb.exp.
15781 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
15782 (mi_gdb_start): New function.
15783
15784 2008-03-28 Maciej W. Rozycki <macro@mips.com>
15785
15786 * gdb.mi/mi-var-cmd.exp: Fix a typo.
15787
15788 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
15789
15790 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
15791 * gdb.mi/mi2-var-display.exp: Likewise.
15792
15793 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
15794
15795 * lib/mi-support.exp (mi_create_varobj_checked): New.
15796 (mi_list_varobj_children): Allow to check for a
15797 value.
15798 (mi_list_array_varobj_children): New.
15799
15800 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
15801 and mi_list_varobj_children, as opposed to hardcoding
15802 expected strings.
15803 * gdb.mi/gdb701.exp: Likewise.
15804 * gdb.mi/gdb792.exp: Likewise.
15805 * gdb.mi/mi-var-block.exp: Likewise.
15806 * gdb.mi/mi-var-cmd.exp: Likewise.
15807 * gdb.mi/mi-var-invalidate.exp: Likewise.
15808 * gdb.mi/mi2-var-block.exp: Likewise.
15809 * gdb.mi/mi2-var-child.exp: Likewise.
15810 * gdb.mi/mi2-var-cmd.exp: Likewise.
15811 * gdb.mi/mi2-var-display.exp: Likewise.
15812
15813 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15814
15815 Fix random false FAILs on i386.
15816 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
15817
15818 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
15819
15820 PR gdb/544
15821 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
15822
15823 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
15824
15825 PR gdb/544
15826 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
15827
15828 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15829
15830 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
15831 fixed PR gdb/544.
15832
15833 2008-03-21 Pedro Alves <pedro@codesourcery.com>
15834
15835 * gdb.threads/fork-child-threads.exp: Test next over fork.
15836
15837 2008-03-21 Chris Demetriou <cgd@google.com>
15838
15839 * gdb.base/break.exp (rbreak junk): New test for rbreak
15840 "Junk at end of arguments" issue.
15841
15842 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15843
15844 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
15845 *& to work on created array elements.
15846 (Top level): Test print $pc with a file. Test string operations
15847 without a target.
15848 * gdb.base/ptype.exp: Do not expect *& to work on created array
15849 elements.
15850
15851 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15852
15853 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15854 gdb.threads/staticthreads.exp: Update exit query.
15855
15856 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
15857
15858 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
15859
15860 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
15861
15862 * gdb.base/watchpoint.c (global_ptr, func4): New.
15863 (main): Call func4.
15864 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
15865 (test_inaccessible_watchpoint): New.
15866
15867 2008-02-29 Maciej W. Rozycki <macro@mips.com>
15868
15869 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
15870 select the largest.
15871
15872 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
15873
15874 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
15875 frames-invalid annotations.
15876
15877 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
15878
15879 * gdb.base/assign.exp: avoid same output for different tests.
15880
15881 2008-02-27 Doug Evans <dje@google.com>
15882
15883 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
15884 for bug 1738.
15885 (breakpoint_to_handler_entry): Ditto.
15886
15887 2008-02-27 Joel Brobecker <brobecker@adacore.com>
15888
15889 * gdb.base/ending-run.exp: Use the first line of code inside
15890 function body to test breakpoints.
15891 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
15892 location where the breakpoint is inserted when using the line
15893 where a function is declared. Fix typo in the description of
15894 one of the tests.
15895 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
15896
15897 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
15898
15899 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
15900 tests.
15901
15902 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
15903
15904 * gdb.base/args.exp: avoid same output for tests
15905 with single quotes.
15906
15907 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
15908
15909 * gdb.base/annota1.exp: Adjust for 'info break'
15910 format changes.
15911 * gdb.base/annota3.exp: Likewise.
15912 * gdb.base/break.exp: Likewise.
15913 * gdb.base/condbreak.exp: Likewise.
15914 * gdb.base/pending.exp: Likewise.
15915 * gdb.base/sepdebug.exp: Likewise.
15916 * gdb.base/unload.exp: Likewise.
15917 * gdb.cp/ovldbreak.exp: Likewise.
15918 * gdb.mi/mi-pending.exp: Likewise.
15919
15920 2008-02-07 Doug Evans <dje@google.com>
15921
15922 * gdb.cp/mb-inline.exp: New.
15923 * gdb.cp/mb-inline.h: New.
15924 * gdb.cp/mb-inline1.cc: New.
15925 * gdb.cp/mb-inline2.cc: New.
15926
15927 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
15928
15929 * gdb.pascal/floats.pas: New test program.
15930 * gdb.pascal/floats.exp: New testcase.
15931
15932 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15933
15934 * gdb.base/callfuncs.c (t_float_many_args): New function.
15935 (t_double_many_args): New function.
15936 * gdb.base/callfuncs.exp: Add tests for exceeding float
15937 and double parameters passed through the stack.
15938
15939 2008-02-05 Joel Brobecker <brobecker@adacore.com>
15940
15941 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
15942 gdb.ada/complete/foo.adb: New files.
15943 * gdb.ada/complete.exp: New testcase.
15944
15945 2008-02-03 Doug Evans <dje@google.com>
15946
15947 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
15948
15949 * gdb.cp/gdb2384.exp: New file.
15950 * gdb.cp/gdb2384.cc: New file.
15951 * gdb.cp/gdb2384-base.h: New file.
15952 * gdb.cp/gdb2384-base.cc: New file.
15953
15954 2008-02-02 Doug Evans <dje@google.com>
15955
15956 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
15957
15958 2007-02-01 Joel Brobecker <brobecker@adacore.com>
15959
15960 * gdb.ada/sym_print_name: New test program.
15961 * gdb.ada/sym_print_name.exp: New testcase.
15962
15963 2007-02-01 Joel Brobecker <brobecker@adacore.com>
15964
15965 * gdb.ada/nested/hello.adb: New file.
15966 * gdb.ada/nested.exp: New testcase.
15967 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
15968
15969 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
15970
15971 * gdb.mi/basic.c (return_1): New function.
15972 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
15973 don't cause future evaluations of function to report
15974 creation of internal breakpoints.
15975
15976 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
15977
15978 * gdb.mi/mi-break.exp (test_error): New.
15979 Call it.
15980
15981 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
15982
15983 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
15984 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
15985
15986 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
15987
15988 * gdb.pascal/integers.pas: New test program.
15989 * gdb.pascal/integers.exp: New testcase.
15990
15991 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
15992
15993 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
15994
15995 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
15996
15997 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
15998 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
15999
16000 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
16001
16002 * gdb.ada/formatted_ref: New test program.
16003 * gdb.ada/formatted_ref.exp: New testcase.
16004
16005 * gdb.cp/formatted-ref.cc: New file.
16006 * gdb.cp/formatted-ref.exp: New testcase.
16007
16008 2008-01-30 Joel Brobecker <brobecker@adacore.com>
16009
16010 * gdb.base/ptype.exp: Add testing of "ptype $pc".
16011
16012 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
16013
16014 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
16015 (test_file_list_exec_source_file): Update to new macro-info field.
16016
16017 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
16018
16019 * gdb.ada/exprs: New test program.
16020 * gdb.ada/exprs.exp: New testcase.
16021
16022 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16023
16024 * dfp-test.c (DELTA, DELTA_B): New definitions.
16025 (double_val1, double_val2, double_val3, double_val4, double_val5,
16026 double_val6, double_val7, double_val8, double_val9, double_val10,
16027 double_val11, double_val12, double_val13, double_val14, dec32_val1,
16028 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
16029 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
16030 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
16031 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
16032 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
16033 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
16034 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
16035 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
16036 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
16037 dec128_val16): New global variables.
16038 (decimal_dec128_align): New function.
16039 (decimal_mixed): Likewise.
16040 (decimal_many_args_dec32): Likewise.
16041 (decimal_many_args_dec64): Likewise.
16042 (decimal_many_args_dec128): Likewise.
16043 (decimal_many_args_mixed): Likewise.
16044 * dfp-test.exp: Add tests calling new inferior functions.
16045
16046 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16047
16048 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
16049 gdb.server/ext-run.exp: New files.
16050 * lib/gdbserver-support.exp (gdbserver_download): New.
16051 (gdbserver_start): New. Update gdbserver expected
16052 output.
16053 (gdbserver_spawn): Use them.
16054 (gdbserver_start_extended): New.
16055
16056 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16057
16058 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
16059 Run on GNU/Linux.
16060 (do_exec_tests): Check for systems which do not support catchpoints.
16061 Do not match START.
16062 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
16063 Run on GNU/Linux. Enable verbose output.
16064 (check_fork_catchpoints): New.
16065 (explicit_fork_child_follow, catch_fork_child_follow)
16066 (tcatch_fork_parent_follow): Update expected messages.
16067 (do_fork_tests): Use check_fork_catchpoints.
16068 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
16069 Run on GNU/Linux. Enable verbose output.
16070 (check_vfork_catchpoints): New.
16071 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
16072 expected messages.
16073 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
16074
16075 2008-01-29 Jim Blandy <jimb@red-bean.com>
16076
16077 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
16078 host' errors.
16079 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
16080
16081 2008-01-29 Jim Blandy <jimb@red-bean.com>
16082
16083 * gdb.threads/sigthread.c: Use barriers to ensure that
16084 child_thread and child_thread_two are always initialized before we
16085 start to use them.
16086
16087 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
16088
16089 * gdb.base/watchpoint-solib.exp: New.
16090 * gdb.base/watchpoint-solib.c: New.
16091 * gdb.base/watchpoint-solib-shr.c: New.
16092
16093 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
16094
16095 * gdb.base/gdb1056.exp: Add unsigned integer test.
16096
16097 2008-01-28 Doug Evans <dje@google.com>
16098
16099 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
16100
16101 2008-01-27 Jim Blandy <jimb@codesourcery.com>
16102
16103 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
16104
16105 * gdb.base/expand-psymtabs.exp: Doc fix.
16106
16107 2008-01-26 Mark Kettenis <kettenis@gnu.org>
16108
16109 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16110
16111 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
16112
16113 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
16114 -var-set-format.
16115
16116 2008-01-23 Chris Demetriou <cgd@google.com>
16117
16118 * gdb.threads/thread_events.c: New testcase source file.
16119 * gdb.threads/thread_events.exp: New testcase expect file.
16120
16121 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
16122
16123 * lib/gdb.exp: Add the variable octal.
16124
16125 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
16126 -var-set-format.
16127
16128 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
16129 Vladimir Prus <vladimir@codesourcery.com>
16130
16131 * gdb.base/float.exp: Allow missing floating point for m68k and
16132 PowerPC.
16133
16134 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
16135
16136 * gdb.mi/basics.c: Setup for testing breakpoints
16137 ignore count.
16138 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
16139 * gdb.mi/mi-cli.exp: Adjust.
16140 * gdb.mi/mi2-cli.exp: Adjust.
16141
16142 2008-01-17 Pedro Alves <pedro@codesourcery.com>
16143
16144 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
16145 and 'dummy_ptr' integer pointer. Initialize struct_declarations
16146 with dummy_ptr's address.
16147 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
16148 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
16149 all targets.
16150 * gdb.mi/mi2-var-child.exp: Likewise.
16151
16152 2008-01-09 Joel Brobecker <brobecker@adacore.com>
16153
16154 * gdb.ada/null_array: New test program.
16155 * gdb.ada/null_array.exp: New testcase.
16156
16157 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
16158
16159 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
16160 with required float modifiers.
16161
16162 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16163
16164 * gdb.ada/funcall_param: New test program.
16165 * gdb.ada/funcall_param.exp: New testcase.
16166
16167 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16168
16169 * gdb.ada/arrayparam: New test program.
16170 * gdb.ada/arrayparam.exp: New testcase.
16171
16172 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16173
16174 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
16175 landed. Should also fix random failures in the test following it.
16176
16177 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
16178
16179 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
16180 for expressions with decimal float values.
16181 (test_dfp_conversions): New function to test casts to and from
16182 decimal float types.
16183 Call test_dfp_conversions.
16184 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
16185 elements.
16186 (main): Initialize ds.float4 and ds.double8 elements.
16187 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
16188 string to new error message.
16189 (d64_set_tests): Likewise.
16190 (d128_set_tests): Likewise.
16191 Add tests for expressions with decimal float variables. Add tests for
16192 conversions to and from decimal float types.
16193
16194 2008-01-05 Joel Brobecker <brobecker@adacore.com>
16195
16196 * gdb.ada/packed_tagged/comp_bug.adb: New file.
16197 * gdb.ada/packed_tagged.exp: New testcase.
16198
16199 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16200
16201 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
16202 gdb.ada/homonym/homonym_main.adb: New files.
16203 * gdb.ada/homonym.exp: New testcase.
16204
16205 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16206
16207 * gdb.ada/packed_array.exp: Add testing of references to
16208 a packed array.
16209
16210 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16211
16212 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
16213 New files.
16214 * gdb.ada/type_coercion.exp: New testcase.
16215
16216 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16217
16218 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
16219 gdb.ada/tagged/foo.adb: New file.
16220 * gdb.ada/tagged.exp: New testcase.
16221
16222 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16223
16224 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
16225 gdb.ada/ptype_field/foo.adb: New files.
16226 * gdb.ada/ptype_field.exp: New testcase.
16227
16228 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16229
16230 * gdb.ada/print_pc.exp: New testcase.
16231
16232 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16233
16234 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
16235 gdb.ada/taft_type/p.adb: New files.
16236 * gdb.ada/taft_type.exp: New testcase.
16237
16238 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16239
16240 * gdb.ada/array_bounds/bar.adb: New file.
16241 * gdb.ada/array_bounds.exp: New testcase.
16242
16243 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16244
16245 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
16246 gdb.ada/arrayptr/foo.adb: New files.
16247 * gdb.ada/arrayptr.exp: New testcase.
16248
16249 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16250
16251 * gdb.base/set-lang-auto.exp: New testcase.
16252
16253 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16254
16255 * gdb.ada/fun_addr/foo.adb: New file.
16256 * gdb.ada/fun_addr.exp: New testcase.
16257
16258 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16259
16260 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
16261 New files
16262
16263 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16264
16265 * array_subscript_addr/p.adb: New file.
16266 * array_subscript_addr.exp: New testcase.
16267
16268 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16269
16270 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
16271 New files.
16272 * gdb.ada/str_cmp_ref.exp: New testcase.
16273
16274 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16275
16276 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
16277 gdb.ada/fun_in_declare/foo.adb: New files.
16278 * gdb.ada/fun_in_declare.exp: New testcase.
16279
16280 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16281
16282 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
16283 gdb.ada/ref_param/pck.ads: New files.
16284 * gdb.ada/ref_param.exp: New testcase.
16285
16286 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16287
16288 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
16289 gdb.ada/interface/foo.adb: New files.
16290 * gdb.ada/interface.exp: New testcase.
16291
16292 2007-12-31 Jim Blandy <jimb@codesourcery.com>
16293
16294 * gdb.base/multi-forks.exp: Consume all output from child
16295 processes before proceeding to next test.
16296
16297 2007-12-29 Jim Blandy <jimb@codesourcery.com>
16298
16299 * configure: Regenerated.
16300
16301 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16302
16303 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
16304 gdb.ada/fixed_cmp/fixed.adb: New files.
16305 * gdb.ada/fixed_cmp.exp: New testcase.
16306
16307 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16308
16309 * gdb.ada/boolean_expr.exp: New testcase.
16310
16311 2007-12-26 Jim Blandy <jimb@codesourcery.com>
16312
16313 * gdb.base/multi-forks.exp: Doc fix.
16314
16315 2007-12-26 Joel Brobecker <brobecker@adacore.com>
16316
16317 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16318 * gdb.ada/char_param.exp: Do not compile our test program with
16319 -gnata, this is unnecessary.
16320 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
16321
16322 2007-12-24 Joel Brobecker <brobecker@adacore.com>
16323
16324 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
16325 gdb.ada/print_chars/foo.adb: New files.
16326 * gdb.ada/print_chars.exp: New testcase.
16327
16328 2007-12-24 Joel Brobecker <brobecker@adacore.com>
16329
16330 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
16331 gdb.ada/char_param/foo.adb: New files.
16332 * gdb.ada/char_param.exp: New testcase.
16333
16334 2007-12-22 Jim Blandy <jimb@codesourcery.com>
16335
16336 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
16337 hard-coding source line numbers into the test.
16338 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
16339 gdb_get_line_number to find.
16340
16341 2007-12-22 Joel Brobecker <brobecker@adacore.com>
16342
16343 * gdb.base/ptype.c (highest): New struct type.
16344 (the_highest): New variable of that type.
16345 (main): Add dummy assignment to a field of variable the_highest.
16346 * gdb.base/ptype.exp: Test type printing of our new variable.
16347
16348 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
16349
16350 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
16351 and record first explicitly generated thread number.
16352 Use that thread number for thread specific watchpoint test.
16353 Add iteration number to repetitive tests.
16354
16355 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
16356 Jim Blandy <jimb@codesourcery.com>
16357
16358 * gdb.base/expand-psymtabs.c: New testcase
16359 source file.
16360 * gdb.base/expand-psymtabs.exp: New testcase
16361 expect file.
16362
16363 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
16364
16365 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
16366 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
16367
16368 2007-12-17 Joel Brobecker <brobecker@adacore.com>
16369
16370 * gdb.ada/frame_args/foo.adb: New file.
16371 * gdb.ada/frame_args/pck.ads: New file.
16372 * gdb.ada/frame_args/pck.adb: New file.
16373 * gdb.ada/frame_args.exp: New testcase.
16374
16375 2007-12-17 Joel Brobecker <brobecker@adacore.com>
16376
16377 * gdb.base/frame-args.c: New file.
16378 * gdb.base/frame-args.exp: New testcase.
16379
16380 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
16381 Joseph Myers <joseph@codesourcery.com>
16382
16383 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
16384
16385 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
16386
16387 * gdb.mi/mi-pending.exp: New.
16388 * gdb.mi/mi-pending.c: New.
16389 * gdb.mi/mi-pendshr.c: New.
16390
16391 2007-12-06 Jim Blandy <jimb@codesourcery.com>
16392
16393 * gdb.base/default.exp: Update expected output for 'info catch'.
16394
16395 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16396
16397 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
16398 must be set to binary.
16399
16400 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
16401
16402 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
16403
16404 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
16405
16406 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
16407 gdb.mi/mi-file-transfer.exp: New.
16408
16409 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16410
16411 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
16412
16413 2007-11-22 Maciej W. Rozycki <macro@mips.com>
16414
16415 * gdb.trace/backtrace.exp: Fix a typo.
16416 * gdb.trace/circ.exp: Likewise.
16417 * gdb.trace/collection.exp: Likewise.
16418 * gdb.trace/limits.exp: Likewise.
16419 * gdb.trace/report.exp: Likewise.
16420 * gdb.trace/tfind.exp: Likewise.
16421 * gdb.trace/while-dyn.exp: Likewise.
16422
16423 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
16424
16425 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
16426 objects of pointers that can't be dereferenced are now
16427 "noneditable".
16428
16429 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16430
16431 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
16432 (target_cpu): Remove.
16433
16434 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
16435
16436 * gdb.base/ending-run.exp: Expect the list of cleared
16437 breakpoint to come in natural order, not the reversed one.
16438
16439 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
16440
16441 * gdb.mi/mi-var-child.c (do_child_deletion): New.
16442 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
16443
16444 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
16445
16446 * gdb.base/printcmds.exp: New function
16447 test_printf_with_dfp.
16448
16449 2007-11-02 Doug Evans <dje@google.com>
16450
16451 * gdb.disasm/t01_mov.s: Remove carriage returns.
16452 * gdb.disasm/t02_mova.s: Ditto.
16453 * gdb.disasm/t03_add.s: Ditto.
16454 * gdb.disasm/t04_sub.s: Ditto.
16455 * gdb.disasm/t05_cmp.s: Ditto.
16456 * gdb.disasm/t06_ari2.s: Ditto.
16457 * gdb.disasm/t07_ari3.s: Ditto.
16458 * gdb.disasm/t08_or.s: Ditto.
16459 * gdb.disasm/t09_xor.s: Ditto.
16460 * gdb.disasm/t10_and.s: Ditto.
16461 * gdb.disasm/t11_logs.s: Ditto.
16462 * gdb.disasm/t12_bit.s: Ditto.
16463 * gdb.disasm/t13_otr.s: Ditto.
16464
16465 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16466
16467 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
16468
16469 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16470
16471 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
16472 provide DFP support.
16473
16474 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
16475
16476 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
16477 Test "set powerpc vector-abi". Skip auto-detection tests for old
16478 toolchains.
16479
16480 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16481
16482 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
16483 with [string compare].
16484
16485 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16486
16487 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
16488 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
16489
16490 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
16491
16492 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
16493 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
16494 * gdb.opt/Makefile.in: New makefile.
16495 * Makefile.in: Create new directory "gdb.opt".
16496 * configure.ac: Add "gdb.opt" directory.
16497 * configure: Regenerated.
16498
16499 2007-10-25 Doug Evans <dje@google.com>
16500
16501 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
16502 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
16503
16504 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
16505 Thiago Jung Bauermann <bauerman@br.ibm.com>
16506
16507 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
16508 Floating Point expressions.
16509 * gdb.base/dfp-test.exp: new file adding tests for Decimal
16510 Floating Point variables.
16511 * gdb.base/dfp-test.c: new file containing program with Decimal
16512 Floating variables, used by gdb.base/dfp-test.exp.
16513
16514 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
16515
16516 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
16517
16518 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16519
16520 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
16521 compiling test case with GCC.
16522 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
16523
16524 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16525
16526 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
16527 format changes.
16528
16529 2007-10-18 Michael Snyder <msnyder@specifix.com>
16530
16531 * gdb.base/dbx.exp: Add missing "-re " operator.
16532
16533 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
16534
16535 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
16536 * configure.ac: Removed trailing spaces after backslash.
16537 * gdb.modula2: New directory.
16538 * gdb.modula2/Makefile.in: New file.
16539 * gdb.modula2/unbounded-array.exp: New file.
16540 * gdb.modula2/unbounded1.c: New file.
16541
16542 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
16543
16544 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
16545
16546 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
16547
16548 * gdb.base/sigstep.c (main): Add checks for
16549 return values for setitimer call.
16550 Call setitimer again with itimer = ITIMER_REAL
16551 if first call to setitimer fails.
16552
16553 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
16554
16555 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
16556 of $timeout.
16557
16558 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
16559
16560 * gdb.server/server-run.exp: Test for dynamic linker symbols.
16561
16562 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
16563
16564 * lib/gdb.exp (gdb_run_cmd): Move comment outside
16565 of gdb_expect call, to avoid interruption.
16566
16567 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
16568
16569 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
16570 (v_unsigned_long_long, v_long_long_array)
16571 (v_signed_long_long_array, v_unsigned_long_long_array)
16572 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
16573 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
16574 [!NO_LONG_LONG]: New.
16575 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
16576 v_long_long_member.
16577
16578 (v_long_long_func, v_signed_long_long_func)
16579 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
16580 (main) [!NO_LONG_LONG]: Initialize long long variants.
16581
16582 * gdb.base/whatis.exp: If board file requests no_long_long, build
16583 test with NO_LONG_LONG defined. Test long long, signed long long,
16584 and unsigned long long variants but only if board file doesn't
16585 disable it.
16586
16587 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
16588 Daniel Jacobowitz <dan@codesourcery.com>
16589
16590 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
16591 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
16592 * configure: Regenerated.
16593 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
16594 gdb.pascal/types.exp, lib/pascal.exp: New files.
16595
16596 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
16597
16598 * gdb.cp/classes.exp (do_tests): Always step to the line after the
16599 call.
16600 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
16601 to return to the call.
16602 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
16603 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
16604 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
16605 * gdb.mi/mi-until.exp (test_until): Likewise.
16606 * gdb.mi/mi2-until.exp (test_until): Likewise.
16607
16608 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
16609
16610 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
16611 two-char array.
16612 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
16613
16614 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
16615
16616 * gdb.threads/watchthreads.c (thread_function): Sleep between
16617 iterations.
16618 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
16619 at once for S/390. Generate matching fails and passes.
16620
16621 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
16622
16623 * gdb.mi/var-cmd.c (do_children_tests): Initialize
16624 the 'struct_declarations' variable to zeros.
16625
16626 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
16627
16628 * gdb.cp/mb-ctor.cc: New.
16629 * gdb.cp/mb-ctor.exp: New.
16630 * gdb.cp/mb-templates.cc: New.
16631 * gdb.cp/mb-templates.exp: New.
16632
16633 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
16634
16635 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
16636
16637 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
16638
16639 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
16640 targets.
16641 * configure: Regenerate.
16642
16643 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
16644
16645 * gdb.base/annota1.exp: Adjust for 'info break'
16646 format changes.
16647 * gdb.base/annota3.exp: Likewise.
16648 * gdb.base/break.exp: Likewise.
16649 * gdb.base/condbreak.exp: Likewise.
16650 * gdb.base/pending.exp: Likewise.
16651 * gdb.base/sepdebug.exp: Likewise.
16652 * gdb.base/unload.exp: Likewise.
16653 * gdb.base/ovldbreak.exp: Likewise.
16654
16655 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
16656
16657 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
16658 messages.
16659 * gdb.base/chng-syms.exp: Likewise.
16660 * gdb.base/unload.exp: Likewise.
16661
16662 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
16663
16664 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
16665
16666 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
16667
16668 * schedlock.c (NUM): Change to 1.
16669 (main): Use args[0] for the main thread.
16670 * schedlock.exp: Only expect two threads. Only issue one pass or fail
16671 regardless of the number of threads.
16672
16673 2007-09-14 Maciej W. Rozycki <macro@mips.com>
16674
16675 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
16676 type down.
16677 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
16678 test.
16679 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
16680 watchpoint type down.
16681 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
16682 test.
16683
16684 2007-09-14 Maciej W. Rozycki <macro@mips.com>
16685
16686 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
16687 Move all the tests here and run them twice, once using software
16688 watchpoints and once using hardware watchpoints.
16689 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
16690
16691 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
16692
16693 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
16694 test.
16695
16696 2007-09-10 Mark Kettenis <kettenis@gnu.org>
16697
16698 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
16699 build-id.
16700
16701 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
16702 know about $ORIGIN. Calculate output dir from $dest instead of
16703 using ${objdir}/{$subdir}.
16704
16705 2007-09-09 Mark Kettenis <kettenis@gnu.org>
16706
16707 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
16708 gcore, before continuing with the test.
16709
16710 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
16711
16712 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
16713 * gdb.mi/mi-watch.exp: Likewise.
16714
16715 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
16716 Jim Blandy <jimb@codesourcery.com>
16717
16718 * gdb.arch/i386-sse.exp: Do not expect character constants.
16719 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
16720 * gdb.base/display.exp: Allow print/s.
16721 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
16722 and unsigned char array changes.
16723
16724 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
16725
16726 * gdb.base/display.exp: Add tests for printf %p.
16727
16728 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
16729
16730 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
16731 the dll name to unicode.
16732
16733 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16734
16735 * gdb.base/default.exp (show version): Update the version text.
16736 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
16737
16738 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16739
16740 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
16741 New files.
16742
16743 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16744
16745 * lib/gdb.exp (build_id_debug_filename_get): New function.
16746 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
16747 Remove the generate DEBUG file for the future testcase runs.
16748 New testcase for the NT_GNU_BUILD_ID retrieval.
16749 Move the final testing step to ...
16750 (test_different_dir): ... a new function.
16751 New parameter XFAIL to XFAIL all the tests performed.
16752 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
16753 New parameter TYPE to PF_PREFIX all the tests performed.
16754
16755 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
16756
16757 * gdb.mi/mi-var-cp.cc (path_expression): New
16758 function.
16759 * gdb.mi/mi-var-cp.exp: Run path exression tests.
16760
16761 2007-08-27 Markus Deuling <deuling@de.ibm.com>
16762
16763 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
16764 to fit into SPU Local Store memory.
16765
16766 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16767
16768 * gdb.base/default.exp: Adjust the expected output of "info
16769 warranty" after the switch to GPLv3.
16770
16771 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16772
16773 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
16774 to 30000 (from 20000).
16775
16776 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16777
16778 Switch the license of all .exp files to GPLv3.
16779 Switch the license of all .f and .f90 files to GPLv3.
16780 Switch the license of all .s and .S files to GPLv3.
16781
16782 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16783
16784 * configure.ac: Switch license to GPLv3.
16785
16786 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16787
16788 Switch the licensing to GPLv3 for all .ads and .adb files.
16789
16790 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
16791
16792 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
16793 and t_int_double.
16794 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
16795
16796 2007-08-17 Joel Brobecker <brobecker@adacore.com>
16797
16798 * gdb.base/step-line.c: Switch license to GPL version 3, and
16799 update copyright year.
16800 * gdb.base/step-line.inp: Likewise.
16801
16802 2007-08-17 Joel Brobecker <brobecker@adacore.com>
16803
16804 * gdb.base/gdb1555.exp: Make expected output immune to formatting
16805 changes inside gdb1555.c.
16806 * gdb.base/pending.exp: Likewise.
16807
16808 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
16809
16810 * config/default.exp: New file.
16811
16812 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
16813
16814 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
16815 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
16816
16817 2007-07-30 Maciej W. Rozycki <macro@mips.com>
16818
16819 * gdb.base/dump.exp: Force the correct endianness for binary
16820 formats not carrying this information.
16821
16822 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16823
16824 * gdb.threads/staticthreads.exp: Match .*sem_post.
16825
16826 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16827
16828 * gdb.base/readline.exp (operate_and_get_next): Match the final
16829 prompt.
16830
16831 2007-07-23 Kevin Buettner <kevinb@redhat.com>
16832
16833 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
16834 to restarting SID.
16835
16836 2007-07-18 Kevin Buettner <kevinb@redhat.com>
16837
16838 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
16839 prior to `gdb_start'.
16840
16841 2007-07-18 Kevin Buettner <kevinb@redhat.com>
16842
16843 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
16844 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
16845 Remove call to gdb_unload.
16846
16847 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
16848 Daniel Jacobowitz <dan@codesourcery.com>
16849
16850 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
16851 for __WIN32__.
16852 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
16853 * gdb.base/unload.exp: Use shared library test routines.
16854
16855 2007-07-03 Markus Deuling <deuling@de.ibm.com>
16856
16857 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
16858 * gdb.base/solib-symbol-lib.c: Likewise.
16859 * gdb.base/solib-symbol-main.c: Likewise.
16860
16861 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
16862
16863 * config/gdbserver.exp (gdb_reconnect): New.
16864 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
16865 gdb.base/solib-disc.exp: New files.
16866 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
16867 remote debugging".
16868 (gdb_compile): Add shlib_load flag.
16869 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
16870 port.
16871 (gdbserver_reconnect): New.
16872
16873 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
16874 Daniel Jacobowitz <dan@codesourcery.com>
16875
16876 * gdb.base/annota3.exp: Test for if construct.
16877
16878 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
16879
16880 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
16881
16882 2007-06-21 Chris Dearman <chris@mips.com>
16883 Maciej W. Rozycki <macro@mips.com>
16884
16885 * gdb.base/display.exp: Allow a newline after display/i.
16886 * gdb.base/pc-fp.exp: Likewise.
16887 * gdb.base/sigbpt.exp: Likewise.
16888
16889 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
16890
16891 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
16892 required features to be included.
16893
16894 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
16895
16896 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
16897 in info threads output.
16898
16899 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16900 Markus Deuling <deuling@de.ibm.com>
16901
16902 * gdb.arch/spu-info.exp: New testcase.
16903 * gdb.arch/spu-info.c: New file.
16904
16905 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
16906
16907 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
16908 tpcs_offset. Restore lr after the call.
16909 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
16910
16911 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
16912
16913 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
16914 (gdbserver_run): Kill any running gdbserver.
16915 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
16916
16917 2007-05-17 Maciej W. Rozycki <macro@mips.com>
16918
16919 * gdb.base/sigbpt.exp: Preset segv_addr.
16920
16921 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
16922
16923 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
16924 (gdb_compile_shlib): Likewise.
16925 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
16926 (default_gdb_init): Clear cleanfiles.
16927 (gdb_finish): Delete recorded cleanfiles.
16928 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
16929
16930 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
16931 Do not use isnative.
16932 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
16933 gdb.base/so-impl-ld.exp: Likewise.
16934 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
16935 * gdb.base/unload.exp: Likewise. Do not pass empty option to
16936 gdb_compile.
16937
16938 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
16939
16940 * config/unknown.exp: Remove.
16941
16942 2007-05-15 Markus Deuling <deuling@de.ibm.com>
16943
16944 * gdb.base/info-proc.exp: Check is_remote.
16945
16946 2007-05-14 Markus Deuling <deuling@de.ibm.com>
16947
16948 * gdb.base/gcore.exp: Initialize variable core_supported.
16949
16950 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
16951
16952 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
16953
16954 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
16955
16956 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
16957 * gdb.threads/print-threads.exp (test_all_threads): Allow
16958 negative and hexadecimal thread IDs.
16959
16960 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
16961
16962 * gdb.java/jprint.java (public): Avoid invalid call to static
16963 method.
16964
16965 2007-05-14 Denis Pilat <denis.pilat@st.com>
16966
16967 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
16968 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
16969 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
16970 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
16971 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
16972
16973 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16974
16975 * gdb.base/overlays.exp: Add support for targets with only code
16976 overlay support, not data overlay. Support spu-*-* target in
16977 this mode.
16978 * gdb.base/ovlymgr.c: Provide stubs for spu target.
16979 * gdb.base/spu.ld: New file.
16980
16981 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
16982
16983 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
16984
16985 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
16986
16987 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
16988
16989 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
16990
16991 * gdb.java/jmain.exp: Handle demangled names with and without method
16992 signatures.
16993
16994 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
16995
16996 * gdb.mi/mi-syn-frame.c (main, foo, bar)
16997 (have_a_very_merry_interrupt): Remove calls to puts.
16998 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
16999 inferior output.
17000 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
17001 test names.
17002
17003 2007-04-29 Markus Deuling <deuling@de.ibm.com>
17004 Daniel Jacobowitz <dan@codesourcery.com>
17005
17006 * gdb.base/auxv.exp (core_works): Also check is_remote.
17007 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
17008
17009 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
17010
17011 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
17012 message, not the undefined 'module' variable.
17013 * gdb.base/siginfo.exp: Likewise.
17014 * gdb.base/sigstep.exp: Likewise.
17015 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
17016 serialport.
17017 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
17018
17019 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
17020
17021 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
17022 target sim fails. Return 0 otherwise.
17023 (gdb_load): Return prematurely if gdb_target_sim fails.
17024
17025 2007-04-16 Denis Pilat <denis.pilat@st.com>
17026
17027 * gdb.base/setshow.exp: Reset height after having set it to 100.
17028
17029 2007-04-16 Denis Pilat <denis.pilat@st.com>
17030
17031 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
17032
17033 2007-04-16 Denis Pilat <denis.pilat@st.com>
17034
17035 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
17036
17037 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
17038
17039 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
17040 tests. Run the frozen varobjs test.
17041 * gdb.mi/var-cmd.c (do_frozen_tests): New.
17042 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
17043
17044 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17045
17046 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
17047 gdb.base/type-opaque.exp: New files.
17048
17049 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
17050
17051 * gdb.mi/mi-var-child.c
17052 (do_children_tests): User char[2] instead of
17053 char so that automatic printing of pointers to char
17054 don't give unpredicable result.
17055 * gdb.mi/var-cmd.c (do_locals_test): Initialize
17056 local variables.
17057 * gdb.mi/mi-var-child.exp: Step to right line
17058 of do_children_tests.
17059 * gdb.mi/mi2-var-child.exp: Likewise.
17060 * gdb.mi/mi-var-cmd.exp: Step to right line of
17061 do_locals_tests.
17062 (do_children_tests): User char[2] instead of
17063 char so that automatic printing of pointers to char
17064 don't give unpredicable result.
17065 * gdb.mi/mi2-var-cmd.exp: Likewise.
17066 * lib/mi-support.exp (mi_continue_to_line):
17067 Pass test name to mi_wait_for_stop.
17068
17069 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17070
17071 * gdb.asm/asm-source.exp: Remove d10v case.
17072 * lib/gdb.exp (skip_cplus_tests): Likewise.
17073 * gdb.asm/d10v.inc: Deleted.
17074
17075 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17076
17077 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
17078
17079 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17080
17081 * config/netware.exp: Delete file.
17082
17083 2007-03-29 Joel Brobecker <brobecker@adacore.com>
17084
17085 * gdb.dwarf2/dw2-noloc.S: New file.
17086 * gdb.dwarf2/dw2-noloc.exp: New file.
17087
17088 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
17089
17090 * gdb.cp/method2.cc: New test.
17091 * gdb.cp/method2.exp: New test.
17092 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
17093
17094 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17095
17096 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
17097
17098 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
17099
17100 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
17101
17102 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17103
17104 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
17105 (gdb_load): Delete, replace with...
17106 (gdb_reload): ...this.
17107 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
17108 * gdb.server/server-mon.exp: Likewise.
17109 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
17110 (gdb_start_cmd): New.
17111 (gdb_file_cmd): Save the last loaded file.
17112 (gdb_reload): New.
17113 (gdb_gnu_strip_debug): Use transform.
17114 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
17115 support here. Use new $last_loaded_file. Check mtime.
17116 (gdb_target_cmd): Handle ObjC failure case.
17117 (infer_host_exec): Delete.
17118 (gdbserver_load): Rename to...
17119 (gdbserver_run): ...this. Simplify.
17120 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
17121 (mi_gdb_load): Move most contents to a new function...
17122 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
17123 (mi_run_cmd): Use mi_gdb_target_load.
17124 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
17125 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
17126 Use gdb_run_cmd.
17127 * gdb.base/charsign.exp: Remove incorrect comment.
17128 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
17129 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
17130 gdb.base/start.exp: Use gdb_start_cmd.
17131
17132 2007-03-23 Nigel Stephens <nigel@mips.com>
17133 Maciej W. Rozycki <macro@mips.com>
17134
17135 * gdb.base/sigbpt.exp: Fix the message when skipping test.
17136 * gdb.base/signull.exp: Similarly.
17137
17138 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17139
17140 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
17141 messages available to test cases (like chng-sym.exp).
17142
17143 2007-03-14 Andreas Schwab <schwab@suse.de>
17144
17145 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17146 format changes.
17147
17148 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
17149
17150 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
17151 (optimized_1): New.
17152 (main): Call optimized_1.
17153 (gdb2029): Correct typos. Call gdb2029_marker.
17154 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
17155 for gdb2029.
17156
17157 2007-03-12 Mark Kettenis <kettenis@gnu.org>
17158
17159 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
17160 as tabs. Remove redundant test pattern.
17161
17162 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17163
17164 * gdb.base/long_long.exp: Accept optional symbol name in <...>
17165 for /a format output.
17166
17167 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
17168
17169 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
17170 collect output incrementally.
17171
17172 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17173
17174 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
17175 for -var-create lpcharacter test.
17176 * gdb.mi/mi2-var-cmd.exp: Likewise.
17177
17178 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17179
17180 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
17181 pass on targets where address zero is readable.
17182
17183 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17184
17185 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
17186 just a single architecture.
17187
17188 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17189
17190 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
17191 (fetch_all_registers): New function, uses gdb_test_multiple and
17192 exp_continue to fetch inferior output line-by-line.
17193 Replace all uses of do_get_all_registers by fetch_all_registers.
17194
17195 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17196
17197 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
17198 in target_info.
17199
17200 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17201
17202 * gdb.threads/manythreads.exp: Use $message string for
17203 consistancy; add a default (timeout) case.
17204
17205 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17206
17207 * gdb.base/watchpoint.exp: Fix truncated comment.
17208
17209 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17210
17211 * Makefile.in: Remove spurious single-quotes from sed command.
17212
17213 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17214
17215 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
17216 func.
17217 * gdb.mi/mi2-var-cmd.exp: Likewise.
17218
17219 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17220
17221 * gdb.dwarf2/dw2-producer.S: New file.
17222 * gdb.dwarf2/dw2-producer.exp: New testcase.
17223
17224 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
17225
17226 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17227 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17228 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17229 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17230 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17231 Revert tests to use mi_gdb_test and include value field in output
17232 of -var-create.
17233
17234 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17235
17236 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
17237
17238 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17239
17240 * gdb.base/maint.exp: Remove full paths from test names.
17241 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
17242 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
17243
17244 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17245
17246 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
17247
17248 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17249
17250 * gdb.server/server-mon.exp: New test.
17251
17252 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17253
17254 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
17255
17256 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17257
17258 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
17259 register capitalization.
17260
17261 2007-02-13 Denis Pilat <denis.pilat@st.com>
17262
17263 * gdb.mi/mi-var-invalidate.exp: New file.
17264
17265 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17266
17267 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
17268
17269 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17270
17271 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
17272
17273 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17274
17275 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
17276 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
17277
17278 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
17279
17280 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17281 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17282 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17283 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17284 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17285 * gdb.mi/gdb792.exp, lib/mi-support.exp:
17286 Update tests to include value field in output of -var-create.
17287
17288 2007-02-08 Andreas Schwab <schwab@suse.de>
17289
17290 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
17291
17292 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
17293
17294 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
17295 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
17296
17297 2007-02-02 Denis Pilat <denis.pilat@st.com>
17298
17299 * gdb.threads/threadapply.exp: check that frame is not changed by
17300 the thread apply all command.
17301
17302 2007-01-31 Andreas Schwab <schwab@suse.de>
17303
17304 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17305
17306 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
17307 in the dwarf sections.
17308 * gdb.dwarf2/mac-fileno.S: Likewise.
17309
17310 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
17311 bspstore register on ia64.
17312
17313 2007-01-29 Andreas Schwab <schwab@suse.de>
17314
17315 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
17316 "frame-begin" annotation.
17317
17318 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
17319 number of "frames-invalid" annotations.
17320
17321 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17322
17323 * gdb.base/commands.exp: Call if_commands_test.
17324 (gdb_test_no_prompt, if_commands_test): New.
17325
17326 2007-01-28 Mark Kettenis <kettenis@gnu.org>
17327
17328 * gdb.threads/sigthread.c (NSIGS): Make bigger.
17329
17330 2007-01-27 Andreas Schwab <schwab@suse.de>
17331
17332 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
17333 .short/.int/.quad in the dwarf sections.
17334 * gdb.dwarf2/dw2-intercu.S: Likewise.
17335 * gdb.dwarf2/dw2-intermix.S: Likewise.
17336
17337 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17338
17339 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
17340 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
17341 array.
17342 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
17343 * gdb.base/setvar.exp: Likewise.
17344
17345 2007-01-26 Andreas Schwab <schwab@suse.de>
17346
17347 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
17348 test.
17349
17350 * gdb.base/multi-forks.exp ("restart $i"): Also match
17351 __kernel_syscall_via_break.
17352
17353 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
17354
17355 * lib/mi-support.exp (mi_delete_varobj): New.
17356 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
17357 testcase.
17358 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
17359 (main): Call the above.
17360 (reference_update_test, base_in_reference_test)
17361 (reference_to_pointer): Delete the created varobjs.
17362
17363 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
17364
17365 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
17366 * configure: Regenerated.
17367 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
17368 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
17369 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
17370 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
17371 * lib/gdb.exp (gdb_skip_xml_test): New function.
17372
17373 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
17374
17375 * gdb.base/sigrepeat.exp: Correct error message.
17376
17377 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17378 Daniel Jacobowitz <dan@codesourcery.com>
17379
17380 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
17381 gdb.arch/i386-gnu-cfi-asm.S: New files.
17382
17383 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17384
17385 * lib/gdb.exp: Abort on missing `site.exp'.
17386
17387 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17388 Daniel Jacobowitz <dan@codesourcery.com>
17389
17390 * gdb.base/included.c, gdb.base/included.exp,
17391 gdb.base/included.h: New files.
17392
17393 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17394
17395 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
17396 (maximize_rlimit): Reduce limits on 64-bit systems.
17397
17398 2007-01-19 Mark Kettenis <kettenis@gnu.org>
17399
17400 From Marcus Deuling <deuling@de.ibm.com>:
17401 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
17402 every case.
17403
17404 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
17405
17406 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
17407 (test_path_specification): Use objdir instead of srcdir to always
17408 get an absolute filename.
17409
17410 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
17411
17412 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
17413
17414 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
17415
17416 * gdb.mi/mi-var-cp.cc (reference_update_tests):
17417 Make sure the variable we're using is in scope.
17418 (reference_to_pointer): Likewise.
17419
17420 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17421
17422 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
17423 has no debug information.
17424
17425 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17426
17427 * gdb.base/annota1.exp: Remove extra send_gdb.
17428
17429 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17430
17431 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
17432
17433 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17434
17435 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
17436
17437 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
17438 Daniel Jacobowitz <dan@codesourcery.com>
17439
17440 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
17441 lcharacter or linteger change. Correct duplicated test name.
17442 * gdb.mi/mi2-var-cmd.exp: Likewise.
17443
17444 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
17445
17446 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
17447
17448 2007-01-05 Joel Brobecker <brobecker@adacore.com>
17449
17450 * gdb.base/nofield.c: New file.
17451 * gdb.base/nofield.exp: New testcase.
17452
17453 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
17454
17455 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
17456
17457 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
17458 test.
17459
17460 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17461
17462 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
17463
17464 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17465
17466 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
17467 when continuing.
17468
17469 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17470
17471 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
17472 Expect ".exe" extension.
17473
17474 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17475
17476 * gdb.base/charset.exp: Add explicit filename to break.
17477 * gdb.base/dbx.exp: Add explicit filename to breaks.
17478
17479 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17480
17481 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
17482 * gdb.mi/mi2-file.exp: Likewise.
17483
17484 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17485
17486 Implement specification of MI tests as comments
17487 in C and C++ sources.
17488 * lib/mi-support.exp (mi_autotest_data): New variable.
17489 (mi_autotest_source): New variable.
17490 (count_newlines, mi_prepare_inline_tests)
17491 (mi_get_inline_test, mi_continue_to_line)
17492 (mi_run_inline_test, mi_tbreak)
17493 (mi_send_resuming_command, mi_wait_for_stop): New functions.
17494 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
17495 Run inline tests.
17496 * gdb.mi/mi-var-cp.cc: Define tests here.
17497
17498 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17499
17500 Simplify usage of mi_continue_to.
17501 * lib/mi-support.exp (mi_runto_helper): Renamed
17502 from mi_runto, added new parameter 'run_or_continue'.
17503 (mi_runto): Use mi_runto_helper.
17504 (mi_continue_to): Accept just function name as parameter.
17505 Use mi_runto_helper.
17506 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
17507 * gdb.mi/mi2-var-cmd.exp: Likewise.
17508
17509 2006-01-04 Joel Brobecker <brobecker@adacore.com>
17510
17511 Make this testcase a bit more realistic. The current code
17512 is too simplistic, and allows the compiler to optimize out
17513 some of the entities we need for this testcase.
17514 * gdb.ada/null_record/bar.ads (Void_Star): New type.
17515 (Do_Nothing): Add extra parameter.
17516 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
17517 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
17518 by using a variable of type Void_Star.
17519
17520 2006-01-04 Joel Brobecker <brobecker@adacore.com>
17521
17522 * gdb.ada/catch_ex/foo.adb: New file.
17523 * gdb.ada/catch_ex.exp: New testcase.
17524
17525 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
17526
17527 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
17528 pass --image-base to linker.
17529
17530 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17531 Daniel Jacobowitz <dan@codesourcery.com>
17532
17533 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
17534 secondary prompts.
17535
17536 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17537
17538 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
17539 output. Test the types of members and member pointers.
17540 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
17541 gdb/2092.
17542 * gdb.cp/member-ptr.exp: Search for a comment instead of a
17543 statement. Enable for GCC. Update expected output for some tests
17544 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
17545 layout.
17546 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
17547 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
17548 (Diamond::vget_base): New.
17549 (main): Add new tests.
17550 * gdb.cp/printmethod.exp: Update expected output for member functions.
17551 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
17552 print pEe->D::vg().
17553
17554 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17555
17556 * gdb.threads/tls.exp: Allow stops in sem_post.
17557
17558 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
17559
17560 * gdb.base/annota1.exp: Allow .*printf in backtraces.
17561 * gdb.base/annota3.exp: Likewise.
17562 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
17563 again (instead of timing out).
17564 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
17565 GCC bug 26475.
17566 * gdb.java/jmisc.exp: Adjust to work with method signatures including
17567 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
17568 test from jmisc1.exp.
17569 * gdb.java/jmisc1.exp: Delete.
17570 * gdb.java/jprint.exp: Adjust to work with method signatures including
17571 return types.
17572 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
17573 * gdb.threads/linux-dp.exp: Don't be confused by program output.
17574 * lib/java.exp (compile_java_from_source): Pass the correct type
17575 to target_compile.
17576
17577 2006-12-31 Joel Brobecker <brobecker@adacore.com>
17578
17579 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
17580 (stack_align_edx): New function.
17581 (stack_align_eax): New function.
17582 (main): Add calls to stack_align_edx and stack_align_eax.
17583 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
17584 Add testing for the cases where the register used during a stack
17585 realignment is edx. Same for eax.
17586
17587 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
17588
17589 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
17590 and generic PE targets.
17591
17592 2006-12-29 Joel Brobecker <brobecker@adacore.com>
17593
17594 * gdb.ada/array_return.exp: Update copyright date list.
17595
17596 2006-12-27 Joel Brobecker <brobecker@adacore.com>
17597
17598 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
17599 (Create_Small_Float_Vector): New function.
17600 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
17601 function body.
17602 * gdb.ada/array_return/p.adb: Use new type and function from
17603 package Pck.
17604 * gdb.ada/array_return.exp: Add a test verifying that GDB is
17605 able to print the value returned by a function returning an
17606 array of float.
17607
17608 2006-12-20 Joel Brobecker <brobecker@adacore.com>
17609
17610 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
17611 The associated tests should be PASSing.
17612
17613 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
17614
17615 Test for base in references.
17616 * gdb.mi/mi-var-cp.cc: Add test code.
17617 * gdb.mi/mi-var-cp.exp: Test for bases in references.
17618 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
17619 * gdb.mi/mi2-watch.exp: Likewise.
17620 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
17621 (mi_list_varobj_children): New function.
17622
17623 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
17624
17625 * lib/mi-support.exp
17626 (mi_runto): Accept "()" after function name.
17627 (mi_create_varobj): New function.
17628 (mi_varobj_update): New function.
17629 (mi_Check_varobj_value): New function.
17630 * gdb.mi/mi-var-cp.exp: New file.
17631 * gdb.mi/mi-var-cp.cc: New file.
17632
17633 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
17634
17635 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
17636 gdb.base/weaklib2.c: New files.
17637
17638 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
17639
17640 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
17641 info. Adjust test names.
17642
17643 * gdb.base/break.c (main): Move position of malloc.
17644 * gdb.base/break.exp: Revert mistaken checkin.
17645
17646 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
17647
17648 * gdb.mi/mi-var-cmd.exp: Check -var-update after
17649 assignement of arrays and function pointers.
17650 * gdb.mi/var-cmd.c: Add declaration necessary for above
17651 tests.
17652
17653 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
17654
17655 * gdb.base/break.c (main): Call malloc.
17656
17657 * gdb.threads/linux-dp.exp: Read thread table before and after
17658 creating each philosopher and verify it.
17659
17660 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
17661 Paul Brook <paul@codesourcery.com>
17662 Daniel Jacobowitz <dan@codesourcery.com>
17663
17664 * gdb.base/ending-run.exp: Flatten expect script stepping out of
17665 main to remove duplication. Add start function of the form
17666 '_*start[1-9]*'. Add RVDS start function.
17667
17668 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
17669
17670 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
17671
17672 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17673
17674 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
17675 * gdb.asm/spu.inc: New file.
17676 * gdb.base/term.exp: Disable if [target_info exists noargs].
17677 * gdb.gdb/complaints.exp: Disable if ![isnative].
17678 * gdb.gdb/selftest.exp: Likewise.
17679 * gdb.gdb/observer.exp: Likewise.
17680 * gdb.gdb/xfullpath.exp: Likewise.
17681 * gdb.base/attach.exp: Disable on SPU target.
17682 * gdb.cp/bs145503.exp: Likewise.
17683 * gdb.cp/exception.exp: Likewise.
17684 * gdb.cp/userdef.exp: Likewise.
17685
17686 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
17687
17688 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
17689
17690 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
17691
17692 * gdb.base/completion.exp: Fix completion tests for
17693 'info' and 'info '.
17694 * gdb.base/help.exp (help_test_raw, test_class_help)
17695 (test_prefix_command_help): Move...
17696 * lib/gdb.exp: Here.
17697 * gdb.base/main.exp: Adjust.
17698 * gdb.cp/maint.exp: Adjust.
17699 * gdb.trace/tracecmd.exp: Use test_help_class.
17700
17701 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
17702
17703 * gdb.stabs/weird.exp (print_weird_var): Use
17704 gdb_test_multiple instead of gdb_expect.
17705
17706 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
17707
17708 * gdb.base/help.exp (help_test_raw): New.
17709 (test_class_help): New.
17710 (test_prefix_command_help): New.
17711 Adjust testcases.
17712
17713 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
17714
17715 * gdb.base/constvars.c (main): Write to crass and crips, so that
17716 they are allocated by the compiler.
17717
17718 2006-10-27 Andreas Schwab <schwab@suse.de>
17719
17720 * gdb.base/multi-forks.exp: Use "detach fork" instead of
17721 "detach-fork".
17722
17723 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
17724
17725 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
17726 of patterns.
17727
17728 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
17729
17730 * gdb.base/sepdebug.exp: Remove debug format test.
17731 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
17732 Handle no-symtab.
17733 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
17734
17735 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
17736
17737 * gdb.threads/manythreads.c (thread_function, main): Don't cast
17738 int to pointer or pointer to int.
17739 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
17740
17741 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
17742
17743 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
17744
17745 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17746
17747 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
17748
17749 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17750
17751 PR c++/2116
17752 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
17753
17754 2006-10-06 Joel Brobecker <brobecker@adacore.com>
17755
17756 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
17757 the corresponding bug has been fixed in GDB (PR/2018).
17758
17759 2006-10-06 Joel Brobecker <brobecker@adacore.com>
17760
17761 * gdb.base/subst.exp: New testcase.
17762
17763 2006-10-06 Joel Brobecker <brobecker@adacore.com>
17764
17765 * gdb.ada/array_return/pck.ads: Add copyright notice.
17766 * gdb.ada/array_return/pck.adb: Likewise.
17767 * gdb.ada/array_return/p.adb: Likewise.
17768 * gdb.ada/exec_changed/first.adb: Likewise.
17769 * gdb.ada/exec_changed/second.adb: Likewise.
17770
17771 2006-10-06 Joel Brobecker <brobecker@adacore.com>
17772
17773 * gdb.ada/watch_arg/watch.adb: New file.
17774 * gdb.ada/watch_arg.exp: New testcase.
17775
17776 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
17777
17778 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
17779 via string_to_regexp.
17780 * gdb.mi/mi2-basics.exp: Likewise.
17781
17782 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
17783
17784 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
17785 Remove unused / obsolete files.
17786
17787 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
17788
17789 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
17790
17791 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
17792
17793 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
17794 HIGH_FRAME argument to -stack-list-arguments can be larger than
17795 the number of frames.
17796
17797 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
17798
17799 * gdb.base/args.c (main): Add breakpoint marker.
17800 * gdb.base/args.exp: Use args_test for tests. Add new tests which
17801 really test empty arguments.
17802 (args_load): Delete.
17803 (args_test): New.
17804
17805 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
17806
17807 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
17808 check for one file.
17809
17810 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
17811
17812 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
17813 HIGH_FRAME argument to -stack-list-locals can be larger than
17814 the number of frames.
17815
17816 2006-08-18 Fred Fish <fnf@specifix.com>
17817
17818 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
17819 '$' in front of skip_vmx_tests_saved when setting that.
17820
17821 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
17822
17823 * gdb.base/trace-commands.exp: New file.
17824
17825 2006-08-10 Joel Brobecker <brobecker@adacore.com>
17826 Daniel Jacobowitz <dan@codesourcery.com>
17827
17828 * gdb.base/step-bt.exp: Make hexadecimal address optional in
17829 expected output of the backtrace commands.
17830
17831 2006-08-09 Joel Brobecker <brobecker@adacore.com>
17832
17833 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
17834 untested followed by return combination.
17835 * gdb.arch/altivec-regs.exp: Likewise.
17836 * gdb.arch/e500-abi.exp: Likewise.
17837 * gdb.arch/e500-regs.exp: Likewise.
17838 * gdb.arch/gdb1291.exp: Likewise.
17839 * gdb.arch/gdb1431.exp: Likewise.
17840 * gdb.arch/gdb1558.exp: Likewise.
17841 * gdb.arch/i386-prologue.exp: Likewise.
17842 * gdb.arch/i386-unwind.exp: Likewise.
17843 * gdb.asm/asm-source.exp: Likewise.
17844 * gdb.base/a2-run.exp: Likewise.
17845 * gdb.base/advance.exp: Likewise.
17846 * gdb.base/all-bin.exp: Likewise.
17847 * gdb.base/annota1.exp: Likewise.
17848 * gdb.base/annota3.exp: Likewise.
17849 * gdb.base/args.exp: Likewise.
17850 * gdb.base/arithmet.exp: Likewise.
17851 * gdb.base/assign.exp: Likewise.
17852 * gdb.base/async.exp: Likewise.
17853 * gdb.base/attach.exp: Likewise.
17854 * gdb.base/bang.exp: Likewise.
17855 * gdb.base/bigcore.exp: Likewise.
17856 * gdb.base/bitfields.exp: Likewise.
17857 * gdb.base/bitfields2.exp: Likewise.
17858 * gdb.base/break.exp: Likewise.
17859 * gdb.base/call-sc.exp: Likewise.
17860 * gdb.base/call-strs.exp: Likewise.
17861 * gdb.base/callfuncs.exp: Likewise.
17862 * gdb.base/checkpoint.exp: Likewise.
17863 * gdb.base/chng-syms.exp: Likewise.
17864 * gdb.base/code-expr.exp: Likewise.
17865 * gdb.base/commands.exp: Likewise.
17866 * gdb.base/completion.exp: Likewise.
17867 * gdb.base/cond-expr.exp: Likewise.
17868 * gdb.base/condbreak.exp: Likewise.
17869 * gdb.base/consecutive.exp: Likewise.
17870 * gdb.base/constvars.exp: Likewise.
17871 * gdb.base/corefile.exp: Likewise.
17872 * gdb.base/cvexpr.exp: Likewise.
17873 * gdb.base/dbx.exp: Likewise.
17874 * gdb.base/define.exp: Likewise.
17875 * gdb.base/detach.exp: Likewise.
17876 * gdb.base/display.exp: Likewise.
17877 * gdb.base/dump.exp: Likewise.
17878 * gdb.base/ena-dis-br.exp: Likewise.
17879 * gdb.base/ending-run.exp: Likewise.
17880 * gdb.base/environ.exp: Likewise.
17881 * gdb.base/eval-skip.exp: Likewise.
17882 * gdb.base/exprs.exp: Likewise.
17883 * gdb.base/fileio.exp: Likewise.
17884 * gdb.base/finish.exp: Likewise.
17885 * gdb.base/float.exp: Likewise.
17886 * gdb.base/foll-exec.exp: Likewise.
17887 * gdb.base/foll-fork.exp: Likewise.
17888 * gdb.base/foll-vfork.exp: Likewise.
17889 * gdb.base/freebpcmd.exp: Likewise.
17890 * gdb.base/funcargs.exp: Likewise.
17891 * gdb.base/gcore.exp: Likewise.
17892 * gdb.base/gdb1090.exp: Likewise.
17893 * gdb.base/gdb1250.exp: Likewise.
17894 * gdb.base/huge.exp: Likewise.
17895 * gdb.base/info-proc.exp: Likewise.
17896 * gdb.base/interrupt.exp: Likewise.
17897 * gdb.base/jump.exp: Likewise.
17898 * gdb.base/langs.exp: Likewise.
17899 * gdb.base/lineinc.exp: Likewise.
17900 * gdb.base/list.exp: Likewise.
17901 * gdb.base/logical.exp: Likewise.
17902 * gdb.base/long_long.exp: Likewise.
17903 * gdb.base/macscp.exp: Likewise.
17904 * gdb.base/maint.exp: Likewise.
17905 * gdb.base/mips_pro.exp: Likewise.
17906 * gdb.base/miscexprs.exp: Likewise.
17907 * gdb.base/multi-forks.exp: Likewise.
17908 * gdb.base/opaque.exp: Likewise.
17909 * gdb.base/overlays.exp: Likewise.
17910 * gdb.base/pc-fp.exp: Likewise.
17911 * gdb.base/pointers.exp: Likewise.
17912 * gdb.base/printcmds.exp: Likewise.
17913 * gdb.base/psymtab.exp: Likewise.
17914 * gdb.base/ptype.exp: Likewise.
17915 * gdb.base/recurse.exp: Likewise.
17916 * gdb.base/relational.exp: Likewise.
17917 * gdb.base/relocate.exp: Likewise.
17918 * gdb.base/remote.exp: Likewise.
17919 * gdb.base/reread.exp: Likewise.
17920 * gdb.base/restore.exp: Likewise.
17921 * gdb.base/return.exp: Likewise.
17922 * gdb.base/return2.exp: Likewise.
17923 * gdb.base/scope.exp: Likewise.
17924 * gdb.base/sect-cmd.exp: Likewise.
17925 * gdb.base/sep.exp: Likewise.
17926 * gdb.base/sepdebug.exp: Likewise.
17927 * gdb.base/setshow.exp: Likewise.
17928 * gdb.base/setvar.exp: Likewise.
17929 * gdb.base/sigall.exp: Likewise.
17930 * gdb.base/sigbpt.exp: Likewise.
17931 * gdb.base/signals.exp: Likewise.
17932 * gdb.base/signull.exp: Likewise.
17933 * gdb.base/sizeof.exp: Likewise.
17934 * gdb.base/solib.exp: Likewise.
17935 * gdb.base/step-line.exp: Likewise.
17936 * gdb.base/step-test.exp: Likewise.
17937 * gdb.base/structs.exp: Likewise.
17938 * gdb.base/structs2.exp: Likewise.
17939 * gdb.base/term.exp: Likewise.
17940 * gdb.base/twice.exp: Likewise.
17941 * gdb.base/until.exp: Likewise.
17942 * gdb.base/varargs.exp: Likewise.
17943 * gdb.base/volatile.exp: Likewise.
17944 * gdb.base/watchpoint.exp: Likewise.
17945 * gdb.base/whatis-exp.exp: Likewise.
17946 * gdb.base/whatis.exp: Likewise.
17947 * gdb.cp/ambiguous.exp: Likewise.
17948 * gdb.cp/annota2.exp: Likewise.
17949 * gdb.cp/annota3.exp: Likewise.
17950 * gdb.cp/bool.exp: Likewise.
17951 * gdb.cp/breakpoint.exp: Likewise.
17952 * gdb.cp/casts.exp: Likewise.
17953 * gdb.cp/class2.exp: Likewise.
17954 * gdb.cp/classes.exp: Likewise.
17955 * gdb.cp/cplusfuncs.exp: Likewise.
17956 * gdb.cp/ctti.exp: Likewise.
17957 * gdb.cp/derivation.exp: Likewise.
17958 * gdb.cp/exception.exp: Likewise.
17959 * gdb.cp/gdb1355.exp: Likewise.
17960 * gdb.cp/hang.exp: Likewise.
17961 * gdb.cp/inherit.exp: Likewise.
17962 * gdb.cp/local.exp: Likewise.
17963 * gdb.cp/m-data.exp: Likewise.
17964 * gdb.cp/m-static.exp: Likewise.
17965 * gdb.cp/member-ptr.exp: Likewise.
17966 * gdb.cp/method.exp: Likewise.
17967 * gdb.cp/misc.exp: Likewise.
17968 * gdb.cp/namespace.exp: Likewise.
17969 * gdb.cp/overload.exp: Likewise.
17970 * gdb.cp/ovldbreak.exp: Likewise.
17971 * gdb.cp/pr-1023.exp: Likewise.
17972 * gdb.cp/pr-1210.exp: Likewise.
17973 * gdb.cp/pr-574.exp: Likewise.
17974 * gdb.cp/printmethod.exp: Likewise.
17975 * gdb.cp/psmang.exp: Likewise.
17976 * gdb.cp/ref-params.exp: Likewise.
17977 * gdb.cp/ref-types.exp: Likewise.
17978 * gdb.cp/rtti.exp: Likewise.
17979 * gdb.cp/templates.exp: Likewise.
17980 * gdb.cp/try_catch.exp: Likewise.
17981 * gdb.cp/userdef.exp: Likewise.
17982 * gdb.cp/virtfunc.exp: Likewise.
17983 * gdb.disasm/am33.exp: Likewise.
17984 * gdb.disasm/h8300s.exp: Likewise.
17985 * gdb.disasm/mn10300.exp: Likewise.
17986 * gdb.disasm/sh3.exp: Likewise.
17987 * gdb.disasm/t01_mov.exp: Likewise.
17988 * gdb.disasm/t02_mova.exp: Likewise.
17989 * gdb.disasm/t03_add.exp: Likewise.
17990 * gdb.disasm/t04_sub.exp: Likewise.
17991 * gdb.disasm/t05_cmp.exp: Likewise.
17992 * gdb.disasm/t06_ari2.exp: Likewise.
17993 * gdb.disasm/t07_ari3.exp: Likewise.
17994 * gdb.disasm/t08_or.exp: Likewise.
17995 * gdb.disasm/t09_xor.exp: Likewise.
17996 * gdb.disasm/t10_and.exp: Likewise.
17997 * gdb.disasm/t11_logs.exp: Likewise.
17998 * gdb.disasm/t12_bit.exp: Likewise.
17999 * gdb.disasm/t13_otr.exp: Likewise.
18000 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
18001 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
18002 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18003 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
18004 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
18005 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18006 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18007 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18008 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
18009 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
18010 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18011 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18012 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18013 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18014 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18015 * gdb.mi/gdb701.exp: Likewise.
18016 * gdb.mi/gdb792.exp: Likewise.
18017 * gdb.mi/mi-basics.exp: Likewise.
18018 * gdb.mi/mi-break.exp: Likewise.
18019 * gdb.mi/mi-cli.exp: Likewise.
18020 * gdb.mi/mi-console.exp: Likewise.
18021 * gdb.mi/mi-disassemble.exp: Likewise.
18022 * gdb.mi/mi-eval.exp: Likewise.
18023 * gdb.mi/mi-file.exp: Likewise.
18024 * gdb.mi/mi-read-memory.exp: Likewise.
18025 * gdb.mi/mi-regs.exp: Likewise.
18026 * gdb.mi/mi-return.exp: Likewise.
18027 * gdb.mi/mi-simplerun.exp: Likewise.
18028 * gdb.mi/mi-stack.exp: Likewise.
18029 * gdb.mi/mi-stepi.exp: Likewise.
18030 * gdb.mi/mi-syn-frame.exp: Likewise.
18031 * gdb.mi/mi-until.exp: Likewise.
18032 * gdb.mi/mi-var-block.exp: Likewise.
18033 * gdb.mi/mi-var-child.exp: Likewise.
18034 * gdb.mi/mi-var-cmd.exp: Likewise.
18035 * gdb.mi/mi-var-display.exp: Likewise.
18036 * gdb.mi/mi-watch.exp: Likewise.
18037 * gdb.mi/mi2-basics.exp: Likewise.
18038 * gdb.mi/mi2-break.exp: Likewise.
18039 * gdb.mi/mi2-cli.exp: Likewise.
18040 * gdb.mi/mi2-console.exp: Likewise.
18041 * gdb.mi/mi2-disassemble.exp: Likewise.
18042 * gdb.mi/mi2-eval.exp: Likewise.
18043 * gdb.mi/mi2-file.exp: Likewise.
18044 * gdb.mi/mi2-read-memory.exp: Likewise.
18045 * gdb.mi/mi2-regs.exp: Likewise.
18046 * gdb.mi/mi2-return.exp: Likewise.
18047 * gdb.mi/mi2-simplerun.exp: Likewise.
18048 * gdb.mi/mi2-stack.exp: Likewise.
18049 * gdb.mi/mi2-stepi.exp: Likewise.
18050 * gdb.mi/mi2-syn-frame.exp: Likewise.
18051 * gdb.mi/mi2-until.exp: Likewise.
18052 * gdb.mi/mi2-var-block.exp: Likewise.
18053 * gdb.mi/mi2-var-child.exp: Likewise.
18054 * gdb.mi/mi2-var-cmd.exp: Likewise.
18055 * gdb.mi/mi2-var-display.exp: Likewise.
18056 * gdb.mi/mi2-watch.exp: Likewise.
18057 * gdb.stabs/exclfwd.exp: Likewise.
18058 * gdb.stabs/weird.exp: Likewise.
18059 * gdb.threads/gcore-thread.exp: Likewise.
18060 * gdb.trace/actions.exp: Likewise.
18061 * gdb.trace/backtrace.exp: Likewise.
18062 * gdb.trace/circ.exp: Likewise.
18063 * gdb.trace/collection.exp: Likewise.
18064 * gdb.trace/deltrace.exp: Likewise.
18065 * gdb.trace/infotrace.exp: Likewise.
18066 * gdb.trace/limits.exp: Likewise.
18067 * gdb.trace/packetlen.exp: Likewise.
18068 * gdb.trace/passc-dyn.exp: Likewise.
18069 * gdb.trace/passcount.exp: Likewise.
18070 * gdb.trace/report.exp: Likewise.
18071 * gdb.trace/save-trace.exp: Likewise.
18072 * gdb.trace/tfind.exp: Likewise.
18073 * gdb.trace/tracecmd.exp: Likewise.
18074 * gdb.trace/while-dyn.exp: Likewise.
18075 * gdb.trace/while-stepping.exp: Likewise.
18076
18077 2006-08-08 Joel Brobecker <brobecker@adacore.com>
18078
18079 * gdb.base/step-bt.c: New file.
18080 * gdb.base/step-bt.exp: New testcase.
18081
18082 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
18083
18084 * config/monitor.exp (gdb_load): Remove support for obsolete
18085 download-write-size.
18086 * gdb.base/remote.exp: Likewise. Update all callers of
18087 gdb_timed_load.
18088
18089 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
18090
18091 * cursal.exp: Pass binfile to gdb_load.
18092
18093 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
18094
18095 * gdb.base/cursal.exp: Add "" to gdb_load call.
18096
18097 2006-07-29 Mark Kettenis <kettenis@gnu.org>
18098
18099 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
18100 NetBSD/ELF targets.
18101
18102 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
18103
18104 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
18105 operator*.
18106
18107 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
18108
18109 * gdb.base/completion.exp: Update for change in "file" behavior.
18110 * gdb.stabs/weird.exp: Likewise.
18111 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
18112 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
18113
18114 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
18115
18116 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
18117 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
18118
18119 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
18120
18121 * gdb.base/default.exp: Update source command error message.
18122 * gdb.base/help.exp: Update 'help source' message.
18123
18124 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
18125
18126 * gdb.cp/bs15503.exp: Update comment for no longer crashing
18127 test.
18128
18129 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
18130
18131 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
18132
18133 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18134
18135 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
18136
18137 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18138
18139 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
18140
18141 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18142
18143 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
18144 *-*-openbsd* from targets for wich we expect ARM FPA floating
18145 point format.
18146
18147 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
18148
18149 * gdb.cp/annota3.exp: Expect frame-begin annotation.
18150
18151 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18152
18153 * gdb.base/annota3.exp: Expect frame-begin annotation.
18154
18155 2006-07-14 Joel Brobecker <brobecker@adacore.com>
18156
18157 * gdb.base/help.exp: Adjust "help unset" test to accept
18158 any list of unset commands.
18159
18160 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
18161 Daniel Jacobowitz <dan@codesourcery.com>
18162
18163 * gdb.cp/ref-params.exp: New test.
18164 * gdb.cp/ref-params.cc: New source file.
18165 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
18166
18167 2006-07-08 Mark Kettenis <kettenis@gnu.org>
18168
18169 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
18170 spaces/tabs in regular expressions since they might not be there.
18171
18172 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
18173
18174 * gdb.base/ifelse.exp: New file.
18175
18176 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
18177
18178 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
18179 line.
18180 * gdb.base/huge.exp: Loop over compilation to find a size that
18181 is acceptable.
18182 * gdb.base/remote.exp: Correct expected strings.
18183 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
18184
18185 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18186
18187 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
18188
18189 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18190
18191 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
18192 native.
18193
18194 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18195
18196 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
18197 enable stabs testing.
18198
18199 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18200
18201 * gdb.base/auxv.exp: Intercept undefined command messages before
18202 gdb_test_multiple does.
18203
18204 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18205
18206 * Makefile.in (host_alias): Remove.
18207 (target_alias): Use @target_noncanonical@.
18208 (site.exp): Don't set host_alias.
18209 * aclocal.m4: Remove contents. Include acx.m4.
18210 * configure: Regenerated.
18211 * configure.ac: Use ACX_NONCANONICAL_TARGET.
18212
18213 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
18214
18215 * lib/gdb.exp (gdb_load_cmd): New.
18216
18217 * gdb.base/fileio.c: Add system(NULL) test.
18218 * gdb.base/fileio.exp: Check it.
18219
18220 * gdb.base/break.c: Add 10a breakpoint at }
18221 * gdb.base/break.exp: Add test for breakpoint at }
18222 * gdb.cp/anon-union.cc: Add code at end of function.
18223 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
18224 * gdb.mi/var-cmd.c: Add code at end of function.
18225 * gdb.mi/mi-var-display.exp: Adjust end of next.
18226 * gdb.mi/mi2-var-display.exp: Likewise.
18227 * gdb.base/fileio.c: Add stop function and insert calls at
18228 stopping places.
18229 * gdb.base/fileio.exp: Breakpoint stop function and remove
18230 explicit line number references.
18231
18232 2006-05-19 Joel Brobecker <brobecker@adacore.com>
18233
18234 * gdb.base/del.exp (test_delete_alias): New function.
18235 Now check that both "del" and "d" work as aliases for "delete".
18236
18237 2006-05-18 Fred Fish <fnf@specifix.com>
18238
18239 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
18240 required. Check for spurious output after program exits normally.
18241
18242 2006-05-17 Fred Fish <fnf@specifix.com>
18243
18244 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
18245 gdb_load, so it works in the simulator.
18246
18247 2006-05-11 Fred Fish <fnf@specifix.com>
18248
18249 * gdb.base/bang.exp: Ignore unexpected output between the
18250 "program exited normally" and the gdb prompt, as many other
18251 tests do.
18252
18253 2006-05-07 Mark Kettenis <kettenis@gnu.org>
18254
18255 * gdb.base/help.exp: Make "delete checkpoint" part option for
18256 "help d" and "help delete" tests.
18257
18258 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18259
18260 * gdb.mi/mi-basics.exp: Add missing serial number to
18261 expected output in some mi_gdb_test statements.
18262 * gdb.mi/mi2-basics.exp: Likewise.
18263
18264 2006-05-05 Joel Brobecker <brobecker@adacore.com>
18265
18266 * gdb.base/del.c: New file.
18267 * gdb.base/del.exp: New testcase.
18268
18269 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
18270
18271 * gdb.base/break.exp: Do not assume a breakpoint on
18272 main will actually be in $srcfile when optimizing.
18273 * gdb.base/savedregs.exp: Do not require that the dummy
18274 frame location match up to a symbol and source file location.
18275 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
18276 will get printed without a mi_cmd_data_list_register_values prefix.
18277 (*-data-list-register-*): Correct regular expressions to expect the new
18278 pseudo d? floating point registers.
18279 * gdb.mi/mi2-regs.exp: Likewise.
18280
18281 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
18282
18283 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
18284 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
18285 is allocated by the compiler.
18286 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
18287 anons, e, anone to force their allocation by the compiler.
18288
18289 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
18290
18291 * gdb.base/help.exp: Update expected text for help d and
18292 help delete.
18293
18294 2006-05-02 Mark Kettenis <kettenis@gnu.org>
18295
18296 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
18297 NetBSD/ELF targets.
18298
18299 2006-04-30 Mark Kettenis <kettenis@gnu.org>
18300
18301 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
18302 single-step breakpoint fails; make this a KFAIL on
18303 sparc*-*-openbsd*.
18304 * gdb.base/siginfo.exp: Likewise.
18305 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18306
18307 2006-04-26 Michael Snyder <msnyder@redhat.com>
18308
18309 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
18310 which may have to consume output from other forks.
18311 Add tests to make sure that "delete fork" succeeded.
18312
18313 2006-04-20 Michael Snyder <msnyder@redhat.com>
18314
18315 * 2006-03-22 Jim Blandy <jimb@redhat.com>
18316 Add support for the Renesas M32C and M16C.
18317
18318 * gdb.asm/asm-source.exp: Add m32c target.
18319 * gdb.asm/m32c.inc: Support for m32c target.
18320
18321 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
18322
18323 * gdb.base/commands.exp (recursive_source_test): New test.
18324
18325 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
18326
18327 * gdb.base/float.exp: Add pattern for sparc targets.
18328
18329 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18330
18331 * gdb.base/commands.exp (stray_arg0_test): New test.
18332
18333 2006-03-30 Paul Brook <paul@codesourcery.com>
18334
18335 * gdb.mi/mi-until.exp: kfail broken until command.
18336 * gdb.mi/mi2-until.exp: Ditto.
18337
18338 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
18339
18340 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
18341
18342 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
18343
18344 * gdb.base/prelink.exp: Anchor tested-for regular expression
18345 on gdb prompt.
18346
18347 2006-03-07 Paul Brook <paul@codesourcery.com>
18348
18349 * gdb.base/assign.exp: Correct fail message.
18350
18351 2006-03-07 Paul Brook <paul@codesourcery.com>
18352
18353 * lib/compiler.c: Extract armcc version number.
18354 * lib/compiler.cc: Ditto.
18355
18356 2006-03-07 Paul Brook <paul@codesourcery.com>
18357
18358 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
18359 additional_flags=-w.
18360 * gdb.arch/altivec-regs.exp: Ditto.
18361 * gdb.arch/e500-abi.exp: Ditto.
18362 * gdb.arch/e500-regs.exp: Ditto.
18363 * gdb.base/all-bin.exp: Ditto.
18364 * gdb.base/annota1.exp: Ditto.
18365 * gdb.base/annota3.exp: Ditto.
18366 * gdb.base/args.exp: Ditto.
18367 * gdb.base/arithmet.exp: Ditto.
18368 * gdb.base/assign.exp: Ditto.
18369 * gdb.base/async.exp: Ditto.
18370 * gdb.base/bang.exp: Ditto.
18371 * gdb.base/break.exp: Ditto.
18372 * gdb.base/call-rt-st.exp: Ditto.
18373 * gdb.base/completion.exp: Ditto.
18374 * gdb.base/cond-expr.exp: Ditto.
18375 * gdb.base/condbreak.exp: Ditto.
18376 * gdb.base/consecutive.exp: Ditto.
18377 * gdb.base/define.exp: Ditto.
18378 * gdb.base/display.exp: Ditto.
18379 * gdb.base/ena-dis-br.exp: Ditto.
18380 * gdb.base/environ.exp: Ditto.
18381 * gdb.base/eval-skip.exp: Ditto.
18382 * gdb.base/info-proc.exp: Ditto.
18383 * gdb.base/jump.exp: Ditto.
18384 * gdb.base/logical.exp: Ditto.
18385 * gdb.base/long_long.exp: Ditto.
18386 * gdb.base/maint.exp: Ditto.
18387 * gdb.base/miscexprs.exp: Ditto.
18388 * gdb.base/pc-fp.exp: Ditto.
18389 * gdb.base/pointers.exp: Ditto.
18390 * gdb.base/relational.exp: Ditto.
18391 * gdb.base/reread.exp: Ditto.
18392 * gdb.base/sect-cmd.exp: Ditto.
18393 * gdb.base/sep.exp: Ditto.
18394 * gdb.base/sepdebug.exp: Ditto.
18395 * gdb.base/until.exp: Ditto.
18396 * gdb.base/whatis-exp.exp: Ditto.
18397 * gdb.cp/annota2.exp: Ditto.
18398 * gdb.cp/annota3.exp: Ditto.
18399 * gdb.trace/actions.exp: Ditto.
18400 * gdb.trace/backtrace.exp: Ditto.
18401 * gdb.trace/circ.exp: Ditto.
18402 * gdb.trace/collection.exp: Ditto.
18403 * gdb.trace/deltrace.exp: Ditto.
18404 * gdb.trace/infotrace.exp: Ditto.
18405 * gdb.trace/limits.exp: Ditto.
18406 * gdb.trace/packetlen.exp: Ditto.
18407 * gdb.trace/passc-dyn.exp: Ditto.
18408 * gdb.trace/passcount.exp: Ditto.
18409 * gdb.trace/report.exp: Ditto.
18410 * gdb.trace/save-trace.exp: Ditto.
18411 * gdb.trace/tfind.exp: Ditto.
18412 * gdb.trace/tracecmd.exp: Ditto.
18413 * gdb.trace/while-dyn.exp: Ditto.
18414 * gdb.trace/while-stepping.exp: Ditto.
18415 * lib/gdb.exp: Ditto.
18416 (gdb_compile): Handle nowarning option.
18417
18418 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
18419
18420 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
18421 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
18422 Rename executable to prelinkt. Don't re-prelink if we didn't
18423 get a core file. Test prelink -u exit status to tell whether
18424 prelinking failed. Use gdb_test_multiple.
18425
18426 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
18427
18428 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
18429 (do_tests): Call it.
18430
18431 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
18432
18433 * gdb.base/prelink.exp: New test.
18434 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
18435
18436 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
18437
18438 * gdb.fortran/derived-type.f90: New file.
18439 * gdb.fortran/derived-type.exp: New testcase.
18440
18441 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
18442
18443 * gdb.base/default.exp: Allow ';' as a directory separator.
18444
18445 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18446
18447 * gdb.base/help.exp (help add-symbol-file): Update.
18448
18449 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18450
18451 * gdb.base/help.exp (help load): Update expected results.
18452
18453 2006-02-19 Fred Fish <fnf@specifix.com>
18454
18455 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
18456 specifix hex value as part of results.
18457 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
18458
18459 2006-02-16 Fred Fish <fnf@specifix.com>
18460
18461 * gdb.base/whatis.c: Define variables using typedefs char_addr,
18462 ushort_addr, and slong_addr, so the typedefs are not optimized
18463 away.
18464 * gdb.base/whatis.exp: Add tests using type name for struct type,
18465 union type, enum type, and typedef.
18466
18467 2006-02-13 Mark Kettenis <kettenis@gnu.org>
18468
18469 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
18470
18471 2006-02-13 Jim Blandy <jimb@redhat.com>
18472
18473 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
18474 case where it takes two "next" commands to skip past the init
18475 call.
18476
18477 2006-02-12 Fred Fish <fnf@specifix.com>
18478
18479 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
18480 to handle cases where it takes two "next" commands to skip
18481 past the init call.
18482
18483 2006-02-07 Joel Brobecker <brobecker@adacore.com>
18484
18485 * gdb.ada/array_return.exp: Mark the last test as expected to fail
18486 on hppa32 targets.
18487
18488 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
18489
18490 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
18491 field.
18492
18493 2006-01-29 Mark Kettenis <kettenis@gnu.org>
18494
18495 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
18496
18497 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18498
18499 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
18500 files.
18501
18502 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18503
18504 * gdb.cp/maint.exp: Set complaints to a positive value.
18505
18506 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18507
18508 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
18509 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
18510 function name.
18511
18512 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18513
18514 * gdb.base/checkpoint.c: Update copyright notice. Include
18515 <stdlib.h>.
18516
18517 2006-01-04 Jim Blandy <jimb@redhat.com>
18518
18519 * gdb.asm/asm-source.exp: Independently provide default values for
18520 asm-flags and debug-flags. Use 'string equal' to do the
18521 comparison, not the implicit expr's '==' operator. Remove
18522 now-unneeded assignments to asm-flags. In h8300 case, place
18523 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
18524
18525 2006-01-04 Michael Snyder <msnyder@redhat.com>
18526
18527 * gdb.base/checkpoint.c: New file.
18528 * gdb.base/checkpoint.exp: New file.
18529 * gdb.base/multi-fork.c: New file.
18530 * gdb.base/multi-fork.exp: New file.
18531 * gdb.base/pi.txt: New file (data for checkpoint.c test).
18532
18533 2006-01-04 Fred Fish <fnf@specifix.com>
18534
18535 * gdb.base/ptype.c (foo): Add typedef.
18536 (intfoo): Add function.
18537 * gdb.base/ptype1.c: New file.
18538 * gdb.base/ptype.exp: Handle compilation and linking with two
18539 source files. Test that proper type for "foo" is found based
18540 on source context rather than first match found in symtabs.
18541
18542 2005-12-28 Mark Kettenis <kettenis@gnu.org>
18543
18544 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
18545 * gdb.asm/openbsd.inc: Indent commands.
18546
18547 2005-12-26 Mark Kettenis <kettenis@gnu.org>
18548
18549 * gdb.base/freebpcmd.exp: Increase timeout.
18550
18551 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
18552
18553 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
18554
18555 * gdb.base/default.exp: Update check for "show version".
18556
18557 2005-12-09 Randolph Chung <tausq@debian.org>
18558
18559 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
18560 * gdb.asm/pa64.inc: New file.
18561
18562 2005-12-09 Randolph Chung <tausq@debian.org>
18563
18564 * gdb.asm/common.inc: Indent commands.
18565 * gdb.asm/asmsrc1.s: Likewise.
18566 * gdb.asm/asmsrc2.s: Likewise.
18567
18568 2005-12-09 Randolph Chung <tausq@debian.org>
18569
18570 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
18571 (get_addr_of_sym): Remove duplicate print.
18572 (gen_core): xfail hppa*-*-hpux*, update expected output.
18573 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
18574 * gdb.arch/pa64-nullify.s: New file.
18575
18576 2005-12-09 Randolph Chung <tausq@debian.org>
18577
18578 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
18579
18580 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
18581
18582 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
18583 code generation for these functions.
18584 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
18585 error message.
18586
18587 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
18588
18589 * gdb.base/help.exp (help b, help br, help bre, help brea)
18590 (help break): Update the expected message.
18591
18592 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
18593
18594 * gdb.asm/m68hc11.inc: Setup the data section.
18595 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
18596 script for this test.
18597 (m6812-*-*): Likewise.
18598
18599 2005-11-09 Randolph Chung <tausq@debian.org>
18600
18601 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
18602
18603 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
18604
18605 * gdb.base/break.exp: Fix a comment typo.
18606
18607 2005-11-03 Jim Blandy <jimb@redhat.com>
18608
18609 Checked in by Elena Zannoni <ezannoni@redhat.com>
18610
18611 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
18612
18613 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
18614
18615 * gdb.arch/gdb1558.c: Include stdio.h.
18616
18617 2005-10-31 Mark Kettenis <kettenis@gnu.org>
18618
18619 * gdb.asm/asm-source.exp: Use -e instead of --entry.
18620
18621 2005-10-31 Mark Kettenis <kettenis@gnu.org>
18622
18623 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
18624
18625 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
18626
18627 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
18628 vscr" tests to better match output.
18629
18630 2005-10-12 Jim Blandy <jimb@redhat.com>
18631
18632 * gdb.base/structs.exp (any): New function.
18633 (test_struct_returns): Don't make any assumptions at all about
18634 what value the function returns when GDB can't set the return
18635 value.
18636
18637 2005-10-09 Joel Brobecker <brobecker@adacore.com>
18638
18639 * gdb.ada/arrayidx/p.adb: New file.
18640 * gdb.ada/arrayidx.exp: New testcase
18641
18642 2005-10-09 Joel Brobecker <brobecker@adacore.com>
18643
18644 * gdb.ada/array_return/pck.ads: New file.
18645 * gdb.ada/array_return/pck.adb: New file.
18646 * gdb.ada/array_return/p.adb: New file.
18647 * gdb.ada/array_return.exp: New testcase.
18648
18649 2005-10-03 Joel Brobecker <brobecker@adacore.com>
18650
18651 * gdb.base/arrayidx.c: New file.
18652 * gdb.base/arrayidx.exp: New testcase.
18653
18654 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
18655
18656 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
18657 frames-invalid and breakpoints-invalid are no longer generated
18658 with level 3 so don't expect them in the output.
18659
18660 2005-09-27 Bob Rossi <bob@brasko.net>
18661
18662 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
18663 from test. Escape the | in mi_gdb_test call.
18664 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
18665 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
18666 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
18667 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
18668 expected regex's in mi_gdb_test calls.
18669 * lib/mi-support.exp: Remove arbitrary .* from tests.
18670 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
18671 Fully anchor GDB/MI expected results in mi_gdb_test.
18672 * lib/gdb.exp (string_to_regexp): Escape the ] character.
18673 * gdb.base/sizeof.exp: Remove escape character. Correct test.
18674
18675 2005-09-26 Paul Brook <paul@codesourcery.com>
18676
18677 * long_long.exp: Exclude eabi targets from arm FPA float format test.
18678
18679 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
18680
18681 * bfp-test.c: New file.
18682 * bfp-test.exp: New testcase.
18683
18684 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
18685
18686 * gdb.fortran/subarray.exp: New testcase to test the evaluation
18687 of subarray and substring variable.
18688 * gdb.fortran/subarray.f: New source file for the test of subarray
18689 and substring variable evaluation.
18690 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
18691 of string constant.
18692
18693 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
18694
18695 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
18696 copyright dates.
18697
18698 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
18699
18700 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
18701 powerpc altivec' test with an almost identical 'info vector' test.
18702
18703 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
18704
18705 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
18706 vscr" tests to match output.
18707
18708 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
18709
18710 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
18711 output.
18712
18713 2005-09-11 Bob Rossi <bob@brasko.net>
18714
18715 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
18716 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
18717 commands that return an MI output command and an asyncronous MI output
18718 command.
18719 * gdb.mi/mi-console.exp: Ditto.
18720
18721 2005-09-11 Bob Rossi <bob@brasko.net>
18722
18723 * gdb.mi/mi-var-child.c: Include <string.h>.
18724
18725 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
18726
18727 * killed.exp: Correct gdb_expect syntax.
18728
18729 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
18730
18731 * lib/mi-support.exp (mi_gdb_load): Fix typo.
18732
18733 2005-08-02 Bob Rossi <bob@brasko.net>
18734
18735 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
18736 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
18737 Change tests to inferior-tty-set/show.
18738 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
18739 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
18740 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
18741 inferior. Use mi_gdb_test to get GDB and Inferior output.
18742 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
18743 descriptor.
18744 (mi_inferior_tty_name): Add inferior PTY file name.
18745 (mi_gdb_start): Add INFERIOR_PTY parameter.
18746 (mi_gdb_test): Add IPATTERN parameter.
18747
18748 2005-08-02 Bob Rossi <bob@brasko.net>
18749
18750 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
18751 parameter to mi_gdb_test.
18752 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
18753
18754 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18755
18756 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
18757 struct_declarations.
18758 * gdb.mi/mi-var-child.exp: Step over the initialization of
18759 struct_declarations.
18760
18761 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18762
18763 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
18764 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
18765 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
18766 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
18767 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
18768 file.
18769
18770 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
18771
18772 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
18773 (do_children_tests): Assign values to the extra elements.
18774
18775 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
18776 them for tests for "-var-update --no-values" and
18777 "-var-update --all-values".
18778 Add test for "-var-list-children --simple-values".
18779
18780 * gdb.mi/basics.c (callee4): Add integer array D[3]...
18781
18782 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
18783 "-stack-list-locals --simple-values" Improve doc strings and
18784 comments.
18785
18786 2005-07-18 Mark Kettenis <kettenis@gnu.org>
18787
18788 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
18789 *-*-openbsd*.
18790 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
18791
18792 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
18793 sigaltsatck'.
18794
18795 2005-07-14 Bob Rossi <bob@brasko.net>
18796
18797 * gdb.base/default.exp (tty): Changed output of command.
18798 * gdb.base/help.exp (help tty): Ditto.
18799
18800 2005-07-12 Mark Kettenis <kettenis@gnu.org>
18801
18802 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
18803
18804 2005-07-10 Mark Kettenis <kettenis@gnu.org>
18805
18806 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
18807 -stack-select-frame without arguments.
18808 (test_stack_frame_listing): Add test for newly implemented command
18809 -stack-info-frame.
18810
18811 2005-07-06 Bob Rossi <bob@brasko.net>
18812
18813 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
18814 command.
18815 (Copyright): Update copyright.
18816
18817 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
18818
18819 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
18820 tests to evaluate exponentiation expression.
18821
18822 2005-06-29 Andreas Schwab <schwab@suse.de>
18823
18824 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
18825 main to avoid warnings.
18826
18827 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
18828
18829 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
18830
18831 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
18832 -stack-select-frame without arguments.
18833 (test_stack_frame_listing): Add test for newly implemented command
18834 -stack-info-frame.
18835
18836 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
18837
18838 * gdb.fortran/array-element.f: New file.
18839 * gdb.fortran/array-element.exp: New testcase.
18840
18841 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18842
18843 * gdb.base/bigcore.exp: Correct checks for systems which can
18844 not dump a large core file.
18845
18846 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18847
18848 * gdb.base/relocate.c: Add a copyright notice.
18849 (dummy): Remove.
18850 * gdb.base/relocate.exp: Test printing the values of variables
18851 from a relocatable file.
18852
18853 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18854
18855 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
18856 excess MI output after an error.
18857
18858 2005-05-29 Joel Brobecker <brobecker@adacore.com>
18859
18860 * gdb.arch/alpha-step.c: New file.
18861 * gdb.arch/alpha-step.exp: New testcase.
18862
18863 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
18864 Dennis Brueni <dennis@slickedit.com>
18865
18866 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
18867 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
18868 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
18869 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
18870 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
18871 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
18872 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
18873
18874 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
18875 Wu Zhou <woodzltc@cn.ibm.com>
18876
18877 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
18878 IBM's xlc compiler.
18879 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
18880 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
18881
18882 2005-05-13 Jim Blandy <jimb@redhat.com>
18883
18884 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
18885 calling gdb_suppress_entire_file.
18886 * gdb.base/charset.exp: Same.
18887 * gdb.base/call-rt-st.exp: Same.
18888
18889 2005-05-05 Bob Rossi <bob_rossi@cox.net>
18890
18891 * lib/gdb.exp (fullname_syntax): Added global regex.
18892 (fullname_syntax_POSIX): Ditto.
18893 (fullname_syntax_UNC): Ditto.
18894 (fullname_syntax_DOS_CASE): Ditto.
18895 (fullname_syntax_DOS): Ditto.
18896 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
18897 fullname_syntax variable to scope and use it.
18898 (test_file_list_exec_source_files): Ditto.
18899 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
18900
18901 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
18902
18903 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
18904
18905 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
18906
18907 * lib/gdb.exp (skip_altivec_tests): New function, based on
18908 check_vmx_hw_available from the GCC testsuite.
18909 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
18910 * lib/gdb.arch/altivec-regs.exp: Likewise.
18911
18912 2005-05-02 Jim Blandy <jimb@redhat.com>
18913
18914 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
18915 calling gdb_suppress_entire_file.
18916
18917 2005-04-30 Randolph Chung <tausq@debian.org>
18918
18919 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
18920 Slightly relax "sem_post" name checking.
18921
18922 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
18923
18924 * gdb.base/unload.exp: Use new shared library infrastructure.
18925
18926 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
18927
18928 * gdb.base/so-impl-ld.exp: Use new shared library
18929 infrastructure.
18930
18931 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
18932
18933 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
18934 * gdb.asm/h8300.inc: New file.
18935
18936 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18937
18938 * gdb.base/shlib-call.exp: Change to use new shared library
18939 infrastructure.
18940
18941 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18942
18943 * gdb.base/pending.exp: Change to use new shared library
18944 infrastructure.
18945
18946 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18947
18948 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
18949 use test_compiler_info instead of gcc_compiled, and update copyright.
18950
18951 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
18952
18953 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
18954 shared objects being adjusted and update copyright years.
18955
18956 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
18957
18958 * ChangeLog: Correct some 2003-01-13 dates.
18959 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
18960 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
18961 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
18962 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
18963 gdb.trace/tfind.exp: Update copyright years.
18964
18965 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
18966 Daniel Jacobowitz <dan@codesourcery.com>
18967
18968 * lib/gdb.exp (gdb_compile): Handle shlib=.
18969 (gdb_compile_shlib): New function.
18970
18971 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
18972
18973 * lib/gdb.exp (test_compiler_info): Give argument a default value.
18974
18975 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
18976
18977 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
18978 gdb.server.
18979 * configure.ac: Likewise.
18980 * configure: Regenerated.
18981 * gdb.gdbserver/Makefile.in: Moved to...
18982 * gdb.server/Makefile.in: ... here.
18983 * gdb.gdbserver/server.c: Moved to...
18984 * gdb.server/server.c: ... here.
18985 * gdb.gdbserver/server-run.exp: Moved to...
18986 * gdb.server/server-run.exp: ... here.
18987
18988 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
18989
18990 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
18991 * configure.ac: Create gdb.gdbserver/Makefile.
18992 * configure: Regenerated.
18993 * lib/gdbserver-support.exp: New file, derived from
18994 config/gdbserver.exp.
18995 * config/gdbserver.exp: Use gdbserver-support.exp.
18996 * gdb.gdbserver/Makefile.in: New file.
18997 * gdb.gdbserver/server.c: New file.
18998 * gdb.gdbserver/server-run.exp: New file.
18999
19000 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
19001
19002 * lib/gdb.exp (test_compiler_info): Return compiler_info
19003 if no arguments are given.
19004
19005 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
19006
19007 * gdb.arch/altivec-abi.exp: Check for compiler and set
19008 use altivec' flag accordingly.
19009 * gdb.arch/altivec-regs.exp: Likewise.
19010
19011 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
19012
19013 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
19014
19015 2005-03-27 Andreas Schwab <schwab@suse.de>
19016
19017 * gdb.base/bigcore.c (main): Add missing mode argument in open
19018 call.
19019
19020 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
19021
19022 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
19023 downloads.
19024 * config/gdbserver.exp (gdb_load): Likewise.
19025
19026 2005-03-14 Paul Brook <paul@codesourcery.com>
19027
19028 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
19029 targets.
19030
19031 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19032
19033 * gdb.dwarf2/dup-psym.S: New file.
19034 * gdb.dwarf2/dup-psym.exp: New testcase.
19035
19036 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19037
19038 * gdb.ada/exec_changed/first.adb: New file.
19039 * gdb.ada/exec_changed/second.adb: New file.
19040 * gdb.ada/exec_changed.exp: New testcase.
19041
19042 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
19043
19044 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
19045 (A2): New class.
19046 (main): Test operator+.
19047 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
19048 breakpoint test.
19049
19050 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
19051 * gdb.base/signull.exp: Disable if gdb,nosignals.
19052 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
19053 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
19054 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
19055 * gdb.mi/mi2-console.exp: Likewise.
19056 * gdb.trace/collection.exp (run_trace_experiment): Consume the
19057 continue output at start.
19058 (gdb_collect_locals_test): Robustify regexp.
19059 * gdb.trace/passc-dyn.exp: Fix comment typo.
19060 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
19061
19062 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
19063
19064 * gdb.asm/asm-source.exp: Add iq2000 case.
19065 * gdb.asm/iq2000.inc: New file.
19066
19067 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
19068
19069 * gdb.base/command.exp: Change hardcoded value to regular expression.
19070 * gdb.base/float.exp: Add powerpc to the list of targets checked.
19071
19072 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
19073
19074 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
19075 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
19076 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
19077 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
19078 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
19079
19080 2005-03-05 Mark Kettenis <kettenis@gnu.org>
19081
19082 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
19083 changes.
19084
19085 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
19086
19087 * lib/compiler.c: Add test for IBM's xlc compiler.
19088 * lib/compiler.cc: Likewise.
19089
19090 2004-02-24 Joel Brobecker <brobecker@adacore.com>
19091
19092 * gdb.ada/fixed_points.exp: Create compilation object directory
19093 before running the test.
19094 * gdb.ada/null_record.exp: Likewise.
19095 * gdb.ada/packed_array.exp: Likewise.
19096 * gdb.ada/start.exp: Likewise.
19097
19098 2005-02-15 Joel Brobecker <brobecker@adacore.com>
19099
19100 * gdb.ada/packed_array/pa.adb: New file.
19101 * gdb.ada/packed_array.exp: New testcase.
19102
19103 2005-02-10 Mark Kettenis <kettenis@gnu.org>
19104
19105 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
19106 files.
19107
19108 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
19109 on *-*-openbsd*. Correctly match whitespace in regukar
19110 expressions.
19111
19112 2005-02-10 Daniel Jacobowitz <dan@debian.org>
19113
19114 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
19115 PR exp/1821
19116 * gdb.base/gdb1821.c: New test file.
19117 * gdb.base/gdb1821.exp: New test file.
19118
19119 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19120
19121 * gdb.base/start.c: New file.
19122 * gdb.base/start.exp: New testcase.
19123
19124 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19125
19126 * gdb.ada/start/dummy.adb: New file.
19127 * gdb.ada/start.exp: New testcase.
19128
19129 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
19130
19131 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
19132 for printing symbols and statistics.
19133 Add test for using relative pathnames in "maint print msymbols" test.
19134 Mark "maint info sections DATA" XFAIL on Cygwin.
19135 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
19136 tests.
19137
19138 2005-02-09 Andreas Schwab <schwab@suse.de>
19139
19140 Committed by Andrew Cagney <cagney@gnu.org>
19141 * gdb.base/remotetimeout.exp: New file.
19142
19143 2005-02-07 Mark Kettenis <kettenis@gnu.org>
19144
19145 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
19146
19147 2005-02-03 Joel Brobecker <brobecker@adacore.com>
19148
19149 * gdb.ada/gnat_ada.gpr: New file.
19150 * gdb.ada/gnat_ada.gin: Delete, no longer used.
19151 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
19152 * configure.ac: No longer generate gnat_ada.gpr.
19153 * configure: Regenerate.
19154 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
19155 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
19156 * gdb.ada/null_record/bar.ads: Likewise.
19157 * gdb.ada/null_record/bar.adb: Likewise.
19158 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
19159 * gdb.ada/null_record.exp (testdir): New variable.
19160 (testfile): executable is now in testdir subdirectory.
19161 (srcfile): Use full path to the main compilation unit.
19162 * gdb.ada/fixed_points.exp: Same changes as above.
19163
19164 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
19165
19166 * gdb.base/interp.exp: New test.
19167
19168 2005-01-24 Andrew Cagney <cagney@gnu.org>
19169
19170 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
19171
19172 2005-01-19 Andrew Cagney <cagney@gnu.org>
19173
19174 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
19175 configure.ac not configure.in.
19176
19177 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
19178 of powerpc*-*-*.
19179 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
19180 * gdb.base/list.exp (test_list_function)
19181 (test_list_filename_and_function): Ditto.
19182 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
19183
19184 2005-01-16 Andrew Cagney <cagney@gnu.org>
19185
19186 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
19187
19188 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
19189
19190 2005-01-14 Andrew Cagney <cagney@gnu.org>
19191
19192 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
19193 * gdb.mi/mi2-var-cmd.exp: Ditto.
19194
19195 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
19196
19197 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
19198
19199 2005-01-07 Andrew Cagney <cagney@gnu.org>
19200
19201 * configure.ac: Rename configure.in, require autoconf 2.59.
19202 * configure: Re-generate.
19203 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
19204 * gdb.stabs/configure: Re-generate.
19205 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
19206 * gdb.hp/configure: Re-generate.
19207 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
19208 autoconf 2.59.
19209 * gdb.hp/gdb.objdbg/configure: Re-generate.
19210 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
19211 autoconf 2.59.
19212 * gdb.hp/gdb.defects/configure: Re-generate.
19213 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
19214 autoconf 2.59.
19215 * gdb.hp/gdb.compat/configure: Re-generate.
19216 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
19217 autoconf 2.59.
19218 * gdb.hp/gdb.base-hp/configure: Re-generate.
19219 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
19220 autoconf 2.59.
19221 * gdb.hp/gdb.aCC/configure: Re-generate.
19222
19223 2004-12-15 Jim Blandy <jimb@redhat.com>
19224
19225 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
19226 under NPTL when there is debugging info available for libpthread.
19227
19228 2004-12-13 Jerome Guitton <guitton@gnat.com>
19229
19230 * gdb.ada/fixed_points.c: New file.
19231 * gdb.ada/fixed_points.exp: New file.
19232
19233 2004-12-03 Randolph Chung <tausq@debian.org>
19234
19235 * gdb.arch/pa-nullify.exp: New file.
19236 * gdb.arch/pa-nullify.s: New file.
19237
19238 2004-11-30 Randolph Chung <tausq@debian.org>
19239
19240 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
19241 instead of "tbug". Fix regexp to work properly with gdb_test.
19242
19243 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
19244
19245 * gdb.base/bitfields2.exp: New test.
19246 * gdb.base/bitfields2.c: New file.
19247
19248 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
19249
19250 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19251
19252 2004-11-16 Randolph Chung <tausq@debian.org>
19253
19254 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
19255
19256 2004-11-14 Daniel Jacobowitz <dan@debian.org>
19257
19258 * gdb.threads/threadapply.exp: Correct "macro details" test.
19259
19260 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
19261
19262 * gdb.threads/threadapply.exp: New test.
19263 * gdb.threads/threadapply.c: New file.
19264
19265 2004-11-07 Mark Kettenis <kettenis@gnu.org>
19266
19267 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
19268 frames.
19269
19270 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
19271
19272 * gdb.base/cursal.exp: New file.
19273 * gdb.base/cursal.c: New file.
19274
19275 2004-11-03 Andrew Cagney <cagney@gnu.org>
19276
19277 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
19278
19279 2004-10-30 Mark Kettenis <kettenis@gnu.org>
19280
19281 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
19282 NetBSD/ELF targets.
19283
19284 2004-10-29 Joel Brobecker <brobecker@gnat.com>
19285
19286 * gdb.threads/bp_in_thread.c: New file, copied from
19287 pthread_cond_wait.c.
19288 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
19289 file, rather than reusing the .c file from another testcase.
19290
19291 2004-10-20 Joel Brobecker <brobecker@gnat.com>
19292
19293 * gdb.ada/null_record.exp: Check where we stopped after
19294 sending the start command, instead of where the associated
19295 temporary breakpoint was inserted.
19296
19297 2004-10-14 Andrew Cagney <cagney@gnu.org>
19298
19299 * gdb.mi/gdb701.c (main): Return 0.
19300
19301 2004-10-13 Daniel Jacobowitz <dan@debian.org>
19302
19303 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
19304
19305 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
19306
19307 * gdb.threads/schedlock.c: Add comment markers to use to find
19308 line numbers.
19309 * gdb.threads/schedlock.exp: Adjust regex to handle the new
19310 comments.
19311 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
19312 breakpoint lines.
19313
19314 2004-10-12 Daniel Jacobowitz <dan@debian.org>
19315
19316 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
19317
19318 2004-10-12 Daniel Jacobowitz <dan@debian.org>
19319
19320 * configure.in: Add gdb.dwarf2.
19321 * configure: Regenerated.
19322 * Makefile.in: Add gdb.dwarf2.
19323 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
19324 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
19325 gdb.dwarf2/file1.txt: New files.
19326
19327 2004-10-11 Orjan Friberg <orjanf@axis.com>
19328
19329 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
19330 of "run", since the latter doesn't work with remote targets. Adjust
19331 the breakpoint numbering accordingly.
19332 * gdb.threads/pthread_cond_wait.exp: Ditto.
19333
19334 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
19335
19336 * gdb.base/overlays.exp: Update copyright years.
19337
19338 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
19339
19340 * gdb.base/overlays.exp: Disable if target is Linux.
19341
19342 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
19343
19344 * config/gdbserver.exp (gdb_load): Use right filename on remote.
19345
19346 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
19347
19348 * gdb.asm/asm-source.exp: Add m32r-linux target.
19349 * gdb.asm/m32r-linux.inc: New file.
19350
19351 2004-09-24 Andrew Cagney <cagney@redhat.com>
19352 David Anderson <anderson@redhat.com>
19353
19354 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
19355 command fails, assume things will work.
19356 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
19357 (_GNU_SOURCE): Define.
19358 (print_unsigned, print_hex): Change parameter to "long long".
19359 (print_byte_count): New function, use to print byte counts.
19360 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
19361 O_LARGEFILE.
19362 (main): Compute an upper bound on a corefile in max_core_size.
19363 Limit memory chunk size to max_core_size. Limit total memory
19364 allocated to max_core_size.
19365
19366 2004-09-23 Andrew Cagney <cagney@gnu.org>
19367
19368 * gdb.base/bigcore.exp: Replace the code that creates a corefile
19369 from a separate process with code that creates a corefile by
19370 making the inferior dump core.
19371
19372 2004-09-23 Mark Kettenis <kettenis@gnu.org>
19373
19374 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
19375 block.
19376
19377 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
19378
19379 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
19380 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
19381 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
19382 Likewise.
19383
19384 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
19385
19386 * gdb.java/jprint.exp: New test case for java inferior call.
19387 * gdb.java/jprint.java: Ditto.
19388
19389 2004-09-15 Joel Brobecker <brobecker@gnat.com>
19390
19391 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
19392
19393 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19394
19395 * gdb.threads/killed.c: Include <stdlib.h>.
19396 * gdb.threads/pthreads.c: Likewise.
19397
19398 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19399
19400 * gdb.threads/killed.c: Add copyright notice.
19401
19402 2004-09-10 Jason Molenda (jmolenda@apple.com)
19403
19404 * gdb.base/define.exp: Two new tests to verify zero space chars
19405 after 'if' and 'while' commands in a user-defined command is correctly
19406 parsed.
19407
19408 2004-09-08 Andrew Cagney <cagney@gnu.org>
19409
19410 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
19411 delivery test with duplicate at end of file.
19412
19413 2004-09-06 Mark Kettenis <kettenis@jive.nl>
19414
19415 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
19416
19417 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19418
19419 * config/hppro.exp: Removed.
19420
19421 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19422
19423 * config/sparclet.exp: Removed.
19424
19425 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19426
19427 * config/udi.exp: Removed.
19428
19429 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
19430
19431 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
19432 of "exp_continue".
19433 (advancei): Likewise.
19434
19435 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19436
19437 * gdb.base/unload.exp: Fix so messages aren't duplicated.
19438
19439 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
19440
19441 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
19442 to check for nodebug in executable.
19443 * gdb.gdb/observer.exp (setup_test): Likewise.
19444 * gdb.gdb/selftest.exp (test_with_self): Likewise.
19445 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
19446
19447 2004-09-01 Andrew Cagney <cagney@gnu.org>
19448
19449 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19450 files.
19451
19452 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19453
19454 * gdb.base/unload.exp: Fix expected warning message to match
19455 latest format.
19456
19457 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
19458
19459 * gdb.base/call-rt-st.exp: Fix typos.
19460
19461 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
19462
19463 * gdb.threads/thread_check.exp: New testcase.
19464 * gdb.threads/thread_check.c: New testcase.
19465
19466 2004-08-31 Andrew Cagney <cagney@gnu.org>
19467
19468 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
19469 (skip_to_handler_entry): New procedures. Test stepping into a
19470 handler when the breakpoint is at the handler's entry point.
19471
19472 2004-08-30 Andrew Cagney <cagney@gnu.org>
19473
19474 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
19475 gdb/1757.
19476
19477 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19478
19479 With code from Manoj Iyer <manjo@austin.ibm.com>:
19480 * lib/gdb.exp (gdb_file_cmd): Return more information in the
19481 return value. Add an arm for "no debugging symbols found".
19482 Change a stray "error" to "perror".
19483 (gdb_run_cmd): Adapt to new return value.
19484 * gdb.base/remote.exp: Adapt to new return value.
19485 * gdb.gdb/complaints.exp: Likewise.
19486 * gdb.gdb/observer.exp: Likewise.
19487 * gdb.gdb/selftest.exp: Likewise.
19488 * gdb.gdb/xfullpath.exp: Likewise.
19489
19490 2004-08-27 Joel Brobecker <brobecker@gnat.com>
19491
19492 * gdb.threads/bp_in_thread.exp: New testcase.
19493
19494 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19495
19496 Fix PR testsuite/1735.
19497 * gdb.threads/schedlock.c (thread_function): Add a cast
19498 to suppress a gcc warning.
19499 * gdb.threads/thread-specific.c (thread_function): Likewise.
19500
19501 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19502
19503 * gdb.base/unload.c: Include <stdlib.h>.
19504
19505 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19506
19507 From Paul Gilliam <pgilliam@us.ibm.com>:
19508 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
19509 synchronized after the "return".
19510
19511 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19512
19513 * gdb.mi/basics.c: Include <stdio.h>.
19514 * gdb.mi/pthreads.c: Include <stdlib.h>.
19515 * gdb.mi/var-cmd.c: Include <stdlib.h>.
19516
19517 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19518
19519 * gdb.threads/schedlock.c: Add copyright notice.
19520
19521 2004-08-25 Andrew Cagney <cagney@gnu.org>
19522
19523 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
19524 (skip_over_handler, breakpoint_over_hander): New test procedures.
19525 (advance, advancei): Add a proper prefix, do not use
19526 rerun_to_main.
19527 * gdb.base/sigstep.c (main): Change to use an infinite loop.
19528
19529 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
19530
19531 * gdb.mi/basics.c: Add copyright notice.
19532 * gdb.mi/var-cmd.c: Add copyright notice.
19533
19534 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19535
19536 * lib/gdb.exp: Remove signed_keyword_not_used.
19537 * lib/compiler.c: Likewise.
19538 * lib/compiler.cc: Likewise.
19539
19540 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19541
19542 * gdb.base/whatis.c: Remove conditional disabling of "signed".
19543 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
19544
19545 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19546
19547 * gdb.base/whatis.c: Add copyright notice.
19548
19549 2004-08-20 Mark Kettenis <kettenis@gnu.org>
19550
19551 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
19552 it to skip the breakpoints encoded in the inline assembly.
19553
19554 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19555
19556 * Makefile.in: Add gdb.fortran.
19557
19558 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19559
19560 * gdb.base/call-sc.exp (test_scalar_returns):
19561 Fix cut-and-paste glitch in "Make fun return now".
19562
19563 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19564
19565 * configure.in: Add gdb.fortran.
19566 * configure: Regenerate.
19567 * gdb.fortran/Makefile.in: New file.
19568 * lib/gdb.exp (skip_fortran_tests): New procedure.
19569
19570 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19571
19572 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
19573 reference to bug-gnu@prep.ai.mit.edu.
19574 * gdb.mi/mi-var-child.exp: Likewise.
19575 * gdb.mi/mi-var-cmd.exp: Likewise.
19576 * gdb.mi/mi-var-display.exp: Likewise.
19577 * gdb.mi/mi2-var-block.exp: Likewise.
19578 * gdb.mi/mi2-var-child.exp: Likewise.
19579 * gdb.mi/mi2-var-cmd.exp: Likewise.
19580 * gdb.mi/mi2-var-display.exp: Likewise.
19581
19582 2004-08-15 Mark Kettenis <kettenis@gnu.org>
19583
19584 * gdb.base/unload.c (main): Make local variable msg const.
19585
19586 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
19587
19588 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
19589 to bug-gnu@prep.ai.mit.edu.
19590 * gdb.mi/mi-disassemble.exp: Likewise.
19591 * gdb.mi/mi-eval.exp: Likewise.
19592 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
19593 default line number.
19594 * gdb.mi/mi-return.exp: Likewise.
19595 * gdb.mi/mi-simplerun.exp: Likewise.
19596 * gdb.mi/mi-stack.exp: Likewise.
19597 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
19598 number with explicit range test.
19599 * gdb.mi/mi-watch.exp: Likewise.
19600 * gdb.mi/mi2-break.exp: Likewise.
19601 * gdb.mi/mi2-cli.exp: Likewise.
19602 * gdb.mi/mi2-disassemble.exp: Likewise.
19603 * gdb.mi/mi2-eval.exp: Likewise.
19604 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
19605 default line number.
19606 * gdb.mi/mi2-return.exp: Likewise.
19607 * gdb.mi/mi2-simplerun.exp: Likewise.
19608 * gdb.mi/mi2-stack.exp: Likewise.
19609 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
19610 number with explicit range test.
19611 * gdb.mi/mi2-watch.exp: Likewise.
19612
19613 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
19614
19615 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
19616 * gdb.cp/m-static.exp: Likewise.
19617 * gdb.cp/rtti.exp: Likewise.
19618
19619 2004-08-14 Mark Kettenis <kettenis@gnu.org>
19620
19621 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
19622
19623 2004-08-14 Eli Zaretskii <eliz@gnu.org>
19624
19625 * ChangeLog: Prefix Local Variables with semi-colons and indent
19626 the reference to older ChangeLog files, to fix fontification in
19627 Emacs.
19628
19629 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19630
19631 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
19632 * gdb.mi/mi2-break.exp: Likewise.
19633
19634 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19635
19636 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
19637
19638 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19639
19640 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
19641
19642 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19643
19644 * gdb.cp/classes.exp: Remove unused declarations. Just let
19645 test names default instead of providing special names. Remove
19646 extraneous demangler test.
19647
19648 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
19649
19650 * gdb.base/unload.exp: New test for breakpoints in dynamically
19651 loaded libraries.
19652 * gdb.base/unload.c: Ditto.
19653 * gdb.base/unloadshr.c: Ditto.
19654
19655 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
19656
19657 * gdb.cp/classes.exp (test_ptype_class_objects): Call
19658 cp_test_ptype_class.
19659 (test_enums): Likewise.
19660
19661 2004-08-10 Andrew Cagney <cagney@gnu.org>
19662
19663 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19664 files.
19665
19666 2004-08-10 Andrew Cagney <cagney@gnu.org>
19667
19668 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
19669 init_malloc call.
19670
19671 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
19672
19673 * ChangeLog: Add copyright notice. The notice is copied
19674 from emacs 21.3 top level ChangeLog.
19675
19676 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19677
19678 * lib/cp-support.exp: New file.
19679 * lib/cp-support.exp (cp_test_type_class): New function.
19680 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
19681 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
19682 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
19683 cp_test_ptype_class.
19684
19685 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19686
19687 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
19688 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19689 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
19690 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
19691 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
19692 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
19693 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
19694 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
19695 gdb.mi/mi2-watch.exp: Update copyright years.
19696
19697 2004-08-09 Mark Kettenis <kettenis@gnu.org>
19698
19699 * gdb.base/sigaltstack.exp: Provide proper anchoring.
19700
19701 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19702
19703 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
19704 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
19705 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
19706 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
19707 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
19708 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
19709 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
19710 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
19711 gdb.mi/mi-watch.exp: Update copyright years.
19712
19713 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19714
19715 PR gdb/1738
19716 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
19717 from a breakpoint with a pending signal.
19718
19719 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19720
19721 PR gdb/1736
19722 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
19723 * gdb.base/sigaltstack.exp (finish_test): Consume output until
19724 the prompt.
19725 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
19726
19727 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19728
19729 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
19730
19731 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19732
19733 PR gdb/1736
19734 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
19735 for i?86-*-linux*.
19736
19737 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19738
19739 * gdb.arch/i386-prologue.exp: Compile without debug information.
19740
19741 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
19742
19743 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
19744 rather than asking gdb to search.
19745
19746 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19747
19748 * gdb.base/gcore.c: Include <string.h>.
19749
19750 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19751
19752 * gdb.base/gcore.c: Add copyright notice.
19753
19754 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19755
19756 * gdb.base/freebpcmd.c: Include <stdio.h>.
19757 * gdb.base/long_long.c: Include <string.h>.
19758 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
19759 * gdb.base/siginfo.c: Include <string.h>.
19760 * gdb.base/sigstep.c: Include <string.h>.
19761
19762 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19763
19764 * gdb.base/complex.c: Include <stdlib.h>.
19765
19766 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19767
19768 * gdb.base/complex.c: Add copyright notice.
19769
19770 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19771
19772 * gdb.base/charset.c: Include <stdlib.h>.
19773
19774 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19775
19776 * gdb.base/auxv.c: Include <stdlib.h>.
19777
19778 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19779
19780 * gdb.base/auxv.c: Add copyright notice.
19781
19782 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19783
19784 * gdb.base/coremaker.c: Add copyright notice.
19785 * gdb.base/coremaker2.c: Add copyright notice.
19786
19787 2004-08-04 Andrew Cagney <cagney@gnu.org>
19788
19789 * gdb.base/store.exp: Update copyright.
19790 (check_set, up_set, check_struct, up_struct): Add a prefix to test
19791 names, do not import gdb_prompt.
19792
19793 2004-08-01 Andrew Cagney <cagney@gnu.org>
19794
19795 Fix PR testsuite/1729.
19796 * gdb.base/dump.exp: Add test name to callers of capture_value, do
19797 not use capture_value with value 4.
19798 (capture_value): Add optional test name parameter.
19799 (test_reload_saved_value, test_restore_saved_value): Use $msg as
19800 the prefix, pass to capture_value.
19801
19802 2004-08-01 Mark Kettenis <kettenis@gnu.org>
19803
19804 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
19805 * gdb.arch/i386-prologue.c (standard): New prototype and function.
19806 (main): Call new function.
19807
19808 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19809
19810 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
19811
19812 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19813
19814 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
19815
19816 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19817
19818 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
19819 Accept more values of vtbl pointer. Remove some messages
19820 about "obsolete gcc or gdb".
19821
19822 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
19823
19824 * gdb.cp/classes.exp: Accept more varieties of ptype output.
19825
19826 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
19827
19828 * gdb.base/asm-source.exp: Properly convert target board
19829 debug flags from gcc format to binutils format.
19830
19831 2004-07-28 Mark Kettenis <kettenis@gnu.org>
19832
19833 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
19834 gdb1718". PR backtrace/1718 partially fixed.
19835
19836 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
19837
19838 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
19839
19840 2004-07-26 Nick Clifton <nickc@redhat.com>
19841
19842 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
19843 good default value for a specific architecture is available then
19844 set it to that value. Otherwise default to the -gstabs switch.
19845 Remove the -g... switches from the asm-flags variable. Allow the
19846 target board info to override the value if it wants to. Pass the
19847 switch on the assembler command line.
19848
19849 2004-07-23 Mark Kettenis <kettenis@gnu.org>
19850
19851 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
19852 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
19853 (main): Call new function.
19854
19855 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
19856
19857 Test for PR exp/1715.
19858 * gdb.base/radix.exp: Refactor common procedures. Make all
19859 test names unique. Change XFAIL to KFAIL.
19860
19861 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
19862
19863 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
19864 * gdb.ada/gnat_ada.gin: ... to here.
19865 * configure.in: Use gnat_ada.gin.
19866 * configure: Regenerate.
19867
19868 2004-07-20 Andrew Cagney <cagney@gnu.org>
19869
19870 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
19871 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
19872 XFAILs. Clean up test messages and comments. Check backtraces.
19873 Delete re-sync code.
19874
19875 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
19876
19877 Fix PR cli/740.
19878 * gdb.base/annota1.exp: Honor gdb,nosignals.
19879 * gdb.base/annota3.exp: Likewise.
19880
19881 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
19882
19883 * lib/java.exp: Update copyright notice.
19884
19885 2004-07-19 Andrew Cagney <cagney@gnu.org>
19886
19887 * gdb.base/selftest.exp: Copy file from here ...
19888 * gdb.gdb/selftest.exp: ... to here.
19889
19890 2004-07-16 Andrew Cagney <cagney@redhat.com>
19891
19892 * lib/insight-support.exp: Delete file.
19893 * lib/java.exp (java_init): Fix copyright.
19894
19895 2004-07-16 Andrew Cagney <cagney@gnu.org>
19896
19897 * gdb.base/restore.c: Append "prologue" to comments marking the a
19898 function's prologue.
19899 * gdb.base/restore.exp: Update copyright, re-indent.
19900 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
19901 callerN" prefix where needed. Update patterns that match a
19902 function's prologue.
19903
19904 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
19905
19906 * gdb.base/restore.c: Add copyright notice.
19907
19908 2004-07-16 Andrew Cagney <cagney@gnu.org>
19909
19910 * gdb.base/logical.exp: Update copyright.
19911 (evaluate): New procedure. Use to re-implement tests using
19912 several tables.
19913
19914 2004-07-14 Martin Hunt <hunt@redhat.com>
19915
19916 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
19917 which fixes some problems where init.tcl was not found.
19918
19919 2004-07-13 Andrew Cagney <cagney@gnu.org>
19920
19921 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
19922 (check_sizeof, check_valueof): Do not include the output in the
19923 test name. Use gdb_test.
19924 (get_valueof): Use gdb_test_multiple.
19925
19926 * gdb.base/step-test.exp: Update copyright. Use
19927 gdb_test_multiple. Ensure that test names do not include
19928 architecture dependent output.
19929
19930 * gdb.gdb/observer.exp: Update copyright.
19931 (setup_test): Use gdb_test_multiple.
19932 (attach_first_observer, attach_second_observer)
19933 (attach_third_observer, detach_first_observer)
19934 (detach_second_observer, detach_third_observer)
19935 (reset_counters, check_counters): Make $message a prefix.
19936 (test_normal_stop_notifications): Add "args" parameter - a list of
19937 init functions to be called. Make $message a prefix,
19938 (test_observer_normal_stop): Change the message prefixes so that
19939 they are unique, pass the attach / detach procedures to
19940 test_normal_stop_notifications.
19941
19942 * gdb.base/signull.exp (test_segv): Prefix all tests with
19943 "${name}". Clean up test messages.
19944
19945 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
19946
19947 * gdb.base/ena-dis-br.exp: Update copyright.
19948 (break_at): New function. Replace send_gdb with gdb_test,
19949 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
19950 ignore count, not stopped at bpt", with KFAIL.
19951
19952 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
19953
19954 * gdb.base/attach.exp: Remove cleanupfile handling.
19955
19956 2004-07-12 Andrew Cagney <cagney@gnu.org>
19957
19958 * gdb.base/annota1.exp: Cleanup corefile test name.
19959 * gdb.base/annota3.exp: Ditto.
19960
19961 2004-07-12 Andrew Cagney <cagney@gnu.org>
19962
19963 * gdb.base/signals.exp: Clean up copyright, re-indent.
19964
19965 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
19966 gdb_test and gdb_test_multiple.
19967
19968 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
19969
19970 * gdb.java/jmain.exp: Fix expected line number for main to
19971 break at. Set XFAIL for break at main test since gcj does not
19972 provide line number info for first statement in main.
19973
19974 2004-07-08 Andrew Cagney <cagney@gnu.org>
19975
19976 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
19977
19978 * gdb.base/sigbpt.exp: Make the common part of each test name a
19979 prefix instead of suffix.
19980
19981 2004-07-07 Bob Rossi <bob_rossi@cox.net>
19982
19983 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
19984 test from test_tbreak_creation_and_listing to
19985 test_file_list_exec_source_file
19986 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
19987 Changed name of test from test_tbreak_creation_and_listing to
19988 test_file_list_exec_source_file
19989
19990 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
19991
19992 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
19993 the jmisc() constructor instead of <init>.
19994 * gdb.java/jmisc1.exp: Ditto.
19995
19996 2004-07-07 Andrew Cagney <cagney@gnu.org>
19997
19998 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
19999 corrupting the PC.
20000
20001 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
20002
20003 * gdb.cp/templates.exp: Accept whitespace change in demangler
20004 output.
20005
20006 2004-07-06 Andrew Cagney <cagney@gnu.org>
20007
20008 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
20009
20010 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
20011
20012 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
20013 * lib/compiler.cc: Likewise.
20014
20015 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
20016
20017 * lib/compiler.cc: Work around string preprocessing problem
20018 with old hp c++ compiler.
20019 * lib/compiler.c: Likewise.
20020
20021 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20022
20023 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
20024 directives to conditionalize symbol prefixing.
20025 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
20026 additional_flags handling. Add underscore prefix for Cygwin.
20027 * gdb.arch/i386-unwind.c: Use preprocessor directives to
20028 conditionalize symbol prefixing.
20029 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
20030 additional_flags handling. Add underscore prefix for Cygwin.
20031
20032 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20033
20034 * gdb.base/bigcore.exp: Skip test on Cygwin.
20035
20036 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
20037
20038 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
20039 formats for "info register". Use gdb_test_multiple. Fix
20040 the "invalid register" test.
20041
20042 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
20043
20044 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
20045 PID for Cygwin. Add Cygwin specific strings to check for in some
20046 tests.
20047 (do_attach_tests): Add a test for user interaction when attaching
20048 to a process with no matching symbol table already loaded.
20049
20050 2004-06-26 Andrew Cagney <cagney@gnu.org>
20051
20052 Test PR java/1567 and PR java/1565.
20053 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
20054 * gdb.java/jmisc2.exp: Delete file.
20055
20056 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
20057
20058 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
20059
20060 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
20061
20062 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
20063 attach process.
20064
20065 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
20066
20067 * gdb.cp/pr-1553.exp: Remove.
20068
20069 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
20070
20071 * gdb.cp/pr-1553.cc: Remove.
20072 * gdb.cp/pr-1553.exp: Disable this test.
20073
20074 2004-06-20 Jim Blandy <jimb@redhat.com>
20075
20076 Fix PR testsuite/1680.
20077 * gdb.arch/i386-sse.exp: Properly quote curly braces in
20078 regular expressions.
20079
20080 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
20081
20082 Fix PR testsuite/1679.
20083 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
20084 Issue an UNSUPPORTED result instead.
20085
20086 2004-06-18 Jim Blandy <jimb@redhat.com>
20087
20088 * gdb.base/charset.exp: Only send a control-C if we see a new
20089 prompt and incomplete command.
20090
20091 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
20092
20093 * gdb.cp/pr-574.cc: Add copyright notice.
20094
20095 2004-06-17 Jim Blandy <jimb@redhat.com>
20096
20097 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
20098 cases where the regexp has no groups; this grabs random text from
20099 the previous test suite, whatever that was.
20100
20101 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
20102
20103 * gdb.cp/printmethod.cc: Add copyright notice.
20104
20105 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
20106
20107 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
20108
20109 2004-06-16 Andrew Cagney <cagney@gnu.org>
20110
20111 * gdb.base/signull.c: Update copyright. Include <string.h>.
20112 (bowler): Replace data_pointer with data_read
20113 and data_write cases. Add code_descriptor case.
20114 (zero, desc): New array and pointer.
20115 (data, code): Change to simple pointers.
20116 * gdb.base/signull.exp: Fix probe pattern matching a function
20117 descriptor SIGSEGV. Replace data_pointer with data_read and
20118 data_write tests.
20119
20120 2004-06-16 Andrew Cagney <cagney@gnu.org>
20121
20122 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
20123
20124 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20125
20126 * gdb.base/long_long.c: Add copyright notice.
20127
20128 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20129
20130 * gdb.base/long_long.exp: Remove reference to
20131 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
20132 to gdb_breakpoint and gdb_continue_to_breakpoint.
20133
20134 2004-06-14 Jim Blandy <jimb@redhat.com>
20135
20136 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
20137 endian case.
20138
20139 2004-06-14 Andrew Cagney <cagney@gnu.org>
20140
20141 * gdb.base/gcore.exp (capture_command_output): Delete the always
20142 passing tests containing inferior values.
20143 * gdb.base/ending-run.exp: Do not include the breakpoint address
20144 in the test message. Update copyright.
20145 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
20146 size in the test name, use gdb_test_multiple. Update copyright.
20147
20148 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20149
20150 * gdb.cp/ref-types.cc: Add copyright notice.
20151
20152 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20153
20154 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
20155 hp_aCC_compiler.
20156 * lib/compiler.cc: Likewise.
20157 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
20158 'set' commands. Log diagnostics for other lines. Set
20159 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
20160
20161 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
20162
20163 * gdb.cp/try_catch.cc: Add copyright notice.
20164
20165 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
20166
20167 * gdb.cp/userdef.cc: Add copyright notice.
20168
20169 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
20170
20171 * gdb.cp/virtfunc.cc: Add copyright notice.
20172
20173 2004-06-11 Randolph Chung <tausq@debian.org>
20174
20175 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
20176 problem.
20177
20178 2004-06-10 Andrew Cagney <cagney@gnu.org>
20179
20180 * lib/compiler.cc, lib/compiler.c: Append either
20181 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
20182 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
20183 instead of gcc-3-3.
20184
20185 2004-06-09 Andrew Cagney <cagney@gnu.org>
20186
20187 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
20188 gdb/1455, bug is specific to "long long" and "double".
20189
20190 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
20191 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
20192 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
20193 fixed.
20194
20195 2004-06-09 Andrew Cagney <cagney@gnu.org>
20196
20197 * gdb.base/structs.exp (test_struct_returns): Replace
20198 "return_value_unknown" and "finish_value_unknown" by
20199 "return_value_known" and "finish_value_known". Instead of
20200 "return_value_unknown" iff "finish_value_unknown", check
20201 "return_value_known" implies "finish_value_known".
20202
20203 2004-06-08 Martin Hunt <hunt@redhat.com>
20204
20205 * gdb.base/float.exp: Add pattern for mips targets.
20206
20207 2004-06-08 Randolph Chung <tausq@debian.org>
20208
20209 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
20210 message for unknown architectures more clear.
20211
20212 2004-06-08 Joel Brobecker <brobecker@gnat.com>
20213
20214 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
20215 start the execution of the program.
20216
20217 2004-06-07 Jim Blandy <jimb@redhat.com>
20218
20219 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
20220 * gdb.arch/i386-cpuid.h: New helper file.
20221
20222 2004-06-07 Randolph Chung <tausq@debian.org>
20223
20224 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
20225 has started.
20226
20227 2004-06-04 Roland McGrath <roland@redhat.com>
20228
20229 Fix PR gdb/1647.
20230 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
20231 differently to be robust to output buffering differences.
20232
20233 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
20234
20235 * gdb.threads/pthreads.exp: Update copyright years.
20236 (check_control_c): Change asynchronous 'after' to synchronous.
20237
20238 2004-06-04 Roland McGrath <roland@redhat.com>
20239
20240 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
20241 next gdb prompt.
20242
20243 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
20244
20245 Fix PR gdb/1636.
20246 * gdb.threads/manythreads.exp: Change asynchronous 'after'
20247 calls to synchronous.
20248
20249 2004-05-26 Jim Blandy <jimb@redhat.com>
20250
20251 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
20252
20253 2004-05-24 Randolph Chung <tausq@debian.org>
20254
20255 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
20256 * gdb.asm/pa.inc: New file.
20257
20258 2004-05-22 Mark Kettenis <kettenis@gnu.org>
20259
20260 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
20261
20262 2004-05-21 Joel Brobecker <brobecker@gnat.com>
20263 Daniel Jacobowitz <drow@mvista.com>
20264
20265 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
20266 GDB prompt.
20267
20268 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20269
20270 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
20271 setjmp/longjmp. Use sigaction instead of signal.
20272
20273 2004-05-19 J. Brobecker <brobecker@gnat.com>
20274 Michael Snyder <msnyder@redhat.com>
20275
20276 * gdb.threads/pthread_cond_wait.c: New file.
20277 * gdb.threads/pthread_cond_wait.exp: New testcase.
20278
20279 2004-05-13 Andrew Cagney <cagney@redhat.com>
20280
20281 * gdb.base/signull.exp, gdb.base/signull.c: New files.
20282 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
20283
20284 2004-05-11 Andrew Cagney <cagney@redhat.com>
20285
20286 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
20287 fixed but revealed gdb/1639.
20288
20289 2004-05-10 Andrew Cagney <cagney@redhat.com>
20290
20291 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
20292 func1" and "next to 2nd alarm", kernel bug avoided.
20293
20294 2004-05-10 Daniel Jacobowitz <dan@debian.org>
20295
20296 PR external/1568
20297 * gdb.base/bigcore.exp: Check the size of the dumped core file.
20298 XFAIL if it is smaller than bytes_allocated.
20299 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
20300 (main): Make chunks_allocated unsigned. Correct comment.
20301
20302 2004-05-07 Joel Brobecker <brobecker@gnat.com>
20303
20304 * gdb.arch/powerpc-aix-prologue.c: New file.
20305 * gdb.arch/powerpc-aix-prologue.exp: New file.
20306
20307 2004-05-07 Jim Blandy <jimb@redhat.com>
20308
20309 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
20310 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
20311
20312 2004-05-06 Joel Brobecker <brobecker@gnat.com>
20313
20314 * gdb.base/sep.exp: No longer setup_kfail when the program was
20315 built with dwarf2.
20316
20317 2004-05-05 Jim Ingham <jingham@apple.com>
20318
20319 * gdb.base/pending.exp: Make sure pending breakpoints
20320 preserve the ignore count.
20321
20322 2004-04-27 Jerome Guitton <guitton@gnat.com>
20323
20324 * i386-prologue.exp: Add testcase for jump instruction as first
20325 instruction of the real code.
20326 * i386-prologue.c (jump_at_beginning): New function.
20327
20328 2004-04-28 Mark Kettenis <kettenis@gnu.org>
20329
20330 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
20331 x86_64-*-*.
20332
20333 2004-04-28 Mark Kettenis <kettenis@gnu.org>
20334
20335 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
20336 i*86-*-*.
20337
20338 2004-04-25 Mark Kettenis <kettenis@gnu.org>
20339
20340 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
20341 expression that checks the return type.
20342
20343 2004-04-23 Andrew Cagney <cagney@redhat.com>
20344
20345 * gdb.base/call-sc.exp: New test of scalar call/return values.
20346 * gdb.base/call-sc.c: Ditto.
20347
20348 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20349
20350 * gdb.threads/manythreads.c: Reduce thread stack size.
20351
20352 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
20353
20354 * gdb.threads/manythreads.c: Add copyright notice.
20355
20356 2004-04-23 Andrew Cagney <cagney@redhat.com>
20357
20358 * gdb.base/siginfo.exp: Better handle step out of signal.
20359 * gdb.base/sigstep.exp: Ditto.
20360
20361 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
20362 Daniel Jacobowitz <drow@mvista.com>
20363
20364 * gdb.threads/manythreads.c: New testcase.
20365 * gdb.threads/manythreads.exp: Ditto.
20366
20367 2004-04-22 Jim Blandy <jimb@redhat.com>
20368
20369 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
20370 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
20371
20372 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
20373
20374 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
20375
20376 2004-04-21 Andrew Cagney <cagney@redhat.com>
20377
20378 * gdb.base/sigstep.c: New file.
20379 * gdb.base/sigstep.exp: New file.
20380
20381 2004-04-16 Joel Brobecker <brobecker@gnat.com>
20382
20383 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
20384 call to observer_notify_normal_stop.
20385
20386 2004-04-15 Andrew Cagney <cagney@redhat.com>
20387
20388 * gdb.base/siginfo.c: New file.
20389 * gdb.base/siginfo.exp: New file.
20390
20391 2004-04-12 J. Brobecker <brobecker@gnat.com>
20392
20393 * gdb.base/sep.exp: Fix typo in comment.
20394
20395 2004-04-12 J. Brobecker <brobecker@gnat.com>
20396
20397 * gdb.base/sep.c: New file.
20398 * gdb.base/sep-proc.c: New file.
20399 * gdb.base/sep.exp: New testcase.
20400
20401 2004-04-09 Mark Kettenis <kettenis@gnu.org>
20402
20403 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
20404 support.
20405
20406 2004-04-05 Andrew Cagney <cagney@redhat.com>
20407
20408 * gdb.base/sigaltstack.c: New file.
20409 * gdb.base/sigaltstack.exp: New file.
20410
20411 2004-04-04 Joel Brobecker <brobecker@gnat.com>
20412
20413 * gdb.base/foll-fork.exp: Update the expected output for
20414 "help set follow-fork-mode", to match a change that was made
20415 to the help of this variable on 2004-01-13.
20416
20417 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20418
20419 * lib/ada.exp: Add copyright notice.
20420 * bar.ads: Likewise.
20421 * bar.adb: Likewise.
20422 * null_record.adb: Likewise.
20423 * null_record.exp: Likewise.
20424 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
20425
20426 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20427
20428 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
20429 * configure: Regenerate.
20430
20431 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20432
20433 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
20434 to build the application. Remove the message printed when in
20435 verbose mode, redundant with the UNSUPPORTED message above.
20436
20437 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20438
20439 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
20440 * gdb.ada (null_record.exp): New testcase.
20441
20442 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20443
20444 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
20445
20446 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20447
20448 * gdb.ada: New subdirectory.
20449 * gdb.ada/Makefile.in: New file.
20450 * gdb.ada/gnat_ada.gpr.in: New file.
20451
20452 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20453
20454 * lib/ada.exp: New file.
20455
20456 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
20457
20458 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
20459 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
20460
20461 2004-03-22 Andrew Cagney <cagney@redhat.com>
20462
20463 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
20464 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
20465 Problem identified by Ulrich Weigand.
20466
20467 2004-03-17 David Carlton <carlton@kealia.com>
20468
20469 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
20470 PR c++/826.
20471
20472 2004-03-16 Roland McGrath <roland@redhat.com>
20473
20474 * gdb.base/auxv.exp: New file.
20475 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
20476
20477 2004-03-12 David Carlton <carlton@kealia.com>
20478
20479 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
20480 * gdb.cp/pr-1553.cc: Ditto.
20481 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
20482 pass branch.
20483
20484 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
20485
20486 * gdb.cp/templates.exp: Accept more template types.
20487
20488 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20489
20490 From Corinna Vinschen with modifications.
20491 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
20492 local variable obj_with_enum.
20493 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
20494 results with obj_with_enum.
20495
20496 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20497
20498 * gdb.cp/classes.cc: New file, copied from misc.cc.
20499 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
20500
20501 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20502
20503 * gdb.cp/misc.cc: Add copyright notice.
20504
20505 2004-03-05 David Carlton <carlton@kealia.com>
20506
20507 * gdb.cp/rtti.exp: Add 'print *obj3' test.
20508 * gdb.cp/rtti.h: Update copyright.
20509 (namespace n2::n3): New.
20510 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
20511 (n2::n3::func3): New.
20512 (main): Call n2::n3::func3.
20513 * gdb.cp/rtti2.cc: Update copyright.
20514 (n2::create3): New.
20515
20516 2004-03-04 Mark Kettenis <kettenis@gnu.org>
20517
20518 * gdb.asm/openbsd.inc: Fix typo.
20519
20520 2004-03-03 Fred Fish <fnf@redhat.com>
20521
20522 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
20523 "val" instead of unused "size". Update copyright year.
20524
20525 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
20526
20527 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
20528 to use unsigned char.
20529 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
20530 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
20531
20532 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
20533
20534 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
20535 line of output.
20536
20537 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
20538
20539 * gdb.base/relocate.c (dummy): Initialize.
20540
20541 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
20542
20543 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
20544 a breakpoint at exit.
20545
20546 2004-02-27 Fred Fish <fnf@redhat.com>
20547
20548 * gdb.base/chng-syms.exp: Add expect condition to match failing
20549 case that isn't a timeout.
20550
20551 2004-02-27 Andrew Cagney <cagney@redhat.com>
20552
20553 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
20554 support.
20555
20556 2004-02-26 Fred Fish <fnf@redhat.com>
20557
20558 * gdb.arch/gdb1431.c: Remove.
20559 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
20560 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
20561 of "until" incorrectly.
20562
20563 2004-02-26 J. Brobecker <brobecker@gnat.com>
20564
20565 * gdb.cp/class2.cc (empty): New class.
20566 (refer): New function.
20567 (main): Declare an object of type empty and use it.
20568 * gdb.cp/class2.exp: Print the value of an object of type empty.
20569
20570 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
20571
20572 * gdb.base/langs.exp: Update query string to match the
20573 new nquery format used for pending breakpoints.
20574
20575 2004-02-26 Andrew Cagney <cagney@redhat.com>
20576
20577 Fix PR i18n/1570.
20578 * gdb.base/charset.c: Update copyright notice.
20579 (main, init_string): Remove the escape character '\e' tests.
20580 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
20581 * gdb.base/charset.exp (valid_host_charset): Ditto.
20582 * gdb.base/setvar.exp: Ditto.
20583
20584 2004-02-24 Andrew Cagney <cagney@redhat.com>
20585
20586 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
20587 mmapped data in core file" PASS and FAIL messages consistent.
20588
20589 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
20590 setting a breakpoint. Work around PR java/1565.
20591
20592 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
20593
20594 * lib/gdb.exp (gdb_breakpoint): Update query string to match
20595 new nquery format.
20596 * gdb.base/pending.exp: Ditto.
20597
20598 2004-02-22 Mark Kettenis <kettenis@gnu.org>
20599
20600 * configure.in: Run stabs tests on *BSD.
20601 * configure: Regenerated.
20602
20603 2004-02-21 Mark Kettenis <kettenis@gnu.org>
20604
20605 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
20606
20607 2004-02-20 Fred Fish <fnf@redhat.com>
20608
20609 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
20610 blank in test for "returns short", for consistency with other
20611 "returns xxx" tests. Update copyright year.
20612
20613 2004-02-19 Fred Fish <fnf@redhat.com>
20614
20615 New testcase for PR breakpoint/1558.
20616 * gdb.arch/gdb1558.exp: New file.
20617 * gdb.arch/gdb1558.c: New file.
20618
20619 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
20620
20621 * gdb.base/nodebug.exp: Fix typo.
20622
20623 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20624
20625 Committed by Jim Blandy <jimb@redhat.com>.
20626
20627 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
20628
20629 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
20630
20631 * gdb.base/float.exp: Support s390*-*-* targets.
20632
20633 2004-02-17 Adam Fedor <fedor@gnu.org>
20634
20635 * gdb.base/gdb1555.exp: New file.
20636 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
20637
20638 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
20639
20640 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
20641
20642 2004-02-16 Fred Fish <fnf@redhat.com>
20643
20644 * gdb.arch/gdb1291.c: Remove
20645 * gdb.arch/gdb1291.s: New test input file.
20646 * gdb.arch/gdb1291.exp: Expand test to check case that should not
20647 fail. Test for correct result, known incorrect result, other
20648 failures and timeouts.
20649
20650 2004-02-16 Andrew Cagney <cagney@redhat.com>
20651
20652 * gdb.base/bigcore.exp: New file.
20653 * gdb.base/bigcore.c: New file.
20654
20655 2004-02-13 Andrew Cagney <cagney@redhat.com>
20656
20657 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
20658 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
20659 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
20660 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
20661 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
20662 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
20663 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
20664 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
20665 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
20666 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
20667
20668 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
20669
20670 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
20671 executed is an alloc instruction.
20672
20673 2004-02-11 David Carlton <carlton@kealia.com>
20674
20675 * gdb.cp/breakpoint.exp: New.
20676 * gdb.cp/breakpoint.cc: New.
20677
20678 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
20679
20680 Partial fix for PR gdb/1543.
20681 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
20682 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
20683 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
20684 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
20685 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
20686 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
20687 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
20688 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
20689 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
20690 to bug-gdb@prep.ai.mit.edu .
20691 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
20692 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
20693 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
20694 Likewise.
20695
20696 2004-02-10 Andrew Cagney <cagney@redhat.com>
20697
20698 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
20699 using gdb_internal_error_resync.
20700
20701 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
20702
20703 * gdb.threads/thread-specific.exp: Stop early if no threads are
20704 found.
20705
20706 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
20707
20708 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
20709
20710 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
20711
20712 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
20713 breakpoints.
20714
20715 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
20716
20717 * config/sim.exp (gdb_load): Handle $arg == "".
20718 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
20719 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
20720
20721 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
20722
20723 * gdb.base/maint.exp: Update test to reflect
20724 obstack changes.
20725
20726 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
20727
20728 * gdb.base/pendshr.c (pendfunc): New function that calls
20729 pendfunc1.
20730 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
20731
20732 2004-02-04 Fred Fish <fnf@redhat.com>
20733
20734 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
20735 function symbols and update copyright years.
20736 * gdb.arch/gdb1291.c: Ditto.
20737
20738 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20739
20740 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
20741
20742 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20743
20744 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
20745
20746 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20747
20748 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
20749
20750 2004-02-02 Fred Fish <fnf@redhat.com>
20751
20752 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
20753 remote targets. Update copyright years.
20754
20755 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
20756
20757 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
20758 support.
20759 * gdb.base/langs.exp: Fix test which attempts to create
20760 breakpoint on non-existent function to handle new pending
20761 support.
20762 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
20763 a breakpoint.
20764 * gdb.base/pending.exp: New test.
20765 * gdb.base/pending.c: New file.
20766 * gdb.base/pendshr.c: Ditto.
20767
20768 2004-02-02 David Carlton <carlton@kealia.com>
20769
20770 * gdb.cp/overload.exp: Add overloadNamespace tests.
20771 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
20772 (overloadNamespace, XXX): New.
20773 (main): Call XXX::marker2.
20774
20775 2004-02-01 Fred Fish <fnf@redhat.com>
20776
20777 * gdb.base/dump.exp: Use runto_main instead of "runto main".
20778 * gdb.base/finish.exp: Ditto.
20779 * gdb.base/gcore.exp: Ditto.
20780 * gdb.base/huge.exp: Ditto.
20781 * gdb.base/info-proc.exp: Ditto.
20782 * gdb.base/return2.exp: Ditto.
20783 * gdb.threads/gcore-thread.exp: Ditto.
20784
20785 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
20786
20787 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
20788
20789 2004-02-01 Mark Kettenis <kettenis@gnu.org>
20790
20791 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
20792 that opening the file succeeds on OpenBSD.
20793
20794 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
20795
20796 * gdb.threads/thread-specific.c: New file.
20797 * gdb.threads/threads-specific.exp: New test script.
20798 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
20799 to expect_out.
20800
20801 2004-02-01 Mark Kettenis <kettenis@gnu.org>
20802
20803 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
20804 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
20805 only on the "print_small_structs from print_long_arg_list" test.
20806
20807 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
20808
20809 * gdb.base/completion.exp: Kill a stray backslash.
20810
20811 From Jim Ingham <jingham@apple.com>:
20812 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
20813 agrees with the result from sending a tab.
20814
20815 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
20816
20817 * gdb.base/chng-syms.exp: Remove stray newline.
20818
20819 2004-01-31 Mark Kettenis <kettenis@gnu.org>
20820
20821 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
20822 *-*-openbsd*.
20823 * gdb.asm/openbsd.inc: New file.
20824
20825 2004-01-30 Mark Kettenis <kettenis@gnu.org>
20826
20827 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
20828 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
20829 *-*solaris2*. Remove commented out default settings for
20830 asm-flags. Replace gdb_compile with target_link.
20831
20832 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
20833
20834 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
20835 for all tests. Remove old hp-ux and cygnus xfail cases.
20836
20837 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
20838
20839 * gdb.base/chng-syms.exp: New file.
20840 * gdb.base/chng-syms.c: New file.
20841
20842 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
20843
20844 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
20845 Provide arms for current output in all my configurations.
20846
20847 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
20848
20849 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
20850 * lib/compiler.cc: Likewise.
20851 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
20852 get the right preprocessor. Eval the output directly. Remove
20853 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
20854 hp_f77_compiler and hp_f90_compiler completely.
20855 (gdb_preprocess): Delete.
20856 (get_compiler): Delete.
20857
20858 2004-01-24 Mark Kettenis <kettenis@gnu.org>
20859
20860 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
20861 <string.h>.
20862
20863 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
20864
20865 * gdb.mi/mi-stack.exp: Update copyright.
20866
20867 2004-01-23 David Carlton <carlton@kealia.com>
20868
20869 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
20870 test for cp_lookup_transparent_type.
20871 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
20872 call them.
20873
20874 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
20875
20876 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
20877 after -var-update.
20878
20879 2004-01-23 David Carlton <carlton@kealia.com>
20880
20881 * gdb.cp/namespace.cc (C::ensureRefs): New.
20882 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
20883
20884 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
20885
20886 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
20887 case "-stack-list-locals 2".
20888 * gdb.mi/mi-var-child.exp: Test for case
20889 "-var-list-children --all-values NAME".
20890
20891 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
20892
20893 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
20894
20895 2004-01-18 Mark Kettenis <kettenis@gnu.org>
20896
20897 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
20898 used with gdb_test_multiple.
20899
20900 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
20901 read at address 0. This fixes PR testsuite/1504.
20902
20903 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
20904
20905 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
20906 Remove downloading, guessing the host executable, the calls to
20907 gdb_file_cmd and gdb_target_cmd, and "load" support.
20908 (infer_host_exec): New function broken out from gdb_load.
20909 (gdb_load): New wrapper for gdbserver_gdb_load.
20910 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
20911 gdb_target_cmd. Use -target-select.
20912 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
20913 Download binaries to the host. Clear last_mi_remote_file when
20914 we load a new binary.
20915 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
20916 call gdbserver_gdb_load and mi_gdb_target_cmd.
20917
20918 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
20919
20920 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
20921 type patterns.
20922
20923 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
20924
20925 * gdb.cp/templates.exp: Fix typo in test name of
20926 "print Foo<volatile char*>::foo".
20927
20928 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
20929
20930 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
20931
20932 2004-01-16 Ben Elliston <bje@wasabisystems.com>
20933
20934 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
20935 (clean mostlyclean): Remove empty rm.
20936
20937 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
20938
20939 * gdb.base/setvar.exp: Add copyright years.
20940
20941 2004-01-14 David Carlton <carlton@bactrian.org>
20942
20943 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
20944 PR c++/1511 and update coment.
20945 * gdb.cp/templates.exp: Update patterns to match current output.
20946 If changes involve something other than whitespace, KFAIL
20947 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
20948
20949 2004-01-14 David Carlton <carlton@kealia.com>
20950
20951 * gdb.cp/namespace.exp: Add tests involving classes defined within
20952 namespaces.
20953 * gdb.cp/namespace.cc (C::CClass): New.
20954 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
20955
20956 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
20957
20958 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
20959 what debug info we have. Print a better message if something goes
20960 wrong while producing the separate debug info file.
20961
20962 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
20963
20964 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
20965
20966 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
20967
20968 * gdb.base/callfuncs.c: Add copyright notice.
20969
20970 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
20971
20972 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
20973 inheritance. PR gdb/1498, PR gcc/13539.
20974
20975 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
20976
20977 * gdb.threads/gcore-thread.exp: Prefix name of binary with
20978 test specific name.
20979 * gdb.mi/gdb669.exp: Ditto.
20980 * gdb.mi/mi-pthreads.exp: Ditto.
20981 * gdb.mi/mi1-pthreads.exp: Ditto.
20982 * gdb.mi/mi2-pthreads.exp: Ditto.
20983
20984 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
20985
20986 * gdb.cp/member-ptr.cc: Add copyright notice.
20987
20988 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
20989
20990 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
20991 some patterns for recent versions of gcc and hpacc. Delete
20992 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
20993 Delete tests that access a NULL pointer-to-member-data. This
20994 script is still disabled for gcc.
20995
20996 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
20997
20998 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
20999 escaped correctly.
21000
21001 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21002
21003 * gdb.base/sepdebug.exp: New file.
21004 * gdb.base/sepdebug.c: New file.
21005 * lib/gdb.exp (separate_debug_filename): New procedure.
21006 (gdb_gnu_strip_debug): New procedure.
21007
21008 2004-01-12 Andrew Cagney <cagney@redhat.com>
21009
21010 * gdb.mi/ChangeLog: Delete file. Renamed to ...
21011 * gdb.mi/ChangeLog-1999-2003: New file.
21012
21013 2004-01-12 Andrew Cagney <cagney@redhat.com>
21014
21015 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
21016 "Renaming a directory to a non-empty directory returns ENOTEMPTY
21017 or EEXIST", treat EBUSY as an XFAIL.
21018
21019 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
21020
21021 * gdb.base/scope.exp: Remove obsolete setup_xfail for
21022 hp_cc_compiler.
21023
21024 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21025
21026 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
21027 decorations.
21028
21029 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21030
21031 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
21032 and "(aCC)" decorations. Remove obsolete doco about old
21033 test results.
21034
21035 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21036
21037 * gdb.cp/exception.exp: Fix typo in doco.
21038
21039 2004-01-09 Mark Kettenis <kettenis@gnu.org>
21040
21041 * gdb.base/gdb1476.exp: Fix typo.
21042
21043 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21044
21045 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
21046 file.
21047
21048 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21049
21050 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
21051 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
21052 Use gdb_compile. Remove restriction on gcc. Add some patterns
21053 for recent version of gdb. Delete second half, which was a copy
21054 of the first half with different build flags. This test is
21055 still disabled because it is still not ready for production.
21056
21057 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21058
21059 * gdb.cp/exception.cc: Add copyright notice.
21060 * gdb.cp/exception.exp: Add a notice that this file is broken
21061 because of line number changes caused by addition of copyright
21062 notice.
21063
21064 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21065
21066 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
21067 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21068
21069 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21070
21071 * gdb.cp/classes.exp: Accept gnu abi 2.
21072 * gdb.cp/derivation.exp: Likewise.
21073 * gdb.cp/overload.exp: Likewise.
21074 * gdb.cp/virtfunc.exp: Likewise.
21075
21076 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21077
21078 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
21079 semicolon after end of function.
21080
21081 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21082
21083 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21084 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
21085 boilerplate code for compiling and running the program under
21086 test. Add some string method tests.
21087
21088 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21089
21090 * gdb.cp/bs15503.cc: Add copyright notice.
21091 * gdb.cp/bs15503.exp: Adjust line number.
21092
21093 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21094
21095 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
21096 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
21097
21098 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21099
21100 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
21101 hp_cc_compiler.
21102
21103 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21104
21105 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
21106 * gdb.cp/ctti.exp: Use the marker instead of "next".
21107 With gcc, run further before bailing.
21108
21109 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21110
21111 * gdb.cp/cttiadd.cc: Add copyright notice.
21112 * gdb.cp/cttiadd1.cc: Likewise.
21113 * gdb.cp/cttiadd2.cc: Likewise.
21114 * gdb.cp/cttiadd3.cc: Likewise.
21115
21116 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21117
21118 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
21119 Use gdb_test, gdb_test_multiple. Use floating-point values that
21120 have exact representations in IEEE-ish formats.
21121
21122 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21123
21124 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
21125 compilers. Delete duplicate call to get_compiler_info.
21126 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
21127 * gdb.base/volatile.exp: Likewise.
21128
21129 2004-01-07 Mark Kettenis <kettenis@gnu.org>
21130
21131 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
21132 memory at address 0.
21133
21134 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21135
21136 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
21137 to test for hp-ux assembler. Fix copyright years.
21138
21139 2004-01-07 Andrew Cagney <cagney@redhat.com>
21140
21141 * gdb.base/fileio.c (strerrno): Add "EBUSY".
21142
21143 2004-01-07 Andrew Cagney <cagney@redhat.com>
21144
21145 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
21146 when creating the read-only file. From analysis by Roland McGrath
21147 and Elena Zannoni.
21148
21149 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21150
21151 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
21152
21153 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21154
21155 * gdb.base/cvexpr.c: Be type-safe with function pointers and
21156 data pointers.
21157
21158 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21159
21160 * gdb.cp/m-static.exp: Compile one source file at a time.
21161 Delete unused call to get_compiler_info.
21162
21163 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21164
21165 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
21166 * gdb.base/call-rt-st.exp: Likewise.
21167 * gdb.base/nodebug.exp: Likewise.
21168 * gdb.base/volatile.exp: Likewise.
21169 * gdb.cp/ref-types.exp: Likewise.
21170 * gdb.cp/templates.exp: Likewise.
21171
21172 2004-01-05 Mark Kettenis <kettenis@gnu.org>
21173
21174 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
21175
21176 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
21177
21178 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
21179 hppa*-hp-hpux*.
21180
21181 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21182
21183 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21184 x86_64-*-*.
21185
21186 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21187 sparc64-*-* and sparc*-solaris2*.
21188
21189 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21190
21191 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
21192 return ${tests}" test. The ${tests} already mentions the
21193 filename.
21194
21195 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21196
21197 * gdb.cp/local.exp: Accept gcc abi 2.
21198
21199 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21200
21201 * gdb.cp/templates.exp: Accept gcc abi 2.
21202
21203 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21204
21205 * lib/compiler.cc: Remove supports_template_debugging.
21206 * gdb.cp/templates.exp: Do not test supports_template_debugging.
21207
21208 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21209
21210 * gdb.cp/namespace.exp: Accept gcc abi 2.
21211
21212 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21213
21214 * gdb.cp/method.exp: Accept gcc abi 2.
21215
21216 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21217
21218 * gdb.cp/classes.exp: Generate identical results as old version.
21219 * gdb.cp/derivation.exp: Likewise.
21220 * gdb.cp/overload.exp: Likewise.
21221 * gdb.cp/virtfunc.exp: Likewise.
21222
21223 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21224
21225 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
21226 mysterious bug with sourceware version of expect.
21227
21228 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21229
21230 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
21231 current versions of gcc, including gcc abi 2. Remove gratuitous
21232 restart of test program. Use gdb_test_multiple and gdb_test for
21233 all tests. Add patterns to xfail missing "const" in "const char *"
21234 and kfail PR gdb/1155.
21235
21236 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21237
21238 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
21239 current versions of gcc, including gcc abi 2. Remove gratuitous
21240 restart of test program. Use gdb_test_multiple and gdb_test for
21241 all tests. Add patterns to kfail PR gdb/1498.
21242
21243 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21244
21245 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
21246 current versions of gcc, including gcc abi 2. Use "breakpoint"
21247 and "continue" instead of restarting the target program. Use
21248 gdb_test_multiple and gdb_test for all tests.
21249
21250 2004-01-01 Mark Kettenis <kettenis@gnu.org>
21251
21252 * gdb.asm/asm-source.exp: Update copyright year. Link statically
21253 for *-*-solaris2*.
21254
21255 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21256
21257 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
21258 current versions of gcc, including gcc abi 2. Use "breakpoint"
21259 and "continue" instead of restarting the target program several
21260 times. Use gdb_test_multiple and gdb_test for all tests.
21261
21262 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
21263
21264 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
21265 source files.
21266
21267 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21268
21269 * gdb.base/environ.exp: Handle compiling test case from multiple
21270 source files.
21271
21272 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21273
21274 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
21275
21276 2003-12-17 Jim Blandy <jimb@redhat.com>
21277
21278 * gdb.base/freebpcmd.c: Add copyright notice.
21279
21280 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
21281
21282 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21283
21284 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
21285
21286 2003-12-13 Jim Blandy <jimb@redhat.com>
21287
21288 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
21289
21290 2003-12-12 Kevin Buettner <kevinb@redhat.com>
21291
21292 * gdb.asm/frv.inc: New file.
21293 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
21294
21295 2003-12-09 Fred Fish <fnf@redhat.com>
21296
21297 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
21298 functions to break1.c and leave prototypes behind. Add more
21299 "set breakpoint NN here" comments.
21300 * gdb.base/break1.c: New file.
21301
21302 * gdb.base/break.exp: Handle compiling test case from multiple
21303 source files and change source file references as needed.
21304 * gdb.base/completion.exp: Ditto.
21305 * gdb.base/condbreak.exp: Ditto.
21306 * gdb.base/define.exp: Ditto.
21307 * gdb.base/ena-dis-br.exp: Ditto.
21308 * gdb.base/info-proc.exp: Ditto.
21309 * gdb.base/maint.exp: Ditto.
21310 * gdb.base/until.exp: Ditto.
21311
21312 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
21313 hardcoded line numbers.
21314 * gdb.base/define.exp: Ditto.
21315 * gdb.base/ena-dis-br.exp: Ditto.
21316 * gdb.base/maint.exp: Ditto.
21317 * gdb.base/until.exp: Ditto.
21318
21319 * gdb.base/completion.exp: Use "break1" for completion tests since
21320 "break" is no longer a unique prefix.
21321
21322 2003-12-06 Andrew Cagney <cagney@redhat.com>
21323
21324 * gdb.base/structs.exp (test_struct_returns): When applicable, set
21325 "return_value_unimplemented". When an unimplemented struct return
21326 architecture, report incorrect values as a KFAIL
21327
21328 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21329
21330 * gdb.cp/rtti.exp: Accept new wording of warning from
21331 cp_lookup_rtti_type.
21332
21333 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21334
21335 Partial fix for PR testsuite/1456.
21336 * gdb.base/scope.exp (test_at_main): Replace references to
21337 gcc_compiled with calls to test_compiler_info.
21338 (test_at_foo): Likewise.
21339 (test_at_bar): Likewise.
21340
21341 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
21342
21343 Partial fix for PR testsuite/1456.
21344 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
21345 to test_compiler_info.
21346
21347 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
21348
21349 * gdb.base/so-impl-ld.exp: Update copyright notice.
21350
21351 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
21352
21353 Partial fix for PR testsuite/1456.
21354 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
21355 to test_compiler_info.
21356
21357 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21358
21359 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
21360 from current versions of gdb. Clean up regular expressions.
21361 Delete redundant timeout case.
21362
21363 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21364
21365 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
21366 from current versions of gdb. Clean up regular expressions.
21367 Delete redundant timeout case.
21368
21369 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
21370
21371 Partial fix for PR testsuite/1456.
21372 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
21373 gcc_compiled with call to test_compiler_info.
21374
21375 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
21376
21377 Partial fix for PR testsuite/1456.
21378 * gdb.base/list.exp (test_list_function): Delete unused declaration
21379 of gcc_compiled.
21380
21381 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
21382
21383 Partial fix for PR testsuite/1456.
21384 * gdb.base/complex.exp: Replace reference to gcc_compiled with
21385 call to test_compiler_info.
21386
21387 2003-11-29 Mark Kettenis <kettenis@gnu.org>
21388
21389 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
21390 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
21391 it to create the appropriate note.inc.
21392 * gdb.asm/asmsrc1.s: Include "note.inc".
21393 * gdb.asm/netbsd.inc: New file.
21394 * gdb.asm/empty.inc: New file.
21395
21396 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21397
21398 Partial fix for PR testsuite/1456.
21399 * gdb.base/constvars.exp: Replace references to gcc_compiled with
21400 calls to test_compiler_info.
21401
21402 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
21403
21404 Partial fix for PR testsuite/1456.
21405 * gdb.base/volatile.exp: Replace references to gcc_compiled with
21406 calls to test_compiler_info.
21407
21408 2003-11-27 Mark Kettenis <kettenis@gnu.org>
21409
21410 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
21411 pattern for the KFAILs.
21412
21413 2003-11-25 Adam Fedor <fedor@gnu.org>
21414
21415 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
21416 * gdb.objc/objcdecode.m: New file.
21417
21418 2003-11-25 Adam Fedor <fedor@gnu.org>
21419
21420 * gdb.objc/nondebug.exp: Test for PR objc/1236.
21421 * gdb.objc/nondebug.m: New file.
21422
21423 2003-11-26 Ben Elliston <bje@wasabisystems.com>
21424
21425 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
21426 NetBSD as it does on FreeBSD. Modelled on a similar change by
21427 Mark Kettenis on 2003-05-30.
21428 (link-flags): Set to "--entry _start" regardless of target.
21429 Special linker flags are to be appended to $link-flags.
21430 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
21431
21432 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21433
21434 * gdb.cp/method.exp: Accept output of new demangler.
21435
21436 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21437
21438 * gdb/class2.exp: New file.
21439 * gdb/class2.cc: New file.
21440
21441 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21442
21443 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
21444 of new demangler.
21445
21446 2003-11-23 Mark Kettenis <kettenis@gnu.org>
21447
21448 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
21449 of gdb_test "run".
21450
21451 2003-11-23 Mark Kettenis <kettenis@gnu.org>
21452
21453 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
21454 "continue" into "run".
21455
21456 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
21457
21458 Partial fix for PR testsuite/1456.
21459 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
21460 call to test_compiler_info.
21461 * gdb.cp/ctti.exp: Likewise.
21462 * gdb.cp/derivation.exp: Likewise.
21463 * gdb.cp/member-ptr.exp: Likewise.
21464 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
21465 reference to gcc_compiled.
21466
21467 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
21468
21469 Fix PR testsuite/1463.
21470 * gdb.base/structs.exp (start_structs_test): Call
21471 get_debug_format before using the debug format.
21472
21473 2003-11-22 Andrew Cagney <cagney@redhat.com>
21474
21475 * lib/gdb.exp (gdb_test_multiple): Add simple example.
21476 * gdb.base/structs.exp: Use gdb_test_multiple.
21477
21478 2003-11-20 Andrew Cagney <cagney@redhat.com>
21479
21480 * gdb.base/structs.exp: Handle and recover from internal errors.
21481 Replace "foo${n}" with "foo<n>" in test messages.
21482
21483 * gdb.base/structs.exp: Update copyright. Rewrite.
21484 * gdb.base/structs.c: Update copyright. Rewrite.
21485
21486 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
21487 resync count exceeded.
21488
21489 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
21490 from the internal error.
21491 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
21492 Original from Jim Blandy.
21493 (gdb_test_multiple): Use gdb_internal_error_resync.
21494
21495 2003-11-19 Andrew Cagney <cagney@redhat.com>
21496
21497 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
21498 KFAIL.
21499
21500 2003-11-17 Mark Kettenis <kettenis@gnu.org>
21501
21502 New testcase for PR backtrace/1435.
21503 * gdb.arch/i386-unwind.exp: New file.
21504 * gdb.arch/i386-unwind.c: New file.
21505
21506 2003-11-17 Andrew Cagney <cagney@redhat.com>
21507
21508 * lib/gdb.exp (compiler_info): New global.
21509 (test_compiler_info): New function.
21510 (get_compiler_info): Set compiler_info.
21511 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
21512 "compiler_info" to gcc-<major>-<minor>.
21513
21514 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
21515
21516 * gdb.trace/configure: Remove.
21517
21518 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
21519
21520 * gdb.base/break.c: Add comments to aid finding line numbers for
21521 breakpoints.
21522 * gdb.base/break.exp: Remove all references to explicit line
21523 numbers.
21524
21525 2003-11-11 Nick Clifton <nickc@redhat.com>
21526
21527 * gdb.base/shreloc.exp: Do not run for targets which do not
21528 support shared objects.
21529
21530 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
21531
21532 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
21533 Don't run tests if nofileio flag is given.
21534
21535 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
21536
21537 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
21538 as well as 'Watchpoint'.
21539
21540 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
21541
21542 Reported by Jim Ingham <jingham@apple.com>:
21543 * gdb.base/annota1.exp: Match at least one occurrence of the
21544 signal handler annotation.
21545
21546 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
21547
21548 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
21549 as well as 'Watchpoint'.
21550
21551 2003-11-05 Michael Chastain <mec@shout.net>
21552
21553 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
21554
21555 2003-11-03 Kris Warkentin <kewarken@qnx.com>
21556
21557 * gdb.arch/gdb1291.c: New test file.
21558 * gdb.arch/gdb1291.exp: New test script.
21559 * gdb.arch/gdb1431.c: New test file.
21560 * gdb.arch/gdb1431.exp: New test script.
21561
21562 2003-10-22 Michael Chastain <mec@shout.net>
21563
21564 * gdb.mi/pthreads.c: Add copyright notice.
21565
21566 2003-10-22 Michael Chastain <mec@shout.net>
21567
21568 * gdb.threads/pthreads.c: Add copyright notice.
21569
21570 2003-10-20 Michael Chastain <mec@shout.net>
21571
21572 * gdb.base/gdb1056.exp: New test script.
21573
21574 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
21575
21576 * gdb.threads/killed.exp: Use gdb_run_cmd.
21577
21578 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
21579
21580 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
21581 create a core file.
21582 * gdb.threads/gcore-thread.exp: Likewise.
21583
21584 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
21585
21586 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
21587 type, based on char type.
21588 (struct bit_flags_short_t): New bitfield type, based on short type.
21589 (init_bit_flags_char): New fuction.
21590 (init_bit_flags_short): Ditto.
21591 (print_bit_flags_char): Ditto.
21592 (print_bit_flags_short): Ditto.
21593 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
21594
21595 2003-10-11 Michael Chastain <mec@shout.net>
21596
21597 * gdb.base/call-rt-st.exp: Update copyright year.
21598
21599 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
21600
21601 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
21602 * gdb.disasm/sh3.s: Ditto.
21603
21604 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
21605
21606 * gdb.threads/switch-threads.exp: New test.
21607 * gdb.threads/switch-threads.c: New source file.
21608
21609 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
21610
21611 * gdb.base/ending-run.exp: Add sh specific case.
21612
21613 2003-10-06 Andrew Cagney <cagney@redhat.com>
21614
21615 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
21616 * gdb.disasm/mn10200.exp: Delete obsolete file.
21617
21618 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
21619
21620 * ChangeLog: Correct an entry command.exp -> commands.exp.
21621 * gdb.base/commands.exp (bp_deleted_in_command_test)
21622 (temporary_breakpoint_commands): Check noargs.
21623
21624 2003-09-25 David Carlton <carlton@kealia.com>
21625
21626 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
21627 of some print tests, where appropriate. Add tests for C::D::cd,
21628 E::ce, F::cXfX, G::XgX.
21629 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
21630
21631 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
21632
21633 * lib/java.exp (java_init): Import target_alias before using it.
21634
21635 2003-09-25 David Carlton <carlton@kealia.com>
21636
21637 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
21638
21639 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
21640
21641 * gdb.base/selftest.exp: Accomodate more instruction reordering
21642 weirdness.
21643
21644 2003-09-17 Michael Chastain <mec@shout.net>
21645
21646 * gdb.cp/gdb1355.exp: New file.
21647 * gdb.cp/gdb1355.c: New file.
21648
21649 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
21650
21651 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
21652 * gdb.asm/sh.inc: New file.
21653
21654 2003-09-11 David Carlton <carlton@kealia.com>
21655
21656 * gdb.cp/namespace.exp: Add tests for namespace types.
21657 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
21658 (test_namespace): New.
21659
21660 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
21661
21662 * gdb.base/relocate.exp: Handle new gdb output at startup.
21663 * gdb.stabs/weird.exp: Ditto.
21664
21665 2003-09-08 Michael Chastain <mec@shout.net>
21666
21667 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
21668
21669 2003-09-07 Michael Chastain <mec@shout.net>
21670
21671 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
21672 'parse error'.
21673
21674 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
21675
21676 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
21677
21678 2003-08-30 Michael Chastain <mec@shout.net>
21679
21680 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
21681 * gdb.gdb/observer.exp: Ditto.
21682 * gdb.gdb/xfullpath.exp: Ditto.
21683
21684 2003-08-29 Mark Kettenis <kettenis@gnu.org>
21685
21686 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
21687 *-*-*bsd*.
21688
21689 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
21690
21691 * gdb.base/dump.exp: Skip for ia64.
21692
21693 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
21694
21695 * gdb.asm/asm-source.exp: Add ia64 support.
21696 * gdb.asm/ia64.inc: New file.
21697
21698 2003-08-22 Michael Chastain <mec@shout.net>
21699
21700 * gdb.cp: New directory.
21701 * gdb.cp/*: Copy from gdb.c++/*.
21702 * gdb.c++/*: Remove.
21703 * Makefile.in: Change gdb.c++ to gdb.cp.
21704 * configure.in: Ditto.
21705 * configure: Regnerate.
21706
21707 2003-08-18 Mark Kettenis <kettenis@gnu.org>
21708
21709 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
21710 * gdb.arch/i386-prologue.c (gdb1338): Add function.
21711
21712 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
21713
21714 * mi-var-display.exp (-var-list-children weird): Accept function
21715 pointers with argument types.
21716 * mi1-var-display.exp (-var-list-children weird): Likewise.
21717 * mi2-var-display.exp (-var-list-children weird): Likewise.
21718
21719 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
21720
21721 * gdb.base/annota3.exp: Add missing newline.
21722
21723 2003-08-06 Michael Chastain <mec@shout.net>
21724
21725 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
21726
21727 2003-08-12 Michael Snyder <msnyder@redhat.com>
21728
21729 * gdb.base/float.exp: Add test for SH.
21730
21731 2003-08-10 Mark Kettenis <kettenis@gnu.org>
21732
21733 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
21734
21735 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
21736
21737 * gdb.base/completion.exp: Remove reduntant completion test
21738 on filename.
21739
21740 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
21741
21742 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
21743 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
21744 gdb.trace/save-trace.exp: Make sure that full pathnames are
21745 escaped correctly.
21746
21747 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
21748
21749 * configure.in: Don't generate config.h from config.hin.
21750 * configure: Regenerate.
21751 * config.hin: Remove file.
21752 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
21753 * gdb.threads/pthreads.c: Ditto.
21754
21755 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
21756
21757 From Kei Sakamoto <sakamoto.kei@renesas.com>:
21758 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
21759 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
21760 Replace ld24 with seth/add3.
21761
21762 2003-08-02 Andrew Cagney <cagney@redhat.com>
21763
21764 * gdb.base/annota3.exp: New file.
21765 * gdb.base/annota3.c: New file.
21766 * gdb.c++/annota3.exp: New file.
21767 * gdb.c++/annota3.cc: New file.
21768
21769 2003-07-29 Michael Chastain <mec@shout.net>
21770
21771 * gdb.threads/tls.c (spin): Check errno only if sem_wait
21772 actually failed.
21773 (do_pass): Likewise.
21774 * gdb.threads/tls.exp: Always initialize no_of_threads.
21775
21776 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
21777
21778 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
21779 pattern.
21780 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
21781 * gdb.threads/tls.exp: Recognize one case of the host library not
21782 supporting TLS.
21783
21784 2003-07-27 Andrew Cagney <cagney@redhat.com>
21785
21786 * gdb.base/fileio.exp: Use SH when running commands using
21787 remote_exec.
21788
21789 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
21790
21791 From Kei Sakamoto <sakamoto.kei@renesas.com>:
21792 * gdb.base/relocate.c (dummy): New padding array.
21793
21794 2003-07-22 Michael Snyder <msnyder@redhat.com>
21795
21796 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
21797
21798 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
21799 patterns to be more general, accepting old and new output.
21800 Some output chars (such as '+') also must be quoted.
21801 Some addresses are displayed numerically instead of
21802 symbolically.
21803
21804 2003-07-23 Michael Snyder <msnyder@redhat.com>
21805
21806 * gdb.base/return2.exp: Don't test long-long return.
21807
21808 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
21809 * gdb.disasm/t01_mov.exp: Ditto.
21810 * gdb.disasm/t02_mova.s: Ditto.
21811 * gdb.disasm/t02_mova.exp: Ditto.
21812 * gdb.disasm/t03_add.s: Ditto.
21813 * gdb.disasm/t03_add.exp: Ditto.
21814 * gdb.disasm/t04_sub.s: Ditto.
21815 * gdb.disasm/t04_sub.exp: Ditto.
21816 * gdb.disasm/t05_cmp.s: Ditto.
21817 * gdb.disasm/t05_cmp.exp: Ditto.
21818 * gdb.disasm/t06_ari2.s: Ditto.
21819 * gdb.disasm/t06_ari2.exp: Ditto.
21820 * gdb.disasm/t07_ari3.s: Ditto.
21821 * gdb.disasm/t07_ari3.exp: Ditto.
21822 * gdb.disasm/t08_or.s: Ditto.
21823 * gdb.disasm/t08_or.exp: Ditto.
21824 * gdb.disasm/t09_xor.s: Ditto.
21825 * gdb.disasm/t09_xor.exp: Ditto.
21826 * gdb.disasm/t10_and.s: Ditto.
21827 * gdb.disasm/t10_and.exp: Ditto.
21828 * gdb.disasm/t11_logs.s: Ditto.
21829 * gdb.disasm/t11_logs.exp: Ditto.
21830 * gdb.disasm/t12_bit.s: Ditto.
21831 * gdb.disasm/t12_bit.exp: Ditto.
21832 * gdb.disasm/t13_otr.s: Ditto.
21833 * gdb.disasm/t13_otr.exp: Ditto.
21834
21835 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
21836
21837 * gdb.threads/tls.exp :Add kfail for 'info address' case.
21838
21839 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
21840
21841 * gdb.threads/tls.c : New file.
21842 * gdb.threads/tls.exp : New file.
21843 * gdb.threads/tls-main.c : New file.
21844 * gdb.threads/tls-shared.c : New file.
21845 * gdb.threads/tls-shared.exp : New file.
21846
21847 2003-07-22 Andreas Schwab <schwab@suse.de>
21848
21849 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
21850
21851 2003-07-20 Andreas Schwab <schwab@suse.de>
21852
21853 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
21854 due to insn reordering.
21855
21856 2003-07-15 Andrew Cagney <cagney@redhat.com>
21857
21858 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
21859
21860 2003-07-15 Michael Chastain <mec@shout.net>
21861
21862 * gdb.base/gdb1250.exp: New file.
21863 * gdb.base/gdb1250.c: New file.
21864
21865 2003-07-09 Michal Ludvig <mludvig@suse.cz>
21866
21867 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
21868 expansion of size_t to 'unsigned long', not only to 'unsigned'.
21869
21870 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
21871
21872 * gdb.threads/tls.c: New file.
21873 * gdb.threads/tls.exp: New file.
21874 * gdb.threads/tls-main.c: New file.
21875 * gdb.threads/tls-shared.c: New file.
21876 * gdb.threads/tls-shared.exp: New file.
21877
21878 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
21879
21880 * gdb.base/annota1.exp: Make sure that we properly escape the
21881 full path of the source file. Xfail more permissive patterns,
21882 due to a compiler debug info problem.
21883
21884 2003-07-07 Andreas Schwab <schwab@suse.de>
21885
21886 * gdb.asm/m68k.inc: New file.
21887 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
21888
21889 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
21890 arguments"): Also match negative number.
21891
21892 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
21893
21894 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
21895
21896 * gdb.base/store.c (charest): New typedef.
21897 (add_char): Rename to add_charest, update.
21898 (wack_char): Rename to wack_charest, update types. Return l + r
21899 to keep r live across the call.
21900 (wack_short, wack_int, wack_long, wack_longest, wack_float)
21901 (wack_double, wack_doublest): Return l + r to keep r live across
21902 the call.
21903 * gdb.base/store.exp: Accomodate store.c changes.
21904
21905 2003-06-30 David Carlton <carlton@kealia.com>
21906
21907 * gdb.c++/maint.exp (test_invalid_name): New.
21908 (test_first_component): Add tests for invalid names.
21909
21910 2003-06-29 Michael Chastain <mec@shout.net>
21911
21912 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
21913 output of '<VTT for class>' for virtual base classes.
21914
21915 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
21916
21917 * gdb.base/completion.exp: Tab-complete "complet" instead of
21918 "compl".
21919 * gdb.base/complex.exp, gdb.base/complex.c: New files.
21920
21921 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
21922
21923 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
21924 * gdb.base/volatile.exp: Likewise.
21925
21926 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
21927
21928 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
21929 gdb/1265.
21930
21931 2003-06-28 Michael Chastain <mec@shout.net>
21932 Daniel Jacobowitz <drow@mvista.com>
21933
21934 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
21935 initial line count of 'captured_main' from 26 to 32.
21936 (test_with_self): Allow xmalloc call to be interleaved with the
21937 preceding two lines.
21938
21939 2003-06-24 Joel Brobecker <brobecker@gnat.com>
21940
21941 * gdb.base/bang.exp: New testcase.
21942
21943 2003-06-23 Joel Brobecker <brobecker@gnat.com>
21944
21945 * gdb.base/langs.exp: Add some tests for the "minimal" language
21946 support.
21947
21948 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
21949
21950 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
21951 the testcase.
21952
21953 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
21954
21955 * gdb.base/relocate.exp: Test add-symbol-file with a variable
21956 offset.
21957
21958 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
21959
21960 * gdb.c++/pr-1210.cc: New file.
21961 * gdb.c++/pr-1210.exp: New file.
21962
21963 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
21964
21965 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
21966 000-exec-continue.
21967
21968 2003-06-15 Mark Kettenis <kettenis@gnu.org>
21969
21970 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
21971 on *-*-*bsd* instead of *-*-freebsd*.
21972
21973 2003-06-14 Andrew Cagney <cagney@redhat.com>
21974
21975 * gdb.base/store.exp: Test longest and doublest. Test all
21976 parameters. Weaken return statement match.
21977 * gdb.base/store.c: Add longest and doublest - aka long long and
21978 long double functions. Put all parameters into local register
21979 variables. Use negative values.
21980
21981 2003-06-14 Andrew Cagney <cagney@redhat.com>
21982
21983 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
21984 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
21985 exit status.
21986 * gdb.base/fileio.exp: Disable target when nointerrupts and
21987 noinferiorio, instead of limiting it to remote. Use remote_exec
21988 instead of system.
21989
21990 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
21991
21992 * gdb.base/float.exp: Add ia64 support.
21993
21994 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
21995
21996 * gdb.base/fileio.exp: Run only on remote targets.
21997
21998 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
21999
22000 * gdb.base/fileio.c: New file, testing File-I/O.
22001 * gdb.base/fileio.exp: Ditto.
22002
22003 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
22004
22005 * gdb.base/shreloc.exp: New file, check symbol values obtained from
22006 shared objects after relocation at load time (gdb PR/1132).
22007 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
22008 as above, part of the shared object relocation test.
22009
22010 2003-06-08 Mark Kettenis <kettenis@gnu.org>
22011
22012 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
22013 fully filled history list.
22014 * gdb.base/gdb_history: New file.
22015
22016 * gdb.base/signals.exp: XFAIL "continue to func1" on
22017 i*86-*-freebsd*.
22018
22019 * gdb.base/attach.exp: When trying to attach to a nonexistent
22020 process, make it possible to specify the PID based on the target,
22021 and do so for *-*-freebsd*.
22022
22023 2003-06-02 Richard Henderson <rth@redhat.com>
22024
22025 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
22026
22027 2003-06-02 Richard Henderson <rth@redhat.com>
22028
22029 * gdb.base/selftest.exp: Next over lim_at_start initialization.
22030
22031 2003-06-02 Richard Henderson <rth@redhat.com>
22032
22033 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
22034
22035 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
22036
22037 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
22038 of globalvar.
22039
22040 2003-06-01 Mark Kettenis <kettenis@gnu.org>
22041
22042 * gdb.asm/asm-source.exp: Check for memory read errors in
22043 disassembler test on *BSD too.
22044
22045 2003-06-01 Richard Henderson <rth@redhat.com>
22046
22047 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
22048 for .frame.
22049 (gdbasm_call): Lose ldgp.
22050 (gdbasm_startup): Add frame information.
22051 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
22052
22053 2003-05-31 Mark Kettenis <kettenis@gnu.org>
22054
22055 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22056 i?86-*-*.
22057
22058 2003-05-30 Mark Kettenis <kettenis@gnu.org>
22059
22060 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22061 FreeBSD.
22062
22063 2003-05-29 Richard Henderson <rth@redhat.com>
22064
22065 * gdb.asm/alpha.inc: New file.
22066 * gdb.asm/asm-source.exp: Use it.
22067
22068 2003-05-29 Jim Blandy <jimb@redhat.com>
22069
22070 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
22071 'core.PID'.
22072
22073 2003-05-22 Jim Blandy <jimb@redhat.com>
22074
22075 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
22076 backtrace.
22077
22078 2003-05-20 David Carlton <carlton@math.stanford.edu>
22079
22080 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
22081 this time.
22082
22083 2003-05-19 David Carlton <carlton@bactrian.org>
22084
22085 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
22086 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
22087
22088 2003-05-19 David Carlton <carlton@bactrian.org>
22089
22090 * gdb.c++/namespace.exp: Add namespace scope and anonymous
22091 namespace tests.
22092 Bump copyright date.
22093 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
22094 (main): Call C::D::marker2.
22095 * gdb.c++/namespace1.cc: New file.
22096
22097 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
22098
22099 Roland McGrath <roland@redhat.com>
22100 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
22101 there is no manager thread.
22102
22103 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
22104
22105 * gdb.threads/schedlock.exp: Remove assumption that all threads
22106 will run in a particular small time slice. Also ensure we break
22107 in one of the child threads rather than the main thread.
22108
22109 2003-05-07 Jim Blandy <jimb@redhat.com>
22110
22111 Add support for assembly source testing on the s390x.
22112 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
22113 architecture.
22114 * gdb.asm/s390x.inc: New file.
22115
22116 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
22117 succession of 'if' statements.
22118
22119 2003-05-05 Andrew Cagney <cagney@redhat.com>
22120
22121 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
22122
22123 2003-05-05 Andrew Cagney <cagney@redhat.com>
22124
22125 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
22126 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
22127
22128 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
22129
22130 * gdb.base/charset.exp: Update based on new behavior of set/show
22131 charset commands.
22132
22133 2003-05-01 Andrew Cagney <cagney@redhat.com>
22134
22135 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
22136 variable do not give memory errors.
22137
22138 2003-04-30 Adam Fedor <fedor@gnu.org>
22139
22140 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
22141 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
22142 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
22143 gdb.objc/basicclass.m: : New files
22144
22145 * lib/gdb.exp (gdb_compile_objc): New procedure.
22146
22147 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
22148
22149 * gdb.base/signals.exp: Make backtrace tests more specific.
22150
22151 2003-04-23 David Carlton <carlton@bactrian.org>
22152
22153 * gdb.c++/maint.exp (test_first_component): Add tests for
22154 'operator' in more locations.
22155
22156 2003-04-16 Kevin Buettner <kevinb@redhat.com>
22157
22158 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
22159
22160 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
22161
22162 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
22163 func marke' instead. Update test name.
22164
22165 2003-04-15 David Carlton <carlton@math.stanford.edu>
22166
22167 * gdb.c++/maint.exp: New file.
22168
22169 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22170
22171 * gdb.threads/schedlock.c: Change type of thread function argument
22172 to long, to avoid warnings on 64-bit platforms.
22173
22174 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22175
22176 * gdb.base/attach.exp: Add new message from ptrace in case of
22177 attaching to nonexistent process.
22178
22179 2003-04-11 Jim Blandy <jimb@redhat.com>
22180
22181 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22182 gdb.c++/userdef.cc: Place comments on the lines to which the
22183 marker function might return.
22184 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22185 gdb.c++/userdef.exp: Look for those comments to check that we've
22186 returned to the right place, instead of checking line numbers.
22187
22188 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
22189
22190 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
22191 match on sourcefile name, instead of directory name.
22192
22193 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
22194
22195 * gdb.base/completion.exp: Use string_to_regexp to match the
22196 working directory name.
22197
22198 2003-04-09 Jim Blandy <jimb@redhat.com>
22199
22200 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22201 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
22202 after an inferior function call, report the failure, but allow the
22203 test to continue.
22204
22205 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22206
22207 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22208 with -DPROTOTYPES.
22209
22210 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22211
22212 * gdb.base/break.exp: Revert last patch.
22213
22214 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
22215
22216 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22217 with -DPROTOTYPES.
22218
22219 2003-04-02 Andrew Cagney <cagney@redhat.com>
22220
22221 * gdb.base/callfuncs.exp: Make "print add" messages unique.
22222 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
22223 matching directories by the name breakpoint.
22224 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
22225 Make "continue to marker1" consistent.
22226 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
22227 message consistent.
22228 * lib/gdb.exp: Put "the program is no longer running", and "the
22229 program exited" in parenthesis.
22230 * lib/mi-support.exp: Ditto.
22231
22232 2003-04-02 Bob Rossi <bob_rossi@cox.net>
22233
22234 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
22235
22236 2003-03-29 Andrew Cagney <cagney@redhat.com>
22237
22238 * gdb.base/sizeof.c (main): Print the value of '\377'.
22239 * gdb.base/sizeof.exp: Check the sign of '\377'.
22240
22241 2003-03-27 Michael Chastain <mec@shout.net>
22242
22243 * gdb.base/gdb1090.exp: New file.
22244 * gdb.base/gdb1090.cc: New file.
22245
22246 2003-03-27 J. Brobecker <brobecker@gnat.com>
22247
22248 * gdb.gdb/observer.exp: New regression test.
22249
22250 2003-03-27 Michael Chastain <mec@shout.net>
22251
22252 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
22253 * gdb.base/ptype.exp: Likewise.
22254
22255 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
22256
22257 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
22258
22259 2003-03-26 Michael Chastain <mec@shout.net>
22260
22261 * gdb.base/ptype.exp: Actually use some typedef'd types.
22262
22263 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
22264
22265 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
22266 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
22267
22268 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22269
22270 * gdb.base/default.exp: Fix regular expression.
22271
22272 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22273
22274 * gdb.base/args.exp: Fix regular expression.
22275
22276 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22277
22278 * gdb.base/help.exp: Allow Win32 child process.
22279
22280 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22281
22282 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
22283 when stepping out of main().
22284
22285 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22286
22287 * gdb.base/default.exp: Check for win32 specific message when calling
22288 "run" without executable.
22289
22290 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22291
22292 * gdb.base/args.exp: Expect .exe in output.
22293
22294 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22295
22296 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
22297 Cygwin native.
22298
22299 2003-03-17 Andrew Cagney <cagney@redhat.com>
22300
22301 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
22302 vector registes.
22303 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
22304 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
22305
22306 2003-03-17 David Carlton <carlton@math.stanford.edu>
22307
22308 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
22309 test, for PR breakpoints/38.
22310 Call test_watchpoint_and_breakpoint.
22311 * gdb.base/watchpoint.c (func3): New function.
22312 (main): Call func3.
22313
22314 2003-03-04 David Carlton <carlton@math.stanford.edu>
22315
22316 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
22317 Garply<Garply<char> >:: garply".
22318 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
22319 with respect to PR c++/1111; note also PR c++/1113.
22320 (test_template_breakpoints): KFAIL "constructor breakpoint" with
22321 respect to PR c++/1062.
22322 KFAIL "destructor breakpoint" with respect to PR c++/1112.
22323
22324 2003-03-03 David Carlton <carlton@math.stanford.edu>
22325
22326 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
22327 with respect to PR c++/57.
22328 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
22329 c++/826.
22330 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
22331 respect to PR c++/57.
22332
22333 2003-03-03 David Carlton <carlton@math.stanford.edu>
22334
22335 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
22336 respect to PR c++/33 into FAILs.
22337
22338 2003-03-03 Michael Chastain <mec@shout.net>
22339
22340 * configure.in: Update copyright years.
22341
22342 2003-03-03 Michael Chastain <mec@shout.net>
22343
22344 * Makefile.in: Update copyright years.
22345
22346 2003-02-28 David Carlton <carlton@math.stanford.edu>
22347
22348 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
22349 print class instead of struct and/or superfluous protection
22350 specifiers, as long as the resulting output is equivalent to the
22351 source code.
22352 Delete FIXME from end of messages on tests that don't need
22353 fixing.
22354
22355 2003-02-28 David Carlton <carlton@math.stanford.edu>
22356
22357 * gdb.c++/templates.exp (do_tests): Allow const in the two
22358 Foo<volatile char *>::foo tests.
22359
22360 2003-02-27 Michael Snyder <msnyder@redhat.com>
22361
22362 * gdb.base/restore.c (main): Return zero, so exit code
22363 will be consistant.
22364
22365 2003-02-26 David Carlton <carlton@math.stanford.edu>
22366
22367 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
22368 char *>::foo" test with respect to PR c++/33. Create a new test
22369 which is identical to that one except that it doesn't put the
22370 space between the "char" and the "*"; KFAIL it, too.
22371
22372 2003-02-26 David Carlton <carlton@math.stanford.edu>
22373
22374 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
22375 template types into either PASSes or KFAILs (corresponding to PR
22376 c++/57). Tweak indentation. Update copyright.
22377
22378 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
22379
22380 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
22381
22382 2003-02-13 Michael Chastain <mec@shout.net>
22383
22384 * gdb.base/exprs.exp: Remove i960 remnants.
22385 * gdb.base/funcargs.exp: Likewise.
22386 * gdb.base/list.exp: Likewise.
22387 * gdb.base/ptype.exp: Likewise.
22388
22389 2003-02-14 David Carlton <carlton@math.stanford.edu>
22390
22391 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
22392 pEe->D::vg()" from XFAIL to KFAIL.
22393
22394 2003-02-13 Jason Molenda (jmolenda@apple.com)
22395
22396 * gdb.base/maint.exp: Update maint print statistics regexp to include
22397 new entries.
22398
22399 2003-02-13 Michael Chastain <mec@shout.net>
22400
22401 * gdb.c++/inherit.exp: Remove call to get_debug_format.
22402
22403 2003-02-12 Michael Chastain <mec@shout.net>
22404
22405 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
22406 * gdb.c++/inherit.exp: Likewise.
22407 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
22408 * gdb.c++/templates.exp: Likewise.
22409 * gdb.c++/virtfunc.exp: Likewise.
22410
22411 2003-02-06 Jason Molenda (jason-cl@molenda.com)
22412
22413 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
22414 why the code is written that way.
22415
22416 2003-02-05 Michael Chastain <mec@shout.net>
22417
22418 * gdb.base/dump.exp: Add missing copyright line.
22419
22420 2003-02-05 Jason Molenda (jason-cl@molenda.com)
22421
22422 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
22423 at the beginning so the breakpoint doesn't get set on the loop.
22424
22425 2003-02-05 Michael Chastain <mec@shout.net>
22426
22427 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
22428 output for configurations with gcc 2.95.3.
22429
22430 2003-02-05 Keith Seitz <keiths@redhat.com>
22431 Andrew Cagney <ac131313@redhat.com>
22432
22433 * gdb.mi/mi-cli.exp: New file.
22434
22435 2003-02-04 Michael Chastain <mec@shout.net>
22436
22437 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
22438 Call perror and then continue.
22439
22440 2003-02-03 Michael Chastain <mec@shout.net>
22441
22442 * gdb.c++/pr-1023.cc: New file.
22443 * gdb.c++/pr-1023.exp: New file.
22444
22445 2003-02-05 Jim Blandy <jimb@redhat.com>
22446
22447 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
22448 it's local to foobar. Check for it there, and check that it's not
22449 present in main.
22450 * gdb.c++/local.cc (marker2): New function.
22451 (foobar): Call marker1.
22452 (main): Call marker2 instead of marker1.
22453
22454 2003-02-04 Andrew Cagney <ac131313@redhat.com>
22455
22456 * gdb.disasm/mn10200.exp: Obsolete file.
22457 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
22458 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
22459 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
22460
22461 2003-02-04 David Carlton <carlton@math.stanford.edu>
22462
22463 * gdb.c++/overload.exp: Test intToChar(1).
22464 * gdb.c++/overload.cc (intToChar): New.
22465 (main): Call intToChar.
22466
22467 2003-02-03 David Carlton <carlton@math.stanford.edu>
22468
22469 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
22470 'might_kfail' arg.
22471 KFAIL some of the continue_to_bp_overloaded calls, according to
22472 PR c++/1025.
22473
22474 2003-02-01 Michael Chastain <mec@shout.net>
22475
22476 * gdb.base/advance.c (marker1): New marker function.
22477 * gdb.base/advance.exp: When the 'advance' command lands on the
22478 return breakpoint, it can legitimately stop on either the
22479 current line or the next line. Accommodate both outcomes.
22480 * gdb.base/until.exp: Likewise.
22481
22482 2003-02-02 Andrew Cagney <ac131313@redhat.com>
22483
22484 2002-11-10 Jason Molenda (jason-cl@molenda.com):
22485 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
22486 now a list, not a tuple.
22487 * gdb.mi/mi-var-display.exp: Ditto.
22488 * gdb.mi/gdb792.exp: Ditto.
22489
22490 2003-02-01 Andrew Cagney <ac131313@redhat.com>
22491
22492 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
22493 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
22494 stack backtraces.
22495 * gdb.mi/mi-syn-frame.c: Part of same.
22496
22497 2003-02-01 Mark Kettenis <kettenis@gnu.org>
22498
22499 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22500 gdb.mi/mi1-pthreads.exp: Return instead of calling
22501 gdb_suppress_entire_file.
22502
22503 2003-02-01 Mark Salter <msalter@redhat.com>
22504
22505 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
22506
22507 2003-01-31 Mark Salter <msalter@redhat.com>
22508
22509 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
22510 Support empty arg.
22511
22512 2003-01-30 Michael Chastain <mec@shout.net>
22513
22514 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
22515 This was a workaround for a UTF-8 bug in readline 4.3. The bug
22516 has been fixed in gdb/readline on 2003-01-09.
22517
22518 2003-01-29 Michael Snyder <msnyder@redhat.com>
22519
22520 * gdb.base/maint.exp: Allow for leading underscore in symbol.
22521 * gdb.base/display.exp: Allow for leading underscore in symbol.
22522 * gdb.base/args.exp: Skip if target does not support args passing.
22523
22524 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
22525
22526 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
22527 gdb_test. Accept a list of expect arguments as the third
22528 parameter.
22529 (gdb_test): Use it.
22530
22531 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
22532
22533 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
22534 allow for different test tree configurations. Update some
22535 tescases accordingly.
22536 * gdb.arch/altivec-regs.exp: Ditto.
22537 * gdb.asm/asm-source.exp: Ditto.
22538 * gdb.base/advance.exp: Ditto.
22539 * gdb.base/display.exp: Ditto.
22540 * gdb.base/long_long.exp: Ditto.
22541 * gdb.base/mips_pro.exp: Ditto.
22542 * gdb.base/overlays.exp: Ditto.
22543 * gdb.base/relocate.exp: Ditto.
22544 * gdb.base/setshow.exp: Ditto.
22545 * gdb.base/step-line.exp: Ditto.
22546 * gdb.base/step-test.exp: Ditto.
22547 * gdb.base/until.exp: Ditto.
22548 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
22549
22550 2003-01-17 David Carlton <carlton@math.stanford.edu>
22551
22552 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
22553 corresponding to PR c++/945.
22554 Update copyright.
22555
22556 2003-01-17 David Carlton <carlton@math.stanford.edu>
22557
22558 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
22559 corresponding to PR c++/68.
22560
22561 2003-01-17 David Carlton <carlton@math.stanford.edu>
22562
22563 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
22564 (test_paddr_hairy_functions): Call print_addr_2_kfail for
22565 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
22566
22567 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
22568
22569 * gdb.base/break.exp: Fix change of default location, because of
22570 removal of until tests.
22571 * gdb.base/help.exp: Update test for new 'until' help message.
22572 Add test for help on 'advance'.
22573 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
22574
22575 2003-01-15 Mark Kettenis <kettenis@gnu.org>
22576
22577 * gdb.base/default.exp: Adapt "info float" test for recent changes
22578 to that command. Add test for "info vector".
22579 * gdb.base/float.exp: New file. Add test for "info float" that
22580 resembles the old test in gdb.base/default.exp.
22581
22582 2003-01-15 David Carlton <carlton@math.stanford.edu>
22583
22584 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
22585
22586 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
22587
22588 * gdb.base/break.exp: Move the tests of until command from here...
22589 * gdb.base/until.exp: ... to here. New file. Add other tests.
22590 * gdb.base/advance.c: New file.
22591 * gdb.base/advance.exp: New file.
22592
22593 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
22594
22595 * gdb.base/args.c: New file.
22596 * gdb.base/args.exp: New file.
22597
22598 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
22599
22600 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
22601
22602 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
22603
22604 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
22605
22606 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
22607
22608 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
22609 dates.
22610
22611 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22612
22613 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
22614
22615 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22616
22617 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
22618 (ptype &*"foo").
22619 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
22620
22621 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22622
22623 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
22624 * gdb.mi/mi1-console.exp: Likewise.
22625
22626 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22627
22628 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
22629 * gdb.mi/mi1-console.exp: Likewise.
22630
22631 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22632
22633 * gdb.c++/overload.exp: Remove some fixed XFAILs.
22634
22635 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
22636
22637 * gdb.base/detach.exp: New test.
22638
22639 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
22640
22641 * Makefile.in (ALL_SUBDIRS): New variable.
22642 (subdirs, clean, distclean): Use it.
22643 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
22644 regenerating Makefile, since it is generated from the top level.
22645 * gdb.asm/Makefile.in: Likewise.
22646 * gdb.base/Makefile.in: Likewise.
22647 * gdb.c++/Makefile.in: Likewise.
22648 * gdb.disasm/Makefile.in: Likewise.
22649 * gdb.java/Makefile.in: Likewise.
22650 * gdb.mi/Makefile.in: Likewise.
22651 * gdb.threads/Makefile.in: Likewise.
22652 * gdb.trace/Makefile.in: Likewise.
22653
22654 2003-01-09 David Carlton <carlton@math.stanford.edu>
22655
22656 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
22657 Add copyright year 2003.
22658
22659 2003-01-06 Michael Chastain <mec@shout.net>
22660
22661 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
22662 When selecting a thread, 'line' and 'file' are optional.
22663 * gdb.mi/mi1-pthreads.exp: Likewise.
22664
22665 2003-01-06 Andreas Schwab <schwab@suse.de>
22666
22667 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
22668 failures.
22669
22670 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
22671
22672 Fix PR gdb/844
22673 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
22674 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
22675
22676 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
22677 instead of calling gdb_suppress_entire_file.
22678 * gdb.threads/print-threads.exp: Likewise.
22679 * gdb.threads/schedlock.exp: Likewise.
22680
22681 * gdb.threads/killed.exp: Return instead of calling
22682 gdb_suppress_entire_file.
22683 * gdb.threads/linux-dp.exp: Likewise.
22684 * gdb.threads/pthreads.exp: Likewise.
22685
22686 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
22687
22688 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
22689 stabs.
22690 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
22691 * gdb.base/whatis.exp: Always allow (void) after function names.
22692
22693 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
22694
22695 * gdb.c++/casts.exp: Correct regexp.
22696
22697 2003-01-04 Mark Kettenis <kettenis@gnu.org>
22698
22699 * configure.in: Call AC_CONFIG_HEADER. Don't call
22700 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
22701 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
22702 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
22703 aforementioned directories in the AC_OUPUT call.
22704 * config.hin: New file.
22705 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22706 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
22707 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
22708 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
22709 pass -I$objdir instead of -I$objdir/$subdir in compilation.
22710 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
22711 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
22712 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
22713 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
22714 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
22715 gdb.threads/configure.in, gdb.threads/configure,
22716 gdb.threads/config.in, gdb.trace/configure.in,
22717 gdb.trace/configure: Removed.
22718
22719 2003-01-03 Michael Chastain <mec@shout.net>
22720
22721 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
22722 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
22723
22724 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
22725
22726 * gdb.base/store.exp: Fix regular expressions.
22727
22728 2002-12-28 Mark Kettenis <kettenis@gnu.org>
22729
22730 * configure.in: Rewrite.
22731 * configure: Regenerated.
22732
22733 2003-01-03 David Carlton <carlton@math.stanford.edu>
22734
22735 * gdb.base/psymtab.exp: New file.
22736 * gdb.base/psymtab1.c: Ditto.
22737 * gdb.base/psymtab2.c: Ditto.
22738
22739 2002-12-23 Adam Fedor <fedor@gnu.org>
22740
22741 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
22742
22743 2002-12-23 David Carlton <carlton@math.stanford.edu>
22744
22745 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
22746 and current_directory initialization.
22747
22748 2002-12-22 Jim Blandy <jimb@redhat.com>
22749
22750 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
22751 rather than as part of the output file name.
22752
22753 * gdb.base/attach.exp: There's no need to copy the test program to
22754 /tmp; that was only ever necessary on HP/UX, and this test is
22755 entirely disabled there anyway.
22756
22757 2002-12-21 Jim Blandy <jimb@redhat.com>
22758
22759 * gdb.c++/psmang.exp: Doc fix.
22760
22761 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
22762 test.
22763
22764 2002-12-20 David Carlton <carlton@math.stanford.edu>
22765
22766 * gdb.c++/annota2.exp: KFAIL annotate-quit.
22767
22768 2002-12-18 Michael Chastain <mec@shout.net>
22769
22770 * gdb.c++/annota2.exp: Add copyright year 2002.
22771
22772 2002-12-17 David Carlton <carlton@math.stanford.edu>
22773
22774 * gdb.c++/try_catch.cc: Add marker comments.
22775 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
22776 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
22777 * gdb.c++/m-static.cc: Ditto.
22778 * gdb.c++/m-static1.cc: Ditto.
22779 * gdb.c++/try_catch.cc: Ditto.
22780
22781 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
22782
22783 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
22784 to see whether we are using the new -environment-directory
22785 command which resets via -r or the old version of the command
22786 which may prompt the user. Part of fix for gdb/741.
22787
22788 2002-12-13 Andrew Cagney <ac131313@redhat.com>
22789
22790 * gdb.fortran/types.exp: Update obsolete comment.
22791 * gdb.fortran/exprs.exp: Ditto.
22792 * lib/gdb.exp: Delete obsolete code.
22793 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
22794 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
22795 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
22796 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
22797 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
22798 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
22799 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
22800 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
22801 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
22802 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
22803 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
22804 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
22805 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
22806 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
22807 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
22808 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
22809 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
22810 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
22811 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
22812 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
22813 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
22814 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
22815 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
22816 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
22817 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
22818 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
22819 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
22820 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
22821 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
22822 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
22823 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
22824 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
22825 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
22826 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
22827 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
22828 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
22829 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
22830
22831 2002-12-11 David Carlton <carlton@math.stanford.edu>
22832
22833 * gdb.c++/m-data.exp: Add test for members that shadow global
22834 variables: see PR gdb/804.
22835 * gdb.c++/m-data.cc: Ditto.
22836
22837 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
22838
22839 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
22840
22841 2002-12-06 David Carlton <carlton@math.stanford.edu>
22842
22843 * gdb.base/store.c: Don't declare functions static.
22844
22845 2002-12-04 Andrew Cagney <ac131313@redhat.com>
22846
22847 * gdb.base/store.exp, gdb.base/store.c: New files.
22848
22849 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
22850
22851 * gdb.base/selftest.exp: Update for current gdb.
22852
22853 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
22854
22855 * gdb.base/maint.exp: Only dump symbols from one source file
22856 or objfile.
22857
22858 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
22859
22860 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
22861 function call.
22862
22863 2002-11-25 Jim Blandy <jimb@redhat.com>
22864
22865 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
22866 function appearing in error message.
22867
22868 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
22869
22870 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
22871
22872 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
22873
22874 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
22875 for mi1 and current mi is in correct format. New mi startup message
22876 should be in mi console format. This is part of fix for PR gdb/604.
22877
22878 2002-09-18 Fernando Nasser <fnasser@redhat.com>
22879
22880 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
22881 which explicitly prints the zero offset as "+0".
22882
22883 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
22884
22885 * gdb.threads/schedlock.c (args): Make unsigned.
22886
22887 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
22888
22889 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
22890 numbers. Allow "foo2|selected stack frame".
22891 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
22892 * gdb.asm/asmsrc2.s: Likewise.
22893 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
22894 comments.
22895 * gdb.asm/mips.inc: New file.
22896
22897 2002-10-18 Adam Fedor <fedor@gnu.org>
22898
22899 * gdb.base/default.exp: Update expected output to include 'ObjC'.
22900 * gdb.base/help.exp: Likewise.
22901
22902 2002-10-17 Kevin Buettner <kevinb@redhat.com>
22903
22904 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
22905 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
22906
22907 2002-10-02 Jim Blandy <jimb@redhat.com>
22908
22909 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
22910
22911 2002-10-01 Andrew Cagney <ac131313@redhat.com>
22912
22913 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
22914 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
22915 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
22916 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
22917 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
22918 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
22919 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
22920
22921 2002-09-29 Andrew Cagney <ac131313@redhat.com>
22922
22923 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
22924 * mi0-disassemble.exp, mi0-eval.exp: Delete.
22925 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
22926 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
22927 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
22928 * mi0-var-block.exp, mi0-var-child.exp: Delete.
22929 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
22930
22931 2002-09-27 Kevin Buettner <kevinb@redhat.com>
22932
22933 * gdb.base/annota1.exp (info break): Make directory components of
22934 path optional since not all compilers emit this debug information.
22935
22936 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
22937 step ends up stepping out of the function instead of stopping on
22938 the epilogue.
22939
22940 2002-09-26 Keith Seitz <keiths@redhat.com>
22941
22942 * lib/insight-support.exp (gdbtk_start): Figure out where
22943 the insight executable is based on where gdb is. Use this
22944 executable to start insight instead of gdb.
22945
22946 2002-09-25 Andrew Cagney <cagney@redhat.com>
22947
22948 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
22949
22950 2002-09-24 Andrew Cagney <ac131313@redhat.com>
22951
22952 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
22953 test_isolated_complaints.
22954 (test_empty_complaint): New function.
22955 (test_empty_complaints): New function. Check no output when no
22956 complaints.
22957
22958 2002-09-19 Jim Blandy <jimb@redhat.com>
22959
22960 * gdb.base/charset.exp, gdb.base/charset.c: New files.
22961
22962 2002-09-19 Andrew Cagney <ac131313@redhat.com>
22963
22964 * gdb.gdb/complaints.exp: New file.
22965
22966 2002-09-18 Andrew Cagney <ac131313@redhat.com>
22967
22968 * gdb.base/maint.exp: Check `help maint internal-warning'.
22969
22970 2002-09-18 David Carlton <carlton@math.stanford.edu>
22971
22972 * gdb.c++/m-static.exp: Remove breakpoints depending on line
22973 numbers, and replace them by a single breakpoint after the
22974 constructors are all finished.
22975 Add test 4.
22976 * gdb.c++/m-static.cc: Add test 4.
22977 * gdb.c++/m-static.h: New file.
22978 * gdb.c++/m-static1.cc: New file.
22979
22980 * gdb.c++/printmethod.exp: New file.
22981 * gdb.c++/printmethod.cc: New file.
22982
22983 * gdb.c++/pr-574.exp: New file.
22984 * gdb.c++/pr-574.cc: New file.
22985
22986 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
22987
22988 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
22989 embedded targets which never actually exit.
22990
22991 2002-09-18 Fernando Nasser <fnasser@redhat.com>
22992
22993 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
22994 "don't step after run" as unresolved or unsupported, instead of xfail.
22995
22996 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
22997
22998 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
22999 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
23000 Add newline to expected string in "step out of main (status wrapper)"
23001 case.
23002
23003 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23004
23005 * lib/gdb.exp (rerun_to_main): Allow restarting application.
23006 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
23007
23008 2002-09-17 Tom Tromey <tromey@redhat.com>
23009
23010 * gdb.base/printcmds.exp (test_print_string_constants): Expect
23011 \000, not \0, in double-quoted string.
23012
23013 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
23014
23015 * gdb.base/commands.exp: Don't expect a "Program exited normally"
23016 string after running the commands execution on breakpoint tests.
23017
23018 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
23019
23020 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
23021
23022 2002-09-12 Joel Brobecker <brobecker@gnat.com>
23023
23024 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
23025
23026 2002-09-10 Keith Seitz <keiths@redhat.com>
23027
23028 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
23029 runto proc.
23030 (mi_run_to_main): Use mi_runto.
23031 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
23032
23033 2002-09-10 Keith Seitz <keiths@redhat.com>
23034
23035 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
23036 regexp for stopping at main. Could have multiple event notifications.
23037 Don't assume that main was declared with no parameters.
23038 (mi_next): Use mi_step_to.
23039 (mi_step): Use mi_next_to.
23040
23041 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
23042
23043 * gdb.base/default.exp: Fix expected string in `info float' test.
23044
23045 2002-09-09 Ben Elliston <bje@redhat.com>
23046
23047 * config/mips.exp: Update comments.
23048 * config/mips-idt.exp: Likewise.
23049 * config/nind.exp: Likewise.
23050 * config/slite.exp: Likewise.
23051 * config/sparclet.exp: Likewise.
23052 * config/udi.exp: Likewise.
23053 * config/vx.exp: Likewise.
23054 * config/vxworks29k.exp: Likewise.
23055
23056 2002-09-05 Jim Blandy <jimb@redhat.com>
23057
23058 * gdb.threads/killed.exp: Fix test failure message.
23059
23060 2002-09-04 Keith Seitz <keiths@redhat.com>
23061
23062 * lib/mi-support.exp: Update copyright.
23063 (mi_gdb_test): Increase the priority of the expected pattern
23064 so that it matches gdb_test.
23065
23066 2002-09-03 Keith Seitz <keiths@redhat.com>
23067
23068 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
23069 Use integer comparison instead of string comparison for testing
23070 whether binary was built.
23071
23072 2002-09-03 Jim Blandy <jimb@redhat.com>
23073
23074 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
23075
23076 2002-08-29 Jim Blandy <jimb@redhat.com>
23077
23078 * gdb.threads/pthreads.exp: Move the portable thread compilation
23079 code into a function in lib/gdb.exp, and call that from here.
23080 * lib/gdb.exp (gdb_compile_pthreads): New function.
23081
23082 2002-08-29 Keith Seitz <keiths@redhat.com>
23083
23084 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
23085 expect_out so that callers can get at it.
23086
23087 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
23088
23089 * gdb.threads/print-threads.c: New file.
23090 * gdb.threads/print-threads.exp: New file.
23091 * gdb.threads/schedlock.c: New file.
23092 * gdb.threads/schedlock.exp: New file.
23093
23094 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
23095
23096 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
23097 not altivec.c.
23098
23099 2002-08-17 Mark Kettenis <kettenis@gnu.org>
23100
23101 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
23102 targets. The problem should be fixed now.
23103
23104 2002-08-15 Mark Kettenis <kettenis@gnu.org>
23105
23106 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
23107 2002-07-24 change that removes final dots from error messages.
23108
23109 2002-08-13 Tom Tromey <tromey@redhat.com>
23110
23111 * gdb.base/readline.exp: New file.
23112
23113 2002-08-01 Andrew Cagney <ac131313@redhat.com>
23114
23115 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
23116 supress message.
23117
23118 2002-08-01 Andrew Cagney <cagney@redhat.com>
23119
23120 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
23121 CHILL_FOR_TARGET and CHILL_LIB.
23122 * configure.in (configdirs): Remove gdb.chill.
23123 * configure: Regenerate.
23124 * lib/gdb.exp: Obsolete references to chill.
23125 * gdb.fortran/types.exp: Ditto.
23126 * gdb.fortran/exprs.exp: Ditto.
23127
23128 2002-07-30 Kevin Buettner <kevinb@redhat.com>
23129
23130 * gdb.base/shlib-call.exp (additional_flags): Conditionally
23131 set Irix-specific compile and link flags.
23132
23133 2002-07-29 Kevin Buettner <kevinb@redhat.com>
23134
23135 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
23136 source files. The ``-o'' option doesn't work with the ``-E'' option
23137 when using the Irix compiler.
23138
23139 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
23140
23141 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
23142 Improve support for reusing an exec file. Copy exec file
23143 to target, and run gdbserver on the target instead of on the host.
23144
23145 2002-07-18 Jim Blandy <jimb@redhat.com>
23146
23147 * gdb.base/ending-run.exp: Don't expect to see the program end in
23148 some orderly fashion when we're running on a real stand-alone
23149 board.
23150
23151 * gdb.base/interrupt.exp: Correct logic for skipping tests on
23152 targets that don't support interrupts.
23153
23154 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
23155
23156 * gdb.base/attach.exp: Add patterns to match output from /proc-based
23157 systems.
23158 Move comments in expect statements to inside the actions, so that they
23159 don't get matched against.
23160
23161 2002-07-10 Mark Kettenis <kettenis@gnu.org>
23162
23163 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
23164 function when asleep" test.
23165
23166 2002-07-10 Andrew Cagney <ac131313@redhat.com>
23167
23168 * gdb.base/page.exp: Rewrite to handle problems with very long
23169 `info set' output. Update copyright.
23170
23171 2002-06-26 Andrew Cagney <ac131313@redhat.com>
23172
23173 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
23174 gdb.threads-hp.
23175 * gdb.hp/configure: Regenerate.
23176 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
23177 * gdb.hp/gdb.threads-hp/configure: Delete file.
23178 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
23179
23180 2002-06-22 Andrew Cagney <ac131313@redhat.com>
23181
23182 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
23183 setlocale, bindtextdomain and textdomain.
23184
23185 2002-06-11 Jim Blandy <jimb@redhat.com>
23186
23187 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
23188 preprocessor macro information is present.
23189
23190 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
23191 tests.
23192
23193 2002-06-06 Michael Snyder <msnyder@redhat.com>
23194
23195 * gdb.base/overlays.exp: Record addresses of overlay
23196 functions in TCL variables rather than in GDB variables,
23197 to avoid having GDB convert them to pointers (with loss
23198 of information).
23199
23200 * gdb.base/d10v.ld: Merge in several years worth of
23201 default linker script changes.
23202 * gdb.base/long_long.exp: Add check for sizeof (long double).
23203
23204 2002-06-06 Michal Ludvig <mludvig@suse.cz>
23205
23206 * gdb.asm/asm-source.exp: Add x86-64 target.
23207 * gdb.asm/x86_64.inc: New.
23208
23209 2002-05-30 Michael Chastain <mec@shout.net>
23210
23211 From Benjamin Kosnik <bkoz@redhat.com>:
23212 * gdb.c++/m-static.cc: New file.
23213 * gdb.c++/m-static.exp: New file.
23214
23215 2002-05-28 Michael Snyder <msnyder@redhat.com>
23216
23217 * gdb.base/call-ar-st.exp: Allow for reduced floating point
23218 precision.
23219
23220 2002-05-27 Michael Chastain <mec@shout.net>
23221
23222 From Benjamin Kosnik <bkoz@redhat.com>:
23223 * gdb.c++/m-data.cc: New file.
23224 * gdb.c++/m-data.exp: New file.
23225
23226 2002-05-27 Michael Chastain <mec@shout.net>
23227
23228 From Benjamin Kosnik <bkoz@redhat.com>:
23229 * gdb.c++/try_catch.cc: New file.
23230 * gdb.c++/try_catch.exp: New file.
23231
23232 2002-05-27 Michael Chastain <mec@shout.net>
23233
23234 * gdb.c++/local.exp: Accept more nested types in output.
23235
23236 2002-05-26 Michael Chastain <mec@shout.net>
23237
23238 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
23239
23240 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
23241
23242 * lib/gdb.exp (gdb_wrapper_init): Just because
23243 gdb_wrapper_file exists, this does not mean that the file
23244 should not be rebuilt. That is what gdb_wrapper_initialized
23245 is for.
23246 (default_gdb_init): Reset gdb_wrapper_initialized.
23247
23248 2002-05-23 Michael Snyder <msnyder@redhat.com>
23249
23250 * gdb.base/all-bin.exp: Revise previous patch by just reducing
23251 the precision of the floating point test results.
23252 * gdb.base/call-rt-st.exp: Ditto.
23253
23254 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
23255 * gdb.base/call-rt-st.exp: Ditto.
23256
23257 2002-05-19 Michael Chastain <mec@shout.net>
23258
23259 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
23260
23261 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
23262
23263 * configure.in (configdirs): Add gdb.arch.
23264 * configure: Regenerate.
23265
23266 2002-05-17 Jim Blandy <jimb@redhat.com>
23267
23268 * gdb.base/completion.exp: Recognize the more detailed error
23269 messages produced by the macro expander's lexical analyzer.
23270
23271 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23272
23273 * gdb.arch/altivec-abi.c: New file.
23274 * gdb.arch/altivec-abi.exp: New file.
23275 * gdb.arch/altivec-regs.c: New file.
23276 * gdb.arch/altivec-regs.exp: New file.
23277
23278 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
23279
23280 * gdb.base/maint.exp (maint print type): Update for new type
23281 structure.
23282
23283 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23284
23285 * gdb.arch: New directory.
23286 * gdb.arch/configure.in: New file.
23287 * gdb.arch/configure: New file.
23288 * gdb.arch/Makefile.in: New file.
23289
23290 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
23291
23292 * gdb.asm/asm-source.exp: Add v850 as supported target.
23293 * gdb.asm/v850.inc: New file.
23294
23295 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
23296
23297 * gdb.c++/annota2.exp (annotate-quit): Add comment.
23298
23299 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
23300
23301 * gdb.base/break.exp: Check 'break "marker2"'.
23302
23303 2002-05-10 Michael Snyder <msnyder@redhat.com>
23304
23305 * gdb.base/long_long.exp: Fix typo.
23306
23307 2002-05-10 Jim Blandy <jimb@redhat.com>
23308
23309 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
23310 a bug.
23311
23312 * gdb.base/printcmds.exp (test_integer_literals_rejected):
23313 Recognize more detailed error message produced by the macro
23314 expander's lexical analyzer.
23315 * lib/gdb.exp (test_print_reject): Same.
23316
23317 2002-05-09 Mark Kettenis <kettenis@gnu.org>
23318
23319 * gdb.c++/method.exp: Fix typo.
23320
23321 2002-05-08 Michael Snyder <msnyder@redhat.com>
23322
23323 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
23324 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
23325 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
23326 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
23327 Add iftarget clause for strongarm.
23328
23329 2002-05-06 Michael Snyder <msnyder@redhat.com>
23330
23331 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
23332 (gdb_continue_to_end): Accept output from status wrapper.
23333 * gdb.base/ending-run.exp: Add case for output from status wrapper.
23334 Clean up fail messages to match pass messages.
23335
23336 Enable the "needs_status_wrapper" testsuite feature.
23337 * lib/gdb.exp (gdb_wrapper_init): New procedure.
23338 (gdb_compile): Conditionally call gdb_wrapper_init.
23339 * gdb.base/a2-run.exp: Recognize output from status wrapper.
23340 * gdb.c++/method.exp: Recognize output from status wrapper.
23341
23342 2002-05-06 Ben Elliston <bje@redhat.com>
23343 From Graydon Hoare <graydon@redhat.com>
23344
23345 * config/sid.exp: Include support for "rawsid" protocol.
23346
23347 2002-05-03 Jim Blandy <jimb@redhat.com>
23348
23349 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
23350 * gdb.c++/hang3.C: New file.
23351
23352 2002-05-04 Andrew Cagney <ac131313@redhat.com>
23353
23354 * gdb.base/default.exp: Remove obsolete code.
23355 * gdb.c++/misc.exp: Ditto. Update copyright.
23356 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
23357 * gdb.base/whatis.exp: Ditto. Update copyright.
23358 * gdb.base/scope.exp: Ditto. Update copyright.
23359 * gdb.base/ptype.exp: Ditto. Update copyright.
23360 * gdb.base/printcmds.exp: Ditto. Update copyright.
23361 * gdb.base/opaque.exp: Ditto. Update copyright.
23362 * gdb.base/list.exp: Ditto.
23363 * gdb.base/funcargs.exp: Ditto. Update copyright.
23364 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
23365 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
23366 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
23367 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
23368 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
23369 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
23370
23371 2002-05-02 Michael Snyder <msnyder@redhat.com>
23372
23373 * gdb.base/watchpoint.exp: Add xscale target.
23374 * gdb.base/long_long.exp: Add xscale target.
23375 * gdb.base/default.exp: Add xscale target.
23376
23377 2002-05-01 Jim Blandy <jimb@redhat.com>
23378
23379 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
23380 gdb.c++/hang.exp: New test.
23381
23382 2002-05-01 Fred Fish <fnf@redhat.com>
23383
23384 * gdb.base/completion.exp: Handle completions of "./Make" for
23385 more than one completion possibility, as is the case when we
23386 build and test in the source tree.
23387
23388 2002-04-29 Anthony Green <green@redhat.com>
23389
23390 * gdb.java/jmisc1.exp: New file.
23391 * gdb.java/jmisc2.exp: New file.
23392
23393 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
23394
23395 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
23396
23397 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
23398
23399 * gdb.base/help.exp: Change 'help status' to allow for target
23400 dependent output differences.
23401
23402 2002-04-22 Michael Chastain <mec@shout.net>
23403
23404 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
23405
23406 2002-04-22 Michael Chastain <mec@shout.net>
23407
23408 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
23409
23410 2002-04-17 David S. Miller <davem@redhat.com>
23411
23412 * gdb.asm/sparc64.inc: New file.
23413 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
23414
23415 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
23416
23417 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
23418 instruction file directly into the build tree. Clean up at end of
23419 test.
23420
23421 2002-04-18 David S. Miller <davem@redhat.com>
23422
23423 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
23424 handle 64-bit platforms correctly.
23425 * gdb.base/maint.exp: Likewise.
23426
23427 2002-04-18 Kevin Buettner <kevinb@redhat.com>
23428
23429 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
23430 ``-fpic'' when compiling files comprising a shared library, but
23431 it does need additional linker flags in order to find shared
23432 libraries at run time.
23433
23434 2002-04-18 Kevin Buettner <kevinb@redhat.com>
23435
23436 * gdb.base/cvexpr.c (use): New function.
23437 (main): Invoke use() on all global variables to prevent
23438 some linkers from deleting these otherwise unused symbols.
23439
23440 2002-04-17 Michael Chastain <mec@shout.net>
23441 From David S. Miller <davem@redhat.com>
23442
23443 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
23444 handle 64-bit platforms correctly.
23445
23446 2002-04-12 Michael Snyder <msnyder@redhat.com>
23447 From Jim Blandy <jimb@redhat.com>
23448 * gdb.base/foo.c (foox): Remove section attribute; the linker
23449 script can handle this instead.
23450 * gdb.base/bar.c (barx): Same.
23451 * gdb.base/baz.c (bazx): Same.
23452 * gdb.base/grbx.c (grbxx): Same.
23453
23454 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
23455 manager doesn't automatically unmap overlays unnecessarily.
23456
23457 2002-04-10 Martin M. Hunt <hunt@redhat.com>
23458
23459 * gdb.base/ending-run.exp: Fix pattern for Mips targets
23460 stepping out of main.
23461
23462 2002-04-09 Michael Chastain <mec@shout.net>
23463
23464 * gdb.c++/local.cc (main): Move call to marker1() inside nested
23465 scope so that the nested scope tests will make sense.
23466 * gdb.c++/local.exp: Write patterns that actually work with gcc
23467 (the HP patterns "were never known to work with gcc").
23468 Keep the old aCC patterns too.
23469
23470 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
23471
23472 * gdb.base/attach.exp: Correct target board test.
23473
23474 2002-04-08 Michael Chastain <mec@shout.net>
23475
23476 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
23477 in a const method. Add some xfail and fail cases for configurations
23478 that do not emit the "const ...".
23479
23480 2002-04-07 Michael Chastain <mec@shout.net>
23481
23482 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
23483 Accept "A * const" and "const A * const" as type of "this".
23484 Fix spelling of getFunky throughout. Make messages uniform.
23485
23486 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
23487
23488 Work around for PR gdb/285:
23489 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
23490
23491 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
23492
23493 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
23494 instructions file at run time instead of configure time.
23495 Sometimes we run the test in a directory that is not the one we
23496 configured in.
23497 * gdb.asm/configure.in: Delete creation of symlink.
23498 * gdb.asm/configure: Regenerate.
23499
23500 2002-04-05 J. Brobecker <brobecker@gnat.com>
23501
23502 * gdb.gdb/xfullpath.exp: New test, to exercise the new
23503 xfullpath () function.
23504
23505 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
23506
23507 * gdb.asm/Makefile.in: Correct dependencies.
23508
23509 * gdb.asm/powerpc.inc: New file.
23510 * gdb.asm/asm-source.exp: Add PowerPC.
23511 * gdb.asm/configure.in: Likewise.
23512 * gdb.asm/configure: Regenerated.
23513
23514 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
23515
23516 * gdb.base/relocate.exp: New file.
23517 * gdb.base/relocate.c: New file.
23518
23519 2002-04-04 Fred Fish <fnf@redhat.com>
23520
23521 * gdb.base/step-test.exp: Update comment regarding stopping in
23522 memcpy/bcopy calls inserted as part of the compiler runtime.
23523
23524 2002-04-04 Michael Snyder <msnyder@redhat.com>
23525
23526 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
23527
23528 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
23529
23530 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
23531 (gdb_expect): Remove $notransfer hack.
23532
23533 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
23534
23535 * gdb.c++/classes.exp ("calling method for small class"): Match
23536 updated register output.
23537
23538 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
23539
23540 Fix PR gdb/452
23541 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
23542 when finished. Make gdb_file_cmd send "exec-file" when
23543 appropriate.
23544
23545 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
23546
23547 * gdb.base/attach.exp: Remove extra setup_xfail.
23548
23549 2002-03-26 Michael Snyder <msnyder@redhat.com>
23550
23551 * gdb.base/default.exp: Add tests for dump, append, and restore.
23552 * gdb.base/help.exp: Add tests for dump, append, and restore.
23553 * gdb.base/dump.exp: New file, test dump, append and restore.
23554 * gdb.base/dump.c: New file.
23555
23556 2002-03-27 Michael Snyder <msnyder@redhat.com>
23557
23558 * gdb.base/help.exp: Modify expect strings to reflect
23559 clean-ups in help messages.
23560
23561 2002-03-26 Fred Fish <fnf@redhat.com>
23562
23563 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
23564 have debugging info for those functions and the compiler uses them
23565 internally to copy structs around.
23566
23567 2002-03-26 Fred Fish <fnf@redhat.com>
23568
23569 * gdb.base/list.exp: Revert the change made yesterday and add note
23570 about why we don't list the default lines for remote targets.
23571
23572 2002-03-25 Michael Snyder <msnyder@redhat.com>
23573
23574 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
23575
23576 2002-03-25 Fred Fish <fnf@redhat.com>
23577
23578 * gdb.base/list.exp: This test works on remote targets so remove
23579 the short circuit for remote targets. Update copyright.
23580
23581 2002-03-25 Fred Fish <fnf@redhat.com>
23582
23583 * gdb.base/attach.exp: Fix logic error that was suppressing this
23584 test for all non hppa*-*-hpux* targets, instead of the hp target.
23585 Move comments closer to the suppression point. Also now need to
23586 check that we are running natively.
23587
23588 2002-03-22 Michael Snyder <msnyder@redhat.com>
23589
23590 * gdb.base/default.exp: Add test for gcore. Update copyright.
23591 * gdb.base/help.exp: Add test for gcore. Update copyright.
23592
23593 2002-03-06 Fred Fish <fnf@redhat.com>
23594
23595 * gdb.base/funcargs.c: Remove extraneous ';' character.
23596 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
23597
23598 2002-03-04 Michael Chastain <mec@shout.net>
23599
23600 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
23601 accommodate gcc v3 function signature.
23602 * gdb.mi/mi0-var-cmd-exp: Ditto.
23603
23604 2002-02-24 Andrew Cagney <ac131313@redhat.com>
23605
23606 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
23607 ``GNU/Linux'' or ``Linux kernel''
23608 * testsuite/gdb.threads/pthreads.c: Ditto.
23609
23610 2002-02-24 Michael Chastain <mec@shout.net>
23611
23612 * gdb.threads/pthreads.c (thread1): Add a return statement.
23613 (thread2): Likewise.
23614 (foo): Likewise.
23615
23616 2002-02-23 Michael Chastain <mec@shout.net>
23617
23618 * gdb.threads/linux-dp.c (philosopher): Add a return statement
23619 to placate gcc.
23620
23621 2002-02-23 Michael Chastain <mec@shout.net>
23622
23623 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
23624 test "ptype bint". The test passes on all my stabs configurations.
23625
23626 2002-02-21 Jim Blandy <jimb@redhat.com>
23627
23628 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
23629 filename at a time, and watch for the ones we want to see.
23630
23631 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
23632 types of pointers to prototyped functions.
23633
23634 2002-02-20 Andrew Cagney <ac131313@redhat.com>
23635
23636 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
23637 signed, unsigned and straight char.
23638 (padding_char, padding_short, padding_int, padding_long,
23639 padding_long_long, padding_float, padding_double,
23640 padding_long_double): New global variables.
23641 (fill, fill_structs): New functions.
23642
23643 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
23644 for correctly sized writes. Update copyright.
23645 (get_valueof): New procedure.
23646 (get_sizeof): Call get_valueof.
23647 (check_valueof): New procedure.
23648 (check_padding): New procedure.
23649
23650 2002-02-20 Michael Chastain <mec@shout.net>
23651
23652 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
23653 to setup_xfail. Document some of the remaining calls.
23654
23655 2002-02-18 Michael Chastain <mec@shout.net>
23656
23657 * gdb.c++/userdef.exp: Update copyright year.
23658
23659 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
23660
23661 * gdb.c++/userdef.exp: Test overloaded operators properly.
23662 Remove xfails.
23663
23664 2002-02-14 Michael Snyder <msnyder@redhat.com>
23665
23666 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
23667
23668 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
23669
23670 * gdb.base/a2-run.exp: Check for a remote target properly.
23671 * gdb.base/annota1.exp: Likewise.
23672 * gdb.base/list.exp: Likewise.
23673 * gdb.base/reread.exp: Likewise.
23674 * gdb.base/scope.exp: Likewise.
23675 * gdb.base/shlib-call.exp: Likewise.
23676 * gdb.base/term.exp: Likewise.
23677 * gdb.c++/annota2.exp: Likewise.
23678
23679 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
23680
23681 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
23682
23683 2002-02-10 Michael Chastain <mec@shout.net>
23684
23685 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
23686 (call_after_alloca): Ditto.
23687
23688 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
23689
23690 * gdb.base/ending-run.exp: Guard "cont" test with
23691 gdb_skip_stdio_test.
23692
23693 2002-02-06 Jim Blandy <jimb@redhat.com>
23694
23695 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
23696 from here...
23697 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
23698 To here. Disable this test on non-HP platforms. Add big comment.
23699
23700 2002-02-04 Michael Snyder <msnyder@redhat.com>
23701
23702 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
23703 other than d10v and m32r.
23704
23705 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
23706
23707 * gdb.base/default.exp: Rewrite test patterns to reduce time
23708 taken to match them.
23709
23710 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
23711
23712 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
23713 Allow a start function above main.
23714 * gdb.threads/linux-dp.exp: Fix copyright date.
23715
23716 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
23717
23718 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
23719 (check_philosopher_stack): Check for manager thread before checking
23720 for a just-starting thread.
23721
23722 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
23723
23724 From Neil Booth <neil@daikokuya.demon.co.uk>:
23725 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
23726 warnings.
23727
23728 2002-01-21 Fred Fish <fnf@redhat.com>
23729
23730 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
23731 not caller.
23732
23733 2002-01-21 Jim Blandy <jimb@redhat.com>
23734
23735 * gdb.base/reread.exp: Check that GDB properly re-reads the
23736 executable file when it changes while no inferior is running.
23737
23738 2002-01-21 Fred Fish <fnf@redhat.com>
23739
23740 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
23741 optionally accept the "shlib events" variation.
23742
23743 2002-01-21 Jim Blandy <jimb@redhat.com>
23744
23745 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
23746 call `fflush' after every `printf', so that the output is produced
23747 at predictable points, regardless of whatever buffering does (or
23748 doesn't) take place.
23749 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
23750 at different points.
23751
23752 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
23753
23754 * gdb.c++/inherit.exp: Update copyright years.
23755 * gdb.c++/method.exp: Likewise.
23756
23757 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
23758
23759 * gdb.c++/classes.exp: Update for improved v3 support and skipping
23760 artificial methods/arguments.
23761 * gdb.c++/derivation.exp: Likewise.
23762 * gdb.c++/inherit.exp: Likewise.
23763 * gdb.c++/method.exp: Likewise.
23764 * gdb.c++/virtfunc.exp: Likewise.
23765
23766 2002-01-18 Andrew Cagney <ac131313@redhat.com>
23767
23768 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
23769 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
23770 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
23771 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
23772 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
23773 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
23774
23775 2002-01-17 Jim Blandy <jimb@redhat.com>
23776
23777 * gdb.asm/asm-source.exp (info symbol): Take another shot at
23778 anchoring the pattern matching the entry point symbol's name.
23779
23780 2002-01-17 Andrew Cagney <ac131313@redhat.com>
23781
23782 * gdb.base/maint.exp: Update ``maint internal-error'' to match
23783 continue/quit query. Update copyright.
23784
23785 2002-01-14 Michael Snyder <msnyder@redhat.com>
23786
23787 * gdb.base/gcore.exp: Remove extra debugging output.
23788
23789 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
23790
23791 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
23792 for slightly dubious v2 mangled string.
23793
23794 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
23795
23796 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
23797
23798 2002-01-10 Jason Merrill <jason@redhat.com>
23799
23800 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
23801
23802 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
23803 constructors.
23804 * gdb.c++/derivation.exp: Likewise.
23805 * gdb.c++/templates.exp: Likewise.
23806 * gdb.c++/virtfunc.exp: Likewise.
23807
23808 2002-01-10 Michael Snyder <msnyder@redhat.com>
23809
23810 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
23811
23812 2002-01-08 Michael Snyder <msnyder@redhat.com>
23813
23814 * gdb.base/gcore.exp: New test for generate-core-file command.
23815 * gdb.base/gcore.c: Testcase for above.
23816 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
23817
23818 2002-01-08 Jason Merrill <jason@redhat.com>
23819
23820 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
23821
23822 2002-01-07 Fred Fish <fnf@redhat.com>
23823
23824 * gdb.c++/overload.exp: Remove unconditional xfails for:
23825 print foo_instance1.overloadargs(1)
23826 print foo_instance1.overloadargs(1, 2)
23827 print foo_instance1.overloadargs(1, 2, 3)
23828 print foo_instance1.overloadargs(1, 2, 3, 4)
23829 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
23830 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
23831 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
23832 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
23833 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
23834 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
23835 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
23836 print foo_instance1.overload1arg()
23837 print foo_instance1.overload1arg((char)arg2)
23838 print foo_instance1.overload1arg((signed char)arg3)
23839 print foo_instance1.overload1arg((unsigned char)arg4)
23840 print foo_instance1.overload1arg((int)arg7)
23841 print foo_instance1.overload1arg((unsigned int)arg8)
23842 print foo_instance1.overload1arg((float)arg11)
23843 print foo_instance1.overload1arg((double)arg12)
23844
23845 2002-01-07 Michael Snyder <msnyder@redhat.com>
23846
23847 * gdb.base/huge.exp: New test. Print a very large target data object.
23848 (skip_huge_test): New test variable. Define if you want to skip this
23849 test. The test reads an 8 megabyte data object from the target, so it
23850 might be very time consuming on remote targets with a slow connection.
23851 * gdb.base/huge.c: New file. Test case for above.
23852
23853 2002-01-07 Fred Fish <fnf@redhat.com>
23854
23855 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
23856 g_instance.bfoo, and g_instance.cfoo.
23857
23858 2002-01-07 Jeffrey A Law <law@redhat.com>
23859
23860 * gdb.base/break.c (multi_line_if_conditional): New function.
23861 (multi_ilne_while_conditional): Likewise.
23862 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
23863 IF or WHILE condition puts the breakpoint at the start of
23864 the condition.
23865
23866 * gdb.base/selftest.exp (backtrace through signal handler): Remove
23867 hppa*-*-hpux* expected failure.
23868 * gdb.base/structs.exp (do_function_calls): Similarly.
23869
23870 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
23871 watchpoints.
23872
23873 2002-01-06 Andrew Cagney <ac131313@redhat.com>
23874
23875 Fix PR gdb/66.
23876 * gdb.base/structs.exp: Replace skip for a29k with skip for
23877 gdb,cannot_call_functions.
23878 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
23879 * gdb.base/callfuncs.exp: Ditto.
23880 * gdb.base/call-rt-st.exp: Ditto.
23881 * gdb.base/call-strs.exp: Ditto.
23882 * gdb.base/callfwmall.exp: Ditto.
23883 * gdb.base/scope.exp: Obsolete xfail a29k.
23884 * gdb.c++/misc.exp: Ditto.
23885 * gdb.c++/cplusfuncs.exp: Ditto.
23886 * gdb.base/ptype.exp: Ditto.
23887 * gdb.base/printcmds.exp: Ditto.
23888 * gdb.base/opaque.exp: Ditto.
23889 * gdb.base/list.exp: Ditto.
23890 * gdb.base/funcargs.exp: Ditto.
23891 * gdb.base/default.exp: Ditto.
23892
23893 2002-01-04 Michael Snyder <msnyder@redhat.com>
23894
23895 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
23896 * gdb.base/maint.exp: Add tests for maint info sections options.
23897
23898 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
23899
23900 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
23901
23902 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
23903
23904 * gdb.asm/arm.inc: New file.
23905 * gdb.asm/asm-source.exp: Add arm targets.
23906 * gdb.asm/configure.in: Ditto.
23907 * gdb.asm/configure: Recreated from configure.in.
23908
23909 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
23910
23911 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
23912 with HP's compiler.
23913 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
23914 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
23915 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
23916 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
23917
23918 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
23919 either HP's compilers or GCC.
23920
23921 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
23922 a SIGBUS or SIGSEGV.
23923
23924 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
23925
23926 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
23927 can be compiled with either HP's compiler or GCC.
23928
23929 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
23930 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
23931 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
23932
23933 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
23934 to match current gdb output. Update due to using auto-solib-limit
23935 for limiting instead of overloading auto-solib-add.
23936 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
23937 test program.
23938
23939 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
23940 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
23941 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
23942 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
23943 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
23944 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
23945 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
23946 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
23947 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
23948 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
23949 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
23950 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
23951 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
23952
23953 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
23954 a SIGTRAP to the inferior.
23955
23956 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
23957
23958 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
23959 Substitute call to target_link by call to gdb_compile.
23960
23961 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
23962
23963 * gdb.base/break.exp: Fix HP specific search string when testing
23964 backtracing in a called function.
23965
23966 * gdb.base/constvars.exp: Only set lang to C++ if we're
23967 compiling the test with HP's compilers.
23968 * gdb.base/volatile.exp: Similarly.
23969
23970 2001-12-19 Jim Blandy <jimb@redhat.com>
23971
23972 * gdb.base/printcmds.exp: Expect the null character to be printed
23973 as '\0', and the '\013' to be printed as '\v'.
23974 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
23975 * gdb.base/setvar.exp: Same.
23976
23977 2001-12-17 Jim Blandy <jimb@redhat.com>
23978
23979 * gdb.base/completion.exp: Rather than completing very long
23980 filenames, which can make the readline library produce output we
23981 don't recognize, cd to the directory first, and then complete
23982 using nice, short relative paths.
23983
23984 * gdb.base/completion.exp: On some systems, there is, in fact, a
23985 variable named `b' in scope, since GDB treats all static
23986 variables as being in scope. So use `no_var_named_this'
23987 instead of `b'.
23988
23989 * gdb.base/corefile.exp: Recognize the message saying that GDB
23990 can't find the core file's registers as a failure.
23991
23992 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
23993
23994 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
23995 test expect string more specific.
23996
23997 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
23998
23999 * gdb.asm/asm-source.exp: Add support for xstormy16.
24000 * gdb.asm/configure.in: Ditto.
24001 * gdb.asm/configure: Rebuild.
24002 * gdb.asm/xstormy16.inc: New file.
24003
24004 2001-12-10 Fred Fish <fnf@redhat.com>
24005
24006 * gdb.base/maint.exp: Update to match changes in type dumping code.
24007
24008 2001-12-10 Jim Blandy <jimb@redhat.com>
24009
24010 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
24011 matching the entry point symbol's name at the beginning of the
24012 line.
24013
24014 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24015
24016 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
24017 gdb.c++/inherit.exp, gdb.c++/method.exp,
24018 gdb.c++/namespace.exp, gdb.c++/templates.exp,
24019 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
24020 and class layout support.
24021
24022 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24023
24024 * gdb.c++/classes.exp: Add test for static member function.
24025 * gdb.c++/misc.cc: Add class with static member function.
24026
24027 2001-12-07 Jim Blandy <jimb@redhat.com>
24028
24029 If GDB says it can't find the struct the function returned, report
24030 those tests as `unsupported'.
24031 * gdb.base/call-rt-st.exp (print_struct_call): New function.
24032 Rewrite subsequent tests to use it.
24033
24034 If GDB says it can't find the struct the function returned, report
24035 those tests as `unsupported'.
24036 * gdb.base/structs.exp (call_struct_func): New function.
24037 (do_function_calls): Use call_struct_func to call the functions
24038 returning structs.
24039
24040 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
24041 whether functions are prototyped or not, so we can't possibly pass
24042 arguments to t_float_values2 properly.
24043
24044 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
24045 value of `timeout' for targets other than the mips*tx39-*.
24046
24047 2001-12-06 Michael Snyder <msnyder@redhat.com>
24048
24049 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
24050 and detect whether the start symbol has a leading underscore.
24051
24052 2001-12-04 Jim Blandy <jimb@redhat.com>
24053
24054 * gdb.base/completion.exp: Clarify indentation.
24055
24056 2001-12-03 Jim Blandy <jimb@redhat.com>
24057
24058 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
24059 variables on the S/390, not `.word'.
24060
24061 2001-11-30 Jim Blandy <jimb@redhat.com>
24062
24063 Add assembly-source tests for s390-ibm-linux.
24064 * gdb.asm/s390.inc: New file.
24065 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
24066 the S/390 architecture.
24067 * gdb.asm/configure: Regenerated.
24068
24069 2001-11-30 Michael Snyder <msnyder@redhat.com>
24070
24071 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
24072 next, info source, info sources, info line, global and static
24073 variables, and static functions.
24074 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
24075 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
24076 * gdb.asm/asmsrc1.s: Add a static function and some variables.
24077 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
24078 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
24079 (gdbasm_leave): Restore frame pointer.
24080 (gdbasm_startup): Copy stack set-up from crt0.S.
24081
24082 2001-11-26 Fernando Nasser <fnasser@redhat.com>
24083
24084 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
24085 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
24086 to a local (non-static) variable. Copy tstruct.a to a static buffer
24087 and return a pointer to that buffer.
24088 * gdb.base/callfwmall.c (t_structs_a): Ditto.
24089
24090 2001-11-24 Mark Kettenis <kettenis@gnu.org>
24091
24092 * gdb.asm/configure.in: Fix recognition of ix86 target.
24093 * gdb.asm/configure: Regenerate.
24094
24095 2001-11-21 Michael Snyder <msnyder@redhat.com>
24096
24097 * gdb.asm/sparc.inc: New file.
24098 * gdb.asm/asm-source.exp: Recognize sparc target.
24099 * gdb.asm/configure.in: Recognize sparc target.
24100 * gdb.asm/configure: Regenerate.
24101
24102 2001-11-21 Michael Snyder <msnyder@redhat.com>
24103
24104 * gdb.asm/m32r.inc: New file.
24105 * gdb.asm/asm-source.exp: Recognize m32r target.
24106 * gdb.asm/configure.in: Recognize m32r target.
24107 * gdb.asm/configure: Regenerate.
24108
24109 2001-11-20 Michael Snyder <msnyder@redhat.com>
24110
24111 * gdb.asm/i386.inc: New file.
24112 * gdb.asm/asm-source.exp: Recognize ix86 target.
24113 * gdb.asm/configure.in: Recognize ix86 target.
24114 * gdb.asm/configure: Regenerate.
24115
24116 * gdb.c++/namespace.exp: Fix quotes in output messages.
24117
24118 2001-11-14 Michael Snyder <msnyder@redhat.com>
24119
24120 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
24121 qualifier in a type cast expression, to designate an address
24122 in the instruction space (Harvard architecture).
24123
24124 2001-11-13 Michael Snyder <msnyder@redhat.com>
24125
24126 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
24127 Tests for expressions using 'const' and 'volatile'.
24128
24129 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
24130
24131 * gdb.asm/asm-sources.exp: Allow defining linker flags.
24132
24133 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
24134
24135 * lib/mi-support.exp (mi_run_to_helper): Move comments
24136 outside of gdb_expect.
24137
24138 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
24139
24140 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
24141 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
24142 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
24143 mi0_run_to): New functions.
24144 * gdb.mi/mi-simplerun.exp: Use them.
24145 * gdb.mi/mi0-simplerun.exp: Likewise.
24146 * gdb.mi/mi-var-cmd.exp: Likewise.
24147 * gdb.mi/mi0-var-cmd.exp: Likewise.
24148
24149 2001-11-10 Andrew Cagney <ac131313@redhat.com>
24150
24151 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
24152 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
24153
24154 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24155
24156 * gdb.base/restore.exp: Include $expected value in restored test
24157 message.
24158
24159 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24160
24161 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
24162 implemented.
24163
24164 2001-11-08 Michael Snyder <msnyder@redhat.com>
24165
24166 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
24167 Add pass/fail message for stop at breakpoint in call dummy function.
24168
24169 2001-11-07 Michael Snyder <msnyder@redhat.com>
24170
24171 * gdb.c++/templates.exp (test_template_breakpoints):
24172 If we get an overload menu, but it does not match what
24173 we expect, we still need to issue the "cancel" command.
24174 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
24175 making the whitespace optional. Argument for "new" may be
24176 "unsigned" as well as "unsigned int/long".
24177 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
24178 making the whitespace optional. Also replace "(void) with
24179 "((void|)), making the keyword "void" optional.
24180 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
24181 making the whitespace optional. Also replace "(void) with
24182 "((void|)), making the keyword "void" optional.
24183 * gdb.base/callfuncs.c (t_float_values): This function must
24184 _not_ be prototyped, and the following function (t_float_values2)
24185 must be prototyped (if the compiler supports it), so that GDB
24186 can be tested against both cases. Usually one case involves
24187 promotion of float to double, while the other does not.
24188 * gdb.base/callfwmall.c: Ditto.
24189 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
24190 includes a stack frame for "start".
24191
24192 2001-11-05 Jim Blandy <jimb@redhat.com>
24193
24194 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
24195 pointers are 32 bits long, and that offsets of relocs are always
24196 stored in the data (REL-style), and not in the reloc entry itself
24197 (RELA-style).
24198 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
24199 stabs.
24200
24201 2001-11-01 Michael Snyder <msnyder@redhat.com>
24202
24203 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
24204 and regular expression operators by using quoting.
24205
24206 2001-10-31 Michael Snyder <msnyder@redhat.com>
24207
24208 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
24209 depending on what the symbol table contains.
24210 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
24211 the output of the ptype command. Similarly, accept both "const &"
24212 and "const&".
24213
24214 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
24215
24216 * gdb.base/miscexprs.c (main): Add usage of preprocessor
24217 symbol `STORAGE' to allow to choose the storage class of
24218 the local datastructures.
24219 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
24220 compiler directive.
24221
24222 2001-10-30 Michael Snyder <msnyder@redhat.com>
24223
24224 * gdb.base/jump.exp: Allow it to run for all targets.
24225
24226 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24227
24228 * gdb.base/call-ar-st.c (print_double_array): Match for loop
24229 with new double_array size.
24230 (main): Change storage class of all local variables to static.
24231 Reduce size of double_array to 9.
24232 * gdb.base/call-ar-st.exp: Increase timeout value.
24233 Change expected output for double array to match new size in
24234 call-ar-st.c.
24235
24236 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24237
24238 * gdb.base/ending-run.exp: Create identical output when passing
24239 `step to end of run' case. Add regular expression branch satisfying
24240 Stormy16 target.
24241
24242 2001-10-28 Mark Kettenis <kettenis@gnu.org>
24243
24244 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
24245 that we catch the expected failure under Linux/x86.
24246
24247 2001-10-29 Orjan Friberg <orjanf@axis.com>
24248
24249 * gdb.base/setvar.exp: Escape curly braces.
24250 * gdb.stabs/weird.exp: Ditto.
24251
24252 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
24253
24254 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
24255 * gdm.mi/mi0-hack-cli.exp: Likewise.
24256
24257 2001-10-25 Andrew Cagney <ac131313@redhat.com>
24258
24259 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
24260 messages.
24261
24262 2001-10-21 Andrew Cagney <ac131313@redhat.com>
24263
24264 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
24265 checking MI enabled.
24266
24267 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
24268
24269 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
24270
24271 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
24272
24273 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
24274 if gdb child process crashes, just signal an error.
24275
24276 2001-10-02 Jim Blandy <jimb@redhat.com>
24277
24278 * lib/gdb.exp (test_xfail_format): Simplify.
24279
24280 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
24281 front of the variable name `format'. Simplify `if'.
24282
24283 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24284
24285 * gdb.threads/pthreads.exp: Wait for output and delay
24286 before sending ^C.
24287
24288 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24289
24290 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
24291 some incorrect output instead of timing out.
24292 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
24293
24294 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
24295
24296 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
24297 check to allow additional `int'.
24298
24299 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
24300
24301 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
24302 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
24303
24304 2001-09-27 Michael Snyder <msnyder@redhat.com>
24305
24306 * lib/gdb.exp (test_debug_format): New proc.
24307 (setup_xfail_format): Use new proc test_debug_format.
24308 * gdb.base/constvars.exp (local_compiler_xfail_check): New
24309 proc; use new service proc test_debug_format.
24310 Replace all other "gcc_compiled" tests with this test.
24311 * gdb.base/volatile.exp (local_compiler_xfail_check): New
24312 proc; use new service proc test_debug_format.
24313 Replace all other "gcc_compiled" tests with this test.
24314
24315 2001-09-27 Michael Snyder <msnyder@redhat.com>
24316
24317 * gdb.base/cvexpr.exp: New file.
24318 * gdb.base/cvexpr.c: New file
24319 Test for expressions using const and volatile keywords.
24320
24321 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
24322
24323 * gdb.base/constvars.exp: Check for different orders of keywords
24324 and additional "int" strings in output.
24325
24326 2001-09-22 Andrew Cagney <ac131313@redhat.com>
24327
24328 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
24329 responses from "help maint".
24330
24331 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
24332
24333 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
24334 to localhost:NNN instead of :NNN, in case Xvfb is listening
24335 only on TCP.
24336
24337 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
24338
24339 * gdb.base/recurse.exp: When checking leaving the watchpoint
24340 scope, recognize when gdb is in function's epilogue and pass.
24341
24342 2001-09-18 Keith Seitz <keiths@redhat.com>
24343
24344 * lib/insight-support.exp (_gdbtk_export_target_info): Add
24345 support for running tests against sid targets.
24346 (gdbtk_done): Ditto.
24347
24348 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
24349
24350 * gdb.base/ending-run.c (main): Set stdout buffersize
24351 to the same reasonable value for any target.
24352 * gdb.base/ending-run.exp: Add a regular expression
24353 to make testsuite happy on Sanyo Stormy16 target.
24354
24355 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
24356
24357 * gdb.base/display.c (do_loops): Add float variable `f'.
24358 Increment f in loop.
24359 * gdb.base/display.exp: Increment timeout by 60 seconds.
24360 Change float display test to use variable `f'.
24361
24362 2001-09-17 Jim Blandy <jimb@redhat.com>
24363
24364 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
24365 overflowing the limited breakpoint tables on some ROM monitors
24366 (like the ROM68K).
24367
24368 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
24369
24370 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
24371 the "-ac" (disable access control) flag.
24372
24373 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
24374
24375 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
24376 ints.
24377
24378 2001-08-30 Keith Seitz <keiths@redhat.com>
24379
24380 * lib/gdb.exp: Move all insight-related functionality into
24381 separate file.
24382 * lib/insight-support.exp: New file.
24383
24384 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
24385
24386 * config/sid.exp (sid_start): Never set sid verbosity; disable
24387 expect_background {} that consumed its stdout; tolerate </dev/null.
24388 Attempt to set endianness override in "sid" protocol mode. Cleanup.
24389
24390 2001-08-18 Andrew Cagney <ac131313@redhat.com>
24391
24392 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
24393 CLI jump command to start it.
24394 (mi_run_to_main): Fail immediatly when unexpected output.
24395
24396 2001-08-18 Andrew Cagney <ac131313@redhat.com>
24397
24398 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
24399 beginning of function. Fix PR gdb/191.
24400
24401 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
24402
24403 * config/sid.exp (sid_start): Don't warn if we cannot figure out
24404 what to force sid endianness to.
24405
24406 2001-08-15 Keith Seitz <keiths@redhat.com>
24407
24408 * lib/gdb.exp (gdbtk_start): Don't set environment
24409 variables for TCL_LIBRARY and friends. Insight will
24410 now figure these out for itself.
24411
24412 2001-08-02 Michael Snyder <msnyder@redhat.com>
24413
24414 * gdb.base/completion.exp: Remove the symbol "a64l" from
24415 the expect string; this is target-specific, and not related
24416 to what is being tested.
24417
24418 2001-08-02 Dave Brolley <brolley@redhat.com>
24419
24420 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
24421
24422 2001-07-25 Michael Snyder <msnyder@redhat.com>
24423
24424 * gdb.base/consecutive.exp: New file. Test stepping over
24425 breakpoints on consecutive instructions.
24426 * gdb.base/consecutive.c: New file.
24427
24428 * gdb.base/call-rt-st.exp: Use double-backslash to quote
24429 curly braces in regular expressions.
24430
24431 2001-07-25 Michael Snyder <msnyder@redhat.com>
24432
24433 * gdb.base/ending-run.exp: Accept "Program exited normally" as
24434 legitimate output from stepping out of main.
24435
24436 2001-07-22 Keith Seitz <keiths@redhat.com>
24437
24438 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
24439 the empty string, do not run the tests.
24440
24441 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24442
24443 * gdb.base/long_long.exp: Detect size of pointer. Take into
24444 account 2-byte pointers when testing for p/a results.
24445
24446 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24447
24448 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
24449 and defined to 1K for m68hc11.
24450 (random_data): Reduce table to 1K for embedded platforms (68hc11).
24451 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
24452 (sizeof_random_data): New variable to tell the size of the data table;
24453 don't test past this size; always run to main.
24454
24455 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24456
24457 * gdb.base/return2.exp: return of long long and double fails for
24458 68HC11; don't execute these tests on that platform.
24459 * gdb.base/return.exp: Return of a double fails for 68hc11.
24460
24461 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24462
24463 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
24464 tests that print a float.
24465 * call-rt-st.exp: Likewise.
24466
24467 2001-07-12 Mark Kettenis <kettenis@gnu.org>
24468
24469 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
24470 running this test on Linux.
24471
24472 2001-06-24 Michael Chastain <chastain@redhat.com>
24473
24474 * gdb.base/arithmet.exp: Remove some tests to make all test names
24475 unique.
24476
24477 2001-07-03 Michael Snyder <msnyder@redhat.com>
24478
24479 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
24480 the output of the ptype command.
24481
24482 2001-07-02 Michael Snyder <msnyder@redhat.com>
24483
24484 * gdb.base/completion.exp: Don't assume that break.c is the only
24485 source file that may contain functions named "marker".
24486 * gdb.base/corefile.exp: Quote the curly braces in regexp.
24487
24488 2001-06-28 Andrew Cagney <ac131313@redhat.com>
24489
24490 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
24491 of files to delete.
24492
24493 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
24494 * gdb.disasm/h8300s.exp: New file.
24495 gdb.disasm/h8300s.s: Likewise.
24496
24497 2001-06-27 Andrew Cagney <ac131313@redhat.com>
24498
24499 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
24500 empty breakpoint tables.
24501
24502 2001-06-25 Andrew Cagney <ac131313@redhat.com>
24503
24504 * lib/mi-support.exp: Update args=... part of stop-reason
24505 patterns. Accept either a list or a tuple.
24506
24507 2001-06-23 Andrew Cagney <ac131313@redhat.com>
24508
24509 * lib/mi-support.exp: Remove local emacs variable defining
24510 change-log-default-name.
24511
24512 2001-06-22 Michael Chastain <chastain@redhat.com>
24513
24514 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
24515 This is operationally compatible with the previous version.
24516
24517 2001-06-13 Jim Blandy <jimb@redhat.com>
24518
24519 * lib/gdb.exp (gdb_test): Doc fix.
24520
24521 2001-06-10 Michael Chastain <chastain@redhat.com>
24522
24523 * gdb.base/exprs.exp: Remove a duplicate test.
24524
24525 2001-06-06 Jim Blandy <jimb@redhat.com>
24526
24527 * gdb.base/return2.exp (main): Use values to test float and double
24528 returns that are not NaN's, to avoid being confused by IEEE
24529 comparison rules.
24530
24531 2001-06-04 Michael Snyder <msnyder@redhat.com>
24532
24533 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
24534 non-zero if control_c fails. Terminate the test on failure,
24535 rather than wait for 12 more tests to time out.
24536
24537 2001-06-06 Jim Blandy <jimb@redhat.com>
24538
24539 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
24540 Don't forget to match the GDB prompt.
24541
24542 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
24543
24544 2001-06-04 Jim Blandy <jimb@redhat.com>
24545
24546 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
24547 command.
24548
24549 2001-05-31 Kevin Buettner <kevinb@redhat.com>
24550
24551 * gdb.base/annota1.exp (info break): Match four or more spaces
24552 after "Address".
24553
24554 2001-05-31 Michael Chastain <chastain@redhat.com>
24555
24556 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
24557 (dm_type_int_star): Likewise.
24558 (dm_type_long_star): Likewise.
24559 (dm_type_void_star): Likewise.
24560
24561 2001-05-29 Kevin Buettner <kevinb@redhat.com>
24562
24563 * gdb.base/completion.exp (INPUTRC): Set this environment variable
24564 to a known value in order to get consistent results regardless
24565 of the setting of INPUTRC or the presence or contents of .inputrc.
24566
24567 2001-05-24 Michael Snyder <msnyder@redhat.com>
24568
24569 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
24570 Don't require that the main thread and the manager thread are the
24571 first in the list.
24572
24573 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
24574 debugging. If test fails, issue an "unsupported" not a "fail".
24575
24576 2001-05-24 Jim Blandy <jimb@redhat.com>
24577
24578 Don't assume that short is shorter than int.
24579 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
24580 assume that shorts are smaller than ints. On a 16-bit machine,
24581 this isn't true.
24582 ("print unsigned char == (~0)"): Add test that verifies that ~0,
24583 an int, is not equal to ~0 stored in an unsigned char. This tests
24584 the same thing that the previous test meant to, but works on
24585 16-bit machines, too.
24586 ("print unsigned char != (~0)"): Same test, complemented.
24587
24588 2001-05-24 Michael Snyder <msnyder@redhat.com>
24589
24590 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
24591 test for (full_coverage == 0). This makes the test run faster,
24592 and prevents dejagnu getting out of step.
24593
24594 2001-05-23 Kevin Buettner <kevinb@redhat.com>
24595
24596 * gdb.base/finish.exp (finish_void): Revise pattern for
24597 stopping on the call statement to not permit stopping at
24598 the start of the instructions comprising the call sequence.
24599
24600 2001-05-19 Michael Chastain <chastain@redhat.com>
24601
24602 * gdb.base/callfuncs.exp: Make all test names unique.
24603 * gdb.base/commands.exp: Make all test names unique.
24604 * gdb.base/condbreak.exp: Make all test names unique.
24605 * gdb.base/dbx.exp: Make all test names unique.
24606 * gdb.base/default.exp: Make all test names unique.
24607 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
24608 and TIMEOUT messages to their corresponding PASS message.
24609 * gdb.base/ending-run.exp: Make all test names unique.
24610 * gdb.base/long_long.exp: Remove duplicate test.
24611
24612 2001-05-21 Kevin Buettner <kevinb@redhat.com>
24613
24614 * gdb.base/finish.exp (finish_void): Allow "finish" command to
24615 stop on the call statement as well as the statement after the
24616 call.
24617
24618 2001-05-21 Michael Snyder <msnyder@redhat.com>
24619
24620 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
24621
24622 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
24623
24624 * gdb.base/completion.exp: Revamp test. Make it execute on all
24625 platforms.
24626
24627 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
24628
24629 * config/gdbserver.exp (gdb_load): Handle the case
24630 in which the arguments to gdbserver are given in the
24631 baseboard configuration file.
24632 Also handle the case in which the server needs to do a
24633 load.
24634
24635 2001-05-07 Keith Seitz <keiths@cygnus.com>
24636
24637 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
24638 set up the display for testing.
24639 (gdbtk_start): Convert all paths to paths that tcl will like.
24640 Export target information to environment.
24641 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
24642 necessary.
24643 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
24644 (to_tcl_path): New proc to convert a given pathname into
24645 a path acceptible as an argument to a tcl command.
24646 (_gdbtk_export_target_info): New proc to export target info
24647 into the environment for gdbtk testing.
24648 (gdbtk_done): New proc to signal end-of-test.
24649
24650 2001-05-06 Jim Blandy <jimb@redhat.com>
24651
24652 * restore.c: Make the code of caller0 correspond to its comment.
24653
24654 2001-05-03 Michael Snyder <msnyder@redhat.com>
24655
24656 * config/sid.exp (gdb_target_sid): Check for error messages.
24657 On error or timeout, don't make expect exit (which will terminate
24658 all subsequent tests); instead just make gdb exit.
24659 (gdb_load): Check for error messages. On error or timeout,
24660 return a negative value.
24661
24662 2001-04-24 Jim Blandy <jimb@redhat.com>
24663
24664 * gdb.c++/templates.exp: If we see the prompt for the overload
24665 list, but we haven't recognized any of the longer patterns,
24666 arrange for this test to fail, not hang.
24667
24668 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
24669 variations.
24670
24671 2001-04-22 Michael Chastain <chastain@redhat.com>
24672
24673 * gdb.c++/local.exp: Use the 'runto' library function.
24674 * gdb.c++/namespace.exp: Likewise.
24675 * gdb.c++/overload.exp: Likewise.
24676
24677 2001-03-26 Kevin Buettner <kevinb@redhat.com>
24678
24679 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
24680 * gdb.base/step-line.exp: New file. Test step/next in presence of
24681 #line directives.
24682 * gdb.base/step-line.c: New file. Test program for the above.
24683 * gdb.base/step-line.inp: New file. We pretend that this file has
24684 been transformed by some other tool into step-line.c.
24685
24686 2001-03-21 Jim Blandy <jimb@redhat.com>
24687
24688 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
24689 unmangled operator names.
24690
24691 2001-03-20 Jim Blandy <jimb@redhat.com>
24692
24693 * gdb.threads/linux-dp.exp: Recognize an additional message
24694 generated by GDB when it doesn't understand how to debug threads
24695 on the target system.
24696
24697 2001-03-19 Andrew Cagney <ac131313@redhat.com>
24698
24699 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
24700
24701 2001-03-12 Michael Chastain <chastain@redhat.com>
24702
24703 * gdb.c++/derivation.exp: Use the 'runto' library function.
24704
24705 2001-03-12 Michael Chastain <chastain@redhat.com>
24706
24707 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
24708
24709 2001-02-24 Michael Chastain <chastain@redhat.com>
24710
24711 * gdb.c++/ref-types.exp: Change handwritten code to library
24712 function 'runto'.
24713
24714 2001-03-16 Orjan Friberg <orjanf@axis.com>
24715
24716 * gdb.base/signals.exp: Set count to 0 explicitly.
24717
24718 2001-03-15 Mark Salter <msalter@redhat.com>
24719
24720 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
24721 (gdb_target_monitor): Add check of gdb_target_cmd return value.
24722 (gdb_load): Add support for additional target_info: gdb_download_size
24723 and gdb_load_timeout.
24724
24725 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
24726
24727 * gdb.base/annota1.exp: Move test of isnative to earlier in the
24728 file -- to prevent failing when the compile fails but we have no
24729 intention of running the tests anyway.
24730
24731 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
24732 tests if set.
24733
24734 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
24735 integers.
24736
24737 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
24738 * gdb.c++/namespace.exp: Ditto.
24739
24740 2001-03-07 Orjan Friberg <orjanf@axis.com>
24741
24742 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
24743 * gdb.base/pointers.exp: Relax pattern match of decimals.
24744
24745 2001-03-06 Kevin Buettner <kevinb@redhat.com>
24746
24747 * Makefile.in, config/abug.exp, config/cfdbug.exp,
24748 config/cpu32bug.exp, config/dve.exp, config/est.exp,
24749 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
24750 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
24751 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
24752 config/sh.exp, config/sid.exp, config/slite.exp,
24753 config/sparclet.exp, config/udi.exp, config/unknown.exp,
24754 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
24755 config/vxworks.exp, config/vxworks29k.exp,
24756 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
24757 gdb.base/all-bin.exp, gdb.base/annota1.exp,
24758 gdb.base/arithmet.exp, gdb.base/assign.exp,
24759 gdb.base/async.exp, gdb.base/attach.exp,
24760 gdb.base/bitfields.exp, gdb.base/bitops.exp,
24761 gdb.base/break.exp, gdb.base/call-ar-st.exp,
24762 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
24763 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
24764 gdb.base/commands.exp, gdb.base/completion.exp,
24765 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
24766 gdb.base/constvars.exp, gdb.base/corefile.exp,
24767 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
24768 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
24769 gdb.base/ending-run.exp, gdb.base/environ.exp,
24770 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
24771 gdb.base/finish.exp, gdb.base/foll-exec.exp,
24772 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
24773 gdb.base/funcargs.exp, gdb.base/help.exp,
24774 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
24775 gdb.base/logical.exp, gdb.base/long_long.exp,
24776 gdb.base/maint.exp, gdb.base/mips_pro.exp,
24777 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
24778 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
24779 gdb.base/pointers.exp, gdb.base/printcmds.exp,
24780 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
24781 gdb.base/regs.exp, gdb.base/relational.exp,
24782 gdb.base/remote.exp, gdb.base/reread.exp,
24783 gdb.base/restore.exp, gdb.base/return2.exp,
24784 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
24785 gdb.base/selftest.exp, gdb.base/setshow.exp,
24786 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
24787 gdb.base/sigall.exp, gdb.base/signals.exp,
24788 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
24789 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
24790 gdb.base/step-test.exp, gdb.base/structs.c,
24791 gdb.base/structs.exp, gdb.base/structs2.exp,
24792 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
24793 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
24794 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
24795 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
24796 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
24797 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
24798 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
24799 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
24800 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
24801 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
24802 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
24803 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
24804 gdb.fortran/types.exp, gdb.java/jmisc.exp,
24805 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
24806 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
24807 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
24808 gdb.trace/circ.exp, gdb.trace/collection.exp,
24809 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
24810 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
24811 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
24812 gdb.trace/report.exp, gdb.trace/save-trace.exp,
24813 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
24814 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
24815 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
24816 notices.
24817
24818 2001-02-27 Michael Snyder <msnyder@cygnus.com>
24819
24820 * gdb.base/varargs.c (find_max_double): Fix printf format string:
24821 first arg is int not float.
24822
24823 2001-02-22 Michael Snyder <msnyder@cygnus.com>
24824
24825 * gdb.base/reread.exp: Unsupported for non-native targets;
24826 doesn't work for remote debugging.
24827
24828 2001-02-19 Fernando Nasser <fnasser@redhat.com>
24829
24830 From Drew Moseley <dmoseley@redhat.com>
24831 * gdb.base/ending-run.exp: Properly handle the BSP state when
24832 stepping past the end of main.
24833
24834 2001-02-19 John Moore <jmoore@redhat.com>
24835
24836 * gdb.base/commands.exp (infrun_breakpoint_command_test):
24837 Converted HPUX fix for non-expected items following multiple
24838 step commands into general solution for all platforms.
24839
24840 2001-02-18 Michael Chastain <chastain@redhat.com>
24841
24842 * gdb.c++/classes.exp (do_tests): Change runto statements
24843 from "runto 'foo(void)'" to "runto 'foo'". This makes the
24844 statements demangler agnostic.
24845 * gdb.c++/virtfunc.exp (do_tests): Likewise.
24846 (gdb_virtfunc_restart): Likewise.
24847
24848 2001-02-14 Michael Chastain <chastain@redhat.com>
24849
24850 * gdb.c++/inherit.exp (do_tests): Change runto statements
24851 from "runto 'foo(void)'" to "runto 'foo'". This makes the
24852 statements demangler agnostic.
24853
24854 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
24855
24856 * gdb.threads/pthreads.exp: Unify pass/fail messages for
24857 ``continue to bkpt at common_routine in thread 2'' and ``stopped
24858 before calling common_routine 15 times'' tests.
24859
24860 2001-02-11 Michael Chastain <chastain@redhat.com>
24861
24862 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
24863 Helps the test script figure out which demangler is in use.
24864 (dm_type_foo_ref): Ditto.
24865 (dm_type_int_star): Ditto.
24866 (dm_type_long_star): Ditto.
24867 (dm_type_unsigned_int): Ditto.
24868 (dm_type_void): Ditto.
24869 (dm_type_void_star): Ditto.
24870 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
24871 Probe the gdb demangler and set variables to accommodate
24872 formatting differences.
24873 (info_func_regexp): New function. Same as info_func, but
24874 matches against a regexp.
24875 (info_func): Match against a literal string.
24876 (print_addr_2): New function. Match against a literal string,
24877 which can be different from the input to gdb.
24878 (print_addr): Simply call print_addr_2 with the same argument twice.
24879 (test_lookup_operator_functions): Use demangler formatting variables.
24880 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
24881 the tests in the same order as the C++ class declaration.
24882 (test_paddr_operator_functions): Ditto.
24883 (test_paddr_overloaded_functions): Ditto.
24884 (test_paddr_hairy_functions): Use demangler formatting variables.
24885 Add reference to gdb/19 for related tests.
24886 (do_tests): Call probe_demangler.
24887
24888 2001-01-30 Kevin Buettner <kevinb@redhat.com>
24889
24890 * gdb.c++/templates.cc (printf): Remove unused function definition.
24891
24892 2001-01-26 Felix Lee <flee@redhat.com>
24893
24894 * sid.exp (sid_exit): Pass host, not target, to remote_close.
24895
24896 2001-01-25 matthew green <mrg@redhat.com>
24897
24898 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
24899 up sid.
24900 (sid_exit): Call `remote_pop_conn' after GDB is gone.
24901
24902 2001-01-25 matthew green <mrg@redhat.com>
24903
24904 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
24905 Deprecate $sid_spawn_id.
24906 (sid_exit): Remove code necessary only for `spawn.'
24907
24908 2001-01-25 matthew green <mrg@redhat.com>
24909
24910 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
24911
24912 2001-01-28 Michael Chastain <chastain@redhat.com>
24913
24914 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
24915 to call when tests fail. It takes gdb out of the overloaded
24916 function choice menu back to the main prompt, so that the test
24917 program stays synchronized.
24918 (set_bp_overloaded): New proc to collect all the common
24919 code for setting a breakpoint on an overloaded name. Calls
24920 take_gdb_out_of_choice_menu when needed.
24921 (menu_overload1arg): New variable to collect the repeated
24922 instances of the expected menu for an overloaded name. Change
24923 the regular expression to handle changes in g++ type encoding:
24924 "void" can be either "void" or "", and "unsigned int" can be
24925 either "unsigned int" or "unsigned".
24926 (continue_to_bp_overloaded): Change regular expressions to handle
24927 changes in g++ type encoding.
24928 (no proc): Call take_gdb_out_of_choice_menu when needed.
24929 Remove redundant calls to "info break". Accept either "canceled"
24930 or "cancelled". Change regular expressions in "info break"
24931 calls to handle changes in g++ type encoding. Give all tests
24932 unique strings.
24933
24934 2001-01-17 Ben Elliston <bje@redhat.com>
24935
24936 * config/sid.exp: New file.
24937
24938 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
24939
24940 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
24941
24942 2000-12-21 Michael Snyder <msnyder@cygnus.com>
24943
24944 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
24945 Add a RE to accept a non-ascii char if one is ever presented.
24946
24947 2000-12-20 Fernando Nasser <fnasser@redhat.com>
24948
24949 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
24950
24951 2000-12-18 Michael Snyder <msnyder@cygnus.com>
24952
24953 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
24954 in regexp. One '\' does not suffice on Linux.
24955
24956 2000-12-09 Michael Chastain <chastain@redhat.com>
24957
24958 * gdb.base/break.exp (test_clear_command): Use a marker function
24959 rather than 'main' for the test function. Also move this
24960 test to an execution point where the marker function names are
24961 guaranteed to be bound to functions. (Executing tests after a
24962 'finish' from main runs into name conflicts with local names
24963 in __libc_start_main).
24964
24965 2000-12-07 Michael Snyder <msnyder@cygnus.com>
24966
24967 * gdb.base/finish.exp: New test for gdb's "finish" command.
24968 * gdb.base/return2.exp: New test for gdb's "return" command.
24969 * gdb.base/return2.c: New source file for above.
24970
24971 2000-12-05 Michael Snyder <msnyder@cygnus.com>
24972
24973 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
24974 * gdb.base/miscexprs.exp: Ditto.
24975 * gdb.base/pointers.exp: Ditto.
24976 * gdb.c++/derivation.exp: Ditto.
24977 * gdb.c++/local.exp: Ditto.
24978 * gdb.c++/namespace.exp: Ditto.
24979 * gdb.c++/overload.exp: Ditto.
24980 * gdb.c++/ref-types.exp: Ditto.
24981
24982 2000-12-05 Michael Snyder <msnyder@cygnus.com>
24983
24984 * gdb.base/constvars.exp: Test result of "up" command.
24985 * gdb.base/miscexprs.exp: Ditto.
24986 * gdb.base/pointers.exp: Ditto.
24987 * gdb.base/scope.exp: Ditto.
24988 * gdb.c++/derivation.exp: Ditto.
24989 * gdb.c++/local.exp: Ditto.
24990 * gdb.c++/namespace.exp: Ditto.
24991 * gdb.c++/overload.exp: Ditto.
24992 * gdb.c++/ref-types.exp: Ditto.
24993
24994 2000-11-22 Michael Chastain <chastain@redhat.com>
24995
24996 * mips_pro.exp: Accept either "middle -> top -> main" or
24997 "middle -> main" in the backtrace, because gcc can optimize
24998 tail calls to jumps. Remove setup_xfail for the hppa case.
24999 Add a comment with the original warning messages from PR 3016,
25000 which was filed in 1993, to preserve them for posterity.
25001
25002 2000-11-17 Nick Duffek <nsd@redhat.com>
25003
25004 * lib/gdb.exp (gdb_test): Override timeout with board info.
25005
25006 2000-11-17 Nick Duffek <nsd@redhat.com>
25007
25008 * gdb.base/display.exp: Don't kill running stub. Add "again" to
25009 the second kill and detach messages.
25010
25011 2000-11-17 Nick Duffek <nsd@redhat.com>
25012
25013 * configure.in: Add AC_EXEEXT.
25014 * configure: Regenerate.
25015 * Makefile.in (just-check): Export EXEEXT.
25016 * lib/gdb.exp ($EXEEXT): Import from environment.
25017 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
25018 expect "maint dump-me" on Cygwin.
25019 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
25020 $EXEEXT.
25021
25022 2000-11-17 Nick Duffek <nsd@redhat.com>
25023
25024 * gdb.base/break.exp: Test backtrace and finish from called
25025 function on all platforms, not just HP-UX.
25026
25027 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25028
25029 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
25030 code from gdb_target_monitor, so it can be used independantly
25031 for gdbserver. Also comment out an unnecessary PUTS.
25032
25033 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25034
25035 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
25036 * gdb.base/corefile.exp: Expect the message "Program is being
25037 debugged already" when we send the "corefile" command, since
25038 the preceeding gdb_load may have connected gdb to a remote target.
25039 * gdb.base/display.exp: Disable hardware watchpoints if new
25040 board info variable "no_hardware_watchpoints" is true.
25041 Replace single-letter commands with more readable ones.
25042 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
25043 if new board info variable "no_hardware_watchpoints" is true.
25044 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
25045 to see if stdio (printf) testing is possible.
25046 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
25047 board info variable "no_hardware_watchpoints" is true. Use new
25048 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
25049
25050 2000-11-13 Fernando Nasser <fnasser@redhat.com>
25051
25052 From Orjan Friberg <orjanf@axis.com>:
25053 * gdb.base/printcmds.exp: Escape curly braces followed by a number
25054 in array print pattern match.
25055
25056 2000-11-09 Fernando Nasser <fnasser@redhat.com>
25057
25058 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
25059 spelling "cancelled" to U.S. spelling "canceled" to match changes
25060 made to gdb.
25061 * gdb.c++/ovldbreak.exp: Ditto.
25062
25063 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25064
25065 * gdb.base/callfuncs.c (main): Moved to end of file, call
25066 t_double_values to initialize the FPU before inferior calls are made.
25067 * gdb.base/callfuncs.exp: Test for register preservation after calling
25068 inferior functions. Add tests for continuining, finishing and
25069 returning from a stop in a call dummy.
25070
25071 2000-10-24 Michael Snyder <msnyder@cygnus.com>
25072
25073 * gdb.base/commands.exp: Break up long lines, and re-indent.
25074
25075 2000-10-19 Michael Snyder <msnyder@cygnus.com>
25076
25077 * config/gdbserver.exp: Rewritten from the ground up, to make it
25078 compatible with the current dejagnu tree, and to make it work with
25079 the new "gdbserver" in libremote.
25080
25081 2000-10-16 Michael Snyder <msnyder@cygnus.com>
25082
25083 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
25084 * gdb.base/varargs.exp: Skip entire test if no printf support.
25085 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
25086 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
25087
25088 2000-10-13 Michael Snyder <msnyder@cygnus.com>
25089
25090 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
25091 no floating point support.
25092 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
25093 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
25094 * gdb.base/call-rt-st.exp: Ditto.
25095 * gdb.base/call-strs.exp: Ditto.
25096
25097 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
25098
25099 * gdb.base/sizeof.c: include <stdio.h>.
25100
25101 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
25102 'finish', otherwise uncaptured gdb_prompt would potentially
25103 throw remaining test points out of sync.
25104
25105 2000-07-26 Scott Bambrough <scottb@netwinder.org>
25106
25107 * gdb.base/recurse.exp: Run tests for all targets.
25108 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
25109 gnu-oldld case on ARM.
25110 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
25111 for ARM targets.
25112
25113 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
25114
25115 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
25116 * gdb.java/configure: Rebuild.
25117
25118 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
25119
25120 * gdb.java/jv-exp.exp: New file.
25121
25122 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
25123
25124 * configure: Rebuilt.
25125 * configure.in (configdirs): Add gdb.java.
25126 * gdb.java/jmisc.java: New file.
25127 * gdb.java/jmisc.exp: New file.
25128 * gdb.java/Makefile.in: New file.
25129 * gdb.java/configure: Rebuilt.
25130 * gdb.java/configure.in: New file.
25131 * lib/java.exp: New file.
25132
25133 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
25134
25135 * gdb.base/exprs.exp: Test casts to a pointer including over and
25136 underflow.
25137
25138 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
25139
25140 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
25141 and the compilers sizes.
25142
25143 2000-07-09 Nick Duffek <nsd@redhat.com>
25144
25145 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
25146 (use_methods): New function.
25147 (main): Call use_methods().
25148 * gdb.c++/classes.exp (test_method_param_class): New procedure.
25149 (do_tests): Call test_method_param_class.
25150
25151 2000-07-09 Nick Duffek <nsd@redhat.com>
25152
25153 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
25154 spelling.
25155 (test_enums): New procedure. Move enum tests from end of script
25156 to here. Set breakpoint on function name instead of line number.
25157 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
25158 (enums2): New marker function.
25159 (enums1): New function.
25160 (main): Call enums1(). Move enum tests to enums1().
25161
25162 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
25163
25164 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
25165 compile/link program. Update line numbers.
25166 * gdb.asm/d10v.inc: Define ``startup''.
25167 * gdb.asm/asmsrc1.s: Add definition of _start.
25168
25169 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
25170
25171 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
25172
25173 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25174
25175 * gdb.base/maint.exp: Add 'maint print architecture' item to output
25176 of 'help maint print' command.
25177
25178 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
25179
25180 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
25181 they use gdb_expect_list.
25182
25183 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
25184
25185 * gdb.base/commands.exp: Use ``set remote
25186 memory-read-packet-size'' instead of ``set endian big'' to test
25187 long commands.
25188
25189 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
25190
25191 * gdb.c++/templates.exp (do_tests): Make all of these work under
25192 g++, and stop skipping them.
25193
25194 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
25195 work under g++.
25196
25197 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
25198 initialization.
25199
25200 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25201
25202 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
25203 the regular expression: accept an (almost) arbitrary sequence of
25204 "frames-invalid" and "breakpoints-invalid" messages both before
25205 and after the "starting" message.
25206
25207 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25208
25209 * gdb.c++/local.exp: This test has never been known to work with g++.
25210
25211 2000-05-18 Michael Snyder <msnyder@cygnus.com>
25212
25213 * gdb.base/annota1.exp (annotate-signal-handler-caller):
25214 Relax the regular expression a little, make it pass on Solaris 8.
25215
25216 2000-05-12 Kevin Buettner <kevinb@redhat.com>
25217
25218 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
25219 a call, do not require that gdb stop on the line after the call.
25220 Instead, it is permissible for gdb to stop on the line of the
25221 call itself.
25222
25223 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
25224
25225 * gdb.base/break.exp (bp on small function, optimized file):
25226 Add a second pass pattern. The behavior differs here between stabs
25227 and dwarf for one-line functions. Stabs preserves two line symbols
25228 (one before the prologue and one after) with the same line number,
25229 but dwarf regards these as duplicates and discards one of them.
25230 Therefore the address after the prologue (where the breakpoint is)
25231 has no exactly matching line symbol, and GDB reports the breakpoint
25232 as if it were in the middle of a line rather than at the beginning.
25233
25234 2000-05-08 Michael Snyder <msnyder@cygnus.com>
25235
25236 * gdb.base/interrupt.exp: Make "pass" message say "send"
25237 rather than "send_gdb" (for consistancy).
25238
25239 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
25240
25241 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
25242 * gdb.c++/templates.cc: Properly check for GCC version number.
25243 * lib/compiler.cc: Likewise
25244
25245 2000-04-28 Michael Snyder <msnyder@cygnus.com>
25246
25247 * gdb.base/break.exp: When compiled with -O2 optimization,
25248 gdb may not stop at the first line of main, due to code motion.
25249
25250 2000-04-26 Michael Snyder <msnyder@cygnus.com>
25251
25252 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
25253 This test depends on parsing the printf output from the target.
25254 Since the sparclet stub doesn't do stdio, this will never work.
25255 * gdb.base/call-rt-st.exp: ditto.
25256 * gdb.base/call-strs: ditto.
25257
25258 2000-04-24 Michael Snyder <msnyder@cygnus.com>
25259
25260 * gdb.base/miscexprs.exp: make sizeof long array test portable.
25261
25262 * gdb.base/ending-run.exp: After connecting to a remote target,
25263 but before running, the target will appear to be in a random
25264 location. Specify both a file and a line for breakpoints.
25265 Also, the function that calls main may be called 'init'
25266 rather than 'start'.
25267
25268 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25269
25270 * gdb.base/help.exp: Update output for add-symbol-file command.
25271
25272 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
25273
25274 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25275 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
25276
25277 2000-04-07 J.T. Conklin <jtc@redback.com>
25278
25279 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
25280
25281 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
25282
25283 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
25284
25285 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
25286 values that can be represented exactly.
25287 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
25288 above change, and to not check against the directory part of the source
25289 file name.
25290 (step into print_long_arg_list): Likewise.
25291 (print print_small_structs from print_long_arg_list): Likewise.
25292 (print print_long_arg_list): Likewise.
25293
25294 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25295
25296 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
25297
25298 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
25299
25300 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
25301
25302 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
25303
25304 * gdb.base/commands.exp (deprecated_command_test): Add test for
25305 deprecate with no arguments.
25306
25307 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
25308
25309 * gdb.base/break.exp: Add new test for setting breakpoints on
25310 optimized code so we can test breakpoints work even when function
25311 prologues may be optimized away
25312
25313 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
25314
25315 From David Whedon <dwhedon@gordian.com>
25316 * gdb.base/commands.exp : Added command deprecator tests.
25317
25318 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
25319
25320 * gdb.base/help.exp: Added test for new apropos command.
25321
25322 2000-03-21 Kevin Buettner <kevinb@redhat.com>
25323
25324 * gdb.base/pointers.c (usevar): New function.
25325 (main): Make sure that global variables v_int_pointer2, rptr,
25326 and y are all referenced someplace in the program by calling
25327 usevar() on them. [Some linkers delete symbols which are
25328 never referenced. The space remains, but there's no way to
25329 get a (symbolic) handle on the variable from the debugger.]
25330
25331 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25332
25333 * gdb.base/printcmds.c: Add typedeffed arrays.
25334
25335 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
25336 procedure to test arrays that are typedef'd.
25337
25338 2000-03-13 James Ingham <jingham@leda.cygnus.com>
25339
25340 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
25341 the library directories.
25342
25343 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
25344
25345 * configure.in (configdirs): Add sub directory gdb.mi.
25346 * configure: Re-generate.
25347
25348 * gdb.mi: New directory.
25349
25350 2000-02-25 Scott Bambrough <scottb@netwinder.org>
25351
25352 * gdb.base/long_long.exp: Correct test suite failure when printing
25353 a long long value as a double on ARM platforms.
25354
25355 2000-02-16 Jim Blandy <jimb@redhat.com>
25356
25357 * gdb.base/break.exp ("breakpoint line number"): Make sure the
25358 default source file is set properly before running this test.
25359
25360 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25361
25362 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
25363 gdbtk/library directory, not in gdbtcl2.
25364
25365 2000-02-04 Jim Blandy <jimb@redhat.com>
25366
25367 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
25368 backslash from regexp pattern.
25369
25370 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
25371 procedure. Use it to run all the "continue to bp overloaded"
25372 tests. Note that this changes the names of the tests slightly.
25373 If the breakpoint hit message includes a hex PC value, because
25374 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
25375 from the real source code, still consider that a pass.
25376
25377 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
25378 XFAIL here if the breakpoint message contains a hex address. Note
25379 similar change on 1999-11-02.
25380
25381 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
25382
25383 * gdb.base/ptype.exp: Establish a default source file before
25384 calling get_debug_format.
25385
25386 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
25387
25388 * gdb.base/watchpoint.exp: Remove duplication of test messages.
25389
25390 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25391
25392 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
25393 of successive stepi commands -- while in the prologue we should see
25394 the function entry bracket.
25395
25396 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25397
25398 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
25399 reach __change_mode() when stepping through the end of main().
25400
25401 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
25402
25403 * gdb.base/default.exp: Fix expected pattern.
25404 * gdb.base/help.exp: Same.
25405
25406 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25407
25408 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
25409 Don't use xfail's because that affects only the following test.
25410
25411 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
25412 solaris or linux.
25413
25414 * gdb.base/selftest.exp: Update to reflect changes to main.c.
25415
25416 2000-01-07 Michael Snyder <msnyder@cygnus.com>
25417
25418 * gdb.base/display.exp: Some yacc parsers like to say
25419 "A syntax error" rather than "A parse error". Accept both.
25420
25421 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
25422
25423 * gdb.base/default.exp: Remove OS dependent string from "target
25424 remote" test.
25425 * gdb.base/help.exp: Same for "help target remote" test.
25426
25427 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25428
25429 From Jim Kingdon <kingdon@redhat.com>:
25430
25431 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
25432 prompt (cleanup rather than necessity, but still might keep output
25433 from spilling to next test).
25434
25435 2000-01-02 Fred Fish <fnf@cygnus.com>
25436
25437 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
25438 AIX, which defines them in <sys/types.h>.
25439
25440 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
25441
25442 * gdb.base/default.exp: Match arm* etc instead of arm in "info
25443 float" test.
25444
25445 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
25446
25447 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
25448
25449 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
25450 outermost frame disallowed".
25451
25452 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
25453
25454 * gdb.base/setvar.exp: New tests for setting the value of a struct
25455 with a constant list.
25456
25457 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
25458
25459 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
25460 require the user to type a cast before setting the value of a struct.
25461
25462 1999-12-06 Jim Blandy <jimb@cygnus.com>
25463
25464 * gdb.base/default.exp: Expect the new 'info float' command on
25465 all i386 platforms.
25466
25467 * gdb.threads/linux-dp.exp: Expand our ability to recognize
25468 LinuxThreads libraries that don't support debugging.
25469
25470 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
25471
25472 * gdb.base/remote.c: Fill the buffer with truely random data.
25473 Change the buffer type to ``unsigned char'' to simplify size
25474 arithmetic.
25475
25476 * gdb.base/remote.exp: Reduce download numbers by one. Typical
25477 stub only handles 400-1 byte packets. Verify that the download
25478 worked.
25479
25480 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
25481
25482 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
25483 tests, using UNRESOLVED for the untested cases. Also, does not wait
25484 for a timeout if the prompt was received before a recognizable pattern.
25485
25486 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
25487
25488 * lib/gdb.exp (gdb_expect_list): Fix spelling.
25489
25490 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25491
25492 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
25493 watchpoints.
25494
25495 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
25496
25497 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
25498
25499 * gdb.c++/local.exp: Be more flexible in recognizing local class
25500 name mangling. Don't allow horribly truncated method names.
25501 * gdb.c++/derivation.exp: Expect protected inheritance.
25502 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
25503 * gdb.c++/virtfunc.exp: Likewise.
25504 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
25505 when printing a nested enum.
25506
25507 1999-11-22 Jim Blandy <jimb@cygnus.com>
25508
25509 * gdb.base/step-test.exp: Properly await GDB's response to setting
25510 a breakpoint on the call to large_struct_by_value.
25511
25512 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
25513 just because we have debug info for the `start' function.
25514
25515 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
25516
25517 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
25518 "Unknown signal" messages, which indicate (on LinuxThreads) that
25519 GDB doesn't know how to debug threads on this system. This is
25520 better than hanging while philosopher 0 dumps chatter into gdb.log.
25521
25522 1999-11-18 Tom Tromey <tromey@cygnus.com>
25523
25524 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
25525
25526 1999-11-18 Fred Fish <fnf@cygnus.com>
25527
25528 * gdb.base/coremaker2.c: Add sample program for generating
25529 cores that is more self contained than coremaker.c. Eventually
25530 I'll add more code to this and tie it into the testsuite.
25531
25532 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
25533
25534 * gdb.base/dollar.exp: Remove, now in gdb.hp.
25535
25536 1999-11-10 Jimmy Guo <guo@cup.hp.com>
25537
25538 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
25539 from $srcdir/lib/.
25540 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
25541 and gdb.c++/.
25542
25543 * gdb.c++/derivation.exp: remove redundant get compiler info code.
25544
25545 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
25546 'continue with watch' test point.
25547
25548 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
25549
25550 Merged from p2linux-990323-branch:
25551
25552 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
25553
25554 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
25555
25556 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
25557 {limit,fixed}''. Test ``set download-write-size''.
25558
25559 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
25560
25561 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
25562 gdb_expect_list.
25563
25564 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
25565
25566 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
25567
25568 1999-11-03 Mark Salter <msalter@cygnus.com>
25569
25570 * gdb.base/break.exp: Fix "stub continue" pattern.
25571
25572 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
25573
25574 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
25575
25576 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
25577
25578 * gdb.base/display.exp ("finish"): Add timeout clause.
25579
25580 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
25581 plain prompt clause, so this doesn't have to time out in order to
25582 fail.
25583
25584 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
25585 breakpoint hit messages include an address.
25586
25587 * gdb.base/display.exp: Don't forget to escape parens in regular
25588 expressions. Unix regexp notatation sucks.
25589
25590 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25591
25592 * gdb.base/annota1.exp: Test for annotate-signalled: change output
25593 order for 'signalled' message.
25594
25595 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
25596
25597 From Jimmy Guo <guo@cup.hp.com>:
25598 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
25599 * gdb.base/annota1.c: Add code for tests to work with.
25600
25601 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
25602
25603 * gdb.base/remote.exp: New test for remote downloading settings.
25604 * gdb.base/remote.c: New file with large .data.
25605
25606 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
25607
25608 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
25609 for LinuxThreads support, merged from the Code Fusion branch.
25610
25611 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
25612
25613 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
25614 containing exp_continue into a while within an expect. Don't
25615 attempt a start more than three times. Check return value from
25616 gdb_load.
25617
25618 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
25619
25620 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
25621 a pass case.
25622
25623 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
25624
25625 * gdb.base/break.c (main): Added a statement that we can step
25626 off of.
25627 * gdb.base/break.exp: Added tests for setting a breakpoint
25628 at an offset and stepping onto a breakpoint.
25629
25630 1999-10-01 Fred Fish <fnf@cygnus.com>
25631
25632 * gdb.base/help.exp (help add-symbol-file): Update to match current
25633 gdb output.
25634
25635 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
25636
25637 * gdb.base/break.exp: Code locations are in hex, don't forget!
25638 (For HP-UX.)
25639
25640 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
25641
25642 * condbreak.exp: Use break.c as test program.
25643 * condbreak.c: Remove, redundant with break.c.
25644
25645 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
25646
25647 * config/monitor.exp (gdb_target_monitor): Disable X- and
25648 Z-packets if the target needs it.
25649
25650 1999-09-13 James Ingham <jingham@leda.cygnus.com>
25651
25652 * gdb.c++/overload.exp: Added tests for listing overloaded
25653 functions with function pointers in the arg, explicitly calling
25654 out the version you want.
25655
25656 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
25657
25658 * long_long.exp: Add variations of test cases that work for
25659 targets with 16-bit ints and 32-bit doubles.
25660
25661 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
25662
25663 * break.c (main): Compare a possibly-uninitialized argc with an
25664 unlikely value that fits in 16 bits.
25665
25666 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
25667
25668 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
25669 0xfeeb, don't want negative numbers if ints are 16 bits.
25670
25671 * lib/gdb.exp (skip_cplus_tests): New proc.
25672 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25673 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
25674 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
25675 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
25676 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
25677 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
25678 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
25679 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
25680
25681 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
25682
25683 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
25684
25685 * gdb.base/corefile.exp (up): Allow a parameter to appear
25686 in the frame that we're going up to.
25687
25688 From Jim Blandy <jimb@cygnus.com>:
25689
25690 * gdb.base/default.exp (info float): Expect some output now.
25691
25692 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
25693 returning floating-point values to fail on the x86.
25694 * gdb.base/callfwmall.exp (do_function_calls): Same.
25695
25696 * gdb.base/list.exp (test_listsize): Correct expectations for
25697 listing line 1 with listsize 2. Also, listing a single line
25698 works now, as does listing three lines. [Kevin's note: There
25699 were a number of other cases fixed too where the expectations
25700 differed...]
25701
25702 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
25703
25704 * gdb.base/selftest.exp: Add case for when version prints as
25705 constant string instead of char pointer.
25706
25707 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
25708
25709 * gdb.base/ending-run.exp: Add Solaris case for what happens when
25710 stepping out of main.
25711
25712 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
25713 G++ used.
25714
25715 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
25716 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
25717
25718 * gdb.c++/ovldbreak.exp: Update match string in test that
25719 includes a warning of multiple breakpoints.
25720
25721 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
25722
25723 * gdb.base/display.exp: Improve precision of step-after-finish
25724 added yesterday.
25725
25726 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
25727 test.
25728
25729 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
25730 configs when using G++, not just hppa*.
25731
25732 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25733
25734 * gdb.base/async.c: New file.
25735 * gdb.base/async.exp: New file.
25736
25737 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
25738
25739 * gdb.base/break.exp: Tweak PA specific tests to properly handle
25740 PA64.
25741
25742 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
25743
25744 * gdb.base/display.exp: "finish" can leave us mid-line on many
25745 targets, deal with it. Add a small constant to main, instead of
25746 1000 since main+1000 may not be a valid address in the target.
25747
25748 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
25749 on hpux11.
25750
25751 * gdb.base/attach.exp: Handle another hpux11 error message variant
25752 when attaching to a process that does not exist.
25753
25754 1999-08-19 J.T. Conklin <jtc@redback.com>
25755
25756 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
25757 characters in 'continue to 1241' test.
25758
25759 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
25760
25761 * gdb.base/call-ar-st.exp: Add a shorter match case for the
25762 stop in print_long_arg_list, define and use a whitespace
25763 variable in print_small_structs test, add an XFAIL for Solaris.
25764 * gdb.base/dbx.exp: XFAIL func commands until somebody is
25765 interested enough to fix.
25766
25767 1999-08-13 Keith Seitz <keiths@cygnus.com>
25768
25769 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
25770 (dbx_gdb_load): Remove. Use gdb_load instead, since that
25771 proc knows about targets other than the natives.
25772 (test_assign): Use "gdb_run_cmd" to "run" the target.
25773 Check that we've actually hit the breakpoint at main.
25774 When we attempt to assign a value to a local variable, check
25775 that the variable is in the current scope, i.e., don't use
25776 a test with an empty result.
25777
25778 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
25779
25780 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
25781 command.
25782
25783 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
25784
25785 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25786 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
25787 gdb.compat, gdb.threads-hp.
25788 gdb.hp/configure, gdb.hp/configure.in: New files.
25789 gdb.hp/Makefile.in: Recurse into new subdirs.
25790 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
25791 gdb.hp/gdb.objdbg: New directory, tests for debugging info
25792 in object files.
25793 gdb.hp/tools: New directory, aux tools for HP-specific tests.
25794
25795 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
25796
25797 * gdb.base/display.exp: Help expect by putting a newline in the
25798 funky printf, remove a bogus p/a test.
25799
25800 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25801
25802 * gdb.base/display.exp: Make sure that when we say 'run', we are
25803 connected to the target. This is necessary when running not
25804 natively.
25805
25806 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
25807
25808 * gdb.base/step-test.exp: Removed some extraneous messages.
25809
25810 * gdb.base/long_long.exp: Don't run memory examination tests
25811 on little-endian targets (they will need a different set of
25812 results to match).
25813
25814 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
25815
25816 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
25817 until somebody decides to fix GDB.
25818
25819 * gdb.base/long_long.c: Stop compiler complaint by specifying long
25820 constant as "ULL".
25821 * gdb.base/long_long.exp: Loosen x/c test, add partial result
25822 matches for a couple x/2 commands.
25823
25824 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
25825
25826 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
25827 by merging in ref-types2 tests.
25828 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
25829
25830 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25831 * gdb.c++/Makefile.in: Add standard actions.
25832 (EXECUTABLES): Rename from PROGS, update list.
25833 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
25834 from gdb.hp.
25835 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
25836 foo and bar locals.
25837 * gdb.c++/anon-union.exp: Fix tests to match.
25838 * gdb.c++/classes.exp: Run if HP compiler used, add extra
25839 expect matches to handle output variations.
25840 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
25841 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
25842 output, add HP alternatives for new and delete prints.
25843 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
25844 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
25845 * gdb.c++/demangle.exp: Use $style when reporting failure.
25846 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
25847 * gdb.c++/inherit.exp: Run if HP compiler used, add some
25848 match alternatives.
25849 * gdb.c++/local.exp: Add match alternatives or xfails for HP
25850 compilers.
25851 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
25852 * gdb.c++/method.exp: Add match alternatives.
25853 * gdb.c++/misc.cc: Add bool types.
25854 * gdb.c++/misc.exp: Add tests for bool types.
25855 * gdb.c++/overload.exp: Add xfails.
25856 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
25857 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
25858 add some more template parameter tests (only for HP currently).
25859 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
25860 * gdb.c++/virtfunc.cc: Add return type and value for main.
25861 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
25862 match alternatives.
25863
25864 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25865
25866 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
25867
25868 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
25869
25870 * gdb.base/signals.exp: Don't expect getting a backtrace from
25871 within a signal handler to fail on Linux.
25872
25873 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
25874
25875 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25876 * lib/gdb.exp: Remove some gratuitious semicolons.
25877 (delete_breakpoints): Increase timeout.
25878 (gdb_expect): Add -notransfer option.
25879 (gdb_test): Use -notransfer option.
25880 (get_compiler_info): Add f77 case.
25881 (get_compiler): New proc, split out from gdb_preprocess, add f77
25882 case.
25883 (gdb_preprocess): Call get_compiler.
25884
25885 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
25886 * gdb.base/attach.exp, gdb.base/display.exp,
25887 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
25888 gdb.base/long_long.exp, gdb.base/printcmds.exp,
25889 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
25890 third arg to gdb_test.
25891 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
25892 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
25893 HP-UX xfails, add others.
25894 * gdb.base/completion.exp: Reflect name change of self-test.
25895 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
25896 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
25897 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
25898 HP failure number.
25899 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
25900 useless HP-UX 10.30 references.
25901 * gdb.base/maint.exp: Loosen matches.
25902 * gdb.base/pointers.c (main): Declare more_code.
25903 * gdb.base/pointers.exp: Match on output of a `next'.
25904 * gdb.base/structs.c: Add prototypes.
25905 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
25906 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
25907
25908 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25909
25910 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
25911 command.
25912
25913 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25914
25915 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
25916 Fix run to main failures. Watchpoint can be hardware watchpoint.
25917
25918 * gdb.base/annota1.exp: Clean up some more, in case printf has
25919 debug info. Deal with lack of signal hanlder info in stack.
25920
25921 From Jim Kingdon <kingdon@redhat.com>:
25922 * gdb.base/annota1.exp: If printf has debug info, deal with it.
25923
25924 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
25925
25926 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
25927 gdb.base/foll-vfork.exp: Don't run for crosses.
25928
25929 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
25930
25931 * gdb.base/configure.in: Check for gdbvars.exp instead of
25932 a1-selftest.exp.
25933 * gdb.base/configure: Re-generate.
25934
25935 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
25936
25937 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
25938 in trying to run first and name is too long.
25939
25940 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
25941 pointers2.c and pointers2.exp, respectively.
25942 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
25943 doschk happier.
25944
25945 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
25946
25947 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
25948 callfuncs2.c and callfuncs2.exp.
25949
25950 * gdb.base/list.exp: Remove mistaken xfails.
25951 * gdb.base/list0.h: Add optional prototypes.
25952
25953 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
25954
25955 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
25956 calling malloc.
25957 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
25958 * ptype.exp: Move test for get_debug_format to before its first
25959 use.
25960
25961 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25962
25963 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
25964 * gdb.base/annota2.cc, annota2.exp: Move from here.
25965 * gdb.c++/annota2.cc, annota2.exp: To here.
25966 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
25967
25968 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
25969
25970 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
25971 a consistent format.
25972
25973 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
25974
25975 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25976 * lib/gdb.exp (get_compiler_info): Add detection for assorted
25977 HP compilers, also set the globals $true and $false.
25978
25979 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
25980 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
25981 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
25982 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
25983 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
25984 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
25985 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
25986 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
25987 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
25988 whatis.c} Add C++ compatible function definitions and return
25989 types, add includes for library functions.
25990 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
25991 * gdb.base/step-test.c (myglob): Rename from glob.
25992 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
25993 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
25994 files, move here from gdb.hp.
25995 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
25996 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
25997 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
25998 Adjust line numbers in regexps.
25999
26000 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
26001 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
26002 instead of 0/1.
26003
26004 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
26005 foll-vfork.exp: New files, move here from gdb.hp.
26006 * gdb.base/page.exp: New file, test of pagination command.
26007
26008 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
26009 recursion test.
26010 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
26011
26012 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
26013 gdb.base/solib.exp: Fix compiler invocation process.
26014
26015 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
26016 HP-UX 11, turn off overload resolution explicitly.
26017 * gdb.base/commands.exp: Set argument list explicitly, add
26018 watchpoint test.
26019 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
26020 them work.
26021 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
26022 expressions properly.
26023 * gdb.base/corefile.exp: Loosen the match slightly.
26024 * gdb.base/default.exp: Allow "Error accessing memory" message
26025 also.
26026 * gdb.base/display.exp: Skip over x/0 j if PA64.
26027 * gdb.base/funcargs.exp: Add xfails for HP-UX.
26028 * gdb.base/interrupt.exp: Ditto.
26029 * gdb.base/langs.exp: Add symbolic matches governed by compiler
26030 in use.
26031 * gdb.base/list.exp: Add xfails for HP-UX.
26032 * gdb.base/long_long.exp: Refine some of the numeric matches.
26033 * gdb.base/mips_pro.exp: Xfail on HP-UX.
26034 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
26035 * gdb.base/nodebug.exp: Succeed on more varieties of output.
26036 * gdb.base/opaque.exp: Remove some HP-UX xfails.
26037 * gdb.base/ptype.exp: Succeed on more varieties of output.
26038 * gdb.base/scope.exp: Add xfails for HP-UX.
26039 * gdb.base/sect-cmd.exp: Add more cases.
26040 * gdb.base/setvar.exp: Add xfails for HP-UX.
26041 * gdb.base/shlib-call.exp: Loosen some matches slightly.
26042 * gdb.base/signals.exp: Match on void symbolically.
26043 * gdb.base/step-test.exp: Add case for PA64.
26044 * gdb.base/term.exp: Add exit and restart.
26045 * gdb.base/twice.exp: Clean up after self.
26046 * gdb.base/varargs.exp: Disable overload resolution explicitly.
26047 * gdb.base/whatis.exp: Allow more ways to pass tests.
26048
26049 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
26050 no longer useful.
26051
26052 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
26053
26054 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
26055 list of patterns.
26056 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
26057 print_double_array(double_array)", "continuing to breakpoint
26058 1018", "print print_double_array(array_d)" and "continuing to
26059 1034" tests.
26060
26061 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
26062
26063 * Makefile.in: Add empty html and install-html targets.
26064
26065 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
26066
26067 * config/mt-*: Remove, these haven't been used since 1996.
26068
26069 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
26070
26071 * gdb.base/call-strs.c, gdb.base/ending-run.c,
26072 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
26073 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
26074
26075 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
26076
26077 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
26078 simpler match case for the ptype of the big class.
26079
26080 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26081
26082 * gdb.exp: Fix test for gdb_prompt existence.
26083
26084 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26085
26086 * gdb.exp (gdb_test): Add fail after calls to perror.
26087
26088 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26089
26090 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
26091
26092 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26093
26094 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
26095
26096 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
26097
26098 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
26099 malloc() is linked in.
26100
26101 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26102
26103 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
26104 step at end.
26105
26106 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
26107
26108 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
26109
26110 * gdb.java/jv-print.exp: New file. (Our first Java test!)
26111
26112 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
26113
26114 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
26115 * gdb.base/mips_pro.exp: Likewise.
26116
26117 1999-06-02 Keith Seitz <keiths@cygnus.com>
26118
26119 * gdb.c++/templates.cc: Change all "new" operators to throw
26120 an exception.
26121 * gdb.c++/cplusfuncs.cc: Likewise.
26122
26123 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
26124
26125 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
26126
26127 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
26128 * gdb.base/ending-run.exp: When stepping out of main, accept a
26129 step into an arbitrary assembler file.
26130
26131 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26132
26133 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
26134 "breakpoint-invalid" to be printed.
26135 * gdb.base/annota2.exp: Revise line number for main
26136 breakpoint. Allow any number of "frames-invalid" and
26137 "breakpoint-invalid" to be printed.
26138 * gdb.base/annota2.cc: Initialize a.x to 0.
26139
26140 1999-05-17 Keith Seitz <keiths@cygnus.com>
26141
26142 * gdb.base/call-ar-st.exp: Skip
26143 "print print_double_array (double_array)" when "skip_float_tests" set.
26144 Ditto for "print print_double_array(array_d)",
26145 "print print_small_structs", "print print_ten_doubles", and
26146 "step into print_long_arg_list".
26147 Don't assume we can step into "print_long_arg_list": we could step
26148 into memcpy.
26149 * gdb.base/call-rt-st.exp: Don't run float-related tests when
26150 "skip_float_tests" is set: "print print_one_double(*d1)"
26151 and "print print_two_floats(*f3)".
26152 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
26153 "skip_float_tests" is set.
26154 * gdb.base/varargs.exp: Skip
26155 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
26156 "skip_float_tests" set.
26157
26158 1999-05-06 Keith Seitz <keiths@cygnus.com>
26159
26160 * gdb.base/annota2.cc: Include stdio.h.
26161
26162 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
26163
26164 * gdb.base/crossload.exp: Remove, this has been disabled ever
26165 since BFD stopped including all targets, and cross-GDB gets
26166 plenty of testing anyway.
26167 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
26168 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
26169 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
26170 * gdb.base/README: Remove, was doc for this.
26171 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
26172 needed.
26173
26174 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26175
26176 * gdb.base/call-ar-st.exp: Fix one regular expression in test
26177 output.
26178
26179 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
26180 * gdb.base/annota2.exp: New file. More annotation tests.
26181 * gdb.base/annota1.c: New file. Source file for annota1.exp.
26182 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
26183
26184 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
26185
26186 * config/cfdbug.exp: New file.
26187
26188 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
26189
26190 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
26191 Marcus Daniel's and Dale Hawkins's demangler crashes.
26192
26193 * gdb.c++/demangle.exp (test_gnu_style_demangling,
26194 test_lucid_style_demangling, test_arm_style_demangling,
26195 test_hp_style_demangling): Try Tom Tromey's core-dumping
26196 identifier under each demangling style.
26197
26198 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26199
26200 * gdb.c++/demangle.exp: Include the current demangling style
26201 in all test names.
26202 (current_demangling_style): New global variable.
26203 (set_demangling_style, test_demangling_core, test_demangling,
26204 test_demangling_exact): New functions.
26205 (test_gnu_style_demangling, test_lucid_style_demangling,
26206 test_arm_style_demangling, test_hp_style_demangling): Use those,
26207 instead of calling gdb_test and gdb_test_exact directly.
26208 (catch_demangling_errors): New function, which reports errors
26209 signalled by the demangling test functions in an orderly way.
26210 (do_tests): Use catch_demangling_errors.
26211
26212 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
26213
26214 * gdb.base/signals.exp (test_handle_all_print): Use () for
26215 grouping in expressions, not {}.
26216
26217 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
26218 initialized yet.
26219
26220 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
26221
26222 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
26223 are listed.
26224
26225 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
26226
26227 * gdb.stabs/weird.exp: Test for CC being defined before
26228 looking at its value.
26229
26230 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
26231
26232 * gdb.base/call-ar-st.exp: Remove stray '#'.
26233 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
26234 "short int" and "long int".
26235 * gdb.c++/overload.cc: Cast the string added in the previous
26236 change, to mollify finicky HP compiler.
26237 * gdb.hp/reg-test.exp (testfile): Fix file name.
26238 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
26239
26240 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
26241 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
26242 alternate form of enum ptype.
26243
26244 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
26245
26246 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
26247 * gdb.hp/*.exp: Change all to run compiler probe only after
26248 passing skip_hp_tests, so as not to waste time on guaranteed
26249 failure.
26250
26251 * gdb.c++/overload.cc: Pass string instead of char addr, always
26252 init ccpfoo.
26253 * gdb.c++/templates.cc: Fix syntax error.
26254
26255 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26256
26257 * gdb.base/commands.exp: Add test for correct position of '>'
26258 when issuing the 'commands' command after a 'while' or 'if'
26259 command.
26260
26261 1999-03-18 James Ingham <jingham@cygnus.com>
26262
26263 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
26264
26265 * gdb.c++/method.exp: It was testing an uninitialized int on the
26266 stack and assuming it was positive.
26267
26268 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
26269
26270 * gdb.base/step-test.exp: Catch a case where finish is broken and
26271 keep it from killing the rest of the tests.
26272 Use gdb_continue_to_end.
26273
26274 * gdb.base/sigall.exp: use gdb_continue_to_end.
26275
26276 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
26277
26278 * gdb.base/display.exp: use runto_main, not run.
26279
26280 * gdb.base/default.exp: Check for the current error message in the
26281 r abbreviation test.
26282 Add strongarm to the targets that know info float.
26283
26284 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
26285 run which doesn't work with monitors.
26286
26287 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
26288 1034 test.
26289
26290 * gdb.base/break.exp: use the gdb_continue_to_end proc.
26291
26292 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
26293 end of a program. Traps the case (in Cygmon) when the program
26294 never really exits. Same as Mark's continue_to_exit, but I had
26295 put it in a lot more places, so I used my name. Sorry Mark...
26296
26297 * config/monitor.exp (gdb_target_monitor): added another
26298 target_info parameter: remotebinarydownload. This will set the
26299 remotebinarydownload flag if this is causing some boards trouble.
26300
26301 1999-03-18 Mark Salter <msalter@cygnus.com>
26302
26303 * lib/gdb.exp (continue_to_exit): New function.
26304
26305 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
26306 * gdb.base/ending-run.exp: Ditto.
26307 * gdb.base/step-test.exp: Ditto.
26308
26309 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
26310
26311 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
26312 (suggested by Art Haas <ahaas@neosoft.com>).
26313
26314 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
26315
26316 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
26317
26318 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
26319
26320 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
26321 descriptions of types (short unsigned int vs unsigned short, etc).
26322
26323 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
26324
26325 * gdb.base/call-strs.exp: Don't assume that `step' will step over
26326 a call to strlen; sometimes we do have sources.
26327
26328 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26329
26330 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
26331 character, so GDB won't print garbage after its end.
26332
26333 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
26334 breakpoint there instead. Sometimes GCC emits memcpy to handle
26335 the large structures being passed by value, so we step into that
26336 instead of sum_array_print, which obscures what we're really testing.
26337 * gdb.base/step-test.exp: However, we do want a test that notices
26338 the bizarre steps into memcpy, so do that here. Add check for
26339 stepping into function calls that pass large structures by value.
26340 ("Is that a noun clause, or are you just happy to see me?")
26341 Remove all references to specific line numbers.
26342 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
26343 New type and function.
26344 (main): Call large_struct_by_value, passing it a large struct by value.
26345 * lib/gdb.exp (gdb_get_line_number): New function.
26346
26347 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
26348 more portable.
26349
26350 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26351
26352 * lib/gdb.exp: Doc fixes.
26353
26354 1999-03-05 Nick Clifton <nickc@cygnus.com>
26355
26356 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
26357
26358 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
26359
26360 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
26361 commands. They're not germane to this test, and they don't work
26362 that way on remote targets.
26363
26364 1999-03-01 James Ingham <jingham@cygnus.com>
26365
26366 * Changelog entries merged over from gdb development branch.
26367
26368 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
26369
26370 * lib/gdb.exp (gdbtk_analyze_results): Generic function
26371 for outputting results of test run.
26372
26373 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
26374
26375 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
26376
26377 1999-02-25 Felix Lee <flee@cygnus.com>
26378
26379 * lib/gdb.exp (debug_format): initialize
26380
26381 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
26382
26383 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
26384 * gdb.base/call-rt-st.c: Ditto.
26385
26386 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
26387
26388 * gdb.threads/pthreads.exp (horiz): New variable.
26389 (test_startup): Fix regexps that capture thread numbers.
26390
26391 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
26392
26393 * gdb.base/smoke.exp: Disambiguate two test case names (both
26394 called ``print'').
26395
26396 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26397
26398 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
26399 compilation.
26400
26401 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26402
26403 * gdb.base/miscexprs.exp: Change patterns to match GDB's
26404 actual output formatting.
26405 * gdb.base/smoke.exp: GDB removes leading 0's.
26406 * gdb.base/volatile.exp: Don't check type of remuneration;
26407 that variable is no longer defined in constvars.c.
26408 * gdb.base/step-test.c (main): Exit with explicit exit code.
26409 * gdb.base/step-test.exp: Remove two nexti checks--they are
26410 not portable.
26411
26412 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26413
26414 * gdb.base/help.exp ("help delete display"): Fix test to match
26415 gdb's output.
26416
26417 * gdb.base/long_long.c (known_types): Initialize values to zero.
26418 * gdb.base/long_long.exp: Step one more line
26419 so 'dec' is initialized in "get to known place". GDB removes
26420 leading zeros. Explicitly ask for hex formatting. Use
26421 unique test case names.
26422
26423 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26424
26425 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
26426
26427 * gdb.c++/method.exp: Add missing close brace.
26428
26429 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
26430
26431 * gdb.base/maint.exp: Use 'set height 0' to disable page
26432 prompting, not 'set height 400'.
26433
26434 Fix a bunch of timeouts.
26435 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
26436 four separate tests, so expect doesn't take forever to match a ton
26437 of text against a regexp with lots of .* forms.
26438 ("maint print psymbols", "maint print symbols"): Make some of
26439 these greps more selective, so that expect doesn't try to wade
26440 through huge piles of output and time out.
26441
26442 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
26443
26444 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
26445 tests: one which doesn't expect shlib events to be reported, and
26446 another which does, but is XFAIL for all platforms other than
26447 HP/UX.
26448
26449 * gdb.base/break.exp: Teach the test suite that the `catch
26450 fork', `catch vfork', and `catch exec' commands produce error
26451 messages on platforms that don't provide these features.
26452
26453 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26454
26455 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
26456 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
26457 (shortening names from solib_threshold.exp etc), won't run on
26458 anything but HP-UX for the foreseeable future.
26459 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
26460 reflect move.
26461
26462 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
26463
26464 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
26465 gdb.trace/Makefile.in (clean): Remove all test executables.
26466
26467 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
26468
26469 * gdb.base/shlib-call.exp: add test cases to verify that gdb
26470 successfully re-sets breakpoints in shared libraries.
26471 * gdb.base/shmain.c (main): return 0, don't fall off the end.
26472
26473 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26474
26475 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
26476 and compiled w/o GCC.
26477
26478 * gdb.hp/watch-cmd.exp: ditto.
26479
26480 * gdb.hp/watch-hp.exp: ditto.
26481
26482 * gdb.hp/xdb1.exp: ditto.
26483
26484 * gdb.hp/xdb2.exp: ditto.
26485
26486 * gdb.hp/dbx.exp: ditto.
26487
26488 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
26489
26490 * constvars.c: Remove C++-isms.
26491 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
26492 with GCC.
26493
26494 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
26495
26496 The following changes are part of the HP merge.
26497
26498 * gdb.base/break.exp: new tests to verify that catchpoints for
26499 fork, vfork, and exec don't trigger inappropriately.
26500
26501 * gdb.base/opaque.exp: compile one file at a time, then link.
26502
26503 * gdb.base/signals.exp: be more restrictive about which hppa
26504 systems receive a setup_xfail. new tests.
26505
26506 * gdb.base/solib_threshold.build: new file.
26507 * gdb.base/solib_threshold.exp: new file.
26508 * gdb.base/solib_threshold.link_opts: new file.
26509 * gdb.base/solib_threshold.mk: new file.
26510 * gdb.base/gen_solib_threshold.c: new file.
26511
26512 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
26513 tests. New tests for enums inside classes.
26514
26515 * gdb.c++/compiler.cc: indicate support of template debugging.
26516
26517 * gdb.c++/demangle.exp: run hp style demangling tests.
26518
26519 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
26520 tests.
26521
26522 * gdb.c++/misc.cc: changes to support new tests.
26523
26524 * gdb.c++/templates.cc: changes to support HP's compiler; changes
26525 to support new tests.
26526
26527 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
26528 gcc, then skip these tests.
26529
26530 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
26531
26532 The following files are part of the HP merge; some had longer
26533 names at HP, but have been renamed to be no more than 14
26534 characters in length.
26535
26536 * gdb.hp/ambiguous.cc: new file.
26537 * gdb.hp/ambiguous.exp: new file.
26538 * gdb.hp/attach.exp: new file.
26539 * gdb.hp/attach2.exp: new file.
26540 * gdb.hp/classes-hp.exp: new file.
26541 * gdb.hp/ctti.exp: new file.
26542 * gdb.hp/ctti-add.cc: new file.
26543 * gdb.hp/ctti-add1.cc: new file.
26544 * gdb.hp/ctti-add2.cc: new file.
26545 * gdb.hp/ctti-add3.cc: new file.
26546 * gdb.hp/dbx.exp: new file.
26547 * gdb.hp/exception.cc: new file.
26548 * gdb.hp/exception.exp: new file.
26549 * gdb.hp/foll-exec.c: new file.
26550 * gdb.hp/foll-exec.exp: new file.
26551 * gdb.hp/foll-fork.c: new file.
26552 * gdb.hp/foll-fork.exp: new file.
26553 * gdb.hp/foll-vfork.c: new file.
26554 * gdb.hp/foll-vfork.exp: new file.
26555 * gdb.hp/inherit-hp.exp: new file.
26556 * gdb.hp/more-steps.exp: new file.
26557 * gdb.hp/namespace.cc: new file.
26558 * gdb.hp/namespace.exp: new file.
26559 * gdb.hp/optimize.exp: new file.
26560 * gdb.hp/pxdb.c: new file.
26561 * gdb.hp/pxdb.exp: new file.
26562 * gdb.hp/quicksort.exp: new file.
26563 * gdb.hp/reg-test.exp: new file.
26564 * gdb.hp/reg-test.s: new file.
26565 * gdb.hp/sized-enum.c: new file.
26566 * gdb.hp/sized-enum.exp: new file.
26567 * gdb.hp/start-stop.exp: new file.
26568 * gdb.hp/templ-hp.cc: new file.
26569 * gdb.hp/templ-hp.exp: new file.
26570 * gdb.hp/thr-lib.c: new file.
26571 * gdb.hp/thr-lib.exp: new file.
26572 * gdb.hp/thr-lib.h: new file.
26573 * gdb.hp/thr-liblib.c: new file.
26574 * gdb.hp/virtfun-hp.c: new file.
26575 * gdb.hp/virtfun-hp.exp: new file.
26576 * gdb.hp/watch-cmd.exp: new file.
26577 * gdb.hp/watch-hp.exp: new file.
26578 * gdb.hp/xdb1.exp: new file.
26579 * gdb.hp/xdb2.exp: new file.
26580 * gdb.hp/xdb3.exp: new file.
26581
26582 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
26583
26584 The following files are part of the HP merge; some had longer
26585 names at HP, but have been renamed to be no more than 14
26586 characters in length.
26587
26588 * gdb.base/ss.h: new file.
26589 * gdb.base/call-ar-st.c: new file.
26590 * gdb.base/call-ar-st.exp: new file.
26591 * gdb.base/call-rt-st.c: new file.
26592 * gdb.base/call-rt-st-exp: new file.
26593 * gdb.base/call-strs.exp: new file.
26594 * gdb.base/ena-dis-br.exp: new file.
26595 * gdb.base/environ.exp: new file.
26596 * gdb.base/long_long.exp: new file.
26597 * gdb.base/sect-cmd.exp: new file.
26598 * gdb.base/shlib-cl2.exp: new file.
26599 * gdb.base/smoke.exp: new file.
26600 * gdb.base/so-impl-ld.c: new file.
26601 * gdb.base/so-impl-ld.exp: new file.
26602 * gdb.base/so-indr-cl.c: new file.
26603 * gdb.base/so-indr-cl.exp: new file.
26604 * gdb.base/varargs.exp: new file.
26605 * gdb.base/volatile.exp: new file.
26606 * gdb.base/whatis-exp.exp: new file.
26607 * gdb.base/display.exp: new file.
26608 * gdb.c++/derivation.exp: new file.
26609 * gdb.c++/local.exp: new file.
26610 * gdb.c++/member-ptr.exp: new file.
26611 * gdb.c++/overload.exp: new file.
26612 * gdb.c++/ovldbreak.exp: new file.
26613 * gdb.c++/ref-types.exp: new file.
26614 * gdb.c++/ref-types2.exp: new file.
26615 * gdb.c++/userdef.exp: new file.
26616
26617 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
26618
26619 * gdb.base/default.exp: Reflect wording change in remote.c.
26620
26621 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
26622
26623 * gdb.base/help.exp: Update to reflect current text.
26624
26625 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
26626
26627 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
26628 they're stack variables and contain garbage.
26629 * gdb.c++/anon-union.exp: new file.
26630
26631 The following changes were made by David Taylor
26632 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
26633 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
26634 in changes by HP.
26635
26636 * gdb.base/bitops.exp: new file.
26637 * gdb.base/default.exp: change expected messages for catch and
26638 info catch tests to reflect HP merge changes.
26639 * gdb.base/enable-disable-break.exp
26640 * gdb.base/ending-run.c: new file.
26641 * gdb.base/long_long.c: new file.
26642 * gdb.base/maint.exp: new file.
26643 * gdb.base/pointers2.exp: new file.
26644 * gdb.base/shlib-call2.exp: new file.
26645 * gdb.base/solib.exp: new file.
26646 * gdb.base/step-test.c: new file.
26647 * gdb.c++/anon-union.cc: new file.
26648 * gdb.c++/local.cc: new file.
26649 * gdb.c++/member-pointer.cc: new file.
26650 * gdb.c++/method.cc: new file.
26651 * gdb.c++/ref-types.cc: new file.
26652 * gdb.c++/ref-types2.cc: new file.
26653 * gdb.c++/userdef.cc: new file.
26654
26655 * gdb.base/scope.exp: compile one file at a time, then link.
26656 * gdb.base/langs.exp: ditto.
26657 * gdb.base/list.exp: ditto.
26658
26659 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
26660
26661 The following changes were made by David Taylor
26662 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
26663 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
26664 in changes by HP.
26665
26666 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
26667 skip tests. When compiling pass c++ flag to gdb_compile.
26668 * gdb.c++/
26669
26670 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
26671 test for on hppa*-*-hpux*; use args to see if c++ was specified.
26672 (skip_hp_tests): new function.
26673 (gdb_preprocess): new function.
26674
26675 * configure.in (hpdir): decide whether to configure gdb.hp.
26676 * configure: regenerated.
26677
26678 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
26679 to delete on clean.
26680 (EXECUTABLES): update to reflect new additions.
26681 * gdb.base/commands.exp: update message expected.
26682 * gdb.base/default.exp: add copyright notice.
26683 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
26684 * gdb.base/help.exp: update messages to reflect current text.
26685 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
26686 targets for recurse tests.
26687 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
26688 skip this file.
26689
26690 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
26691 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
26692 compilation.
26693 * gdb.c++/misc.exp: ditto.
26694 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
26695 run the tests. tell gdb_compile that it's a c++ compilation.
26696
26697 * gdb.threads/pthreads.exp: fix typo in message.
26698
26699 * gdb.base/all-bin.exp: new file.
26700 * gdb.base/arithmet.exp: new file.
26701 * gdb.base/assign.exp: new file.
26702 * gdb.base/completion.exp: new file.
26703 * gdb.base/cond-expr.exp: new file.
26704 * gdb.base/condbreak.exp: new file.
26705 * gdb.base/define.exp: new file.
26706 * gdb.base/dollar.exp: new file.
26707 * gdb.base/environment.exp: new file.
26708 * gdb.base/eval-skip.exp: new file.
26709 * gdb.base/jump.exp: new file.
26710 * gdb.base/logical.exp: new file.
26711 * gdb.base/pointers.exp: new file.
26712 * gdb.base/relational.exp: new file.
26713 * gdb.base/section_command.exp: new file.
26714 * gdb.base/whatis-expr.exp: new file.
26715
26716 * gdb.base/all-types.c: new file.
26717 * gdb.base/call-array-struct.c: new file.
26718 * gdb.base/call-return-struct.c: new file.
26719 * gdb.base/call-strings.c: new file.
26720 * gdb.base/callfuncs2.c: new file.
26721 * gdb.base/condbreak.c: new file.
26722 * gdb.base/constvars.c: new file.
26723 * gdb.base/display.c: new file.
26724 * gdb.base/int-type.c: new file.
26725 * gdb.base/jump.c: new file.
26726 * gdb.base/miscexprs.c: new file.
26727 * gdb.base/pointers.c: new file.
26728 * gdb.base/pointers2.c: new file.
26729 * gdb.base/shmain.c: new file.
26730 * gdb.base/shr1.c: new file.
26731 * gdb.base/shr2.c: new file.
26732 * gdb.base/solib.c: new file.
26733 * gdb.base/solib1.c: new file.
26734 * gdb.base/solib2.c: new file.
26735 * gdb.base/varargs.c: new file.
26736 * gdb.c++/derivation.cc: new file.
26737 * gdb.c++/overload.cc: new file.
26738 * gdb.c++/ovldbreak.cc: new file.
26739 * gdb.hp/attach.c: new file.
26740 * gdb.hp/attach2.c: new file.
26741 * gdb.hp/average.c: new file.
26742 * gdb.hp/compiler.c: new file.
26743 * gdb.hp/compiler.cc: new file.
26744 * gdb.hp/execd-program.c: new file.
26745 * gdb.hp/follow-exec.c: new file.
26746 * gdb.hp/follow-fork.c: new file.
26747 * gdb.hp/follow-vfork-and-exec.c: new file.
26748 * gdb.hp/misc-hp.cc: new file.
26749 * gdb.hp/more-steps.c: new file.
26750 * gdb.hp/optimize.c: new file.
26751 * gdb.hp/quicksort.c: new file.
26752 * gdb.hp/run-hp.c: new file.
26753 * gdb.hp/start-stop.c: new file.
26754 * gdb.hp/sum.c: new file.
26755 * gdb.hp/templates-hp.cc: new file.
26756 * gdb.hp/thread-local-in-lib.c: new file.
26757 * gdb.hp/thread-local-in-lib.h: new file.
26758 * gdb.hp/thread-local-in-lib.lib.c: new file.
26759 * gdb.hp/vforked-program.c: new file.
26760 * gdb.hp/virtfunc-hp.cc: new file.
26761 * gdb.hp/watchpoint-hp.c: new file.
26762 * gdb.hp/xdb.c: new file.
26763 * gdb.hp/xdb0.c: new file.
26764 * gdb.hp/xdb0.h: new file.
26765 * gdb.hp/xdb1.c: new file.
26766
26767 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
26768
26769 The following change was made by Edith Epstein
26770 <eepstein@cygnus.com> as part of a project to merge in changes
26771 originally made by HP; HP did not create ChangeLog entries.
26772
26773 * gdb.c++/demangle.exp: changed the expected output for some
26774 ARM-style mangling -- removed second reference to datatype.
26775 For example, maint demangle __dt__11T1__pt__2_cFv
26776 T1<char>::~T1<char>(void)
26777 becomes,
26778 maint demangle __dt__11T1__pt__2_cFv
26779 T1<char>::~T1(void)
26780
26781 (test_hp_style_demangling): new hp specific demangling test cases.
26782
26783 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
26784
26785 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
26786 * gdb.trace/backtrace.exp: Likewise.
26787 * gdb.trace/circ.exp: Likewise.
26788 * gdb.trace/collection.exp: Likewise.
26789 * gdb.trace/deltrace.exp: Likewise.
26790 * gdb.trace/infotrace.exp: Likewise.
26791 * gdb.trace/limits.exp: Likewise.
26792 * gdb.trace/packetlen.exp: Likewise.
26793 * gdb.trace/passc-dyn.exp: Likewise.
26794 * gdb.trace/passcount.exp: Likewise.
26795 * gdb.trace/report.exp: Likewise.
26796 * gdb.trace/save-trace.exp: Likewise.
26797 * gdb.trace/tfind.exp: Likewise.
26798 * gdb.trace/tracecmd.exp: Likewise.
26799 * gdb.trace/while-dyn.exp: Likewise.
26800 * gdb.trace/while-stepping.exp: Likewise.
26801
26802 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
26803
26804 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
26805
26806 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
26807
26808 From Brendan Kehoe:
26809 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
26810 int return types.
26811
26812 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
26813
26814 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
26815 remote dos host testing right.
26816
26817 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
26818
26819 * gdb.base/corefile.exp: remove some xfails.
26820
26821 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
26822
26823 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
26824 have different timestamps.
26825
26826 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
26827
26828 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
26829 gdb.base/default.exp: Replace "exec" with "executable".
26830
26831 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
26832
26833 * gdb.base/default.exp: Change else if to elseif from previous
26834 delta.
26835
26836 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
26837
26838 * gdb.base/default.exp: Add brace missing from previous delta.
26839
26840 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
26841
26842 * gdb.base/default.exp: Support test for info float for all
26843 varieties of arm toolchain.
26844
26845 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
26846
26847 * gdb.trace/*.exp: remove "remote_download" command.
26848
26849 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
26850
26851 * gdb.trace/*.exp: remove -gdwarf from compile.
26852
26853 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
26854
26855 * gdb.trace/configure.in(AC_INIT): typo
26856 * gdb.trace/configure: regenerated
26857
26858 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
26859
26860 * config/m68k-emc.exp: New file.
26861 * lib/<emc-support.exp trace-support.exp}: New files.
26862 * configure.in: add new test directory gdb.trace.
26863 * gdb.trace/{configure configure.in Makefile.in}: New files.
26864 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
26865 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
26866 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
26867 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
26868 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
26869 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
26870 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
26871
26872 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
26873
26874 * gdb.c++/classes.exp: Change all regular expressions to match
26875 arbitrary combinations of newline/carriage-return, so that they
26876 will work equally well on Unix and Windows.
26877 * gdb.c++/inherit.exp: ditto.
26878 * gdb.c++/virtfunc.exp: ditto.
26879
26880 1998-08-11 Dawn Perchik <dawn@cygnus.com>
26881
26882 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
26883
26884 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
26885
26886 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
26887 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
26888 to use a0-a3/d0-d3 as needed.
26889
26890 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
26891
26892 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
26893 * gdb.disasm/am33.exp: Corresponding changes.
26894
26895 1998-07-11 Felix Lee <flee@cygnus.com>
26896
26897 * gdb.base/callfuncs.exp: add cmp10 test.
26898 * gdb.base/callfuncs.c (cmp10): new function.
26899
26900 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
26901
26902 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
26903 into two parts to get around a synchronization problem in expect.
26904
26905 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
26906
26907 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
26908
26909 * configure.in: Add options for gdbtk testsuite.
26910
26911 * configure: Regenerate.
26912
26913 * gdb.gdbtk: New directory to hold gdbtk tests.
26914
26915 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26916
26917 * gdb.fortran/types.exp: Escape brackets in expect patterns
26918 for test_float_literal_types_accepted tests.
26919 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
26920 before run test.
26921
26922 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
26923
26924 * am33.exp: Just compile, do not link the testcase.
26925 * am33.s: Add ".am33" pseudoop to force am33 mode.
26926
26927 1998-06-25 Felix Lee <flee@cygnus.com>
26928
26929 * gdb.base/setshow.exp: make sure $pc is sane.
26930
26931 * gdb.stabs/weird.exp: split expect patterns properly.
26932
26933 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
26934
26935 * gdb.disasm/am33.s: New disassembler testfile for the am33.
26936 * gdb.disasm/am33.exp: Run it.
26937
26938 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
26939
26940 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
26941 match processing (and eliminate spurious timeouts when running).
26942
26943 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
26944
26945 * gdb.base/signals.exp (test_handle_all_print): put back Mach
26946 exception test, but conditionalize it on target [mach | gnu].
26947
26948 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
26949
26950 * gdb.base/overlays.exp: fixup compile line for linker script.
26951
26952 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
26953
26954 * gdb.fortran/types.exp: don't guess at float size.
26955
26956 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
26957
26958 * gdb.base/exprs.exp: delete test that depends on int size.
26959
26960 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
26961
26962 * config/sim.exp: Removed checks for target triplets.
26963 (gdb_target_sim): Use gdb,target_sim_options.
26964
26965 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
26966
26967 * gdb.base/reread.exp: New file.
26968 * gdb.base/reread1.c: New file.
26969 * gdb.base/reread2.c: New file.
26970
26971 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
26972
26973 * config/sim.exp: Use 'target sim -sparclite' when running
26974 SPARClite programs.
26975
26976 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
26977
26978 * gdb.base/structs2.exp: New file.
26979 * gdb.base/structs2.c: New file.
26980
26981 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
26982
26983 * gdb.asm/common.inc: New file.
26984 * gdb.asm/d10v.inc: New file.
26985 * asm-source.exp: Pass -I's to gas to find .inc files.
26986 Update line numbers in expected output.
26987 * asmsrc1.s: Rewrite.
26988 * asmsrc2.s: Rewrite.
26989 * configure.in: Create arch.inc symlink.
26990 * configure: Regenerate.
26991 * Makefile.in (distclean): Delete arch.inc.
26992
26993 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
26994
26995 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
26996 (t_enum_value2): ditto
26997 (t_enum_value3): ditto
26998 (main): ditto
26999 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27000
27001 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
27002 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
27003 change.
27004 Use gdb_test instead of send_gdb/gdb_expect sequences.
27005
27006 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
27007
27008 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
27009 not void.
27010
27011 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
27012
27013 * gdb.base/branches.c: Code with lots of loops and
27014 subroutines. Used to test gdbs ability to single step through PC
27015 changes, especially to test mips-tdep.c:mips_next_pc
27016
27017 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
27018
27019 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
27020 more rigorous EGCS C++ error checking.
27021
27022 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27023
27024 * gdb.base/help.exp: Clean up `help set args' and `help show args'
27025 tests.
27026 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
27027 function when asleep.
27028 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
27029 for i*86 Linux and SVR4 signal handling problems.
27030 Remove linux xfail for `next to handler in signals_tests_1', fixed
27031 by recent infrun.c change.
27032 Limit backtrace to 10 frames to avoid timeout problems with infinite
27033 stack backtraces.
27034 Adjust expect pattern in `handle all print' test to match Apr 28 1997
27035 target.[ch] change.
27036
27037 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
27038
27039 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
27040 for a newline from gdb before continuing.
27041 (default_gdb_exit): Just look for y or n.
27042 (gdb_test): Detect abnormal exit from GDB running on DOS; if
27043 it does, fail the rests of the tests in the file.
27044
27045 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
27046
27047 * config/cygmon.exp: New file.
27048
27049 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
27050
27051 * gdb.base/list.exp: Fix problem with "list default lines around
27052 main" test on remote targets.
27053
27054 * gdb.base/scope.exp: Fix problem with filelocal_bss before
27055 run test on remote targets.
27056
27057 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
27058
27059 * gdb.asm: New directory.
27060 * configure.in: Configure it.
27061 * configure: Regenerate.
27062 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
27063 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
27064
27065 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
27066
27067 * config/mn10300-eval.exp: New file to support MN10300 eval board.
27068
27069 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
27070
27071 * gdb.base/overlays (several files): Merge the two overlay
27072 managers into one. Change variables (foox, barx, bazx, grbxx)
27073 back into ints but force them to load in their proper sections.
27074
27075 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
27076
27077 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
27078 on-chip insn memory and IMAP1 to upper 128k.
27079 (D10VCopy): Handle memory regions crossing 16k boundaries.
27080 (D10VCopy): Transfer data in 32 bit chunks.
27081
27082 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
27083
27084 * gdb.base/overlays.c (main): Exit normally when result is
27085 correct.
27086
27087 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
27088 map. Include space for printf in .text segment.
27089
27090 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
27091 updated d10v memory VMA/LMA map.
27092 (D10VCopy): Call D10VTranslate.
27093
27094 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
27095
27096 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
27097
27098 * gdb.base/bar.c (barx, bar): Change variable to small array so
27099 that it won't be put into the .sdata - small data -
27100 section. Update reference.
27101 * gdb.base/baz.c (bazx, baz): Ditto.
27102 * gdb.base/foo.c (foox, foo): Ditto.
27103 * gdb.base/grbx.c (grbxx, grbx): Ditto.
27104
27105 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
27106 to be arrays.
27107
27108 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
27109
27110 * gdb.base/overlays.exp: fix up and get working again.
27111 Add tests for backtraces from an overlay function.
27112
27113 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
27114
27115 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
27116 "calling function with watchpoint enabled".
27117
27118 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
27119
27120 * gdb.base/break.exp (test_next_with_recursion): Remove
27121 gdb_suppress_tests for d10v-*-*.
27122 * lib/gdb.exp (gdb_suppress_tests): Disable this function
27123 pending review of whether it is useful or not.
27124
27125 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
27126
27127 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
27128
27129 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
27130
27131 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
27132 * config/dve.exp: New file to support Densan boards.
27133
27134 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
27135
27136 * gdb.base/interrupt.exp: Document problem of simulators, signals,
27137 reads and BSD.
27138
27139 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
27140
27141 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
27142 response.
27143
27144 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
27145
27146 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
27147
27148 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
27149 test.
27150
27151 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
27152 target_sizeof_long and target_bigendian_p.
27153 (structs_by_value, structs_by_reference): Check values according
27154 to targets word size and endianess.
27155
27156 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
27157
27158 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
27159 output.
27160
27161 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
27162
27163 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
27164 Update test of set args help to match source change.
27165
27166 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
27167
27168 * gdb.base/default.exp: Expect help system output to be in
27169 alphabetical order.
27170 * gdb.base/help.exp: Ditto.
27171
27172 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
27173
27174 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
27175 "i*86-pc-linux-gnu*".
27176 * gdb.base/interrupt.exp: Ditto.
27177 * gdb.base/corefile.exp: Ditto.
27178
27179 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
27180 define vxworks when building the testcase.
27181
27182 * gdb.base/ptype.exp: Fix testnames to be unique.
27183 * gdb.base/radix.exp: Ditto.
27184 * gdb.base/term.exp: Ditto.
27185 * gdb.base/whatis.exp: Ditto.
27186 * gdb.c++/classes.exp: Ditto.
27187
27188 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
27189
27190 * gdb.base/callfuncs.exp: Fix indentation.
27191
27192 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
27193 suppress_flag has been set.
27194 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
27195 target feature.
27196
27197 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
27198
27199 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
27200 the testcase.
27201
27202 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
27203 set_debug_traps() and breakpoint().
27204 * gdb.c++/misc.cc (main): Ditto.
27205 * gdb.c++/templates.cc (main): Ditto.
27206 * gdb.c++/virtfunc.cc (main): Ditto.
27207
27208 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
27209
27210 * lib/gdb.exp(gdb_step_for_stub): New function.
27211 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
27212 exists, reload the executable and do a "continue" instead of
27213 doing a jump.
27214 (runto_main): Use gdb_step_for_stub.
27215
27216 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
27217 tests to have unique names.
27218 * gdb.base/callfuncs.exp: Ditto.
27219 * gdb.base/commands.exp: Ditto.
27220 * gdb.base/default.exp: Ditto.
27221 * gdb.base/help.exp: Ditto.
27222 * gdb.base/list.exp: Ditto.
27223 * gdb.base/opaque.exp: Ditto.
27224 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
27225 similar tests.
27226
27227 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
27228 * gdb.c++/cplusfuncs.cc: Ditto.
27229 * gdb.c++/virtfunc.cc: Ditto.
27230
27231 * config/monitor.exp: Keep track of the last file we saw, rather
27232 than trying to get the info from gdb.
27233
27234 * gdb.fortran/types.exp: Move comment to previous line.
27235
27236 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
27237
27238 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
27239 target mode.
27240
27241 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
27242
27243 From Bob Manson:
27244 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
27245 string from GDB when it connects.
27246
27247 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
27248
27249 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
27250
27251 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
27252 if we can't get a debug format from GDB (we may be testing an
27253 older GDB). Use a 10 second timeout when checking for the format.
27254
27255 * gdb.stabs/weird.exp: Fix quoting.
27256
27257 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
27258
27259 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
27260
27261 * config/arm-ice.exp: New file.
27262
27263 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
27264
27265 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
27266 until it has been modified to work with the new testsuite.
27267
27268 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
27269 testcase won't compile, cause all of the testcases in the file to
27270 fail instead.
27271
27272 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
27273 (gdb_clear_suppressed): New procedure.
27274 (gdb_stop_suppressing_tests): Only clear suppress_flag if
27275 it contains a positive value.
27276
27277 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
27278
27279 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
27280
27281 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
27282
27283 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
27284
27285 * lib/gdb.exp (setup_xfail_format): New function.
27286 (get_debug_format): New function to get debug format.
27287 (debug_format): New global variable to hold last value set
27288 by get_debug_format.
27289 * gdb.base/list.exp: Call get_debug_format and expect some
27290 tests to fail for DWARF 1 and COFF formats.
27291 * gdb.c++/ptype.exp: Ditto.
27292 * gdb.c++/classes.exp: Ditto.
27293 * gdb.c++/cplusfuncs.exp: Ditto.
27294 * gdb.c++/inherit.exp: Ditto.
27295 * gdb.c++/templates.exp: Ditto.
27296 * gdb.c++/virtfunc.exp: Ditto.
27297
27298 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
27299
27300 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
27301 host doesn't have a currently-open connection.
27302
27303 * config/sparclet.exp: Cleanups and fixes to make it generic for
27304 any gdb stub target. Handle cases where gdb doesn't respond when
27305 interrupted in a sane fashion.
27306
27307 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
27308 same thing in a totally different way.
27309
27310 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
27311 setting "timeout".
27312 (gdb_start): We set the global gdb_prompt variable in
27313 default_gdb_init now.
27314
27315 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
27316
27317 * gdb.base/printcmds.exp: Fix "check for floating addition"
27318 regexp to accept results within approx +/- .01 of exact value.
27319 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
27320
27321 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
27322
27323 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
27324 properly.
27325 (gdb_expect): Add optional timeout parameter, and add timeout
27326 value to various calls.
27327 (gdb_suppress_tests): Only give one warning message per group.
27328
27329 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
27330
27331 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
27332 global variables. Handle getting a value for $timeout more
27333 gracefully.
27334
27335 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27336
27337 * lib/gdb.exp: Close connection to remote host if gdb doesn't
27338 initialize.
27339 (default_gdb_init): New procedure; allow gdb_init to be overridden
27340 by a target configuration file.
27341 (gdb_expect): Pass the timeout to remote_expect.
27342
27343 * config/monitor.exp(gdb_load): Fix typo in regexp.
27344
27345 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
27346
27347 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
27348
27349 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
27350
27351 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
27352 here. Call gdb_target_exec before rebooting the target, to make
27353 sure the connection to the target is closed.
27354 (gdb_load): Pass the name of the executable to gdb_target_monitor.
27355 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
27356 Also detect "Timeout reading from remote" error.
27357
27358 * config/gdbserver.exp: Pass the executable being loaded to
27359 gdb_target_monitor. Don't call gdb_file_cmd here; let
27360 gdb_target_monitor do it.
27361
27362 * gdb.disasm/hppa.exp: Don't use exec_output.
27363
27364 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
27365
27366 * gdb.base/list.exp: If we're debugging a non-native target,
27367 try to set the pc register to point to the start of the
27368 program before doing the first list command.
27369
27370 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
27371 test_calls after restarting.
27372
27373 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
27374 reloading.
27375
27376 * gdb.base/watchpoint.exp: Fix typo.
27377
27378 * gdb.base/setshow.exp: Check for use_gdb_stub.
27379
27380 * gdb.base/break.exp: Fix continue until exit test for the gdb
27381 stub case.
27382 * gdb.base/langs.exp: Ditto.
27383
27384 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
27385 gdb_load_offset. If we weren't given a file to load, figure out
27386 what the current file is and use it.
27387
27388 * config/i386-bozo.exp: New file.
27389
27390 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
27391
27392 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
27393 feature.
27394
27395 * config/proelf.exp: New entry.
27396
27397 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
27398
27399 * lib/gdb.exp: Remove spurious .* patterns at the beginning
27400 of regexps.
27401
27402 * gdb.base/watchpoint.exp: Don't run the test_stepping
27403 tests if gdb can't call functions on the target.
27404
27405 * gdb.base/setshow.exp: Don't run the set prompt tests if
27406 the board has gdb_prompt set.
27407
27408 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
27409
27410 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
27411 * gdb.base/commands.exp: Likewise.
27412 * gdb.base/setshow.exp: Likewise.
27413
27414 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
27415
27416 * config/monitor.exp(gdb_start): Look for gdb_prompt target
27417 feature.
27418
27419 * config/i960.exp: New file.
27420
27421 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
27422
27423 * gdb.base/funcargs.exp: Check for gdb,short_int target
27424 feature instead of looking for explicit target triplets.
27425
27426 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
27427
27428 * gdb.base/printcmds.exp: add a couple more tests a la
27429 "p 123DEADBEEF", to check parse_number.
27430 * top.c: change "to enable to enable" to "to enable" in a couple
27431 of help strings.
27432
27433 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
27434
27435 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
27436 on the mn10300.
27437
27438 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
27439
27440 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
27441 where the test executable is run with explicit args.
27442 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
27443
27444 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
27445
27446 * gdb.base/run.c: Use FAKEARGV to build test executable that
27447 does not require a command line arg, since most simulators
27448 don't currently support passing such an arg into the simulated
27449 program.
27450 * gdb.base/commands.exp: Change tests to insert the proper
27451 value as the arg to the first recursive factorial call. Change
27452 compilation line to define FAKEARGV at compile time.
27453
27454 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
27455
27456 * gdb.base/recurse.exp: Enable these tests for the mn10300.
27457 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
27458 function with watchpoint enabled" test.
27459
27460 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
27461
27462 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
27463 Don't call gdb_test when the command doesn't return to a gdb prompt.
27464
27465 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
27466 "Tests restarted" messages.
27467
27468 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
27469
27470 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
27471
27472 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
27473
27474 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
27475 for INFO SYMBOL; add help tests for OVERLAY commands.
27476 * gdb.base/default.exp: add tests for INFO SYMBOL command;
27477 add tests for OVERLAY commands
27478 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
27479 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
27480 * gdb.base/sigall.c: add usestubs code frag
27481 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
27482
27483 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
27484
27485 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
27486 failures.
27487 (gdb_stop_suppressing_tests): Note that tests have restarted.
27488
27489 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
27490
27491 * config/h8300.exp: New file.
27492
27493 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
27494
27495 * gdb.base/setshow.exp: Check for the existence of a
27496 feature, not its value.
27497
27498 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
27499
27500 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
27501
27502 * gdb.base/scope.exp: It's now init0(), not init().
27503
27504 * gdb.base/scope0.c: For now, change init() to be init0().
27505
27506 * config/monitor.exp: Use gdb_serial in preference to serial
27507 or netport.
27508
27509 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
27510 and it's not already set.
27511
27512 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
27513
27514 * gdb.base/setshow.exp: Only test the run command if the target
27515 isn't using a stub and if it supports argument passing.
27516
27517 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
27518
27519 * config/udi.exp(gdb_start): Make sure UDICONF is set
27520 properly before starting gdb.
27521
27522 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
27523
27524 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
27525 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
27526 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
27527
27528 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
27529
27530 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
27531 specialized code to reboot the board, use remote_reboot instead.
27532
27533 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
27534
27535 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
27536
27537 * config/monitor.exp: Make sure we disconnect from the target.
27538 Also, try a reboot/reload cycle instead of failing if the
27539 load fails.
27540
27541 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
27542
27543 * gdb.base/default.exp: Don't set match_max.
27544 * gdb.base/help.exp: Ditto.
27545 * gdb.base/list.exp: Ditto.
27546 * gdb.base/signals.exp: Ditto.
27547
27548 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
27549 set, use remote_ld to download the testcase instead of
27550 the GDB loader.
27551
27552 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
27553
27554 * config/vr5000.exp: New file.
27555
27556 * config/monitor.exp(gdb_target_monitor): Add pattern for
27557 "Ending remote" to detect errors in connecting.
27558
27559 * gdb.base/setshow.exp: Add .* within auto language test.
27560
27561 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
27562 target feature.
27563
27564 * config/monitor.exp(gdb_load): Check for a failure when loading,
27565 and reboot the board if necessary.
27566
27567 * gdb.base/setvar.exp(test_set): Handle multiple prints within
27568 a set of tests. Remove print.* from the patterns being checked.
27569
27570 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
27571
27572 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
27573 refer to gdb_spawn_id.
27574
27575 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
27576 longer used.
27577 * config/sparclet.exp: Ditto.
27578 * config/sparclet-old.exp: Ditto.
27579 * config/slite.exp: Ditto.
27580 * config/sim.exp: Ditto.
27581 * gdb.base/funcargs.exp: Ditto.
27582
27583 * lib/gdb.exp:Remove references to gdb_spawn_id.
27584 (gdb_expect): Move to remote.exp.
27585
27586 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
27587
27588 * config/monitor.exp: Detect the "Couldn't establish connection"
27589 message from GDB.
27590
27591 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
27592
27593 * gdb.base/bitfields.exp: Use runto instead of explicit
27594 gdb_run_cmd/gdb_expect sequences.
27595
27596 * gdb.base/break.exp(text_next_with_recursion): Add match for
27597 gdb_expect call.
27598
27599 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
27600 We also need to handle the "A program is being debugged already"
27601 prompt from gdb. Use gdb_test to set the baud rate.
27602
27603 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
27604 to 20000. Really. I mean it.
27605
27606 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27607
27608 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
27609 fails. If suppress_flag is set, skip perror message about not
27610 being able to send to GDB.
27611 (send_gdb): If suppress_flag is set, don't try to send commands to
27612 GDB.
27613 (gdb_expect): If suppress_flag is set, always fail immediately.
27614 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
27615 (gdb_init): Call gdb_stop_suppressing_tests.
27616 (default_gdb_exit): Ditto.
27617 (default_gdb_start): Ditto.
27618
27619 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
27620 gdb_stop_suppressing_tests as appropriate.
27621 * gdb.base/break.exp: Ditto.
27622 * gdb.base/callfuncs.exp: Ditto.
27623 * gdb.base/commands.exp: Ditto.
27624 * gdb.base/exprs.exp: Ditto.
27625 * gdb.base/funcargs.exp: Ditto.
27626 * gdb.base/list.exp: Ditto.
27627 * gdb.base/recurse.exp: Ditto.
27628 * gdb.base/scope.exp: Ditto.
27629 * gdb.base/structs.exp: Ditto.
27630 * gdb.c++/inherit.exp: Ditto.
27631
27632 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
27633
27634 * config/vr4300.exp: New file.
27635
27636 * gdb.*/*.exp: Call gdb_expect instead of expect.
27637
27638 * lib/gdb.exp(gdb_expect): New function.
27639
27640 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
27641
27642 * lib/gdb.exp(gdb_init): New function.
27643
27644 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
27645 for each individual variable set.
27646
27647 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
27648 name.
27649
27650 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
27651
27652 * gdb.base/scope.exp: Use gdb_test.
27653
27654 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
27655 aborting; the testsuite driver will do that for us (see
27656 gdb_finish). Also, use gdb_test in a few more places.
27657
27658 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
27659
27660 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
27661
27662 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
27663
27664 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
27665 and "add_tests" are not at the same address.
27666
27667 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
27668
27669 * gdb.base/ptype.exp: Use gdb_test.
27670
27671 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
27672
27673 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
27674 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
27675 left in. No longer expect them to fail.
27676
27677 * gdb.stabs/*.mt; Deleted, no longer used.
27678 * gdb.stabs/configure.in: Remove references to target makefile
27679 frags.
27680 * gdb.stabs/configure: Rebuilt.
27681
27682 * gdb.disasm/*.mt: Deleted, no longer used.
27683 * gdb.disasm/configure.in: Remove references to target makefile
27684 frags. Use "sh3.s" as the unique filename for this directory.
27685 * gdb.disasm/configure: Rebuilt.
27686
27687 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
27688 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
27689 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
27690
27691 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
27692
27693 * config/udi.exp: Use mondfe,name instead of remote_host.
27694
27695 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
27696
27697 * gdb.base/watchpoint.exp: Don't expect a failure when calling
27698 a function with a watchpoint enabled on the mn10200.
27699
27700 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
27701 before trying to create it!
27702
27703 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
27704
27705 * config/vx.exp: Use hostname instead of netport.
27706
27707 * config/vxworks.exp: New file.
27708
27709 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
27710
27711 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
27712 gdb before assuming everything worked. Send a ^C if a timeout
27713 occurs.
27714
27715 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
27716 $gdb_spawn_id directly.
27717 (gdb_run_cmd): Try _start as well as start. Use the target feature
27718 gdb,start_symbol as the symbol to start from when jumping.
27719
27720 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
27721
27722 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
27723 redundant) test.
27724
27725 * gdb.base/recurse.exp: Relax final value test for 'b' so that
27726 it doesn't lose for 16bit integer systems.
27727
27728 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
27729
27730 * gdb.fortran/types.exp: If the target doesn't support "double"
27731 data types, then expect "real" types to only be 4 bytes.
27732
27733 * gdb.c++/virtfunc.exp: Expect failure for virtual function
27734 call tests if the target doesn't support inferior function calls.
27735
27736 * gdb.base/printcmds.exp: Allow minor deviation in FP values
27737 in printf tests.
27738
27739 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
27740
27741 * gdb.base/help.exp: Disable "help set", "help show", and
27742 "help support". Simplify regexp for "help stack".
27743
27744 * gdb.base/default.exp: Set match_max to 5000 and the timeout
27745 to 60 seconds. Temporarily set match_max to 15000 around the
27746 "info copying" test.
27747
27748 * gdb.base/nodebug.exp: Don't try to do an inferior function
27749 call if the target doesn't support them.
27750 * gdb.base/printcmds.exp: Likewise.
27751 * gdb.base/setvar.exp: Likewise.
27752 * gdb.base/structs.exp: Likewise.
27753 * gdb.c++/templates.exp: Likewise.
27754 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
27755
27756 * gdb.base/recurse.exp: Enable for the mn10200.
27757
27758 * configure.in: Do configure gdb.stabs directory for *-*-elf
27759 targets.
27760 * configure: Rebuilt.
27761
27762 * gdb.base/break.exp: Check for gdb,noresults before testing
27763 exit status and/or results from the target.
27764 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
27765 * lib/gdb.exp: Remove old (now bogus) initialization of
27766 noinferior, noargs, noresults and nosignals.
27767
27768 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
27769
27770 * config/sh.exp: New file.
27771
27772 * config/slite.exp: Try to connect multiple times to the board
27773 before rebooting. Only send a "monitor run" if need_monitor_run
27774 is set.
27775
27776 * gdb.base/break.exp: Don't do the "stub continue" test if
27777 the target has gdb_stub set.
27778
27779 * gdb.base/callfuncs.exp: Increase the timeout.
27780
27781 * gdb.base/interrupt.exp: Don't even try to compile the testcase
27782 if the target has gdb,noinferiorio set.
27783
27784 * gdb.base/list.exp: Increase match_max to 10000 characters.
27785
27786 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
27787
27788 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
27789 target.
27790
27791 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
27792
27793 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
27794
27795 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
27796 trying to delete the copy of gdb. Catch the file delete so we
27797 don't die if the delete fails; also, the file should be copied to
27798 the host, not to the build.
27799
27800 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
27801
27802 * lib/gdb.exp(gdb_test): Surround the result pattern with
27803 parenthesis in case it contains multiple regexps separated
27804 with |.
27805
27806 * gdb.base/watchpoint.exp: Use gdb_test.
27807 * gdb.base/default.exp: Ditto.
27808
27809 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
27810
27811 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
27812
27813 * gdb.base/scope.exp: Use gdb_test.
27814 * gdb.c++/classes.exp: Ditto.
27815 * gdb.c++/inherit.exp: Ditto.
27816
27817 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
27818
27819 * gdb.base/crossload.exp: Don't use execute_anywhere, use
27820 remote_exec instead.
27821 * gdb.base/corefile.exp: Don't be ridiculous.
27822 * gdb.base/*.c: Add missing stub invocations.
27823
27824 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
27825
27826 * config/slite.exp: Miscellaneous fixes.
27827
27828 * lib/gdb.exp: Fix runto.
27829
27830 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
27831 the target.
27832
27833 * gdb.base/watchpoint.exp: Fix regexp.
27834
27835 * lib/gdb.exp(default_gdb_exit): Add a catch to the
27836 close and wait commands, as the descriptor may now be
27837 invalid. Always call "remote_close host".
27838
27839 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
27840
27841 Major rewrite for testsuite revision.
27842
27843 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
27844 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
27845 instead of relying on spawn_id to always contain a valid
27846 spawn id.
27847 (get_compiler_info): New procedure to build the ${binfile}.ci
27848 file, instead of replicating this in N different places.
27849 (gdb_compile): New procedure.
27850
27851 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
27852 appropriate arguments) instead of compile. Use gdb_test in a lot
27853 more places. Use send_gdb instead of send. Always run gdb_start
27854 at the start of a testcase, as this is no longer done magically.
27855
27856 config/*-gdb.exp: Rename without the -gdb suffix.
27857
27858 config/mips.exp: Use remote_close instead of exit_remote_shell.
27859 config/monitor.exp: Use target_info instead of looking at
27860 baud, timeout, etc.
27861 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
27862
27863 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27864
27865 * gdb.c++/templates.exp (test_ptype_of_templates),
27866 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
27867 Update expect patterns for destructors and assignment operators
27868 to match corresponding c-typeprint.c changes.
27869 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
27870 to destructor breakpoint test, GDB should be able to set the
27871 destructor breakpoint without specifying arguments.
27872
27873 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
27874
27875 * gdb.threads/pthreads.exp: Change result for failure to compile due
27876 to lack of pthreads runtime support from an error to simply an
27877 unsupported test, per dejagnu standards.
27878
27879 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27880
27881 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
27882 where GDB exits to reduce pattern match time.
27883 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
27884
27885 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
27886
27887 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
27888
27889 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
27890 * gdb.base/default.exp: ditto.
27891 * gdb.base/nodebug.exp: ditto.
27892 * gdb.base/printcmds.exp: ditto.
27893 * gdb.base/ptype.exp: ditto.
27894 * gdb.base/setvar.exp: ditto.
27895 * gdb.base/structs.exp: ditto.
27896 * gdb.base/setshow.c: Guard against uninitialized values of argc.
27897
27898 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
27899
27900 * configure, */configure: Rebuild with autoconf 2.12.
27901
27902 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
27903
27904 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
27905 use new i*86-pc-linux*-gnu quads.
27906 * gdb.base/corefile.exp: Ditto.
27907 * gdb.base/signals.exp: Ditto.
27908 * gdb.base/sigall.exp: Ditto.
27909 * gdb.base/interrupt.exp: Ditto.
27910
27911 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
27912 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
27913 RedHat 4.0.
27914
27915 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
27916 linux. This allows the test case to at least compile on latest
27917 linux, but still not run due to missing the threads runtime library.
27918
27919 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27920
27921 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
27922 directory to search gdb directory. Accept and step over conditional
27923 stack alignment code. Consume $prompt in failure cases.
27924 Reset timeout to $oldtimeout instead of some arbitrary value.
27925 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
27926 timeout problems with infinite stack backtraces.
27927 * gdb.base/ptype.exp (ptype struct link, union tu_link):
27928 Accept function parameters for linkfunc member.
27929
27930 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
27931
27932 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
27933 (CXXFLAGS): Remove, unreferenced.
27934 (B_OPTIONS): Add for -B options and add code to initialize with
27935 previous -B options and also add -B option to pick up cross compiled
27936 runtime.
27937 (TARGET_INCLUDES): Add for -I options and add code to initialize when
27938 doing cross compiles.
27939 (target_alias): Declare global.
27940 (xgcc): Set variable to full path of gcc in build tree. Use findfile
27941 to verify that gcc exists in build tree, and if so set CC to that
27942 gcc and to use B_OPTIONS and TARGET_INCLUDES.
27943
27944 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
27945
27946 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
27947 ptype test for anonymous union. Fixup testcase to match
27948 current gcc debug output.
27949
27950 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
27951
27952 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
27953 force argument to an unsigned long type.
27954
27955 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
27956
27957 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
27958 tests and anonymous union print/ptype tests.
27959 * gdb.base/list.exp (test_forward-search): Increase timeout by
27960 5 minutes for the "search extremely long line" case.
27961 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
27962 completely optional and that the pass/fail messages use the command as
27963 the message if that third arg is a null string.
27964 (gdb_test_exact): Arrange that a null string pattern means match a
27965 null string output rather than any output, which might include random
27966 errors.
27967 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
27968 backtrace test.
27969 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
27970 always failing and failure is now exposed by gdb.exp changes.
27971
27972 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
27973
27974 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
27975 weren't being noted.
27976
27977 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27978
27979 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
27980 * gdb.stabs/weird.exp: Remove v_comb xfails.
27981
27982 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
27983
27984 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
27985 list.exp scope.exp watchpoint.exp]
27986 Make all timeout error msgs explicitly say "(timeout)".
27987
27988 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
27989
27990 * config/monitor.exp: Increase download timeout to 1000 seconds.
27991
27992 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
27993
27994 * config/m32r.exp: Increase timeout to 120 seconds.
27995
27996 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
27997
27998 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
27999 and accept older ordering as obsolescent gcc or gdb.
28000 * gdb.c++/templates.exp: Ditto.
28001 * gdb.c++/virtfunc.exp: Ditto.
28002
28003 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
28004
28005 * gdb.base/coremaker.c: Add code to mmap some data so we
28006 can check that it ends up in the core file.
28007 * gdb.base/corefile.exp: Add test to read mmapped data
28008 from core file.
28009
28010 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
28011
28012 * config/m32r.exp: New file.
28013
28014 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
28015
28016 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
28017 that cflags can contains -gstabs, and work correctly for other tests.
28018
28019 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
28020
28021 * gdb.base/setshow.exp: New file, tests show and set.
28022 * gdb.base/setshow.c: New file, tests show and set.
28023 * gdb.base/help.exp: Add test for help set|show annotate.
28024 * gdb.base/default.exp: Add test for set|show annotate.
28025
28026 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
28027
28028 * testsuite/gdb.base/break.exp: Make backtrace from factorial
28029 errors unique.
28030 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
28031 explicitly.
28032
28033 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
28034
28035 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
28036 and width commands. This is done elsewhere.
28037 * (gdb_start): Don't call gdb_start_sim here. That's already
28038 done in gdb_load. This fixes lots of failures in default.exp.
28039
28040 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
28041
28042 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
28043 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
28044 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
28045 in the same we we treat other failures (since it may be an expected
28046 condition), rather than as an error.
28047 * gdb.base/signals.exp (test_handle_all_print): Revert back to
28048 old test format.
28049
28050 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
28051
28052 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
28053 (distclean maintainer-clean realclean): No need to remove files
28054 twice. Nuke the duplicates.
28055 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
28056 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
28057 Remove config.h along with other config files.
28058
28059 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
28060
28061 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
28062 "p func1 ()" and note that rests of tests are skipped.
28063 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
28064 setup_xfails for "print func2::coremaker_local".
28065 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
28066 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
28067 affected by the previous run test.
28068 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
28069 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
28070 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
28071 "pass int powerset tuple" and "pass modeless int powerset tuple".
28072 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
28073 "real write 4" and "real write 8".
28074 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
28075 setup_xfails for "print vs1 after tuple assign 2",
28076 "print \$i after tuple assign 2", and
28077 "print vs2 after tuple assign 2".
28078 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
28079 meaningful error message and return -1 so the caller can
28080 suppress further tests and avoid a cascade of errors.
28081
28082 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
28083
28084 * gdb.base/a1-selftest.exp: Tweak tests to account for new
28085 format for printing version.
28086 * gdb.base/default.exp: Ditto.
28087 * gdb.base/interrupt.exp: Fix problem with cascade of
28088 errors if child process dies while calling a function.
28089
28090 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
28091
28092 * Makefile.in (VPATH): Add
28093 * Makefile.in (Makefile, config.status): Fix rules so things get
28094 remade when necessary.
28095
28096 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
28097
28098 * Makefile.in (just-check): Add path to sibling expect dir
28099 to environment variable specified by RPATH_ENVVAR.
28100
28101 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
28102
28103 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
28104 (just-check): Add shared library paths for libstdc++, tk,
28105 tcl, bfd, and opcodes to the environment variable specified
28106 in RPATH_ENVVAR.
28107 * configure.in: Add support to recognize --enable-shared flag
28108 and generate correct value for RPATH_ENVVAR.
28109 * configure: Regenerated with autoconf.
28110
28111 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
28112
28113 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
28114 include all osf versions.
28115 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
28116 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
28117 when target is linux. When failing to build pthreads test
28118 executable, give more meaningful message.
28119 * gdb.threads/pthreads.c: Hpux also uses old definition of second
28120 arg for pthread_create.
28121
28122 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
28123
28124 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
28125 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
28126 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
28127 and -lpthreads (everybody else).
28128 (test_startup): Fail gracefully if threads are not supported.
28129 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
28130 "p/c array_index("abcdef",2)" when not gcc compiled.
28131 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
28132 "print func2::coremaker_local" when not gcc compiled.
28133 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
28134 "ptype on opaque struct tagname (statically)",
28135 "ptype on opaque struct tagname (dynamically) 1", and
28136 "ptype on opaque struct tagname (dynamically) 2"
28137 for not compiled with gcc.
28138 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
28139 backtrace when compiled with gcc.
28140 * lib/gdb.exp (runto_main): Return result of "runto main" rather
28141 than always return success.
28142
28143 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
28144
28145 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
28146
28147 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
28148
28149 * gdb.base/structs.exp: Undo last change.
28150
28151 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
28152
28153 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
28154 encapsulate all the steps/nexts done during self test, starting
28155 at main, and makes them less sensitive to optimization issues.
28156 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
28157 signal handler" test.
28158 * gdb.threads/pthreads.exp: Only run this for native configs.
28159 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
28160 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
28161 tests.
28162 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
28163 for "runto test_calls(void)" test.
28164
28165 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
28166
28167 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
28168 and don't expect address info in breakpoint confirmations.
28169
28170 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
28171
28172 * gdb.base/list.exp (test_forward_search): Increase timeout
28173 temporarily by 60 seconds for searching extremely long line,
28174 and then reset to old value when done. Increase expect input
28175 buffer to 10000.
28176
28177 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
28178
28179 * gdb.base/list.exp (test_forward_search): Fix to handle very
28180 long source line without overflowing expect's input buffer.
28181
28182 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
28183
28184 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
28185 "buffer_full".
28186
28187 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
28188 "buffer_full".
28189
28190 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
28191 "buffer_full".
28192
28193 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
28194 "buffer_full".
28195
28196 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
28197
28198 * configure.in (configdirs): Add gdb.threads.
28199 * configure: Regenerated with autoconf.
28200 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
28201 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
28202 * gdb.threads/configure: New, generated with autoconf.
28203
28204 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
28205
28206 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
28207
28208 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
28209
28210 * gdb.base/signals.exp (test_handle_all_print): Test separately for
28211 each signal's status in the output of "handle all print".
28212 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
28213 the \r\n sequence that immediately precedes the gdb prompt.
28214 * gdb.base/a1-selftest.exp: Save original timeout and restore
28215 after test.
28216
28217 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
28218
28219 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
28220 symbol.
28221
28222 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
28223
28224 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
28225
28226 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
28227
28228 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
28229 timeout by 60 seconds.
28230
28231 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
28232
28233 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
28234 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
28235 error return.
28236
28237 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
28238
28239 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
28240 gdb initialization, also report how long dejagnu waited. Restore
28241 old timeout before doing error return. Temporarily increase timeout
28242 by 3 minutes to allow for slow startups over heavy NFS use.
28243
28244 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
28245
28246 * lib/gdb.exp: Report timeout value for verbosity level 2.
28247 * config/gdbserver.exp: Ditto.
28248 * config/hppro.exp: Ditto.
28249 * config/mips-gdb.exp: Ditto.
28250 * config/monitor.exp: Ditto.
28251 * config/netware.exp: Ditto.
28252 * config/sim-gdb.exp: Ditto.
28253 * config/slite-gdb.exp: Ditto.
28254 * config/udi-gdb.exp: Ditto.
28255 * config/unix-gdb.exp: Ditto.
28256 * config/vx-gdb.exp: Ditto.
28257 * gdb.base/a1-selftest.exp: Ditto.
28258 * gdb.base/a2-run.exp: Ditto.
28259 * gdb.base/break.exp: Ditto.
28260 * gdb.base/corefile.exp: Ditto.
28261 * gdb.base/list.exp: Ditto.
28262 * gdb.base/recurse.exp: Ditto.
28263 * gdb.base/scope.exp: Ditto.
28264 * gdb.base/signals.exp: Ditto.
28265
28266 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28267
28268 * gdb.threads/Makefile.in (docdir): Removed.
28269
28270 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28271
28272 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
28273 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
28274 @srcdir@.
28275 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
28276 autoconf 2.5 or higher.
28277 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
28278
28279 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
28280
28281 * configure: Regenerated.
28282 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
28283 avoid name clashes with SunOS headers.
28284
28285 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
28286
28287 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
28288
28289 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
28290
28291 * gdb.base/callfuncs.exp: Finish last change -- make sure the
28292 prototype information ends up in the compiler info file.
28293
28294 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
28295
28296 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
28297 attempting to regenerate it. Eliminate use of a temporary file
28298 and just generate the info file directly. Source it immediately,
28299 for consistency of use.
28300 * gdb.base/corefile.exp: Ditto
28301 * gdb.base/exprs.exp: Ditto.
28302 * gdb.base/funcargs.exp: Ditto.
28303 * gdb.base/langs.exp: Ditto.
28304 * gdb.base/list.exp: Ditto.
28305 * gdb.base/mips_pro.exp: Ditto.
28306 * gdb.base/nodebug.exp: Ditto.
28307 * gdb.base/opaque.exp: Ditto.
28308 * gdb.base/ptype.exp: Ditto.
28309 * gdb.base/scope.exp: Ditto.
28310 * gdb.base/setvar.exp: Ditto.
28311 * gdb.base/signals.exp: Ditto.
28312 * gdb.base/whatis.exp: Ditto.
28313 * gdb.c++/templates.exp: Ditto.
28314 * gdb.c++/virtfunc.exp: Ditto.
28315 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
28316 whether or not to add -lstdc++ to the compile command line args.
28317
28318 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28319
28320 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
28321 it got fixed by the recent lookup_minimal_symbol_by_pc change.
28322 Increase timeout, a lot of single stepping might be needed if the
28323 target has no hardware watchpoints.
28324
28325 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
28326
28327 * gdb.base/break.exp: Ignore compiler warnings when compiling
28328 break.c.
28329 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
28330 * gdb.base/default.exp: Add h8300 xfails. Handle messages
28331 from remote-sim.
28332 * gdb.base/exprs.exp: Add h8300 xfails.
28333 * gdb.base/funcargs.exp: Likewise.
28334 * gdb.base/nodebug.exp: Likewise.
28335 * gdb.base/printcmds.exp: Likewise.
28336 * gdb.base/ptype.exp: Likewise.
28337 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
28338 h8300 xfails.
28339 * gdb.base/return.exp: Handle float/double precision problems
28340 on the h8300.
28341 * gdb.base/funcargs.c: Explicitly make last constant argument to
28342 call_after_alloca_subr an unsigned long type.
28343 * gdb.base/return.c: Include stdio.h.
28344
28345 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
28346
28347 * config/abug.exp: New file for the older Motorola Bug monitor
28348 that runs on the mvme13x series VME boards.
28349 * config/monitor.exp: Use the new config array for target settings
28350 if they exist.
28351
28352 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
28353
28354 * sim-gdb.exp: Make the SH simulator allocate less space when
28355 it is targeted.
28356
28357 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
28358
28359 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
28360 test.
28361
28362 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
28363
28364 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
28365 "rs6000-*-*" for "list function in include file" when gcc compiled.
28366 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
28367 for "p ctable1[120]".
28368 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
28369 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
28370 Remove setup_xfail for "rs6000-*-*" for
28371 "print 'scope0.c'::filelocal before run".
28372 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
28373 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
28374 since some compilers don't allow both options to be given
28375 on the same command line. Create object file and move it.
28376
28377 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
28378
28379 * gdb.base/corefile.exp: Always regenerate the core file, since
28380 we always regenerate the coremaker program. Detect special case
28381 where registers cannot be read from core file.
28382
28383 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
28384
28385 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
28386 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
28387 * gdb.c++/templates.exp: Only match on basename of file since
28388 some formats like xcoff don't encode directory information.
28389 * gdb.stabs/weird.exp: Use the right sed script for powerpc
28390 and rs6000 AIX xcoff targets.
28391 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
28392 * configure: Regenerate.
28393 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
28394 here, rather than in distclean.
28395
28396 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
28397
28398 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
28399 defined, and use it to compile the test case with -O2. The
28400 native compilation still uses no optimization.
28401 * gdb.base/mips_pro.c: Remove inline assembly code since
28402 it is compiled PIC by default, which results in assembler
28403 warnings that make the testsuite think the compilation
28404 was unsuccessful.
28405
28406 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
28407
28408 * gdb.c++/misc.exp: Add note to message for
28409 "print s.a for foo struct" that this is a known gcc 2.7.2
28410 and earlier bug.
28411
28412 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
28413
28414 * gdb.base/break.exp: Fix pattern for matching "Delete all
28415 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
28416 setup_xfail for deleting all breakpoints test. Fix various
28417 timeout messages to include "(timeout)".
28418 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
28419 for "p t_float_values2(3.14159,float_val2)".
28420 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
28421 for "continue to call2g" when gcc compiled.
28422 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
28423 "up to foo in langs.exp", "show language at foo in langs.exp",
28424 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
28425 and "show language at fsub in langs.exp".
28426 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
28427 "list line 1 in include file", "list message for lines past EOF",
28428 "list function in include file", "list list0.h:foo", and
28429 "list filename:function; nonexistant function".
28430 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
28431 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
28432 and "ptype t_char_array" to be for native cc only.
28433
28434 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
28435
28436 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
28437 setup_xfail for "print coremaker_bss", "print coremaker_ro",
28438 "print func2::coremaker_local", and "backtrace in corefile.exp".
28439
28440 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
28441
28442 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
28443 "bt in signals.exp". This problem only appears when running
28444 the testsuite, and then only intermittently.
28445
28446 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
28447
28448 * gdb.base/return.exp (return_tests): Differentiate between
28449 two tests of continuing.
28450
28451 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
28452
28453 * */Makefile.in (maintainer-clean): Remove config.log.
28454 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
28455 * gdb.c++/Makefile.in (PROGS): Add inherit.
28456 (clean): Remove *.ci.
28457
28458 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
28459
28460 * gdb.c++/misc.cc: Add test code from Mike Stump.
28461 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
28462
28463 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
28464
28465 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
28466 to "alpha-*-osf2*" and add comment.
28467 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
28468 setup_xfail for "step over execarg initialization" and
28469 "step over corearg initialization".
28470 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
28471 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
28472 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
28473 gcc compiled for "print coremaker_bss", "print coremaker_ro",
28474 "print func2::coremaker_local", and "backtrace in corefile.exp".
28475 * gdb.base/signals.exp: Build and source signals.ci.
28476 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
28477 to be for gcc only.
28478 * lib/gdb.exp: Move verbose statements outside conditionals.
28479
28480 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28481
28482 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
28483 Feb 3 procfs.c change.
28484
28485 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
28486
28487 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
28488
28489 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
28490
28491 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
28492 from dejagnu's apparent default of 10 seconds, which gives random
28493 results when running the tests over NFS on moderately loaded systems.
28494 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
28495
28496 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
28497
28498 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
28499 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
28500 result reports.
28501
28502 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
28503
28504 * configure.in (CY_AC_PATH_TCLH): Remove.
28505 * configure: Regenerate.
28506
28507 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
28508
28509 * gdb.c++/Makefile.in (clean): Add missing '{'.
28510
28511 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
28512
28513 * lib/gdb.exp: Provide a default value for noinferior.
28514
28515 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
28516 Load libgloss.exp.
28517
28518 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
28519
28520 * gdb.disasm/hppa.exp: Compile directly into an executable, use
28521 the executable, not the .o to run the tests from.
28522
28523 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
28524
28525 * gdb.base/break.exp: Don't test for program exit or exit status
28526 if $noresults if nonzero.
28527 * gdb.base/langs.exp: Likewise.
28528 * gdb.base/watchpoint.exp: Likewise.
28529
28530 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
28531 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
28532 trying to compile the testcase.
28533
28534 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
28535
28536 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
28537 * gdb.base/signals.exp (continue to handler): Likewise.
28538
28539 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
28540
28541 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
28542
28543 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
28544
28545 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
28546
28547 * gdb.base/corefile.exp: Recognize "not found" as failure
28548 when trying to determine if a core file was generated.
28549 If no core file was generate the first time, try again without
28550 the ulimit -c to work around braindamaged shells.
28551
28552 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
28553
28554 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
28555 [] tests with "test" and enclose string in quotes.
28556 * gdb.stabs/configure: Rebuild
28557
28558 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
28559
28560 Changes in sync with expect:
28561 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
28562 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
28563 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
28564 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
28565 argument to AC_REQUIRE.
28566 * configure: Regenerated.
28567
28568 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
28569
28570 * gdb.base/corefile.exp: When generating a core, discard any
28571 error messages about ulimit not found and the "core dumped"
28572 message from the shell that runs the coredumper.
28573
28574 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
28575
28576 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
28577
28578 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
28579 which sed script to run. Expect failure for v_comb test
28580 on PA targets too.
28581
28582 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
28583
28584 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
28585 "print func2::coremaker_local" and for "backtrace in corefile.exp"
28586
28587 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
28588
28589 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
28590 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
28591 "sparc-sun-solaris*" xfails for "p v_comb".
28592 * lib/gdb.exp (default_gdb_start): Fix typo.
28593 * gdb.base/corefile.exp: Allow "Core was generated by ..."
28594 messages to not include the full program name that caused
28595 the core dump since some systems (such as solaris) apparently
28596 truncate this path to about 80 characters.
28597 When generating a core file first try increasing the core file
28598 size limit to unlimited since some systems may default it to
28599 zero, and it is harmless to try it. Move the test for failing
28600 to generate a core file to where it will actually get executed.
28601 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
28602 new gdb result from g++ debug info improvements and make old
28603 pattern obsolescent. Also account for size_t differences
28604 (may be int or long).
28605 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
28606 initialization before function call is placed in the delay slot
28607 and thus appears to be skipped over by commands such as "next".
28608
28609 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
28610
28611 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
28612
28613 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
28614
28615 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
28616 input source file; fix code to compile test to deal with this
28617 convention.
28618 * gdb.c++/*.exp: Likewise.
28619
28620 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
28621
28622 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
28623 "bt in signals.exp".
28624
28625 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
28626
28627 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
28628 "step over execarg initialization" and
28629 "step over corearg initialization".
28630
28631 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
28632
28633 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
28634 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
28635
28636 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
28637
28638 From Rob Savoye (rob@poseidon.cygnus.com)
28639 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
28640 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
28641 configure.in}, gdb.disasm/{Makefile.in, configure.in},
28642 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
28643 configure.in}: Major reworking for autoconfig.
28644 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
28645 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
28646 New files.
28647 * config/unix-gdb.exp: Make GDB global.
28648 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
28649 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
28650 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
28651 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
28652 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
28653 term.exp, twice.exp, watchpoint.exp, whatis.exp},
28654 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
28655 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
28656 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
28657 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
28658 pr-8136.exp, result.exp, string.exp, tuples.exp},
28659 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
28660 to returns as necessary, arrange for test to compile own testcase
28661 executable.
28662 * lib/gdb.exp: Changes for testsuite to compile own test cases.
28663
28664 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
28665
28666 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
28667 clear_xfail at end of test which might not call either pass or fail.
28668 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
28669 "backtrace through signal handler".
28670
28671 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28672
28673 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
28674 continuing from a job control stop signal.
28675 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
28676
28677 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
28678
28679 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
28680 * gdb.base/corefile.exp: Likewise.
28681 * gdb.base/funcargs.exp: Likewise.
28682
28683 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
28684
28685 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
28686 * config/monitor.exp: Add support for setting baud rate.
28687
28688 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
28689
28690 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
28691 i*86-*-linux* xfails for "backtrace through signal handler".
28692 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
28693 "print func2::coremaker_local".
28694 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
28695 alpha-dec-osf2* xfail for
28696 "delete all breakpoints when none".
28697
28698 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
28699
28700 * gdb.base/break.exp: Change test that deletes all breakpoints
28701 when no user breakpoints are installed. A post 4.15 change
28702 causes gdb to no longer prompt in this case.
28703
28704 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
28705
28706 * gdb.base/return.exp (return_tests): Change xfail for test
28707 "correct value returned double test" to stop xfailing at
28708 Solaris 2.5. Apparently the bug has been fixed.
28709
28710 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
28711
28712 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
28713 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
28714
28715 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
28716
28717 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
28718 * gdb.disasm/hppa.s: Corresponding changes.
28719
28720 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
28721
28722 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
28723 makefile fragment.
28724 * config/mt-hpux: Deleted.
28725
28726 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
28727
28728 * Many files: When warning about suppressed tests due to a
28729 nonexistant test binary, avoid incrementing the warning count.
28730
28731 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
28732
28733 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
28734
28735 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28736
28737 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
28738 "sparc-*-solaris2*".
28739
28740 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28741
28742 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
28743 Add global and local variables and initialize them.
28744 * gdb.base/corefile.exp: Test correct mapping of corefile sections
28745 by printing variables. Remove rs6000 and powerpc xfails, BFD now
28746 extracts the file name and terminating signal from the core file.
28747 * TODO: Remove note about tests for correct mapping of corefile.
28748 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
28749 from optimizing it away.
28750 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
28751 handles common blocks.
28752
28753 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
28754
28755 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
28756 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
28757
28758 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
28759
28760 * Makefile.in (maintainer-clean): New target, synonym for
28761 realclean.
28762 * gdb.base/Makefile.in (maintainer-clean): Likewise.
28763 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
28764 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
28765 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
28766 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
28767 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
28768
28769 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
28770
28771 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
28772 xfails when not gcc compiled for "print foo::funclocal".
28773 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
28774 "print foo::funclocal at foo",
28775 "print 'scope1.c'::foo::funclocal at foo",
28776 "print foo::funclocal_bss at foo",
28777 "print 'scope1.c'::foo::funclocal_bss at foo",
28778 "print foo::funclocal_ro at foo",
28779 "print 'scope1.c'::foo::funclocal_ro at foo",
28780 "print bar::funclocal at foo" and
28781 "print 'scope1.c'::bar::funclocal at foo".
28782 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
28783 gcc compiled for "print foo::funclocal at bar".
28784 Expand all messages to ensure that they identify that
28785 the test is at bar().
28786 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
28787 gcc compiled for:
28788 "ptype on opaque struct pointer (statically)",
28789 "ptype on opaque struct tagname (statically)",
28790 "ptype on opaque struct pointer (dynamically) 1",
28791 "ptype on opaque struct tagname (dynamically) 1",
28792 "ptype on opaque struct pointer (dynamically) 2" and
28793 "ptype on opaque struct tagname (dynamically) 2
28794 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
28795 gcc compiled for:
28796 "p datalocal"
28797 "whatis datalocal",
28798 "ptype datalocal",
28799 "p bsslocal",
28800 "whatis bsslocal", and
28801 "ptype bsslocal".
28802 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
28803 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
28804 when not gcc compiled.
28805 * gdb.base/funcargs.exp (float_and_integral_args): Add
28806 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
28807 compiled.
28808 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
28809 "backtrace from call6a" when not gcc compiled.
28810 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
28811 "backtrace from call7a" when not gcc compiled.
28812 * gdb.base/callfuncs.exp (do_function_calls):
28813 Add "hppa*-*-hpux*" xfail when not gcc compiled for
28814 "p t_char_array_values(char_array_val2,char_array_val1)",
28815 "p t_char_array_values(char_array_val1,char_array_val2)",
28816 "p t_char_array_values("carray 1","carray 2")",
28817 "p t_char_array_values("carray 1",char_array_val2)",
28818 "p t_char_array_values(char_array_val1,"carray 2")",
28819 "p sum_args(1,{2})",
28820 "p sum_args(2,{2,3})",
28821 "p sum_args(3,{2,3,4})",
28822 "p sum_args(4,{2,3,4,5})"
28823 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
28824 "backtrace in corefile.exp" when not gcc compiled.
28825
28826 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28827
28828 * gdb.base/signals.exp: Rewrite `handle all print' test as
28829 a procedure. Accept blanks or TABs as whitespace, increase
28830 timeout and expect input buffer size for the large output
28831 from the command. Remove "i*86-*-bsdi2.0" xfail.
28832
28833 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28834
28835 * gdb.base/setvar.exp: Add new testcases for truncation when
28836 assigning invalid values to bitfields.
28837
28838 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
28839
28840 * gdb.base/callfuncs.exp (do_function_calls): Remove
28841 mips-sgi-irix* xfail for
28842 "call inferior func with struct - returns char *"
28843 and fix test so that an optional (unsigned char *) cast is
28844 accepted in the result.
28845
28846 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
28847
28848 * gdb.base/funcargs.exp (float_and_integral_args): Remove
28849 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
28850 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
28851 * gdb.base/signals.exp: Remove duplicate "handle all print" test
28852 that accidentally got checked in.
28853
28854 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
28855
28856 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
28857 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
28858 compiled test.
28859 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
28860 Add mips-sgi-irix5* xfail for not gcc compiled.
28861 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
28862 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
28863 compiled for "p top", "whatis top", "p middle", and "whatis
28864 middle".
28865 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
28866 "whatis signed char" for not gcc compiled.
28867 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
28868 "set variable signed char=-1 (-1)" and
28869 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
28870 * gdb.base/funcargs.exp (float_and_integral_args):
28871 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
28872 Add mips-sgi-irix* xfail when not gcc compiled for
28873 "continue to call2b".
28874 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
28875 "continue to call2g".
28876 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
28877 compiled for "backtrace from call6a"
28878 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
28879 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
28880 when not gcc compiled for "backtrace from call7a".
28881 (localvars_after_alloca): Fix gdb_test cmds for
28882 "print * after runto ...".
28883 Remove rs6000-*-* xfails for
28884 "print i after runto localvars_after_alloca" and
28885 "print l after runto localvars_after_alloca"
28886 for all compilers.
28887 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
28888 when not compiled with gcc, for:
28889 "print signed char == (minus)",
28890 "print signed char != (minus)",
28891 "print signed char < (minus)",
28892 "print signed char > (minus)".
28893 * gdb.base/callfuncs.exp (do_function_calls):
28894 Add mips-sgi-irix* xfail, when compiled with native compiler, for
28895 "call inferior func with struct - returns char *".
28896 * gdb.base/return.exp (return_tests): Change xfail for
28897 "correct value returned double test" to include Solaris 2.4.
28898 * gdb.base/funcargs.exp (float_and_integral_args):
28899 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
28900
28901 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28902
28903 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
28904 enumeration bitfields if compiling with GNU C.
28905 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
28906 to empty' prompt.
28907
28908 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
28909
28910 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
28911 test for PRO targets.
28912
28913 * gdb.base/funcargs.exp: Avoid ever setting more than 8
28914 breakpoints in the inferior at any given time by making
28915 two groups of breakpoints for call2*, call6* and call7*
28916 tests.
28917
28918 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28919
28920 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
28921 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
28922 from optimizing it away.
28923 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
28924 "call inferior func with struct".
28925
28926 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
28927
28928 * configure.in: Only configure gdb.chill for particular targets.
28929
28930 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
28931
28932 * gdb.base/Makefile.in: Add action to .c.o transformation
28933 rule that generates a .ci file for each .o file and remove
28934 explicit .c.o rules except for callfuncs.o.
28935 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
28936 generates a .ci file for each .o file and remove explicit
28937 .cc.o rules.
28938 (clean): Remove *.tmp *.ci files.
28939 (EXECUTABLES): Remove templ-info.exp.
28940 * gdb.base/compiler.c: New file.
28941 * gdb.c++/compiler.cc: New file
28942 * gdb.base/scope.exp: Source gdb.base/scope.ci.
28943 Change rs6000-*-* xfail for
28944 "print 'scope0.c'::filelocal_ro" and
28945 "print 'scope1.c'::filelocal" and
28946 "print 'scope1.c'::filelocal_bss" and
28947 "print 'scope1.c'::filelocal_ro" and
28948 "print 'scope1.c'::foo::funclocal" and
28949 "print 'scope1.c'::foo::funclocal_ro" and
28950 "print 'scope1.c'::bar::funclocal" and
28951 "print 'scope0.c'::filelocal_ro" and
28952 "print 'scope1.c'::filelocal at foo" and
28953 "print 'scope1.c'::filelocal_bss at foo" and
28954 "print 'scope1.c'::filelocal_ro at foo" and
28955 "print 'scope1.c'::foo::funclocal at foo" and
28956 "print 'scope1.c'::foo::funclocal_bss at foo" and
28957 "print 'scope1.c'::foo::funclocal_ro at foo" and
28958 "print 'scope1.c'::bar::funclocal at foo" and
28959 "print 'scope0.c'::filelocal_ro" and
28960 "print 'scope1.c'::filelocal" and
28961 "print 'scope1.c'::filelocal_bss" and
28962 "print 'scope1.c'::filelocal_ro" and
28963 "print 'scope1.c'::foo::funclocal" and
28964 "print 'scope1.c'::foo::funclocal_bss" and
28965 "print 'scope1.c'::foo::funclocal_ro" and
28966 "print 'scope1.c'::bar::funclocal" and
28967 "print 'scope1.c'::bar::funclocal_bss"
28968 to only be xfail'd when not compiled with gcc.
28969 Add rs6000-*-* xfail for
28970 "print 'scope0.c'::filelocal_bss before run"
28971 when compiled with gcc.
28972 (test_at_main): Add rs6000-*-* xfail for
28973 "print filelocal_ro in test_at_main"
28974 when compiled with gcc.
28975 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
28976 Add rs6000-*-aix* xfail for
28977 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
28978 "ptype t_char_array", not compiled with gcc.
28979 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
28980 xfail for "list foo (in include file)" when gcc compiled.
28981 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
28982 (integral_args): Add rs6000-*-* xfail for
28983 "run to call0a" if not compiled with gcc.
28984 (unsigned_integral_args): Add rs6000-*-* xfail for
28985 "run to call1a" if not compiled with gcc.
28986 (float_and_integral_args): Add rs6000-*-* xfail for
28987 "run to call2a" if not compiled with gcc and for
28988 "continue to call2b" for any compiler.
28989 Add rs6000-*-* xfail to
28990 "print f1 after run to call2a" for gcc compiled.
28991 (discard_and_shuffle): Add rs6000-*-* xfail for
28992 "run to call6a".
28993 (shuffle_round_robin): Add rs6000-*-* xfail for
28994 "backtrace from call7a" if not compiled with gcc.
28995 Add rs6000-*-* xfail for
28996 "backtrace from call7b" if compiled with gcc.
28997 (call_after_alloca): Add rs6000-*-* xfail for
28998 "print c in call_after_alloca" and
28999 "print s in call_after_alloca" and
29000 "backtrace from call_after_alloca_subr"
29001 if not compiled with gcc.
29002 (localvars_in_indirect_call): Add rs6000-*-* xfail for
29003 "print c in localvars_in_indirect_call" and
29004 "print c in localvars_in_indirect_call" and
29005 "backtrace in indirectly called function" and
29006 "stepping into indirectly called function"
29007 if not compiled with gcc.
29008 (localvars_after_alloca): Add rs6000-*-* xfail for
29009 "print c after runto localvars_after_alloca" and
29010 "print s after runto localvars_after_alloca" and
29011 "print i after runto localvars_after_alloca" and
29012 "print l after runto localvars_after_alloca"
29013 for all compilers.
29014 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
29015 than whatis-info.exp.
29016 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
29017 than opaque-info.exp.
29018 Setup rs6000-*-* xfail for
29019 "ptype on opaque struct pointer (statically)" and
29020 "ptype on opaque struct pointer (dynamically)" when
29021 not compiled with gcc.
29022 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
29023 rather than callf-info.exp.
29024 (do_function_calls): Add clear_xfail for rs6000-*-* for
29025 "p t_float_values2(3.14159,float_val2)". Seems to work
29026 fine there, both with xlc and gcc. Need to find out what
29027 it is doing right and fix other platforms.
29028 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
29029 "call inferior func with struct - returns int",
29030 "call inferior func with struct - returns long",
29031 "call inferior func with struct - returns float",
29032 "call inferior func with struct - returns double",
29033 "call inferior func with struct - returns char *",
29034 but only if not gcc compiled (presumes xlc compiled).
29035 Change rs6000-*-* xfails for
29036 "call inferior func with struct - returns char" and
29037 " call inferior func with struct - returns short" to only
29038 xfail if not using gcc.
29039 (clean mostlyclean): Remove *.ci and *.tmp files.
29040 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
29041 than templ-info.exp.
29042 * gdb.base/langs.exp: Source gdb.base/langs.ci.
29043 Add rs6000-*-* xfail for "up to foo in langs.exp"
29044 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
29045 when not gcc compiled.
29046
29047 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29048
29049 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
29050 * gdb.base/corefile.exp: Likewise.
29051 * gdb.base/list.exp: Likewise.
29052 * gdb.base/scope.exp: Likewise.
29053 * gdb.base/siganls.exp: Likewise.
29054
29055 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
29056 compiler output.
29057 * gdb.base/whatis.exp: Likewise.
29058
29059 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
29060
29061 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
29062 failure (opcode table has been fixed to match reality).
29063
29064 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
29065
29066 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
29067 "call inferior func with struct - returns char",
29068 "call inferior func with struct - returns short"
29069
29070 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
29071 "print 'scope0.c'::filelocal at main",
29072 "print 'scope0.c'::filelocal_bss in test_at_main",
29073 "print 'scope0.c'::filelocal at foo",
29074 "print 'scope0.c'::filelocal_bss in test_at_foo",
29075 "print 'scope0.c'::filelocal at bar",
29076 "print 'scope0.c'::filelocal_bss in test_at_bar"
29077
29078 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
29079 in source file 1". This bug seems to have been fixed with both
29080 gcc and native cc (was native assembler bug?).
29081
29082 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
29083
29084 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
29085 "backtrace through signal handler" to "i*86-*-sysv4*".
29086 * gdb.base/signals.exp: Add xfail for "'next' behaved as
29087 continue" case. Add "known SVR4 bug" to fail message.
29088 Add "i*86-*-bsdi2.0" xfail for "handle all print".
29089 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
29090 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
29091 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
29092 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
29093 "up to foo in langs.exp", "show language at foo in
29094 langs.exp", "up to cppsub_ in langs.exp", "show
29095 language at cppsub_ in langs.exp", "up to fsub in
29096 langs.exp", and "show language at fsub in langs.exp".
29097 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
29098 "bactrace in corefile.exp".
29099 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
29100 "call inferior function with struct - returns float" and
29101 "call inferior function with struct - returns double".
29102
29103 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
29104
29105 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
29106 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
29107 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
29108 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
29109
29110 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
29111
29112 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
29113 (or overriden) "CHILL" macro rather then bare "gcc".
29114 Also look for ../../gcc/xgcc since that is what we will
29115 actually need, not "Makefile". Remove following assignment
29116 of CHILL to CHILL_FOR_TARGET because that results in
29117 recursive definition.
29118
29119 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
29120
29121 * gdb.base/corefile.exp: Change xfail for backtrace in
29122 corefile.exp from linuxaout to all linux.
29123 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
29124 cases where we miss the breakpoint at the signal handler
29125 for some reason. Setup xfail for linuxoldld/linuxaout and
29126 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
29127 hitting SIGURG breakpoint.
29128 * gdb.base/signals.exp: Setup xfail for "next" acting like
29129 continue to add linuxoldld. Setup xfail for all linux for
29130 "next to handler in signals_tests_1", "backtrace in
29131 signals_tests_1", "continue to func1", "pass SIGUSR1",
29132 and continue to handler".
29133
29134 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
29135
29136 * Update all FSF addresses except those in COPYING* files.
29137
29138 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
29139
29140 * gdb.base/a2-run.exp: Change messages to be more explicit about
29141 the status of args, and quote binfile in results.
29142
29143 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
29144
29145 * gdb.base/callfuncs.exp: Add tests for passing structs to
29146 inferior functions and return various types.
29147 * gdb.base/callfuncs.c: Add functions to receive a struct
29148 and return a member of the struct, in various types.
29149
29150 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29151
29152 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
29153
29154 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
29155
29156 * config/vxworks29k.exp: New file, sources vxworks.exp.
29157
29158 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29159
29160 * config/gdbremote.exp: New file. Testing framework using
29161 gdbserver.
29162
29163 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
29164
29165 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
29166 "call function when asleep" and "send end of file".
29167 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
29168 for "backtrace in corefile.exp".
29169 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
29170 for "backtrace through signal handler".
29171 * gdb.base/corefile.exp: Make sure we actually generate a core file
29172 before trying the core tests. Some systems allow the user to suppress
29173 generation of core files and default to that (linux for example).
29174 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
29175 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
29176
29177 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29178
29179 * gdb.threads: New directory with some crude multi-threaded
29180 gdb tests (step.exp and step2.exp).
29181 * config/mt-lynx (STEP_EXECUTABLE): Define.
29182 (THREADFLAGS): Define.
29183
29184 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
29185
29186 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
29187
29188 * gdb.base/signals.exp: Disable whole file for lynx until
29189 further notice.
29190
29191 * gdb.base/signals.exp: xfail test where "next" acts like
29192 "continue" for lynx.
29193
29194 * gdb.base/interrupt.exp: xfail test for calling function while
29195 inferior is asleep for lynx.
29196
29197 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
29198 than one cr-lf after each command.
29199
29200 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29201
29202 * configure.in: Reinstate setting of stabsdirs variable, fix
29203 typo in setting up configdirs for native builds.
29204
29205 * gdb.base/return.exp: Fix typo in return double test.
29206 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
29207 compiler from optimizing them away.
29208
29209 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
29210
29211 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
29212 sequences to be echo'd by gdb when using gdb_test.
29213 * gdb.chill/chexp.exp: Likewise.
29214 * gdb.fortran/exprs.exp: Likewise
29215
29216 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29217
29218 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
29219 after the inferior gdb has started.
29220
29221 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
29222 after each command.
29223 * gdb.base/funcargs.exp: Likewise.
29224 * gdb.base/gdbvars.exp: Likewise.
29225 * gdb.base/interrupt.exp: Likewise.
29226 * gdb.base/list.exp: Likewise.
29227 * gdb.base/watchpoint.exp: Likewise.
29228 * gdb.c++/demangle.exp: Likewise.
29229 * gdb.c++/inherit.exp: Likewise.
29230 * gdb.chill/chexp.exp: Likewise.
29231 * gdb.fortran/exprs.exp: Likewise.
29232
29233 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
29234 test if we can't handle IO to/from the inferior.
29235
29236 * gdb.c++/misc.exp: Always check for a program already being
29237 started after sending a "run" command to gdb.
29238
29239 * gdb.base/twice.exp: Start with a fresh gdb.
29240
29241 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
29242 only depend on gdb's expression code, not the chill runtime.
29243
29244 * gdb.base/return.c: Put return values into variables so we
29245 can have gdb print them rather than depending on the program
29246 to print them.
29247 * gdb.base/return.exp: Corresponding changes.
29248
29249 * lib/gdb.exp: Provide default value for noinferiorio.
29250 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
29251 the inferior.
29252
29253 * gdb.base/break.exp: Always check for a program already being
29254 started after sending a "run" command to gdb.
29255 (text_next_with_recursion): Don't check the output from the
29256 program's printf statement. Instead just make sure the program
29257 exited.
29258
29259 * gdb.base/commands.exp: Protect tests which need arguments with
29260 $noargs conditionals.
29261
29262 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29263
29264 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
29265 of structure member arrays to match gdb/valops.c:value_addr change.
29266
29267 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
29268
29269 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
29270 cases.
29271
29272 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
29273
29274 * configure.in (configdirs): Remove gdb.chill from default list
29275 of subdirs and then add it back in only if doing a native build.
29276 The current chill compiler does not yet work in any cross build.
29277 * Revert all signal changes from Jul 6.
29278 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
29279 for sh-hms targets, allowing these tests to link, with no other
29280 changes. Testing is suppressed by setting "nosignals" in site.exp.
29281
29282 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
29283
29284 * configure.in (signaldirs): Define and add to configdirs for all
29285 targets except some specific ones that are known to not support signals.
29286 Also clean up formatting.
29287 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
29288 (signals, sigall): Remove rules to build.
29289 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
29290 Moved to new gdb.signals directory.
29291 * gdb.signals: New test directory.
29292 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
29293 signals.c signals.exp}: New or moved files.
29294
29295 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
29296
29297 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
29298
29299 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
29300
29301 * gdb.base/return.exp: Xfail `return double' test failure
29302 on at least Solaris 2.3 and handle future/past versions on
29303 a case by case basis as appropriate. Also update message
29304 to include i*86 failures.
29305
29306 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29307
29308 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
29309
29310 * lib/gdb.exp: Fix comment which erroneously identified
29311 gdb_file_cmd as gdb_load (the 19 May change was in fact to
29312 gdb_file_cmd not gdb_load).
29313 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
29314
29315 * gdb.base/setvar.exp: Make test names consistent between pass and
29316 fail cases. Use gdb_test more.
29317
29318 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29319
29320 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
29321
29322 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29323
29324 * gdb.base/help.exp: Fix expected help string for `show commands'.
29325
29326 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
29327
29328 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
29329
29330 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
29331 of a text section.
29332
29333 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
29334
29335 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
29336 that loop eventually terminates. Fix Connection refused logic so
29337 that testsuite will expire nicely.
29338
29339 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
29340
29341 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
29342 config/rom68k.exp: New tcl glue for the appropriate monitors.
29343 These all just end up calling monitor.exp.
29344 * config/monitor.exp (gdb_target_monitor): Handle `Connection
29345 refused' by retrying. Cleanup some timeout issues.
29346 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
29347 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
29348 callers don't have to set/restore global timeout variable.
29349
29350 * The following set of changes centralizes management of the global
29351 timeout variable. This way, it can be set in one target dependent
29352 place instead of dozens of places scattered throughout the test suite.
29353 If you need to lengthen a timeout, then you should either set timeout
29354 in one of the config/{target}.exp files, or multiply it by a factor.
29355 Setting it to an absolute value is always going to lose for some
29356 targets.
29357 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
29358 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
29359 * gdb.base/funcargs.exp: Don't set timeout.
29360 * gdb.base/list.exp (test_forward_search): Only use local timeout.
29361 * gdb.base/printcmds.exp (test_print_string_constants
29362 test_print_array_constants): Don't set timeout.
29363 * gdb.base/ptype.exp: Don't set timeout.
29364 * gdb.base/recurse.exp: Don't set timeout.
29365 * gdb.base/return.exp: Don't set timeout.
29366 * gdb.base/watchpoint.exp: Don't set timeout.
29367 * gdb.c++/classes.exp (do_tests): Don't set timeout.
29368 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
29369
29370 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
29371
29372 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
29373
29374 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29375
29376 * lib/gdb.exp: Disable chill tests for irix5.
29377
29378 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29379
29380 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
29381 each test pass or fail.
29382
29383 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29384
29385 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
29386 xlc not gcc.
29387
29388 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
29389
29390 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
29391
29392 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
29393
29394 * config/est.exp: Fix copyright and comments. Remove dead code.
29395 Use targetname, serialport and baud variables instead of fixed
29396 constants.
29397 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
29398 * config/cpu32bug.exp: New file to support cpu32bug monitors.
29399
29400 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29401
29402 * gdb.base/watchpoint.exp: Don't run
29403 test_watchpoint_triggered_in_syscall for sunos.
29404
29405 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29406
29407 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
29408 they don't seem to exist. Do include stdio.h.
29409
29410 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29411
29412 * gdb.base/a1-selftest.exp: Add alpha xfail.
29413
29414 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29415
29416 * gdb.base/watchpoint.c (main): Prompt before calling read().
29417 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
29418 Revise accordingly. Remove cruft about sending "123" several
29419 times, until it gets noticed. Clean up the "print buf[0]" stuff
29420 so that it passes or fails, and waits for prompts in the usual way.
29421
29422 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29423
29424 * gdb.base/recurse.exp: Fix comment.
29425
29426 * TODO: Remove item about printing variables in nodebug.exp. Add
29427 item about enabling tests which are only run on some targets.
29428
29429 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
29430 fail, make test names unique, use new gdb_test convention
29431 regarding pattern, use gdb_test more, etc.).
29432
29433 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
29434 fail, make test names unique, etc.).
29435
29436 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29437
29438 * gdb.base/nodebug.c: Change return type of top and middle to
29439 short.
29440 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
29441 are fixed by the recent mdebugread.c changes. Allow `short ()'
29442 as type for top and middle.
29443
29444 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29445
29446 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
29447 nearly as I can tell, the whole thing was an accident in Stu's
29448 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
29449 to replace a send/expect pair with gdb_test, but ended up only
29450 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
29451 of 30 Mar 1995 took care of it, but left this vestigial comment
29452 which I am now nuking.
29453
29454 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29455
29456 * gdb.base/break.exp: Look for different line number for
29457 breakpoint at main depending on usestubs.
29458
29459 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29460
29461 * gdb.base/list.exp: Adjust some alternate expect patterns to
29462 match recent list0.c change. Add alternate expect pattern for
29463 output from `list default lines around main' for optimizing
29464 compilers.
29465
29466 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29467
29468 * lib/gdb.exp: If nosignals is not set, set it to 0.
29469
29470 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
29471
29472 * config/slite-gdb.exp: Responds to load symbol table prompt.
29473 * gdb.base/break.exp: Adjust line number, fix rerun.
29474 * gdb.base/langs0.c: Add #ifdef usestubs.
29475
29476 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
29477
29478 * gdb.base/list.exp: Adjust line contents after adding new lines in
29479 list0.c. Also fix a syntax error.
29480
29481 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
29482 * gdb.base/break.exp: ditto.
29483 * gdb.base/list.exp: ditto.
29484 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
29485 * gdb.base/run.c: ditto.
29486 * gdb.base/list0.c: ditto.
29487 * gdb.base/funcargs.c: ditto.
29488
29489 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
29490
29491 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
29492 $targetname, $serialport and $baud instead of hardwired variables.
29493 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
29494 target doesn't support signals.
29495
29496 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
29497
29498 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
29499
29500 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29501
29502 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
29503 Don't rely on the value of an auto variable before it has been
29504 initialized. Use gdb_test more.
29505
29506 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29507
29508 * lib/gdb.exp (default_gdb_version): A version number must start
29509 with a digit, but other than that contains all characters up to
29510 the first whitespace character.
29511
29512 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29513
29514 * gdb.base/commands.exp (breakpoint_command_test): New tests.
29515
29516 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29517
29518 * gdb.c++/*.exp: Warn if executable does not exist. The original
29519 reason for skipping the warning was that configure.in sometimes
29520 intentionally skipped building the executables but the tcl code
29521 had no way of knowing. That (a) was always bogus with respect to
29522 error handling, (b) is no longer true (right now there is no way
29523 to skip C++ tests).
29524
29525 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
29526
29527 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29528
29529 * gdb.base/list.exp: Add expect patterns for output from
29530 SunPRO compiled executables.
29531 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
29532 types.
29533
29534 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29535
29536 * gdb.base/break.exp (test_next_with_recursion): Accept any line
29537 number (we are already testing that the correct source line text
29538 gets printed).
29539
29540 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
29541 that is what is intended, but something needed to be done to get
29542 sunos4 native working again.
29543
29544 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
29545
29546 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
29547 apparently went with a (very) old xfail.
29548
29549 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
29550
29551 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
29552 runto_main is a proc in gdb.exp that will do 'step' for target use
29553 stubs.
29554 * gdb.base/exprs.exp: ditto.
29555 * gdb.base/interrupt.exp: ditto.
29556 * gdb.base/opaque.exp: ditto.
29557 * gdb.base/printcmds.exp: ditto.
29558 * gdb.base/ptype.exp: ditto.
29559 * gdb.base/scope.exp: ditto.
29560 * gdb.base/setvar.exp: ditto.
29561 * gdb.base/signals.exp: ditto.
29562 * gdb.base/twice.exp: ditto.
29563 * gdb.c++/classes.exp: ditto.
29564 * gdb.c++/inherit.exp: ditto.
29565 * gdb.c++/templates.exp: ditto.
29566 * gdb.base/break.exp: no run and hit main for stubs. Change line
29567 numbers for breakpoints and info breakpoint.
29568 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
29569 breakpoint().
29570 * gdb.base/callfuncs.c: ditto.
29571 * gdb.base/exprs: ditto.
29572 * gdb.base/interrupt.c: ditto.
29573 * gdb.base/opaque0.c: ditto.
29574 * gdb.base/printcmds.c: ditto.
29575 * gdb.base/ptype.c: ditto.
29576 * gdb.base/scope0.c: ditto.
29577 * gdb.base/setvar.c: ditto.
29578 * gdb.base/signals.c: ditto.
29579 * gdb.base/twice.c: ditto.
29580 * gdb.c++/misc.cc: ditto.
29581 * gdb.c++/templates.cc: ditto.
29582
29583 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29584
29585 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
29586
29587 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
29588 somewhere between `read' and `main.c'. I'm pretty sure the
29589 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
29590 and it isn't particularly useful.
29591
29592 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
29593
29594 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29595
29596 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
29597
29598 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
29599
29600 * config/mt-slite: add LIBS and -nostdlib.
29601 * config/slite-gdb.exp: add this new file to support sparclite target.
29602
29603 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
29604
29605 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
29606
29607 * gdb.base/a2-run.exp: Change argument to istarget from
29608 "*-*-vxworks" to "*-*-vxworks*".
29609 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
29610
29611 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
29612
29613 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
29614 will not runto main but do a 'step' to step out of breakpoint().
29615 * config/mt-slite: add -Dusestubs.
29616
29617 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29618
29619 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
29620 instead of just @.
29621
29622 * gdb.base/signals.exp: Add test for "handle all print".
29623 * TODO: Remove "handle all print". Also remove item about
29624 checking copyright date (I don't like the idea of a spurious FAIL
29625 based on when we run the tests).
29626
29627 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
29628 for SunOS4 (reason for failure not investigated). Remove
29629 redundant test for $binfile.
29630
29631 * gdb.base/nodebug.c (array_index): Call malloc.
29632
29633 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
29634
29635 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
29636
29637 * gdb.base/recurse.exp: Update gdb_test invocation to use new
29638 conventions and slightly simplify the matching regexp.
29639
29640 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29641
29642 * gdb.base/break.exp: Update gdb_test invocation to use new
29643 convention.
29644
29645 * lib/gdb.exp: If noargs is not set, set it to 0.
29646
29647 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
29648 tests unique.
29649
29650 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
29651
29652 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29653
29654 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
29655 one argument of type "<non-float parameter>".
29656
29657 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
29658
29659 * config/rom68k.exp: New file to support Motorola IDP board.
29660 * gdb.base/a2-run.exp: Skip this file if noargs is set.
29661 * gdb.base/break.c: Change things around so that this program
29662 doesn't depend upon args. This is necessary to make remote
29663 targets work (in general, they can't take args).
29664 * gdb.base/break.exp: Don't try to send args to program. Don't
29665 expect output. Also, replace lots of code with gdb_test.
29666
29667 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29668
29669 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
29670 printing of '\'' (which is what the comment says we are testing,
29671 even though we were not), not '''.
29672 (test_integer_literals_rejected): Test that printing ''' is an error.
29673
29674 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
29675 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
29676 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
29677 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
29678 Use gdb_test not test_print_accept.
29679 * lib/gdb.exp: Remove test_print_accept.
29680
29681 * gdb.base/signals.exp (signal_tests_1): Make pass message
29682 consistent with fail message.
29683
29684 * gdb.base/whatis.exp: Remove xfails for printing char vs.
29685 unsigned char; the bug (PR 1821) is fixed.
29686
29687 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
29688
29689 * gdb.base/scope.exp (test_at_localscopes): Call pass for
29690 successful tests--makes xfailing them work right.
29691
29692 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29693
29694 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
29695 only \r\n, not .*. The test can pass .* as the last thing in
29696 $pattern if that is what it wants. In addition to providing this
29697 flexibility, this change should speed up pattern matching in cases
29698 where the pattern already ended with .* (there were a number of
29699 them). This change also helps catch bad patterns--in the old
29700 scheme the typo "char \*" instead of "char \\*" would pass. Now
29701 it is caught.
29702 * Many .exp files: Update callers.
29703
29704 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
29705 clearer and does not spuriously match multiple ('s. Likewise for
29706 ) and *.
29707
29708 * gdb.base/nodebug.exp: Test ability to call a function and pass
29709 it a string (even with no debugging info).
29710
29711 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
29712 "p '\'", which is the same as "p ''" once tcl gets done with
29713 quoting, to "p '\\'", which I suspect is what is intended (one
29714 backslash gets sent to GDB).
29715
29716 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
29717
29718 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29719
29720 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
29721 1817) was fixed literally years ago.
29722
29723 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29724
29725 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
29726 test, it causes stepping out of call_after_alloca_subr with
29727 optimizing compilers.
29728 (localvars_in_indirect_call): Consume GDB prompt if `finish'
29729 fails.
29730
29731 * gdb.c++/templates.exp: Source templ-info.exp only if
29732 the templates executable exists.
29733
29734 * gdb.c++/misc.cc (class Contains_static_instance,
29735 class Contains_nested_static_instance),
29736 gdb.c++/classes.exp (test_static_members): Test printing of
29737 a class that contains a static instance of the class.
29738
29739 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29740
29741 * gdb.base/langs2.c (cppsub_): Don't prototype.
29742 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
29743 only, I believe).
29744
29745 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29746
29747 * lib/gdb.exp (skip_chill_tests): New procedure.
29748
29749 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
29750
29751 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
29752
29753 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
29754 each expect pattern. Cuts runtime from 12 to about 4 seconds.
29755
29756 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29757
29758 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
29759
29760 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
29761 disassemble 8, not 16, instructions for part 4.
29762
29763 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
29764 support the latter anymore.
29765
29766 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
29767 -DNO_PROTOTYPES.
29768 * gdb.base/callfuncs.c: Control use of prototypes based on
29769 NO_PROTOTYPES, not __STDC__.
29770 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
29771 t_float_values2 tests if prototypes in use.
29772
29773 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
29774 t_double_values): When checking differences against DELTA, check
29775 that difference is within the range (-DELTA,DELTA), not just
29776 (-infinity,DELTA).
29777
29778 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
29779
29780 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
29781 'file' command firts, then 'target', then 'load', this is due to gdb
29782 target set up.
29783 * config/mips-gdb.exp: Fix a couple regular exp bugs.
29784
29785 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
29786
29787 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
29788 FP load/store variants.
29789 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
29790
29791 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
29792
29793 * gdb.base/term.exp: Do not give a warning if not native, it is
29794 not an abnormal condition.
29795
29796 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
29797
29798 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
29799 t_char_array".
29800
29801 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
29802
29803 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
29804 are getting the version number.
29805
29806 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
29807 if not native, it is not an abnormal condition.
29808
29809 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29810
29811 * lib/gdb.exp: Just use "file exists", rather than undocumented
29812 dejagnu procedure "findfile".
29813
29814 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
29815
29816 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
29817 (LDFLAGS): Set to -Xlinker -Ur.
29818
29819 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
29820 Removed, these values are set by lib/gdb.exp.
29821
29822 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
29823
29824 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
29825
29826 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
29827 of replicating gdb startup code.
29828
29829 * config/mt-vxworks (LDFLAGS): Set to -r.
29830 (CFLAGS_FOR_TARGET): Removed.
29831
29832 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
29833 (gdb) and gdb for vxworks uses (vxgdb).
29834
29835 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
29836 executable is not in the tree and host != target, use sed and
29837 program_transform_name to determine the gdb name used by the
29838 target.
29839
29840 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
29841 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
29842
29843 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29844
29845 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
29846 floats, chars, and shorts where there are ANSI-style function
29847 definitions.
29848
29849 * gdb.base/langs.exp, gdb.base/langs*: New test.
29850 * gdb.base/Makefile.in: Build it.
29851 * TODO: Remove item about checking that C names don't get C++
29852 demangling applied; this test tests it.
29853
29854 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29855
29856 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
29857 went with the const70 xfail. The xfail went away a year ago.
29858
29859 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
29860
29861 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
29862 for hp300.
29863
29864 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
29865
29866 * gdb.base/a1-selftest.exp: Don't run on hp300.
29867
29868 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29869
29870 * Makefile.in (site.exp): Set host_alias and target_alias as well
29871 as host_triplet and target_triplet.
29872
29873 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29874
29875 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
29876
29877 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
29878 places as other ecoff systems).
29879
29880 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
29881 ultrix.
29882
29883 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29884
29885 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
29886 remove them.
29887 * gdb.base/nodebug.exp: Accept "function" in addition to "text
29888 variable and "variable" in addition to "data variable".
29889 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
29890
29891 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
29892 2.
29893 * gdb.base/list1.c (long_line): Add additional statement at start
29894 of function.
29895 * gdb.base/list.exp (test_forward_search): Update line number to
29896 reflect new statement.
29897
29898 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29899
29900 * gdb.base/signals.exp: Reinitialize searched source directories
29901 after gdb_start call.
29902
29903 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
29904
29905 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
29906 * gdb.stabs/Makefile.in: Likewise.
29907
29908 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
29909 change. Instead split the tests into smaller pieces.
29910 * gdb.disasm/hppa.s: Corresponding changes.
29911
29912 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29913
29914 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
29915 Quote ^C when passing it to stty. For some shells ^ is a pipe.
29916
29917 * gdb.base/funcargs.exp: Modify many tests so that every test
29918 either passes or fails. Make some test names unique.
29919
29920 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29921
29922 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
29923 Call stty to set interrupt character.
29924
29925 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
29926 for HP assembler versus GNU assembler based on actual behavior of
29927 $(CC), rather than assuming that $(AS) is always the GNU assembler.
29928
29929 * TODO: Suggest a few more stepping tests.
29930
29931 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
29932
29933 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
29934 restart GDB for h8300 after a continue.
29935 (return): Add pattern to match a29k-udi behavior.
29936 * gdb.base/nodebug.exp: Remove obsolete comment.
29937 * gdb.base/regs.exp: New file, testing of register displays.
29938 * gdb.base/return.exp: Fix typo in reference to $objdir.
29939 * gdb.base/whatis.exp: Always start with a fresh GDB.
29940
29941 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29942
29943 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
29944 higher, these tests generate a lot of output.
29945
29946 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29947
29948 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
29949 code following the catch silently ignored some errors; without the
29950 catch they should be thrown like any other tcl error. Also, the
29951 catch used "" instead of {} which meant all the callers who wanted
29952 to include one of the characters "[]$ had to quote it an extra time.
29953 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
29954 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
29955 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
29956 Remove extra quoting.
29957
29958 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
29959
29960 * gdb.base/commands.exp: Make test names unique; every test either
29961 passes or fails. Update some comments.
29962
29963 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
29964
29965 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29966
29967 The following fixes a FAIL caused by the fact that the alpha stabs
29968 configuration didn't use the ".if alpha" code in weird.def.
29969 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
29970 bit pointer, so the 32 bit version works even on the alpha.
29971 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
29972 Remove the stuff which allowed us to have separate versions for
29973 alpha and everything else.
29974
29975 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
29976 regexp which "info func operator\[\](" is supposed to match. Fix
29977 string to send to GDB. Note that GDB still doesn't work right. Add a
29978 new test for "info func .perator\[\](" which GDB does handle correctly.
29979
29980 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
29981
29982 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29983
29984 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
29985 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
29986 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
29987 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
29988 it makes the tests harder to understand and confuses test-o-matic.
29989 The preferred style is that each test provides a PASS or a FAIL,
29990 and has a unique message (e.g. "continue #54" not just "continue")
29991 which is the same for the pass and the fail.
29992 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
29993 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
29994 to lib/gdb.exp.
29995 * gdb.base/printcmds.exp: Use test_print_accept. Remove
29996 prt_accept which was basically the same thing. Likewise for
29997 test_print_reject and prt_reject.
29998 * lib/gdb.exp (test_print_reject): Add some more error message
29999 patterns to match from the former printcmds.exp (prt_reject).
30000 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
30001 One defect of the passcount stuff is that some of it failed to
30002 report XPASS where appropriate.
30003 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
30004 stuff before and after arg in expected pattern.
30005 (test_paddr_operator_functions): Re-do test without print_addr_of;
30006 this is the only test which seems to want extra stuff there.
30007
30008 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30009
30010 * gdb.base/nodebug.exp: Update new tests to reflect improved
30011 wording of gdb output.
30012
30013 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
30014 and "ptype" work on variables in files compiled without -g.
30015 Replaces commented out "maint print msymbol" tests.
30016
30017 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30018
30019 * gdb.base/setvar.c (dummy): Call malloc.
30020
30021 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
30022 losing with the irix4 sed.
30023
30024 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
30025 ALRM" on irix4.
30026
30027 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30028
30029 * TODO: Remove items about corefile.exp testing new exec-file and
30030 backtrace; both are now done. Add items about printing enums.
30031
30032 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30033
30034 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
30035 "get signal $thissig" test fails.
30036
30037 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
30038
30039 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30040
30041 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
30042 compiler warning with dec alpha compiler.
30043
30044 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
30045 extra \n from gdb_test call (this explains why the prompt test
30046 that I removed yesterday was there).
30047 (user_defined_command_test): Remove extra \n and prompt test.
30048
30049 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
30050 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
30051 doesn't exist.
30052 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
30053 Also remove alpha workaround, which turns out to be because
30054 SIGABRT == SIGLOST.
30055
30056 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
30057
30058 * gdb.base/help.exp: Don't test "help show".
30059
30060 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30061
30062 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
30063 "set print address" is on.
30064 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
30065 pass prompt to gdb_test; gdb_test already looks for the prompt.
30066
30067 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
30068
30069 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
30070 was a vestige of the manual TESTSTRATEGY, and the purpose of it
30071 was to make sure that gdb can read a core file. But (a) the "read
30072 the corefile" part didn't make it to a1-selftest.exp, we just
30073 delete the corefile after creating it, and (b) we test reading
30074 corefiles in corefile.exp anyway. Also, this test left around a
30075 xgdb process on Solaris.
30076
30077 * gdb.base/corefile.exp: Also test backtrace.
30078
30079 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
30080
30081 * gdb.base/commands.exp: Test a simple user defined command with
30082 arguments and if/while statements; verify the full user command is
30083 printed by "show user".
30084
30085 * gdb.base/commands.exp: Test if/while commands as part of a
30086 breakpoint command list; verify they appear in breakpoint
30087 information.
30088
30089 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30090
30091 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
30092 than by dividing by zero.
30093
30094 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
30095
30096 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
30097 performing an inferior call with watchpoints enabled.
30098 * gdb.base/watchpoint.c (main): Delete second unnecessary read
30099 call.
30100
30101 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30102
30103 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
30104 of "file" command.
30105
30106 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
30107 Add additional pattern for when "int operator int(void);" appears
30108 in a different order.
30109
30110 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30111
30112 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
30113
30114 * gdb.base/help.exp: Replace most of docstrings for "info signals"
30115 and "signal" with ".*".
30116
30117 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30118
30119 * TODO: Add note about "handle all nostop".
30120
30121 * gdb.base/{sigall.c, sigall.exp}: New test.
30122 * gdb.base/Makefile.in: Add it.
30123
30124 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
30125
30126 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
30127 when invoking GDB, suppresses any windowing interface.
30128
30129 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
30130
30131 * config/sim-gdb: New file, simulator testing support.
30132
30133 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
30134
30135 * gdb.base/interrupt.exp: Test calling func1 twice.
30136
30137 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
30138
30139 * gdb.base/list.exp (test_forward_search): Set timeout higher
30140 when we'll be getting lots of output from gdb.
30141
30142 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
30143 "init_malloc" to after the expect statement. Run it if that
30144 regexp is taken, but also for two others which happen if source
30145 cannot be found.
30146
30147 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30148
30149 * gdb.base/printcmds.exp: New test, for printing register before
30150 program is running.
30151
30152 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30153
30154 * gdb.base/list.exp: Correct some alternate expect patterns
30155 to reflect changes in list1.c.
30156
30157 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30158
30159 * TODO: Add item regarding large frames.
30160
30161 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
30162
30163 * TODO: Remove item about enabling return.exp; it
30164 is enabled. Suggest a few more "return" tests.
30165
30166 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30167
30168 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
30169 anonymous unions.
30170
30171 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30172
30173 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
30174 and pr-5646.o, so "make" is the same as "make all", not "make
30175 pr-4975.o".
30176
30177 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
30178
30179 * gdb.base/list.exp: Adjust expectations to reflect changes in
30180 list1.c.
30181 (test_forward_search): New test proc.
30182 * gdb.base/list1.c (long_line): New function, has long source line.
30183
30184 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
30185
30186 * gdb.base/a1-selftest.exp: Change initial stepping to know about
30187 additional line of code that was added.
30188
30189 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
30190
30191 * gdb.disasm/hppa.s: Break the large branching tests into smaller
30192 tests so as not to overflow expect's input buffers.
30193 * gdb.disasm/hppa.exp: Corresponding changes.
30194
30195 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30196
30197 Beginnings of template debugging tests.
30198 * gdb.c++/templ-info.cc: New file to test for template
30199 debugging capability of the compiler.
30200 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
30201 templ-info.cc.
30202 * gdb.c++/templates.cc: Add explicit template instantiations
30203 to enable compiling with -fno-implicit-templates. Add destructor
30204 and 'value' method to T5 class for template tests.
30205 * gdb.c++/templates.exp: Add testcases for printing of template
30206 types, setting breakpoints on template methods and calling a
30207 template method.
30208
30209 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
30210
30211 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
30212 branch target since some assemblers (gas-2.5) may emit a
30213 relocation for the branch instead of resolving it in the
30214 assembler.
30215
30216 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30217
30218 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
30219 through signal handler.
30220
30221 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30222
30223 * configure.in (*-*-netware): Use config/mt-netware.
30224
30225 * config/mt-netware: New file.
30226 * config/mt-i386-netware: Removed, separate configs for different
30227 netware architectures are no longer needed now that we have
30228 --with-headers.
30229
30230 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30231
30232 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
30233 by the recent changes to use ANSI C arithmetic conversions.
30234
30235 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30236
30237 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
30238 bug involving using inferior_pid to figure out whether to select a
30239 frame.
30240
30241 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
30242
30243 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
30244 match the current disassembler output.
30245
30246 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
30247
30248 * gdb.fortran/exprs.exp: Expect VOID instead of void.
30249 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
30250 types, expect "int" as type of integer values (for now).
30251
30252 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
30253
30254 * gdb.base/commands.exp: New tests for if/while commands.
30255
30256 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
30257
30258 * lib/gdb.exp (runto): Replace sub-pattern for hex value
30259 by .*, since hex values have different syntax in Chill mode.
30260
30261 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30262
30263 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
30264 linefeed from expect pattern for repeated types with indices > 9.
30265
30266 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
30267
30268 First part of Fortran test suite.
30269 * gdb.fortran: New directory.
30270 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
30271
30272 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30273
30274 * gdb.base/default.exp: Update expect pattern for load command
30275 without arguments.
30276
30277 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
30278
30279 * configure.in: Change i386 to i[345]86.
30280 * gdb.base/configure.in: Likewise.
30281 * gdb.c++/configure.in: Likewise.
30282 * gdb.chill/configure.in: Likewise.
30283
30284 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
30285
30286 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
30287 patterns, since that is not a valid context for comments.
30288
30289 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
30290
30291 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
30292 repeated types and repeated types with indices > 9.
30293
30294 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
30295
30296 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
30297 2417; old bug has been fixed.
30298
30299 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
30300
30301 * gdb.base/interrupt.exp: When trying to wake up the inferior,
30302 send the newline ourselves instead of assuming gdb_test will do
30303 so when passed an empty input string.
30304
30305 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
30306 stabs testcode.
30307
30308 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30309
30310 * lib/gdb.exp (gdb_test): Don't send anything if the first
30311 argument is an empty string. This makes cases where we want to
30312 match output that is already in expect's buffers (for example,
30313 matching a breakpoint after gdb_run_cmd has been called) work
30314 reliably.
30315
30316 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30317
30318 * config/netware.exp: New file.
30319
30320 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30321
30322 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
30323 the -B and -L prefixes so we can find the debugging stub.
30324
30325 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
30326 there and we are using the gcc from the tree.
30327
30328 * gdb.base/types.c: Removed.
30329
30330 * gdb.base/configure.in: Look for makefile fragments in ../config.
30331 Recognize i386-*-netware.
30332 * gdb.c++/configure.in: Likewise.
30333
30334 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30335
30336 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
30337 the correct TCL syntax.
30338
30339 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30340
30341 * gdb.base/opaque.exp: use runto instead of messing around with
30342 breakpoints. Simplify by using gdb_test.
30343
30344 * gdb.base/bitfields.exp: restart between tests on netware targets
30345 because breakpoints aren't relocated after target death. Run
30346 processes to completion.
30347
30348 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
30349
30350 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
30351
30352 * Makefile.in: Remove extra tabs that confuse some versions
30353 of "make". Use the newly built gdb to test with by default,
30354 rather than the first one in the tester's search path.
30355
30356 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
30357
30358 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
30359
30360 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
30361 condition help.
30362
30363 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30364
30365 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
30366
30367 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
30368 running.
30369 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
30370 * gdb.base/funcargs.exp: Likewise.
30371
30372 * gdb.base/bitfields.exp: Simplify by using gdb_test.
30373 * gdb.base/funcargs.exp: Likewise.
30374
30375 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
30376 message is "".
30377
30378 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30379
30380 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
30381 return,signals,twice}.exp: Handle non-existant binaries
30382 consistantly.
30383
30384 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
30385 * gdb.base/Makefile.in: Don't try to generate a core dump, we
30386 might testing a cross development system.
30387
30388 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30389
30390 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
30391 runtest script is relative to ${srcdir}, not ${rootdir}.
30392
30393 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
30394
30395 * gdb.base/signals.exp: Allow for optionality of breakpoint
30396 address.
30397
30398 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30399
30400 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
30401
30402 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30403
30404 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
30405 for size_t definition.
30406 * gdb.c++/templates.cc: Likewise
30407
30408 * config/mt-i386-netware: New file.
30409
30410 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
30411 defined.
30412
30413 * gdb.base/Makefile.in: Added support for systems that name core
30414 files by appending "core" to the program name.
30415 * gdb.base/a1-selftest.exp: Likewise.
30416
30417 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30418
30419 * gdb.base/return.exp: Add comment and message for `return double'
30420 test failure on Sparc Solaris.
30421
30422 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
30423
30424 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
30425
30426 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30427
30428 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
30429 from optimizing them away.
30430 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
30431 patterns to include default constructors and assignment operators,
30432 to match gcc versions beyond 2.5.8. Accept any cplus demangling
30433 character in the output of the virtual base pointer.
30434
30435 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30436
30437 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
30438 expression match in print_addr_of to avoid unintented matches.
30439 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
30440 versions up to 2.5.8.
30441
30442 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30443
30444 * gdb.base/list.exp: Tweak alternate pattern for listing of an
30445 included file to run under newer versions of expect.
30446 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
30447 consecutive >'s in templates to accomodate recent cplus-dem.c change.
30448 Remove xfail for the virtual table of BDDHookV.
30449
30450 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
30451
30452 * lib/gdb.exp (string_to_regexp): Set a default result.
30453 (default_gdb_start): Fix misleading message.
30454
30455 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
30456
30457 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
30458 Remove all CC, etc definitions.
30459 * config/mt-hpux: New file.
30460 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
30461 (CFLAGS, LDFLAGS): Define.
30462 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
30463
30464 * Makefile.in (site.exp): Don't insert host_os, etc.
30465 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
30466 (distclean): Check existence of subdir.
30467 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
30468 * gdb.base/Makefile.in: General cleanup and simplification.
30469 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30470 to build executables. Use default rule to build .o files.
30471 (EXPECT, RUNTEST, CC): Fix relative pathname.
30472 (site.exp): Don't insert host_os, etc.
30473 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
30474 and/or SIGUSR1 defined.
30475 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
30476 * gdb.c++/Makefile.in: General cleanup and simplification.
30477 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30478 (CFLAGS): Remove.
30479 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
30480
30481 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
30482
30483 * gdb.base/recurse.exp: Misc changes to get tests running again
30484 after Kung's changes to the watchpoint code.
30485 * gdb.base/watchpoint.exp: Likewise.
30486
30487 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
30488
30489 * lib/gdb.exp (string_to_regexp): Convert {\} also.
30490
30491 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
30492
30493 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
30494 * lib/gdb.exp (default_gdb_start): Define.
30495 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
30496 gdb.base/funcargs.exp, gdb.base/opaque.exp,
30497 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
30498 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
30499 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
30500 Don't call gdb_target_udi in between tests.
30501
30502 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30503
30504 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
30505 (which was basically just a local version of the same thing). In
30506 addition to avoiding duplication, gdb_test_exact is faster.
30507 * lib/gdb.exp (gdb_test_exact): Fix typo.
30508
30509 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
30510 don't give an error.
30511
30512 * gdb.base/term.exp: Call delete_breakpoints before starting.
30513
30514 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
30515 (t10): Add comment.
30516
30517 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30518
30519 Reorganization of the GDB Test Suite.
30520
30521 * gdb.base: New directory, contains all the basic tests.
30522 * gdb.c++: New directory, tests specific to C++.
30523 * gdb.chill: New directory, tests specific to Chill.
30524 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
30525 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
30526 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
30527 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
30528 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
30529 t30-31 to chill).
30530 * */gdbme.*: Rename to match appropriate expect scripts.
30531 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
30532 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
30533 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
30534 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
30535 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
30536 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
30537 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
30538 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
30539 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
30540 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
30541 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
30542 gdb.c++/virtfunc.cc: New names of C++ files.
30543 * gdb.chill/chillvars.ch: New name of Chill file.
30544 * gdb.base/configure.in, gdb.c++/configure.in,
30545 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
30546 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
30547 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
30548 * configure.in (configdirs): Update to reflect directory changes.
30549 (target_abbrev): No longer define for any configuration.
30550 * Makefile.in: Cosmetic improvements to header comments.
30551
30552 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
30553
30554 Various changes to gdb.t31:
30555
30556 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
30557 * gdbme.ch: Make all key-words and predefineds be upper-case.
30558 * chillvars.exp: Expect key-words and predefinds in upper-case.
30559
30560 * chillvars.exp: Use gdb_test_exact many places.
30561 Change expected output for arrays (which now includes index labels).
30562
30563 * pr-5020.exp, gdme.ch (module PR_5020):
30564 New test, for PR-5020.
30565
30566 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
30567
30568 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
30569 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
30570
30571 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
30572
30573 * Makefile.in: Fix bit-rot in definitions of CHILL,
30574 CHILL_FOR_TARGET and Chill_LIB.
30575 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
30576 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
30577 CHILL, and CHILL_LIB.
30578
30579 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
30580
30581 * Revert the previous changes. Please see Rob's directory
30582 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
30583
30584 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
30585
30586 * Makefile.in, configure.in, config/mips-gdb.exp,
30587 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
30588 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
30589 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
30590 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
30591 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
30592 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
30593 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
30594 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
30595 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
30596 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
30597 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
30598 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
30599 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
30600 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
30601 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
30602 changes from 94Q1.
30603
30604 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
30605
30606 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
30607 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
30608 Rob's new testing fragments.
30609
30610 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
30611
30612 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
30613 lib/gdb.exp: Replace error proc calls with perror.
30614
30615 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30616
30617 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
30618 version also, match on casted version strings, and match on
30619 gdb startup case where the line numbers might be messed up.
30620
30621 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
30622
30623 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
30624 (CFLAGS): Delete it from here.
30625
30626 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
30627
30628 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
30629
30630 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
30631
30632 * Makefile.in (RUNTEST): Default to just "runtest".
30633
30634 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30635
30636 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
30637 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
30638 the code has been restructured.
30639
30640 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30641
30642 * gdb.t00/default.exp (set write): Allow any number of \r and/or
30643 \n, not just one of each.
30644
30645 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
30646 /bin/cc gives a warning if you do.
30647
30648 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
30649
30650 * gdb.t24/demangle.exp: change expect pattern of
30651 __t10ListS_link1ZUiRCUiPT0
30652
30653 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30654
30655 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
30656 on local variables in recursive functions.
30657
30658 * gdb.t07/Makefile.in: Build the new test.
30659
30660 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30661
30662 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
30663 directly. Instead compare the return values from actual calls.
30664
30665 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
30666
30667 * Makefile.in (check): Set TCL_LIBRARY for runtest.
30668
30669 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30670
30671 * From Peter Schauer with minor modifications.
30672 * gdb.t15/return.exp (return_tests): Handle targets where "return"
30673 stops in mid-line in the caller. Add xfail for returning a float
30674 value on X86 targets.
30675
30676 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30677
30678 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
30679 to avoid expect lossage.
30680 (fmem_LRbug_tests): Likewise.
30681 * gdb.disasm/hppa.s: Corresponding changes.
30682
30683 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
30684 conditions to work with latest dejagnu/expect.
30685
30686 * gdb.t15/funcargs.exp (finish from indirect call): No longer
30687 expected to fail on the PA.
30688 (backtrace in call with trampolines): Explicitly require main
30689 to be frame #1 (no trampolines should show up in backtrace).
30690
30691 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
30692 "continue -expect".
30693 * gdb.t06/break.exp: Likewise.
30694 * gdb.t07/watchpoint.exp: Likewise.
30695 * gdb.t13/bitfields.exp: Likewise.
30696 * gdb.t15/{funcargs,return}.exp: Likewise.
30697 * gdb.stabs/weird.exp: Likewise.
30698 * config/{mips,udi}-gdb.exp: Likewise.
30699
30700 * hppa.sed: Enclose comments within a sed command to avoid
30701 losing with the old OSF1 sed.
30702
30703 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30704
30705 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
30706 sequent dynix.
30707 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
30708 * gdb.t15/funcargs.exp: Conditionally step again to really
30709 finish from marker_call_with_trampolines. Handle the case where
30710 the first step from within call_with_trampolines already steps
30711 us back to main.
30712 * gdb.t15/gdbme.c: Add comment to closing brace of
30713 call_with_trampolines for funcargs.exp.
30714
30715 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30716
30717 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30718 Fix typo(s).
30719
30720 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30721
30722 * gdb.t07/gdbme.c: More code for watchpoint testing.
30723
30724 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
30725 "Hardware watchpoint" throughout file.
30726 (test_watchpoint_triggered_in_syscall): New test.
30727 (test_complex_watchpoint): New test.
30728
30729 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30730
30731 * gdbme.c (call_with_trampolines): New function to try and step
30732 into. Tests trampoline problems on the PA.
30733
30734 * funcargs.exp (localvars_in_indirect_call): No longer expect
30735 stepping into indirect call to fail on PAs.
30736 (test_stepping_over_trampolines): New test.
30737
30738 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30739
30740 * TODO: Add suggestions for static member function tests, and
30741 completion tests.
30742
30743 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30744
30745 * TODO: Add suggestions for "p/a" tests.
30746
30747 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
30748 (default_gdb_exit): Replace all the hair with sending "quit" to
30749 the process with a simple close.
30750
30751 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30752
30753 * TODO: Add suggestions for shared library tests.
30754
30755 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30756
30757 * TODO: Add suggestions for x/s tests.
30758
30759 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30760
30761 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
30762 "enable once", and "enable breakpoints once" with ".*".
30763
30764 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30765
30766 * TODO: Add suggestions about structure passing tests.
30767
30768 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30769
30770 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
30771 the primary1 test, use work around if __GNUC__ < 2.
30772 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
30773 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
30774 Test for bad output rather than waiting for timeout. Issue
30775 second continue only if first continue failed.
30776
30777 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30778
30779 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
30780 operator[] test with gdb_test because the old code didn't seem to
30781 be getting the quoting right with the new dejagnu.
30782
30783 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
30784
30785 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
30786 one from the path.
30787 * Makefile.in: Use a fresh expect if there is one, use runtest
30788 from the src tree if there is one.
30789
30790 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30791
30792 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
30793 next over recursive call. Revise the tests from that point on
30794 (which had been skipped) to match GDB's actual (correct) output.
30795
30796 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
30797 with next over a breakpoint whose condition is false.
30798
30799 * gdb.t00/help.exp: Comment out "help set print" tests just like
30800 (and for same reason as) "help set" test.
30801
30802 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30803
30804 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
30805 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
30806
30807 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30808
30809 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
30810 necessary gdb_target_udi.
30811
30812 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
30813
30814 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
30815 1838 and 2417; they are fixed.
30816
30817 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
30818 gdb.t03/ptype.exp (ptype structure, ptype union):
30819 Remove xfails; the test is looser than when the xfails were added.
30820
30821 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
30822 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
30823
30824 * gdb.t01/run.exp: Only run shell test if isnative.
30825
30826 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
30827 since "run" automatically loads if necessary. Call gdb_target_udi
30828 after the "file" since "file" kills any execution target.
30829
30830 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
30831 GDB. GDB doesn't work that way (not anymore at least) on UDI.
30832 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
30833 argument for UDI.
30834
30835 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30836
30837 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
30838
30839 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
30840
30841 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30842
30843 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
30844 properly quoting regexps. This makes the second argument to
30845 demangle a fixed string, which matches the callers, instead of a
30846 shell-style pattern which is what the previous implementation
30847 used. Update some of the callers.
30848
30849 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30850
30851 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
30852 (comib_nullified_tests): Fix typo.
30853 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
30854 strings. No longer expected to fail.
30855
30856 * gdb.disasm/hppa.s (addib_tests): Fix typo.
30857 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
30858 strings. No longer expected to fail.
30859
30860 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
30861 string. No longer expected to fail.
30862
30863 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30864
30865 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
30866 No longer expected to fail.
30867
30868 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
30869 string. No longer expected to fail.
30870
30871 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30872
30873 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
30874 only in the names (I probably got most of them). I was even
30875 generous with some which differed in underscores in names, and
30876 probably missed a few, and I *still* was able to remove almost a
30877 third of the file with almost no impact on testsuite coverage.
30878
30879 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30880
30881 * gdb.t00/default.exp: Match udi_attach error message as well as
30882 the one from child_attach.
30883
30884 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
30885
30886 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
30887
30888 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
30889 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
30890
30891 * Move test with enums and partial symbols back to
30892 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
30893 Reverts the change of 26 May 93. Per today's change to
30894 stabs.texinfo, the behavior that weird.exp was expecting was
30895 unreasonable; what is important is that the compiler+gdb get
30896 things right, which happens with a recent gcc. Also fix the test
30897 to deal with native compilers which put out the stab gdb can't
30898 deal with.
30899
30900 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30901
30902 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
30903 in the names. The main thing these accomplish is to slow things down.
30904 Many more such duplicates surely remain.
30905
30906 * gdb.t00/help.exp: Comment out "help support" test just like
30907 (and for same reason as) "help set" test.
30908
30909 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
30910
30911 * gdb.t06/break.exp: Remove setup_xfails for
30912 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
30913 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
30914 about known bug in gcc to include up through 2.5.8.
30915 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
30916 well as "_vb$".
30917 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
30918 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
30919 with latest gcc and gdb.
30920 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
30921 well as "_vb$".
30922
30923 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30924
30925 * configure.in (hppa*-*-*): Also configure and build stabs-only
30926 tests.
30927
30928 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30929
30930 * gdb.t10/hppa.mt: A makefile fragment for the PA.
30931 * gdb.t10/configure.in (hppa*-*-*): Use it.
30932
30933 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30934
30935 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
30936
30937 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30938
30939 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
30940 versions prior to 1.13.5.
30941
30942 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30943
30944 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
30945 the prompt is at the start of a line.
30946
30947 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30948
30949 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
30950 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
30951 in the copr tests now.
30952 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
30953 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
30954 expected to fail.
30955
30956 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
30957
30958 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
30959 gdb.t31/chillvars.exp, lib/gdb.exp:
30960 Tweak to run under either version of expect.
30961 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
30962 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
30963 * gdb.t11/list.exp: Remove extraneous whitespace.
30964
30965 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30966
30967 * gdb.t16/printcmds.exp (test_print_strings): Accept
30968 "(unsigned char *) " before the string.
30969
30970 * TODO: Add notes about printing of fancy types and GDB expressions.
30971
30972 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
30973
30974 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
30975 * gdb.t06/configure.in: Don't try to compile signals test program
30976 if doing mips-idt-ecoff.
30977
30978 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
30979
30980 * Most .exp files: Tweak to run under either version of expect.
30981
30982 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30983
30984 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
30985 xfails; I'm not sure why they are failing, but not because of PR 1806.
30986
30987 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
30988
30989 * config/unix-gdb.exp: Remove gdb_unload cause it's already
30990 defined in lib/gdb.exp.
30991
30992 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30993
30994 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
30995 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
30996 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
30997 have to be typeless.
30998
30999 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31000
31001 * TODO: Add suggestion for copyright year test.
31002
31003 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
31004
31005 * configure.in (*-*-lynxos*): Add stabs tests.
31006
31007 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31008
31009 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
31010 so insert a tab before any assembler directive in column zero.
31011
31012 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
31013 stores.
31014 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
31015 stores.
31016 (fpu_short_memory_tests): Likewise.
31017
31018 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31019
31020 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
31021 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
31022 .stabs directives in comments.
31023
31024 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31025
31026 * TODO: New file, describing tests we could write.
31027 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
31028
31029 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31030
31031 * gdb.t06/signals.exp: Add kludge to force re-sync.
31032
31033 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
31034 to xgdb instead of gdb, get out of gdb.
31035
31036 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
31037
31038 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
31039 for info.
31040
31041 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31042
31043 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
31044 * gdb.stabs/configure.in (hppa*-*-*): Use it.
31045 * gdb.stabs/hppa.sed: New sed script for the PA.
31046
31047 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31048
31049 * gdb.stabs: Re-write weird.def and configuration to use sed
31050 instead of cpp. sed is portable and POSIX; cpp is neither.
31051
31052 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31053
31054 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
31055
31056 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31057
31058 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
31059
31060 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31061
31062 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
31063 "_vb$".
31064 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
31065 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
31066
31067 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31068
31069 * lib/gdb.exp: Comment out code which depends on non-existent
31070 `transform' procedure.
31071
31072 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
31073
31074 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
31075 * lib/gdb.exp: Transform tool name.
31076 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
31077 1.1's new error handling system.
31078
31079 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31080
31081 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
31082
31083 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31084
31085 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
31086 They made pattern matching so slow that timeouts happened on
31087 heavily loaded systems. Now any output from "show print" which
31088 gets us back to the GDB prompt is a PASS.
31089
31090 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
31091
31092 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
31093
31094 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31095
31096 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
31097
31098 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
31099 It is not from PR 3220.
31100
31101 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31102
31103 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
31104 just started failing because they depended on the order the
31105 subcommands are presented, or exact docstring text. This kind of
31106 test is a pain and has minimal benefit.
31107
31108 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31109
31110 * gdb.t09/corefile.exp: At end of test, use "core" command with
31111 no arguments.
31112
31113 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
31114
31115 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
31116 17}/Makefile.in: Make it possible to run the testsuite with Sun
31117 make and CC = cross gcc by adding explicit build rules for .o
31118 files.
31119
31120 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31121
31122 * gdb.t15/funcargs.exp: Don't put comments on same line as
31123 setup_xfail (@#$*%& tcl braindamage!).
31124
31125 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31126
31127 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
31128
31129 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
31130
31131 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
31132 * gdb.t20/inherit.exp: remove three dumplicate entries.
31133
31134 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31135
31136 * gdb.t06/break.exp: For "next over recursive call", fail on any
31137 incorrect output, not just on "factorial (value=2)".
31138
31139 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31140
31141 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
31142 working now. Add an xfail if accesing a bss variable causes
31143 a memory error if the target is not yet run.
31144
31145 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31146
31147 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
31148 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
31149 name of __st* demangling (2 strings). Did Kung really get the
31150 more than 95 others right without testing them?
31151
31152 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
31153
31154 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
31155
31156 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
31157
31158 * configure.in (configdirs): Add gdb.disasm
31159 * gdb.disasm: New directory for GDB disassembler tests.
31160 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
31161
31162 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31163
31164 * gdb.t00/help.exp: Don't test "help set".
31165
31166 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
31167 from within expect statements. None of these happen anymore and
31168 they cause regressions to be silently unnoticed.
31169
31170 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
31171 messages) about known failures with gcc cygnus-2.4.5-930417.
31172
31173 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
31174 comp-info.exp so it gets built if it doesn't exist.
31175
31176 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
31177 it is no longer used.
31178 * gdb.t13/comp-info.c: Removed.
31179
31180 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31181
31182 * gdb.t06/signals.exp: Add xfail for sun3.
31183
31184 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31185
31186 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
31187 relevant because ^C doesn't get sent but failure can be reproduced
31188 interactively).
31189
31190 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31191
31192 * gdb.stabs/alpha.mt: New configuration file for alpha.
31193 * gdb.stabs/configure.in: Use it.
31194 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
31195 sharing with alpha.mt, redefine long to word via preprocessor.
31196 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
31197 for alpha.
31198 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
31199 native cc.
31200 * gdb.t00/teststrategy.exp: Change expect string so that we
31201 consume the `(xgdb)' from the command echo and from the gdb prompt.
31202 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
31203 gdb currently compares all values as long, so this failure probably
31204 applies to any configuration where LONGEST is bigger than a target int.
31205 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
31206 with gcc.
31207 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
31208 to handle opaque pointers, gcc is.
31209 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
31210 as first argument. Include <sys/types.h> and change all operator
31211 new definitions to use size_t.
31212 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
31213 now that we use size_t.
31214
31215 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31216
31217 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
31218 a long or float array cast all array members to the same type.
31219 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
31220 with 64 bit longs.
31221 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
31222 on alpha.
31223 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
31224
31225 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31226
31227 * gdb.t24 (demangle.exp): Constructors of templates have names like
31228 vector<int>::vector(int) not vector<int>::vector<int>(int). See
31229 section 14.6 of the ARM.
31230
31231 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
31232 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
31233 accomplish little and slow down the testsuite.
31234
31235 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
31236 Accept spaces various places.
31237
31238 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31239
31240 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
31241 with watchpoint enabled.
31242
31243 * Makefile.in: Remove definition of CC and remove the second
31244 definition of CXX (the "CXX = gcc" one remains). These definitions
31245 were causing backquotes to be expanded within backquotes, which
31246 doesn't work.
31247
31248 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
31249
31250 * gdb.t17/callfuncs.exp: Add "return 0" to end.
31251
31252 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31253
31254 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
31255 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
31256 by mips cc and contains no stabs entries.
31257
31258 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
31259
31260 * config/vx-gdb.exp: Use fake device to load files rather than
31261 NFS.
31262 * lib/gdb.exp: New proc to do "file" command.
31263 * config/unix-gdb.exp: Use new "file" proc.
31264
31265 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
31266
31267 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
31268 Rework board rebooting slightly.
31269 (gdb_exit): Don't exit from the remote shell; there isn't one.
31270 * gdb.stabs/weird.exp: If a program is being debugged already,
31271 kill it.
31272 * gdb.t04/setvar.exp: Stop and restart gdb.
31273 * gdb.t05/expr.exp: Likewise.
31274 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
31275 restart gdb and reload the program.
31276 * gdb.t08/opaque.exp: Likewise.
31277 * gdb.t12/scope.exp: Likewise.
31278 * gdb.t13/bitfields.exp: Likewise.
31279 * gdb.t15/funcargs.exp: Likewise.
31280 * gdb.t20/classes.exp: Likewise.
31281 * gdb.t03/ptype.exp: Increase timeout.
31282 * gdb.t16/printcmds.exp (test_print_string_constants,
31283 test_print_array_constants): Likewise.
31284 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
31285 * gdb.t20/classes.exp (do_tests): Likewise.
31286 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
31287
31288 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
31289
31290 * gdb.stabs: Renamed *wierd* to *weird*.
31291
31292 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31293
31294 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
31295 for timeout. Add "known gcc 2.4.5 bug" to failure message.
31296
31297 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31298
31299 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
31300 (do_tests): Remove xfail for whatis on one_var and two_var.
31301
31302 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
31303
31304 * Makefile.in: Made cross building work better by adding
31305 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
31306
31307 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31308
31309 * gdb.t15/{return.c,return.exp,Makefile.in}:
31310 New test, currently commented out.
31311
31312 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
31313
31314 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
31315 still running and removes the leftover named socket so GDb can do
31316 clean restarts.
31317
31318 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
31319
31320 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
31321 console, not GDB.
31322 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
31323 cross testing works better with "make check"
31324 * config/unix-gdb: Use default procedures for exit and version.
31325 * config/vx-gdb.exp: Cleaned up and massaged back to working order
31326 with the newest VxWorks.
31327
31328 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31329
31330 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
31331 old form.
31332
31333 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
31334 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
31335
31336 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
31337
31338 * config/unix-gdb.exp: Remove this version of gdb_exit
31339 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
31340 Rob says he'll look at it when he gets back to testing boards.
31341
31342 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
31343
31344 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
31345 an expected fail for certain ptype commands.
31346
31347 * gdb.t20/classes.exp: Update expected results of "ptype class
31348 Base1" to account for the constructor that now appears in the type.
31349
31350 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
31351
31352 * configure.in (configdirs): Restore gdb.t04, which mysteriously
31353 disappeared from list.
31354 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
31355 "alldone" proc with call to cleanup and exit.
31356 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
31357 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
31358 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
31359 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
31360 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
31361 "alldone" proc with simple returns that suppress remaining
31362 tests. The alldone proc went away many months ago.
31363
31364 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31365
31366 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
31367
31368 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
31369
31370 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31371
31372 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
31373 as vax gdb will display them.
31374
31375 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31376
31377 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
31378 optimizers.
31379
31380 * scope.exp: Change "bad value for localval" messages so each one
31381 is unique.
31382
31383 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
31384 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
31385
31386 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
31387
31388 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31389
31390 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
31391 doesn't exist (due to optimization).
31392
31393 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31394
31395 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
31396 contains \r because the filename is long.
31397
31398 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
31399 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
31400
31401 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31402
31403 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
31404 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
31405 Ultrix.
31406 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
31407 int tests.
31408 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
31409
31410 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
31411
31412 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
31413
31414 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
31415 to match does not match the passing case but still matches the
31416 failing case.
31417
31418 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31419
31420 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
31421
31422 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
31423
31424 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
31425 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
31426 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
31427 Remove various versions of gdb_exit.
31428 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
31429 gdb_exit.
31430 * config/unix-gdb.exp: gdb_exit remains here, and should override
31431 the generic version, since it's doing a lot of wierd stuff that
31432 the other versions aren't. FIXME, fold it in, or abandon this
31433 version.
31434
31435 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31436
31437 * gdb.t24/demangle.exp: Add tests for PR 3220.
31438
31439 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31440
31441 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
31442
31443 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
31444
31445 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
31446 "i386-*-*". Works for i486 as well.
31447
31448 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
31449 bug, and expand domain of xfail to all SVR4 systems, since the
31450 actual problem is likely to be in generic SVR4 /proc support.
31451
31452 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31453
31454 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
31455
31456 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
31457
31458 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
31459 xfails for other systems. Match a missing 'Continuing.' as an
31460 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
31461
31462 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
31463 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
31464 Only issue warning for missing executables if -all option is used.
31465
31466 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
31467 file if -all option is used. It's like an unpredictable XFAIL.
31468
31469 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31470
31471 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
31472 for dynamically linked binaries.
31473
31474 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
31475
31476 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31477
31478 * gdb.t20/inherit.exp: Change message for "print tagless struct"
31479 to state that this is a known bug in old versions of g++.
31480
31481 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31482
31483 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
31484 while waiting for `Continuing'.
31485
31486 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
31487
31488 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
31489 in text, data, and bss.
31490 * gdb.t10/nodebug.c: Add local and global test variables for
31491 initialized and uninitialized data.
31492
31493 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31494
31495 * config/unix-gdb.exp (gdb_exit): Add "wait".
31496
31497 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31498
31499 * gdb.t06/signals.exp: xfail the continue from the handler for all
31500 targets.
31501
31502 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
31503 function with watchpoints enabled, the i386 call dummy starts with
31504 a call.
31505
31506 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
31507 386 bsd names its corefiles.
31508
31509 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
31510
31511 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
31512 compilers don't grok it.
31513 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
31514 with small octal ints rather than character constants, which
31515 are signed and might not fit if first promoted to int.
31516
31517 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
31518
31519 * gdb.t09/Makefile.in (clean): Remove corefile.
31520
31521 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31522
31523 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
31524
31525 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31526 and Jim Kingdon (kingdon@cygnus.com)
31527
31528 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
31529 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
31530 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
31531
31532 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31533
31534 * gdb.t17/interrupt.exp: Add xfail for hppa.
31535
31536 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31537
31538 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
31539 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
31540 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
31541 to determine signed-ness of bitfields and use the result to setup
31542 the xfail.
31543 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
31544 * gdb.t15/funcargs.exp: Use them to step until the second indirect
31545 call line is reached if necessary.
31546
31547 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31548
31549 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
31550
31551 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31552
31553 * gdb.t06/break.exp: Also test `clear' command.
31554
31555 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31556
31557 * gdb.t00/teststrategy.exp: Remove extra quote.
31558
31559 * gdb.t07/watchpoint.exp: Change xfail for calling function with
31560 watchpoint enabled to be for all non-68k machines.
31561
31562 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
31563
31564 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31565
31566 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
31567 targets use aout.mt instead of ecoff.mt as gas understands
31568 standard aout format.
31569
31570 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31571
31572 * lib/gdb.exp (runto): Don't insist that function we are running to
31573 was compiled with -g.
31574
31575 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
31576
31577 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
31578 to get back into the read system call.
31579 Accept leading newline in case where we woke it up.
31580
31581 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31582
31583 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
31584 to make the stabs test work on ecoff systems using gcc and -with-stabs.
31585 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
31586 enable ecoff configuration.
31587
31588 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31589
31590 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
31591
31592 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31593
31594 * gdb.t16/printcmds.exp: Add another printf test.
31595
31596 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
31597
31598 * configure.in: If configured -with-stabs on any target, add
31599 stabsdirs to configdirs.
31600
31601 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31602
31603 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
31604 fun" so pattern does not match the command itself.
31605
31606 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31607
31608 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
31609
31610 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31611
31612 * gdb.t17/interrupt.exp: Test for more things.
31613
31614 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31615
31616 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
31617 compiler arranges the code and line numbers.
31618
31619 * gdb.t17/interrupt.exp: Don't send \n after ^C.
31620
31621 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31622
31623 * gdb.t00/help.exp: Increase expect input buffer size.
31624
31625 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31626
31627 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
31628
31629 * gdb.t07/watchpoint.exp: Add xfail for hppa.
31630
31631 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
31632
31633 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
31634 [0-9]*, not just [0-9].
31635
31636 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31637
31638 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
31639
31640 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
31641
31642 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31643
31644 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
31645
31646 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31647
31648 * gdb.t06/signals.c: Add xfails for sun3.
31649
31650 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
31651
31652 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
31653 test_stepping tests.
31654
31655 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31656
31657 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
31658
31659 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
31660
31661 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
31662 rather than actually putting it through cpp twice.
31663
31664 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
31665
31666 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
31667
31668 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
31669 no longer needed.
31670
31671 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31672
31673 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
31674
31675 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
31676 C++ features prints as "struct", make it a pass, not an xfail.
31677
31678 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31679
31680 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
31681 Don't require VA to print as "class" rather than "struct".
31682
31683 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
31684
31685 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
31686
31687 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31688
31689 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
31690
31691 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31692
31693 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
31694 order.
31695
31696 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31697
31698 * gdb.t16/printcmds.exp: Add printf tests.
31699
31700 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
31701
31702 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
31703
31704 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
31705
31706 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
31707 pass counts, to counteract any existing or future setup_xfails.
31708
31709 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31710
31711 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
31712 {BEGIN,END}_COMMON for common block instead of STAB.
31713 * gdb.stabs/wierd.exp: Add xfail for rs6000.
31714
31715 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
31716 intp_var should be N_GSYM not N_LSYM.
31717 wierd-aout.S: Use a label for the value of the N_SO.
31718 wierd.def: Remove all backslashes.
31719 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
31720
31721 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31722
31723 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
31724 get the expected next to inheritance3.
31725
31726 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31727
31728 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
31729 now that gcc-2.4 gets it right.
31730
31731 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31732
31733 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
31734
31735 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
31736 generating comp-info.exp which works for cross-compilation.
31737
31738 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
31739
31740 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
31741 "*-*-sysv4.*".
31742
31743 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
31744
31745 * gdb.t01/run.exp: Start with a fresh gdb.
31746 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
31747 SVR4.x.
31748
31749 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
31750
31751 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
31752 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
31753 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
31754 Makefile.in (distclean, realclean): Remove gdbme.c from list of
31755 things to remove.
31756
31757 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
31758
31759 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
31760 test cases from bug reports.
31761
31762 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
31763
31764 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
31765 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
31766 avoid spurious xfails.
31767 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
31768 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
31769 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
31770
31771 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
31772
31773 * gdb.t00/teststrategy.exp: Rework to provide more useful
31774 description of each test, fix problem with systems that define
31775 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
31776 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
31777 results for "next over recursive call" so timeouts aren't taken
31778 by error.
31779
31780 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
31781
31782 * gdb.t12/scope.exp: Test printing of variables before run.
31783
31784 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
31785 printed in wrong order due to sorting.
31786
31787 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
31788
31789 * gdb.t00/teststrategy.exp: Fix expected results for printing
31790 user entered string constant. Is array of char, prints with no
31791 address.
31792
31793 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
31794 commands.
31795 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
31796 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
31797 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
31798 of struct of char arrays.
31799 * gdb.t00/radix.exp: New tests for radix commands.
31800
31801 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
31802
31803 * gdb.t16/printcmd.exp: Print a variable before running program
31804 (with xfail for AIX).
31805
31806 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
31807
31808 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
31809
31810 * gdb.t16/printcmd.exp: Don't print variables before running program.
31811
31812 * gdb.t06/break.exp: Don't require envp argument to main.
31813
31814 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
31815
31816 * gdb.t02/whatis.exp, gdb.t11/list.exp:
31817 Add xfails for rs6000.
31818
31819 * gdb.t02/whatis.exp: Change other tests not to re-test something
31820 we already tested.
31821
31822 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
31823 each type used has a variable of that type.
31824
31825 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
31826
31827 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
31828
31829 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
31830
31831 * configure.in: change srctrigger to be a file, not a directory
31832
31833 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
31834
31835 * configure.in (mips-idt-ecoff*): Added trailing '*'.
31836
31837 * gdb.t11/list.exp: Fixed a couple of typos.
31838
31839 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
31840
31841 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
31842 is fixed and PR is closed.
31843 * gdb.t16 (gdbme.c): Add simple test string variable.
31844 * gdb.t16 (printcmds.exp): Add tests with simple test string
31845 variable, primarily for boundaries on "set print elements".
31846
31847 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
31848
31849 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
31850 Make leading 0's optional and don't expect a tab in the middle
31851 of the number.
31852
31853 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
31854
31855 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
31856 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
31857 don't end command passed to gdb_test with newline.
31858
31859 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
31860 signed keyword away, don't expect signed bitfields to be signed.
31861
31862 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
31863 printing with only as many 1's as are in the field as well as printing
31864 with 32 1's (see comment).
31865
31866 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
31867
31868 * gdb.t00/default.exp: Start with a fresh gdb.
31869 * configure.in (configdirs): Remove gdb.t31 until the chill
31870 compiler works again. It no longer is able to find chillrt0
31871 since it isn't in libchill.a anymore.
31872 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
31873 wierd.o, make more modular.
31874 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
31875 spurious newlines that caused problems.
31876
31877 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31878
31879 * Move test with enums and partial symbols from gdb.t03/ptype.exp
31880 to gdb.stabs/wierd.exp since GCC has worked around the bug.
31881 gdb.stabs/wierd.{exp,def}: Many new tests.
31882
31883 * gdb.t00/default.exp: update info line for new message.
31884
31885 * gdb.t02/{whatis.exp,gdbme.c}:
31886 Test that "char *" doesn't print as "caddr_t".
31887
31888 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31889
31890 * gdb.t00/help.exp: Use .* in place of some help messages which
31891 just changed.
31892 gdb.t00/default.exp: Update "info frame" test for new message.
31893 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
31894 Remove some xfails
31895
31896 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31897
31898 * gdb.t03/{gdbme.c,ptype.exp}:
31899 Add tests for typedef'd struct and union without tags.
31900 Also check "whatis" on a variable of a typedef'd enum without a tag.
31901
31902 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
31903 PRMS 1823; the bug still exists but isn't reproduced by this test
31904 anymore), and remove rs6000 XFAIL (the bug is fixed).
31905
31906 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
31907 duplicated from whatis.exp. For those that are left, accept
31908 "long", "long int", or "int" for long variables (whatis.exp already
31909 has an XFAIL for "int", so no need to fail it here).
31910
31911 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
31912 Deal with GCC's names for types now that GDB uses the compiler's names.
31913
31914 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
31915 setup_xfail's for sunos4. If we #defined the signed keyword away,
31916 don't expect GDB to know that char it is signed.
31917
31918 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
31919
31920 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
31921
31922 * configure.in (configdirs): Add gdb.t24 for C++ tests that
31923 should work on any system, regardless of debugging format.
31924 * gdb.t21/demangle.exp: Move to gdb.t24.
31925 * gdb.t24/demangle.exp: Move from gdb.t21.
31926 * gdb.t24/{Makefile.in, configure.in}: New files.
31927
31928 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31929
31930 * configure.in: Do gdb.stabs and C++ tests only for stabs.
31931 * gdb.stabs: New directory.
31932
31933 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31934
31935 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
31936 not just "Quit anyway?".
31937
31938 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
31939
31940 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
31941 that all setup_xfails are immediately followed by clear_xfails.
31942
31943 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
31944
31945 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
31946 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
31947 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
31948 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
31949 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
31950 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
31951 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
31952 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
31953 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
31954 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
31955 gdb.t31/chillvars.exp, lib/gdb.exp:
31956 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
31957 bug-gdb@prep.ai.mit.edu.
31958
31959 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
31960
31961 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
31962 with 0.0, not integer 0.
31963
31964 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
31965
31966 * gdb.t06/break.exp: Update for "Kill the program" message change.
31967
31968 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
31969
31970 * Makefile.in (GDBFLAGS): Set to -nx.
31971 * Makefile.in (site.exp): Use GDBFLAGS.
31972
31973 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
31974
31975 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
31976 Makefiles.
31977 (check): depend on just-check.
31978 (just-check): added so that tests can be run without a noop
31979 build pass.
31980
31981 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
31982
31983 Switch to using configure's configdirs.
31984 * Makefile.in (Makefile): add configure.in dependency.
31985 (SUBDIRS): removed redundant assignment.
31986 * configure.in: switch subdirs assignment to configdirs.
31987 * gdb.t*/configure.in: new files.
31988
31989 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
31990
31991 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
31992 works.
31993
31994 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
31995
31996 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
31997 in explicit rules. Apparently this is not supported by some makes.
31998
31999 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
32000
32001 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
32002
32003 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32004
32005 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
32006 disappeared.
32007
32008 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
32009
32010 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
32011
32012 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
32013
32014 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
32015 watchpoint problem that is now fixed.
32016 * gdb.t30/chexp.exp: Remove setup_xfail for printing
32017 uninitialized convenience variables.
32018 * gdb.t31/chillvars.exp: Fix expected patterns for printing
32019 structures.
32020
32021 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32022
32023 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
32024 which causes expect to get out of sync with gdb on long output
32025 from help set.
32026 * gdb.t09/corefile.exp: Make expected pattern for core file
32027 failing signal and frame output format less sun specific.
32028
32029 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
32030
32031 * gdb.t31/chillvars.exp: Add and remove initial dummy
32032 breakpoint, so that symbol table is forced in.
32033 (Needed at least on Sunos4, though it seems not SVR4.)
32034 * gdb.t31/chillvars.exp: Update for changed output format.
32035
32036 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
32037
32038 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
32039
32040 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
32041
32042 * Makefile.in: Added --srcdir when invoking runtest, removed the
32043 need for a local config file. (optional now)
32044
32045 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
32046
32047 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
32048 failure count used to force early termination. Add some more
32049 expected failures for gnu style demangling.
32050
32051 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32052
32053 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
32054 pmi variable from gdb.t20/gdbme to get optimized away.
32055 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
32056 Check for written corefile upon timeout _and_ eof.
32057
32058 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32059
32060 * config/unix-gdb.exp: Add missing return 0.
32061
32062 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32063
32064 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
32065 test termination.
32066
32067 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
32068
32069 * configure.in (subdirs): Put back gdb.t17 which mysteriously
32070 disappeared.
32071
32072 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
32073
32074 * gdb.t10/crossload.exp: Disable the i860-elf test until such
32075 time as i860 support works.
32076
32077 * gdb.t15/funcargs.exp: Fix expected outputs to include
32078 "backtrace 100\r" rather than just "backtrace\r", to match last
32079 change.
32080
32081 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
32082
32083 * config/udi-gdb.exp (gdb_exit): Remove close command.
32084 (gdb_target_udi): New procedure to set the UDI target.
32085 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
32086 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
32087 Added waits for prompts after several question responses. Added
32088 some more responses used by a29k-amd-udi-gdb.
32089 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
32090 pass different arguments, restart UDI connection after program
32091 completion.
32092 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
32093 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32094 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
32095 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
32096 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
32097 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
32098 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32099 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
32100 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
32101 after program completion.
32102 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
32103 compiled with a SELECT_VECS setting.
32104 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
32105 infinite recursion.
32106
32107 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
32108 Added checks for COFF results, and made them expected failures for
32109 all targets. It would be better to make them expected failures
32110 for COFF targets only.
32111
32112 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
32113
32114 * Makefile.in: add null dvi target, don't bother to recurse
32115 through test directories for info and install-info; rename
32116 $(datadir) to be dejagnu instead of deja-gnu
32117
32118 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
32119
32120 * gdb.t31/gdbme.ch: Re-enable code that previously caused
32121 compiler to coredump.
32122 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
32123 code.
32124
32125 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
32126
32127 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
32128 coredump.
32129 * gdb.t31/chillvars.exp: Comment out tests that depend on that
32130 code.
32131
32132 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
32133
32134 * gdb.t03/ptype.exp: tests for return code from gdb_test.
32135 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
32136 which in a shell. Deletes xgdb when done.
32137 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
32138 Tests the return from the "set height" or "set width" commands.
32139 Added a few return codes where needed.
32140
32141 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
32142
32143 * Makefile.in (SUBDIRS): Add gdb.t17.
32144 * configure.in (subdirs): Add gdb.t17.
32145 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
32146 files to test gdb's calling of functions in the inferior with
32147 the correct arguments and gdb's ability to retrieve any
32148 result returned.
32149
32150 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
32151
32152 * config/unix-gdb.exp (gdb_exit): Remove close commands that
32153 may be called after gdb goes away. Previous versions of expect
32154 needed these to avoid file descriptor leaks, but they cause
32155 errors with the current revision of expect.
32156 * gdb.t00/gdbvars.exp: Use -re on expected output after
32157 setting sevenbit-strings.
32158 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
32159 to set sevenbit-strings consistent across tests.
32160 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
32161 set sevenbit-strings consistent across tests.
32162
32163 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
32164
32165 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
32166 expected output to match current "expect" expectations.
32167
32168 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
32169
32170 * gdb.t00/default.exp: Change expected output for default "source"
32171 command, to match new gdb behavior which requires a filename to
32172 source.
32173
32174 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
32175
32176 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
32177 expected fail for i486-*-* that misses the marker2 function.
32178 * gdb.t10/crossload.exp (bfddefault): Allow successful
32179 recognition of a format to pass even if no symbols are found.
32180 Explicitly catch failures where the format is not recognized
32181 or is ambiguous, and add the reason to the fail message.
32182 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
32183 the cause is and invalid target and add reason to failure message.
32184 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
32185 elf32-i386, elf32-sparc, and elf32-i860.
32186 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
32187 Set up expected failure for 'filename'::variable scope resolution,
32188 which is now apparently broken on all targets.
32189 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
32190 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
32191 gdb.t23/templates.exp: Change failure for missing binfile into
32192 just a warning.
32193 gdb.t21/demangle.exp: Change all cfront references to 'arm'
32194 references.
32195
32196 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
32197
32198 * gdb.t00/default.exp: Add expected output for default "source"
32199 command, to match new gdb behavior.
32200 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
32201
32202 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
32203
32204 * config/*-gdb.exp: returns an error, rather than exiting on
32205 internal errors.
32206
32207 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
32208
32209 * gdb.t03/gdbme.c: Add pointer to struct variable.
32210 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
32211 referencing struct members.
32212
32213 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
32214
32215 * configure.in (mips-idt-ecoff): New target.
32216 * config/mips-gdb.exp: New file for remote board using MIPS remote
32217 debugging protocol.
32218
32219 * Redid configuration scheme. Removed gdb.t*/configure.in.
32220 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
32221 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
32222 distclean targets. Built executables via .o files. Adjusted
32223 tests to account for source files in $(srcdir) rather than
32224 $(objdir).
32225 * lib/gdb.exp (runto): Don't expect () after the function name,
32226 because it may have arguments.
32227
32228 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
32229
32230 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
32231 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
32232 expected failures for mips-idt-* and mips-sgi-*.
32233 * gdb.t00/default.exp (attach): Kill process if requested.
32234 * gdb.t00/help.exp (help target core, help target): Accept a gdb
32235 that does not read core files.
32236 * gdb.t01/run.exp: Removed checks for exit status code.
32237 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
32238 it is linked in.
32239 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
32240 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
32241 appropriate, rather than doing it by hand.
32242 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
32243 execution.
32244 * gdb.t10/crossload.exp: Kill existing program if needed.
32245 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
32246 appropriate, rather than doing it by hand. Always increase
32247 timeout for this test, not just for VxWorks.
32248
32249 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
32250
32251 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
32252 of Chill STRUCT types and STRUCT values.
32253 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
32254 than "char".
32255 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
32256 struct2): New struct definitions and initializations to test
32257 simple Chill STRUCT types.
32258
32259 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
32260
32261 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
32262 the null byte at the end of strings.
32263 * gdb.t00/default.exp: Make show version insensitive to copyright
32264 date.
32265 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
32266 to avoid dependencies on target char signedness.
32267 * gdb.t16/printcmds.exp: Update expected results for explicitly
32268 unsigned char.
32269 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
32270 now work.
32271 * gdb.t21/demangle.exp: Add many more patterns for template
32272 demangling, most of them being expected failures.
32273 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
32274 string we are matching for, to match on the whole string.
32275 * gdb.t21/demangle.exp: Add many new test strings to demangle,
32276 and fix a whole bunch that had incorrect expected output but were
32277 passing anyway because of the bug in "proc demangle".
32278 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
32279 type.
32280 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
32281
32282 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
32283
32284 * gdb/testsuite: made modifications to testcases, etc., to allow
32285 them to work properly given the reorganization of deja-gnu and the
32286 relocation of the testcases from deja-gnu to a "tool" subdirectory.
32287
32288 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
32289
32290 * gdb/testsuite: Initial creation of gdb/testsuite.
32291 Migrated dejagnu testcases and support files for testing nm to
32292 gdb/testsuite from deja-gnu. These files were moved "as is"
32293 with no modifications. This migration is part of a major overhaul
32294 of dejagnu. The modifications to these testcases, etc., which
32295 will allow them to work with the new version of dejagnu will be
32296 made in a future update.
32297
32298 For additional changes see gdb.mi/ChangeLog-1999-2003.
32299 \f
32300 ;; Local Variables:
32301 ;; mode: change-log
32302 ;; left-margin: 8
32303 ;; fill-column: 74
32304 ;; version-control: never
32305 ;; End:
32306
32307 Copyright 1993-2013 Free Software Foundation, Inc.
32308 Copying and distribution of this file, with or without modification,
32309 are permitted provided the copyright notice and this notice are preserved.
This page took 0.702204 seconds and 5 git commands to generate.