PR symtab/15695
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2013-08-01 Doug Evans <dje@google.com>
2
3 PR symtab/15695
4 * gdb.base/func-ptr.exp: New file.
5 * gdb.base/func-ptr.c: New file.
6
7 2013-08-01 Yao Qi <yao@codesourcery.com>
8
9 * gdb.python/py-sync-interp.c: New.
10 * gdb.python/py-sync-interp.exp: New.
11
12 2013-07-31 Yao Qi <yao@codesourcery.com>
13
14 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
15 'tdump' on stack frame 0 and 1 respectively.
16
17 2013-07-31 Yao Qi <yao@codesourcery.com>
18
19 PR gdb/13443
20 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
21 'traceframe'. Wrap test with with_test_prefix.
22 (top level): Update.
23
24 2013-07-31 Yao Qi <yao@codesourcery.com>
25
26 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
27 'gdb_start'.
28 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
29 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
30
31 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
32
33 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
34 when printing an optimized out value. Expect an error when using
35 an optimized out value in an expression.
36
37 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
38
39 * gdb.dwarf2/pieces-optimized-out.exp: New file.
40 * gdb.dwarf2/pieces-optimized-out.c: New file.
41 * gdb.dwarf2/pieces-optimized-out.S: New file.
42
43 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
44
45 PR gdb/15715
46 * gdb.base/setshow.exp: Test that relative paths passed to
47 'set history filename' are converted to absolute paths.
48
49 2013-07-26 Keith Seitz <keiths@redhat.com>
50
51 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
52 of f77.
53 Allow for compiler variations of integer types.
54 Use mi_create_varobj.
55 Use mi_list_varobj_children for the immediate children of `array'.
56 Add "has_more" attribute for grandchildren test.
57
58 2013-07-26 Pedro Alves <palves@redhat.com>
59
60 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
61 files.
62
63 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
64
65 * gdb.mi/mi-reg-undefined.exp: New file.
66 * gdb.mi/mi-reg-undefined.c: Likewise.
67 * gdb.mi/mi-reg-undefined.S: Likewise.
68
69 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
70
71 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
72 z, o, and t output formats.
73 * gdb.base/display.exp: Use 'k' as an undefined format now that
74 'z' is defined.
75
76 2013-07-24 Doug Evans <dje@google.com>
77
78 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
79 "--" to switch.
80
81 2013-07-24 Yao Qi <yao@codesourcery.com>
82
83 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
84 host.
85 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
86 Likewise. If host is remote, copy ${binfile} to host.
87
88 2013-07-23 Yao Qi <yao@codesourcery.com>
89
90 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
91 message.
92
93 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
94
95 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
96 instructions and enable disp-step-syscall for arm targets.
97
98 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
99
100 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
101 assembler errors on arm.
102 * gdb.dwarf2/mac-fileno.S: Likewise.
103 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
104 * gdb.dwarf2/pr13961.S: Likewise.
105
106 2013-07-19 Hui Zhu <hui@codesourcery.com>
107
108 PR gdb/15692
109 * gdb.mi/mi-dprintf.exp: Add double quotes test.
110
111 2013-07-19 Yao Qi <yao@codesourcery.com>
112
113 * gdb.trace/read-memory.exp (test_from_remote): Update test.
114 (teset_from_exec): Likewise.
115
116 2013-07-19 Yao Qi <yao@codesourcery.com>
117
118 * gdb.trace/read-memory.c: New.
119 * gdb.trace/read-memory.exp: New.
120
121 2013-07-19 Yao Qi <yao@codesourcery.com>
122
123 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
124 $dest to link options if host is remote. Move the
125 generated file to $dest.a on host if host is remote.
126
127 2013-07-18 Will Newton <will.newton@linaro.org>
128
129 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
130 to ensure the test is linked against pthreads.
131 * gdb.threads/tls-var-main.c: Likewise.
132 * gdb.threads/tls-shared.c: Likewise.
133
134 2013-07-18 Yao Qi <yao@codesourcery.com>
135
136 * lib/future.exp (gdb_default_target_compile): Use tail name
137 of $destfile as the output name of compile. Move the
138 generated file to $destfile on build.
139
140 2013-07-18 Yao Qi <yao@codesourcery.com>
141
142 * lib/gdb.exp (gdb_compile): Set
143 gdb_saved_set_unbuffered_mode_obj to
144 set_unbuffered_mode_saved.o if host is remote. Invoke
145 remote_download to copy $unbuf_obj to host.
146
147 2013-07-17 Doug Evans <dje@google.com>
148
149 * gdb.python/py-frame-args.c: New file.
150 * gdb.python/py-frame-args.py: New file.
151 * gdb.python/py-frame-args.exp New file.
152
153 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
154
155 * gdb.base/printcmds.exp (test_printf): Add tests for format
156 strings with missing format specifier.
157
158 2013-07-16 Tom Tromey <tromey@redhat.com>
159
160 * gdb.ada/info_types.exp: Use standard_testfile.
161
162 2013-07-16 Tom Tromey <tromey@redhat.com>
163
164 * gdb.mi/mi-basics.exp: Use standard_output_file.
165 (test_dir_specification, test_cwd_specification)
166 (test_path_specification): Use testsubdir, not subdir and objdir.
167
168 2013-07-16 Tom Tromey <tromey@redhat.com>
169
170 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
171
172 2013-07-09 Joel Brobecker <brobecker@adacore.com>
173
174 * gdb.ada/small_reg_param.exp: Accept optional entry value
175 for parameter "w".
176
177 2013-07-09 Joel Brobecker <brobecker@adacore.com>
178
179 * gdb.ada/small_reg_param.exp: Remove trailing space.
180
181 2013-07-09 Doug Evans <dje@google.com>
182
183 * gdb.base/default.exp: Update expected output of "show print array"
184 and "show print pretty".
185
186 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
187
188 * gdb.threads/wp-replication.exp: Stop counting available hardware
189 watchpoints after NR_THREADS iterations.
190
191 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
192
193 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
194
195 2013-07-07 Yao Qi <yao@codesourcery.com>
196
197 * boards/native-gdbserver.exp: Move invoke of
198 process_multilib_options to gdbserver-base.exp.
199 Move set_board_info 'compiler', 'gdb,noinferiorio',
200 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
201 gdbserver-base.exp.
202 Move proc ${board}_download, ${board}_upload and
203 ${board}_file to gdbserver-base.exp.
204 * boards/native-extended-gdbserver.exp: Likewise.
205 * boards/native-stdio-gdbserver.exp: Likewise.
206 * boards/gdbserver-base.exp: New file.
207
208 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
209
210 * gdb.base/dump.exp: Remove arch-specific tests and do a
211 generic data address check to set is64bitonly correctly.
212
213 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
214
215 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
216 the register number instead of expecting only 0.
217
218 2013-07-05 Will Newton <will.newton@linaro.org>
219
220 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
221 in asm syntax to allow building on ARM.
222
223 2013-07-05 Yao Qi <yao@codesourcery.com>
224
225 * boards/local-remote-host.exp: Remove obsolete comments.
226 * boards/native-extended-gdbserver.exp: Likewise.
227 * boards/native-gdbserver.exp: Likewise.
228 * boards/native-stdio-gdbserver.exp: Likewise.
229
230 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
231
232 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
233 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
234 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
235
236 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
237
238 * gdb.base/break-on-linker-gcd-function.exp: Replace
239 prepare_for_testing by build_executable_from_specs and clean_restart.
240
241 2013-06-27 Tom Tromey <tromey@redhat.com>
242
243 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
244 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
245 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
246 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
247 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
248 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
249 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
250 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
251 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
252 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
253 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
254 Use standard_testfile, standard_output_file, prepare_for_testing,
255 clean_restart.
256
257 2013-06-27 Tom Tromey <tromey@redhat.com>
258
259 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
260 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
261 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
262 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
263 gdb.base/shreloc.exp, gdb.base/sigall.exp,
264 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
265 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
266 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
267 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
268 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
269 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
270 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
271 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
272 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
273 gdb.base/solib-weak.exp, gdb.base/source.exp,
274 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
275 gdb.base/stap-probe.exp, gdb.base/start.exp,
276 gdb.base/step-break.exp, gdb.base/step-bt.exp,
277 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
278 gdb.base/step-test.exp, gdb.base/structs.exp,
279 gdb.base/structs2.exp, gdb.base/structs3.exp,
280 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
281 standard_output_file, prepare_for_testing, clean_restart.
282
283 2013-06-27 Tom Tromey <tromey@redhat.com>
284
285 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
286 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
287 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
288 gdb.base/pending.exp, gdb.base/permissions.exp,
289 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
290 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
291 gdb.base/printcmds.exp, gdb.base/prologue.exp,
292 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
293 gdb.base/ptype.exp, gdb.base/randomize.exp,
294 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
295 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
296 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
297 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
298 standard_testfile, standard_output_file, prepare_for_testing,
299 clean_restart.
300
301 2013-06-27 Tom Tromey <tromey@redhat.com>
302
303 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
304 gdb.base/huge.exp, gdb.base/included.exp,
305 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
306 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
307 gdb.base/info-os.exp, gdb.base/info-proc.exp,
308 gdb.base/info-target.exp, gdb.base/infoline.exp,
309 gdb.base/interp.exp, gdb.base/interrupt.exp,
310 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
311 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
312 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
313 gdb.base/logical.exp, gdb.base/long_long.exp,
314 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
315 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
316 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
317 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
318 standard_testfile, standard_output_file, prepare_for_testing,
319 clean_restart.
320
321 2013-06-27 Tom Tromey <tromey@redhat.com>
322
323 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
324 gdb.base/enumval.exp, gdb.base/environ.exp,
325 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
326 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
327 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
328 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
329 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
330 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
331 gdb.base/fullname.exp, gdb.base/funcargs.exp,
332 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
333 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
334 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
335 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
336 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
337 gdb.base/gnu_vector.exp: Use standard_testfile,
338 standard_output_file, prepare_for_testing, clean_restart.
339
340 2013-06-27 Tom Tromey <tromey@redhat.com>
341
342 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
343 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
344 gdb.base/call-strs.exp, gdb.base/callexit.exp,
345 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
346 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
347 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
348 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
349 gdb.base/commands.exp, gdb.base/completion.exp,
350 gdb.base/complex.exp, gdb.base/cond-expr.exp,
351 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
352 gdb.base/constvars.exp, gdb.base/corefile.exp,
353 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
354 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
355 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
356 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
357 gdb.base/dup-sect.exp: Use standard_testfile,
358 standard_output_file, prepare_for_testing, clean_restart.
359
360 2013-06-27 Tom Tromey <tromey@redhat.com>
361
362 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
363 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
364 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
365 gdb.base/async-shell.exp, gdb.base/async.exp,
366 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
367 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
368 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
369 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
370 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
371 gdb.base/break-on-linker-gcd-function.exp,
372 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
373 standard_output_file, prepare_for_testing, clean_restart.
374
375 2013-06-26 Yao Qi <yao@codesourcery.com>
376
377 * gdb.trace/mi-trace-frame-collected.exp: New.
378
379 2013-06-25 Yao Qi <yao@codesourcery.com>
380
381 * boards/native-extended-gdbserver.exp: Set board_info
382 'gdb,predefined_tsv'.
383 * boards/native-gdbserver.exp: Likewise.
384 * boards/native-stdio-gdbserver.exp: Likewise.
385 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
386 uploaded TSVs if target supports tracing.
387 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
388 tracing and target has predefined tsv.
389
390 2013-06-25 Yao Qi <yao@codesourcery.com>
391 Hui Zhu <hui@codesourcery.com>
392 Pedro Alves <palves@redhat.com>
393
394 PR breakpoints/15075
395 PR breakpoints/15434
396 * gdb.base/dprintf-next.c: New file.
397 * gdb.base/dprintf-next.exp: New file.
398 * gdb.base/dprintf-non-stop.c: New file.
399 * gdb.base/dprintf-non-stop.exp: New file.
400 * gdb.base/dprintf.exp: Don't check "continue" in the output
401 of "info breakpoints".
402 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
403 Don't check "continue" in script field.
404
405 2013-06-21 Tom Tromey <tromey@redhat.com>
406
407 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
408 name in a test name.
409
410 2013-06-20 Yao Qi <yao@codesourcery.com>
411
412 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
413 and set an action.
414 (test_trace_unavailable): Test command -data-list-register-values
415 in the context of traceframe and with option --skip-unavailable.
416 * gdb.trace/trace-unavailable.c (foo): New.
417 (main): Call it.
418 * gdb.mi/gdb2549.exp: Update matching pattern.
419
420 2013-06-19 Mike Frysinger <vapier@gentoo.org>
421
422 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
423 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
424 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
425 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
426 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
427
428 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
429
430 * gdb.base/subst.exp: Delete default rules before further
431 tests.
432
433 2013-06-19 Yao Qi <yao@codesourcery.com>
434
435 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
436 unsupported if it is not registered.
437
438 2013-06-18 Tom Tromey <tromey@redhat.com>
439
440 * gdb.base/random-signal.c: New file.
441 * gdb.base/random-signal.exp: New file.
442
443 2013-06-18 Will Newton <will.newton@linaro.org>
444
445 * gdb.base/skip.c: Use comma to evaluate results of foo()
446 and bar() before passing to baz().
447 * gdb.base/skip.c: baz() now takes one argument instead of
448 two.
449
450 2013-06-18 Tom Tromey <tromey@redhat.com>
451
452 * gdb.dwarf2/implptrpiece.exp: New file.
453 * gdb.dwarf2/implptrconst.exp (d): New variable.
454 Print d.
455 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
456
457 2013-06-18 Tom Tromey <tromey@redhat.com>
458
459 * lib/selftest-support.exp (do_self_tests): Reject remote or
460 non-native targets.
461 * gdb.gdb/complaints.exp: Remove check.
462 * gdb.gdb/observer.exp: Remove check.
463 * gdb.gdb/xfullpath.exp: Remove check.
464 * gdb.gdb/complaints.exp: Remove check.
465
466 2013-06-07 Pedro Alves <palves@redhat.com>
467
468 * boards/native-extended-gdbserver.exp: Remove semicolon.
469 * config/arm-ice.exp: Likewise.
470 * config/bfin.exp: Likewise.
471 * config/cygmon.exp: Likewise.
472 * config/h8300.exp: Likewise.
473 * config/monitor.exp: Likewise.
474 * config/sid.exp: Likewise.
475 * config/sim.exp: Likewise.
476 * config/slite.exp: Likewise.
477 * config/vx.exp: Likewise.
478 * gdb.arch/i386-bp_permanent.exp: Likewise.
479 * gdb.asm/asm-source.exp: Likewise.
480 * gdb.base/args.exp: Likewise.
481 * gdb.base/attach-pie-misread.exp: Likewise.
482 * gdb.base/auxv.exp: Likewise.
483 * gdb.base/bigcore.exp: Likewise.
484 * gdb.base/bitfields2.exp: Likewise.
485 * gdb.base/bitfields.exp: Likewise.
486 * gdb.base/break.exp: Likewise.
487 * gdb.base/break-interp.exp: Likewise.
488 * gdb.base/callfuncs.exp: Likewise.
489 * gdb.base/call-sc.exp: Likewise.
490 * gdb.base/commands.exp: Likewise.
491 * gdb.base/corefile.exp: Likewise.
492 * gdb.base/dbx.exp: Likewise.
493 * gdb.base/ending-run.exp: Likewise.
494 * gdb.base/exprs.exp: Likewise.
495 * gdb.base/funcargs.exp: Likewise.
496 * gdb.base/hbreak2.exp: Likewise.
497 * gdb.base/huge.exp: Likewise.
498 * gdb.base/list.exp: Likewise.
499 * gdb.base/memattr.exp: Likewise.
500 * gdb.base/overlays.exp: Likewise.
501 * gdb.base/printcmds.exp: Likewise.
502 * gdb.base/recurse.exp: Likewise.
503 * gdb.base/remotetimeout.exp: Likewise.
504 * gdb.base/reread.exp: Likewise.
505 * gdb.base/savedregs.exp: Likewise.
506 * gdb.base/scope.exp: Likewise.
507 * gdb.base/sepdebug.exp: Likewise.
508 * gdb.base/setshow.exp: Likewise.
509 * gdb.base/setvar.exp: Likewise.
510 * gdb.base/sigaltstack.exp: Likewise.
511 * gdb.base/siginfo-addr.exp: Likewise.
512 * gdb.base/siginfo.exp: Likewise.
513 * gdb.base/siginfo-obj.exp: Likewise.
514 * gdb.base/sigrepeat.exp: Likewise.
515 * gdb.base/sigstep.exp: Likewise.
516 * gdb.base/structs.exp: Likewise.
517 * gdb.base/testenv.exp: Likewise.
518 * gdb.base/twice.exp: Likewise.
519 * gdb.base/valgrind-db-attach.exp: Likewise.
520 * gdb.base/valgrind-infcall.exp: Likewise.
521 * gdb.base/varargs.exp: Likewise.
522 * gdb.base/watchpoint.exp: Likewise.
523 * gdb.cp/gdb1355.exp: Likewise.
524 * gdb.cp/misc.exp: Likewise.
525 * gdb.disasm/hppa.exp: Likewise.
526 * gdb.disasm/t01_mov.exp: Likewise.
527 * gdb.disasm/t02_mova.exp: Likewise.
528 * gdb.disasm/t03_add.exp: Likewise.
529 * gdb.disasm/t04_sub.exp: Likewise.
530 * gdb.disasm/t05_cmp.exp: Likewise.
531 * gdb.disasm/t06_ari2.exp: Likewise.
532 * gdb.disasm/t07_ari3.exp: Likewise.
533 * gdb.disasm/t08_or.exp: Likewise.
534 * gdb.disasm/t09_xor.exp: Likewise.
535 * gdb.disasm/t10_and.exp: Likewise.
536 * gdb.disasm/t11_logs.exp: Likewise.
537 * gdb.disasm/t12_bit.exp: Likewise.
538 * gdb.disasm/t13_otr.exp: Likewise.
539 * gdb.gdb/selftest.exp: Likewise.
540 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
541 * gdb.mi/mi-reverse.exp: Likewise.
542 * gdb.pascal/floats.exp: Likewise.
543 * gdb.python/py-inferior.exp: Likewise.
544 * gdb.threads/attach-into-signal.exp: Likewise.
545 * gdb.threads/pthreads.exp: Likewise.
546 * gdb.threads/thread_events.exp: Likewise.
547 * gdb.threads/watchthreads.exp: Likewise.
548 * gdb.trace/actions-changed.exp: Likewise.
549 * gdb.trace/actions.exp: Likewise.
550 * gdb.trace/ax.exp: Likewise.
551 * gdb.trace/backtrace.exp: Likewise.
552 * gdb.trace/change-loc.exp: Likewise.
553 * gdb.trace/deltrace.exp: Likewise.
554 * gdb.trace/disconnected-tracing.exp: Likewise.
555 * gdb.trace/ftrace.exp: Likewise.
556 * gdb.trace/infotrace.exp: Likewise.
557 * gdb.trace/passc-dyn.exp: Likewise.
558 * gdb.trace/passcount.exp: Likewise.
559 * gdb.trace/pending.exp: Likewise.
560 * gdb.trace/qtro.exp: Likewise.
561 * gdb.trace/range-stepping.exp: Likewise.
562 * gdb.trace/report.exp: Likewise.
563 * gdb.trace/save-trace.exp: Likewise.
564 * gdb.trace/status-stop.exp: Likewise.
565 * gdb.trace/strace.exp: Likewise.
566 * gdb.trace/tfile.exp: Likewise.
567 * gdb.trace/tfind.exp: Likewise.
568 * gdb.trace/trace-break.exp: Likewise.
569 * gdb.trace/tracecmd.exp: Likewise.
570 * gdb.trace/trace-mt.exp: Likewise.
571 * gdb.trace/tspeed.exp: Likewise.
572 * gdb.trace/tsv.exp: Likewise.
573 * gdb.trace/while-stepping.exp: Likewise.
574 * lib/gdb.exp: Likewise.
575 * lib/gdbserver-support.exp: Likewise.
576 * lib/java.exp: Likewise.
577 * lib/mi-support.exp: Likewise.
578 * lib/pascal.exp: Likewise.
579 * lib/prompt.exp: Likewise.
580 * lib/trace-support.exp: Likewise.
581
582 2013-06-07 Pedro Alves <palves@redhat.com>
583
584 * gdb.ada/info_types.c: Fix formating in copyright header.
585 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
586 * gdb.base/float.c: Likewise.
587 * gdb.base/inferior-died.c: Likewise.
588 * gdb.base/interp.c: Likewise.
589 * gdb.base/jit-main.c: Likewise.
590 * gdb.base/jit-solib.c: Likewise.
591 * gdb.base/long_long.c: Likewise.
592 * gdb.base/longjmp.c: Likewise.
593 * gdb.base/nextoverexit.c: Likewise.
594 * gdb.base/pr11022.c: Likewise.
595 * gdb.base/prelink-lib.c: Likewise.
596 * gdb.base/prelink.c: Likewise.
597 * gdb.base/prologue.c: Likewise.
598 * gdb.base/restore.c: Likewise.
599 * gdb.base/sigchld.c: Likewise.
600 * gdb.base/solib-search-lib1.c: Likewise.
601 * gdb.base/solib-search-lib2.c: Likewise.
602 * gdb.base/solib-search.c: Likewise.
603 * gdb.base/solib-search.h: Likewise.
604 * gdb.base/whatis.c: Likewise.
605 * gdb.cp/abstract-origin.cc: Likewise.
606 * gdb.cp/anon-struct.cc: Likewise.
607 * gdb.cp/baseenum.cc: Likewise.
608 * gdb.cp/bs15503.cc: Likewise.
609 * gdb.cp/call-c-1.c: Likewise.
610 * gdb.cp/call-c.cc: Likewise.
611 * gdb.cp/class2.cc: Likewise.
612 * gdb.cp/classes.cc: Likewise.
613 * gdb.cp/cttiadd.cc: Likewise.
614 * gdb.cp/cttiadd1.cc: Likewise.
615 * gdb.cp/cttiadd2.cc: Likewise.
616 * gdb.cp/cttiadd3.cc: Likewise.
617 * gdb.cp/derivation.cc: Likewise.
618 * gdb.cp/derivation2.cc: Likewise.
619 * gdb.cp/dispcxx.cc: Likewise.
620 * gdb.cp/exception.cc: Likewise.
621 * gdb.cp/gdb2384-base.cc: Likewise.
622 * gdb.cp/gdb2384-base.h: Likewise.
623 * gdb.cp/gdb2384.cc: Likewise.
624 * gdb.cp/gdb2495.cc: Likewise.
625 * gdb.cp/mb-inline.h: Likewise.
626 * gdb.cp/mb-inline1.cc: Likewise.
627 * gdb.cp/mb-inline2.cc: Likewise.
628 * gdb.cp/member-name.cc: Likewise.
629 * gdb.cp/member-ptr.cc: Likewise.
630 * gdb.cp/misc.cc: Likewise.
631 * gdb.cp/namespace1.cc: Likewise.
632 * gdb.cp/nextoverthrow.cc: Likewise.
633 * gdb.cp/pr-574.cc: Likewise.
634 * gdb.cp/pr9631.cc: Likewise.
635 * gdb.cp/printmethod.cc: Likewise.
636 * gdb.cp/psmang1.cc: Likewise.
637 * gdb.cp/psmang2.cc: Likewise.
638 * gdb.cp/psymtab-parameter.cc: Likewise.
639 * gdb.cp/ptype-flags.cc: Likewise.
640 * gdb.cp/ref-params.cc: Likewise.
641 * gdb.cp/ref-types.cc: Likewise.
642 * gdb.cp/smartp.cc: Likewise.
643 * gdb.cp/try_catch.cc: Likewise.
644 * gdb.cp/userdef.cc: Likewise.
645 * gdb.cp/using-crash.cc: Likewise.
646 * gdb.cp/virtfunc.cc: Likewise.
647 * gdb.cp/virtfunc2.cc: Likewise.
648 * gdb.dwarf2/callframecfa.S: Likewise.
649 * gdb.dwarf2/dw2-ranges.c: Likewise.
650 * gdb.dwarf2/dw2-ranges2.c: Likewise.
651 * gdb.dwarf2/dw2-ranges3.c: Likewise.
652 * gdb.dwarf2/dw2-restore.S: Likewise.
653 * gdb.dwarf2/pieces.S: Likewise.
654 * gdb.dwarf2/valop.S: Likewise.
655 * gdb.java/jnpe.java: Likewise.
656 * gdb.mi/mi-stepn.c: Likewise.
657 * gdb.mi/mi-var-cp.cc: Likewise.
658 * gdb.mi/mi-var-rtti.cc: Likewise.
659 * gdb.mi/ns-stale-regcache.c: Likewise.
660 * gdb.mi/pr11022.c: Likewise.
661 * gdb.mi/solib-lib.c: Likewise.
662 * gdb.mi/solib-main.c: Likewise.
663 * gdb.python/py-arch.c: Likewise.
664 * gdb.python/py-block.c: Likewise.
665 * gdb.python/py-breakpoint.c: Likewise.
666 * gdb.python/py-events.c: Likewise.
667 * gdb.python/py-evthreads.c: Likewise.
668 * gdb.python/py-explore.c: Likewise.
669 * gdb.python/py-explore.cc: Likewise.
670 * gdb.python/py-finish-breakpoint.c: Likewise.
671 * gdb.python/py-finish-breakpoint2.cc: Likewise.
672 * gdb.python/py-symbol.c: Likewise.
673 * gdb.threads/execl.c: Likewise.
674 * gdb.threads/execl1.c: Likewise.
675
676 2013-06-07 Will Newton <will.newton@linaro.org>
677
678 * gdb.base/long_long.exp: Fix ARM EABI target glob.
679
680 2013-06-07 Will Newton <will.newton@linaro.org>
681
682 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
683 and "starting".
684
685 2013-06-07 Will Newton <will.newton@linaro.org>
686
687 * gdb.cp/anon-struct.exp: Conditionalize constructor and
688 destructor prototypes for ARM ABI.
689 * gdb.cp/m-static.exp: Likewise.
690
691 2013-06-07 Yao Qi <yao@codesourcery.com>
692
693 * gdb.trace/mi-trace-unavailable.exp: New.
694 * gdb.trace/trace-unavailable.c: New.
695
696 2013-06-06 Doug Evans <dje@google.com>
697
698 * gdb.cp/derivation.exp: Make tests have unique names.
699
700 2013-06-06 Tom Tromey <tromey@redhat.com>
701
702 * gdb.base/dump.exp (capture_value): Don't put expression into
703 test name if arguments passed in.
704 Rename a couple more tests to make them unique.
705
706 2013-06-06 Tom Tromey <tromey@redhat.com>
707
708 * gdb.base/break-always.exp: Explicitly specify test name.
709
710 2013-06-05 Doug Evans <dje@google.com>
711 Keith Seitz <keiths@redhat.com>
712
713 * gdb.cp/derivation2.cc: New file.
714 * gdb.cp/derivation.cc (main): Call foo2.
715 * gdb.cp/derivation.exp: Add tests for typedefs in another
716 file, and when there's an active block.
717
718 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
719
720 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
721 from targets that use function descriptors in the virtual tables.
722 Handle presence of dot symbols.
723
724 2013-06-04 Gary Benson <gbenson@redhat.com>
725
726 * gdb.base/break-probes.exp: New file.
727 * gdb.base/break-probes.c: Likewise.
728 * gdb.base/break-probes-solib.c: Likewise.
729 * gdb.base/info-shared.exp: New file.
730 * gdb.base/info-shared.c: Likewise.
731 * gdb.base/info-shared-solib1.c: Likewise.
732 * gdb.base/info-shared-solib2.c: Likewise.
733
734 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
735 Gary Benson <gbenson@redhat.com>
736
737 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
738 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
739 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
740 to be set to "no" to indicate that no ld.so copy should be made.
741 * gdb.base/break-interp.exp (solib_bp): New constant.
742 (reach_1): Use the above instead of "_dl_debug_state".
743 (test_attach): Likewise.
744 (test_ld): Likewise.
745 * gdb.threads/dlopen-libpthread.exp: New file.
746 * gdb.threads/dlopen-libpthread.c: Likewise.
747 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
748 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
749
750 2013-05-30 Yao Qi <yao@codesourcery.com>
751
752 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
753 Add a test that no MI notification is emitted when executing
754 -exec-arguments.
755
756 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
757
758 PR testsuite/12649
759 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
760 $mi_gdb_prompt expectation by mi_expect_stop.
761 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
762 (mi info dprintf second time): Replace them by mi_send_resuming_command
763 and mi_expect_stop.
764
765 2013-05-24 Gary Benson <gbenson@redhat.com>
766
767 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
768 backslash.
769 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
770 backslashes.
771 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
772 backslash.
773
774 2013-05-24 Yao Qi <yao@codesourcery.com>
775
776 * gdb.trace/tfile.exp: Test inferior and thread.
777
778 2013-05-24 Yao Qi <yao@codesourcery.com>
779 Pedro Alves <palves@redhat.com>
780
781 * gdb.base/range-stepping.exp: Skip the rest of tests if the
782 test fails.
783 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
784 Return 0 if the test passes, otherwise return 1.
785
786 2013-05-23 Doug Evans <dje@google.com>
787
788 * boards/fission-dwp.exp: New file.
789
790 2013-05-23 Yao Qi <yao@codesourcery.com>
791 Pedro Alves <palves@redhat.com>
792
793 * gdb.base/range-stepping.c: New file.
794 * gdb.base/range-stepping.exp: New file.
795 * gdb.trace/range-stepping.c: New file.
796 * gdb.trace/range-stepping.exp: New file.
797 * lib/range-stepping-support.exp: New file.
798
799 2013-05-22 Tom Tromey <tromey@redhat.com>
800
801 * gdb.cp/class2.cc (main): New local 'aref'.
802 * gdb.cp/class2.exp: Check printing of 'aref'.
803
804 2013-05-22 Doug Evans <dje@google.com>
805
806 * gdb.threads/wp-replication.c (main): Insert some code at the start
807 to ensure the breakpoint on main is only hit once. Fix comment.
808
809 2013-05-21 Keith Seitz <keiths@redhat.com>
810 Pedro Alves <palves@redhat.com>
811
812 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
813 gdb_expect.
814 Add test to flush the remaining input buffer so that this
815 file passes testsuite/12649.
816
817 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
818
819 * gdb.base/catch-signal-fork.exp: New file.
820 * gdb.base/catch-signal-fork.c: New file.
821
822 2013-05-21 Sterling Augustine <saugustine@google.com>
823
824 * boards/remote-stdio-gdbserver.exp: New file.
825
826 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
827
828 PR testsuite/12649
829 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
830 racy matches.
831
832 2013-05-21 Christian Groessler <chris@groessler.org>
833
834 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
835 since it's not supported in all shells.
836
837 2013-05-21 Hui Zhu <hui@codesourcery.com>
838
839 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
840 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
841
842 2013-05-20 Doug Evans <dje@google.com>
843
844 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
845 (_handle_DW_TAG): Use it.
846 (cu, tu): Replace parameters is_64, version, addr_size with options.
847 All callers updated. Add Fission support.
848 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
849 * gdb.dwarf2/method-ptr.exp: Ditto.
850 * gdb.dwarf2/nostaticblock.exp: Ditto.
851 * gdb.dwarf2/subrange.exp: Ditto.
852 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
853
854 2013-05-20 Tom Tromey <tromey@redhat.com>
855
856 * gdb.gdb/python-selftest.exp: New file.
857
858 2013-05-20 Doug Evans <dje@google.com>
859
860 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
861 -fdebug-types-section.
862
863 2013-05-20 Joel Brobecker <brobecker@adacore.com>
864
865 * gdb.ada/float_param: New testcase.
866
867 2013-05-17 Doug Evans <dje@google.com>
868
869 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
870 Add tests for "maint check-symtabs", "maint expand-symtabs".
871
872 * gdb.base/maint.exp: Remove testing of individual maint command
873 help output.
874
875 2013-05-16 Pedro Alves <palves@redhat.com>
876
877 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
878 comment. Use gdb_test_no_output.
879
880 2013-05-16 Joel Brobecker <brobecker@adacore.com>
881
882 * gdb.ada/complete.exp: Add test verifying completion using
883 the "tab" key.
884
885 2013-05-15 Keith Seitz <keiths@redhat.com>
886
887 * gdb.base/filesym.exp: New completer test.
888 * gdb.base/filesym.c: New file.
889
890 2013-05-15 Pedro Alves <palves@redhat.com>
891
892 * gdb.base/fixsection.c: Remove attribution.
893 * gdb.base/watch-read.exp: Ditto.
894
895 2013-05-13 Tom Tromey <tromey@redhat.com>
896
897 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
898 size and change type sizes to 4 bytes.
899
900 2013-05-13 Tom Tromey <tromey@redhat.com>
901
902 * gdb.base/exprs.exp (test_expr): Add regression test.
903 * gdb.base/exprs.c (null_t_struct): New global.
904
905 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
906
907 * gdb.base/default.exp: Disable history saving.
908 * gdb.base/setshow.exp: Likewise.
909
910 2013-05-10 Pedro Alves <palves@redhat.com>
911
912 PR remote/15455
913
914 * gdb.trace/qtro.c: New file.
915 * gdb.trace/qtro.exp: New file.
916
917 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
918
919 * gdb.python/py-framefilter.py: New File.
920 * gdb.python/py-framefilter-mi.exp: Ditto.
921 * gdb.python/py-framefilter.c: Ditto.
922 * gdb.python/py-framefilter-mi.exp: Ditto.
923 * gdb.python/py-framefilter-mi.c: Ditto,
924 * gdb.python/py-framefilter-gdb.py.in: Ditto.
925
926 2013-05-08 Tom Tromey <tromey@redhat.com>
927
928 * gdb.base/solib-search.exp: Set test name for "set
929 solib-search-path" test.
930
931 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
932
933 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
934 (set_a_tracepoint): Set tracepoint before prologue.
935 (run_trace_experiment): Test setup_tracepoints and 'break end'
936 in it.
937 (trace_buffer_normal): Remove.
938 (gdb_trace_circular_tests): Remove. Move tests to...
939 (top level): ...here. Call 'runto_main' before checking for
940 trace support. Use commands to check the support for circular
941 trace buffer and changing of trace buffer size. Add test
942 to calculate size of single frame. Use this size to
943 calculate the size of trace buffer. Use 'tfind pc func9'
944 instead of 'tfind 9'. Use 'with_test_prefix'.
945
946 2013-05-07 Tom Tromey <tromey@redhat.com>
947
948 * lib/selftest-support.exp: New file.
949 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
950 do_self_tests.
951 (setup_test, find_gdb): Remove.
952 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
953 do_self_tests.
954 (setup_test, find_gdb): Remove.
955 (test_observer): Don't call setup_test. Remove argument.
956 * gdb.gdb/selftest.exp: Load selftest-support.exp.
957 (find_gdb): Remove.
958 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
959 do_self_tests.
960 (setup_test, find_gdb): Remove.
961 (test_with_self): Don't call setup_test. Remove argument.
962
963 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
964
965 * gdb.arch/system-gcore.exp: Remove.
966 * gdb.arch/gcore.c: Remove.
967 * gdb.base/gcore.exp: Add "info reg system".
968
969 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
970
971 PR breakpoints/15413:
972 * gdb.base/pending.exp: Add test for completion of the "condition"
973 command for pending breakpoints.
974 * gdb.linespec/linespec.ex: Add test for completion of the
975 "condition" command when dealing with multiple locations.
976
977 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
978
979 * gdb.threads/wp-replication.c: New file.
980 * gdb.threads/wp-replication.exp: New file.
981
982 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
983
984 * gdb.xml/tdesc-regs.exp: Add case for nios2.
985
986 2013-05-06 Doug Evans <dje@google.com>
987
988 * gdb.base/solib-search-lib1.c: New file.
989 * gdb.base/solib-search-lib2.c: New file.
990 * gdb.base/solib-search.c: New file.
991 * gdb.base/solib-search.h: New file.
992 * gdb.base/solib-search.exp: New file.
993
994 * lib/gdb.exp (gdb_core_cmd): New function.
995 * gdb.arch/system-gcore.exp: Use it.
996 * gdb.arch/vsx-regs.exp: Ditto.
997 * gdb.base/gcore.exp: Ditto.
998 * gdb.threads/gcore-thread.exp: Ditto.
999
1000 * gdb.reverse/shr.h: New file.
1001 * gdb.reverse/shr1.c: New file.
1002 * gdb.reverse/shr2.c: #include "shr.h".
1003 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
1004 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
1005 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
1006 Update tests using sleep/printf to use shr2.sl instead.
1007 * gdb.reverse/solib-reverse.exp: Ditto.
1008
1009 2013-05-06 Tom Tromey <tromey@redhat.com>
1010
1011 * gdb.dwarf2/implptrconst.c: New file.
1012 * gdb.dwarf2/implptrconst.exp: New file.
1013 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
1014 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
1015 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
1016
1017 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1018
1019 * gdb.base/catch-sig.c (main): Raise SIGINT.
1020 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
1021
1022 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
1023
1024 * status-stop.exp (test_tstart_tstart): Check for error
1025 returned by the second 'tstart' command.
1026
1027 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1028
1029 * gdb.xml/maint_print_struct.exp: New file.
1030 * gdb.xml/maint_print_struct.xml: New file.
1031
1032 2013-04-25 Tom Tromey <tromey@redhat.com>
1033
1034 * gdb.dwarf2/nostaticblock.exp: New file.
1035
1036 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
1037
1038 PR gdb/10462
1039 * gdb.base/setshow.exp: Add test case.
1040
1041 2013-04-23 Hui Zhu <hui@codesourcery.com>
1042
1043 PR gdb/15293
1044 * gdb.base/dprintf.exp: Add ignore command.
1045
1046 2013-04-23 Hui Zhu <hui@codesourcery.com>
1047
1048 PR gdb/15165
1049 * gdb.base/save-bp.exp: Add test for dprintf.
1050
1051 2013-04-22 Tom Tromey <tromey@redhat.com>
1052
1053 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
1054 notice_open_fds.
1055
1056 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1057
1058 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
1059 ldflags.
1060
1061 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1062
1063 * gdb.arch/arm-bl-branch-dest.c: New file.
1064 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
1065
1066 2013-04-19 Vladimir Kargov <kargov@gmail.com>
1067 Pedro Alves <palves@redhat.com>
1068
1069 * gdb.arch/i386-float.S: New file.
1070 * gdb.arch/i386-float.exp: New file.
1071
1072 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
1073
1074 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
1075 type void *.
1076
1077 2013-04-17 Doug Evans <dje@google.com>
1078
1079 * lib/dwarf.exp (Dwarf): New proc "tu".
1080 * gdb.dwarf2/missing-sig-type.exp: New file.
1081
1082 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
1083
1084 Add option to link testcases with Pthreads library when
1085 using 'prepare_for_testing' in tests.
1086
1087 * lib/gdb.exp (build_executable_from_specs): Use
1088 gdb_compile_pthreads to compile if option "pthreads" is
1089 specified.
1090
1091 2013-04-15 Tom Tromey <tromey@redhat.com>
1092
1093 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
1094
1095 2013-04-15 Tom Tromey <tromey@redhat.com>
1096
1097 * gdb.base/default.exp: Update for $_exception.
1098 * gdb.cp/exceptprint.cc: New file.
1099 * gdb.cp/exceptprint.exp: New file.
1100 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
1101
1102 2013-04-15 Tom Tromey <tromey@redhat.com>
1103
1104 * gdb.cp/typeid.cc: New file.
1105 * gdb.cp/typeid.exp: New file.
1106
1107 2013-04-15 Tom Tromey <tromey@redhat.com>
1108
1109 * gdb.cp/exception.exp: Add "catch rethrow" tests.
1110
1111 2013-04-13 Yao Qi <yao@codesourcery.com>
1112
1113 * gdb.base/completion.exp: Test completion of command
1114 'target ctf' if target ctf is supported.
1115
1116 2013-04-10 Pedro Alves <palves@redhat.com>
1117
1118 * gdb.base/completion.exp: Test "set height", "set listsize" and
1119 "set trace-buffer-size" completion.
1120 * gdb.base/setshow.exp: Test "set height unlimited".
1121 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
1122 unlimited".
1123
1124 2013-04-10 Yao Qi <yao@codesourcery.com>
1125
1126 * gdb.trace/actions.exp: Save trace data to CTF.
1127 Change to ctf target if GDB supports, read CTF data in ctf
1128 target, and check the actions of tracepoints.
1129 * gdb.trace/while-stepping.exp: Likewise.
1130 * gdb.trace/report.exp: Test GDB saves trace data to CTF
1131 format and read CTF trace file if GDB supports.
1132 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
1133 target is supported, change to ctf target, read trace data and
1134 check output of command "tstatus".
1135 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
1136 read CTF data by target ctf and call check_tsv.
1137
1138 2013-04-10 Yao Qi <yao@codesourcery.com>
1139
1140 * gdb.trace/actions.exp (check_tracepoint): New.
1141 (top level): Start the tracing and check the actions of
1142 tracepoints. Save trace data to tfile format. Restart GDB
1143 and read trace file in tfile target. Check the actions of
1144 tracepoints again.
1145 * gdb.trace/while-stepping.exp: Likewise.
1146
1147 2013-04-10 Yao Qi <yao@codesourcery.com>
1148
1149 * gdb.trace/report.exp: Use standard_output_file for saved
1150 trace file.
1151
1152 2013-04-10 Hui Zhu <hui@codesourcery.com>
1153
1154 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
1155 (MISCELLANEOUS): Add dprintf-pendshr.sl.
1156 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
1157
1158 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1159
1160 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
1161 response.
1162
1163 2013-04-08 Pedro Alves <palves@redhat.com>
1164
1165 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
1166 the location.
1167
1168 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1169
1170 * gdb.cp/cplabel.exp: Allow empty directory in file reported
1171 for breakpoint location.
1172
1173 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1174
1175 * gdb.linespec/linespec.exp: Make dir/file:line tests
1176 conditional for non-remote hosts only.
1177
1178 2013-04-04 Stan Shebs <stan@codesourcery.com>
1179 Pedro Alves <palves@redhat.com>
1180
1181 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
1182 * gdb.trace/actions-changed.c: New file.
1183 * gdb.trace/actions-changed.exp: New file.
1184 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
1185 (gdb_trace_setactions_command): ... this. Add "actions_command"
1186 parameter, and handle it.
1187 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
1188
1189 2013-04-04 Yao Qi <yao@codesourcery.com>
1190
1191 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
1192 'step'.
1193
1194 2013-04-03 Yao Qi <yao@codesourcery.com>
1195
1196 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
1197 "tfile-basic.tf".
1198 (test_tfind_tfile): Likewise.
1199
1200 2013-04-03 Yao Qi <yao@codesourcery.com>
1201
1202 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
1203 "tfile-basic.tf" instead of "basic.tf".
1204 (write_error_trace_file): Pass argument "tfile-error.tf"
1205 instead of "error.tf".
1206 * gdb.trace/tfile.exp: Update tfile names to
1207 "tfile-basic.tf" and "tfile-error.tf".
1208
1209 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
1210
1211 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
1212 empty directory in file for breakpoint hit.
1213
1214 2013-03-29 Yao Qi <yao@codesourcery.com>
1215
1216 * gdb.base/completion.exp: Test completion of commands
1217 "target core", "target tfile" and "target exec".
1218 * gdb.trace/tfile.exp: Test completion of command
1219 "target tfile".
1220
1221 2013-03-28 Joel Brobecker <brobecker@adacore.com>
1222
1223 * gdb.ada/win_fu_syms: New testcase.
1224
1225 2013-03-28 Doug Evans <dje@google.com>
1226
1227 * gdb.base/maint.exp (maint print statistics): Update expected output.
1228
1229 2013-03-28 Pedro Alves <palves@redhat.com>
1230
1231 PR gdb/15294
1232
1233 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
1234 mean unlimited instead of $arg < 0.
1235 (test_listsize): Remove "listsize of 0 suppresses output" test.
1236 Test that "set listsize 0" ends up with an unlimited listsize.
1237
1238 2013-03-28 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.base/list.exp (last_line): New global.
1241 (last_line_re): New global.
1242 (test_listsize, test_list_function, test_list_forward)
1243 (test_repeat_list_command, test_list_range)
1244 (test_list_filename_and_function): Use them.
1245 * gdb.base/list0.c: Comment the last line of the file with "last
1246 line".
1247
1248 2013-03-28 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
1251 list the whole file.
1252
1253 2013-03-28 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
1256 "set listsize".
1257
1258 2013-03-26 Keith Seitz <keiths@redhat.com>
1259
1260 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
1261 from passing.
1262
1263 2013-03-26 Pedro Alves <palves@redhat.com>
1264
1265 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
1266 until after GDB has run.
1267
1268 2013-03-26 Yao Qi <yao@codesourcery.com>
1269
1270 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
1271 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
1272
1273 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
1274
1275 * gdb.btrace/enable.exp: Add regression test.
1276
1277 2013-03-25 Tom Tromey <tromey@redhat.com>
1278
1279 * gdb.cp/m-static.exp: Add destructor-printing tests.
1280
1281 2013-03-25 Tom Tromey <tromey@redhat.com>
1282
1283 * gdb.cp/m-static.exp: Add constructor ptype tests.
1284 * gdb.cp/m-static.cc (single_constructor): New class.
1285 (main): Make instance of single_constructor.
1286
1287 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1288 Pedro Alves <palves@redhat.com>
1289
1290 * gdb.server/server-kill.c: New file.
1291 * gdb.server/server-kill.exp: New file.
1292
1293 2013-03-21 Pedro Alves <palves@redhat.com>
1294
1295 * gdb.trace/trace-buffer-size.exp (get default buffer size):
1296 Expect $gdb_prompt in gdb_test_multiple.
1297
1298 2013-03-21 Doug Evans <dje@google.com>
1299
1300 * gdb.base/maint.exp: Update tests for per-command stats.
1301
1302 2013-03-21 Tom Tromey <tromey@redhat.com>
1303
1304 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
1305 * gdb.cp/misc.exp: Add test for FILENAME:: case.
1306
1307 2013-03-20 Pedro Alves <palves@redhat.com>
1308
1309 PR gdb/15289
1310
1311 * gdb.base/remote.exp: Test
1312 "set remote hardware-watchpoint-limit -1",
1313 "set remote hardware-breakpoint-limit -1",
1314 "set remote hardware-watchpoint-limit 2147483647" and
1315 "set remote hardware-breakpoint-limit 2147483647".
1316
1317 2013-03-20 Pedro Alves <palves@redhat.com>
1318 Yao Qi <yao@codesourcery.com>
1319
1320 * gdb.trace/tfile.c: Add comments.
1321 (nonconstglob): New global.
1322 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
1323 global that is not covered by the trace frame. Test
1324 disassembling.
1325
1326 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1327
1328 * gdb.base/valgrind-infcall.exp
1329 (continue #$continue_count) <remote connection closed>
1330 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
1331 $valgrind_pid.
1332
1333 2013-03-15 Tom Tromey <tromey@redhat.com>
1334
1335 * gdb.cp/overload.cc (intintfunc): New.
1336 * gdb.cp/overload.exp: Add regression test.
1337
1338 2013-03-15 Yao Qi <yao@codesourcery.com>
1339
1340 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
1341 using with_test_prefix.
1342 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
1343 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
1344 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
1345 * gdb.threads/watchpoint-fork.exp (test): Likewise.
1346 * gdb.base/break-interp.exp (test_core): Likewise.
1347 (test_attach_gdb): Likewise.
1348 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
1349 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1350 Likewise.
1351 * gdb.base/jit-so.exp (one_jit_test): Likewise.
1352 * gdb.base/jit.exp (one_jit_test): Likewise.
1353 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
1354 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
1355 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
1356 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
1357 Likewise.
1358 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1359 Likewise.
1360 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
1361 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
1362 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
1363 (tracepoint_change_loc_2): Likewise.
1364 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1365 Likewise.
1366 (disconnected_tfind): Likewise.
1367 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
1368 Likewise.
1369 (test_tfind_remote): Likewise.
1370 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
1371 Likewise.
1372 (test_pending_resolved): Likewise.
1373 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1374 Likewise.
1375 (test_upload_tsv): Likewise.
1376 * gdb.trace/pending.exp (pending_tracepoint_resolved):
1377 Likewise.
1378 (pending_tracepoint_works): Likewise.
1379 * gdb.trace/report.exp (use_collected_data): Likewise.
1380 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
1381 Likewise.
1382 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
1383 * gdb.trace/strace.exp (strace_info_marker): Likewise.
1384 (strace_trace_on_same_addr): Likewise.
1385 (strace_trace_on_diff_addr): Likewise.
1386 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
1387 (gdb_collect_locals_test): Likewise.
1388 (gdb_unavailable_registers_test): Likewise.
1389 (gdb_collect_globals_test): Likewise.
1390
1391 2013-03-15 Yao Qi <yao@codesourcery.com>
1392
1393 * gdb.base/condbreak.exp: Add semicolon back which was removed
1394 by my previous commit.
1395
1396 2013-03-14 Yao Qi <yao@codesourcery.com>
1397
1398 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
1399 'return'.
1400 (gdb_target_monitor, gdb_load): Likewise.
1401 * config/sid.exp (gdb_load): Likewise.
1402 * config/slite.exp (gdb_load): Likewise.
1403 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
1404 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
1405 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
1406 (single_step_until): Likewise.
1407 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1408 * gdb.arch/system-gcore.exp: Likewise.
1409 * gdb.base/bigcore.exp (extract_heap): Likewise.
1410 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
1411 * gdb.base/call-ar-st.exp: Likewise.
1412 * gdb.base/call-rt-st.exp: Likewise.
1413 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
1414 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
1415 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
1416 * gdb.base/corefile.exp: Likewise.
1417 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
1418 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
1419 * gdb.base/fixsection.exp: Likewise.
1420 * gdb.base/funcargs.exp: Likewise.
1421 * gdb.base/gcore-buffer-overflow.exp: Likewise.
1422 * gdb.base/gcore-relro.exp: Likewise.
1423 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
1424 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
1425 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
1426 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
1427 * gdb.base/list.exp: Likewise.
1428 (set_listsize): Likewise.
1429 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
1430 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
1431 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
1432 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
1433 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
1434 * gdb.base/setvar.exp: Likewise.
1435 (test_set): Likewise.
1436 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
1437 * gdb.base/solib-overlap.exp: Likewise.
1438 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
1439 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
1440 * gdb.base/watchpoint.exp (initialize): Likewise.
1441 (test_simple_watchpoint): Likewise.
1442 (test_disabling_watchpoints): Likewise.
1443 (test_watchpoint_triggered_in_syscall): Likewise.
1444 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
1445 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
1446 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
1447 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
1448 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
1449 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
1450 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1451 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1452 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
1453 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
1454 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1455 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
1456 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
1457 * gdb.mi/gdb792.exp: Likewise.
1458 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
1459 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
1460 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
1461 * gdb.threads/gcore-thread.exp: Likewise.
1462 (load_core): Likewise.
1463 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
1464 (test_startup, check_control_c): Likewise.
1465 * gdb.threads/sigstep-threads.exp: Likewise.
1466 * gdb.threads/thread_check.exp: Likewise.
1467 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
1468 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
1469 (set_a_tracepoint, trace_buffer_normal): Likewise.
1470 (gdb_trace_circular_tests): Likewise.
1471 * gdb.trace/collection.exp: Likewise.
1472 * gdb.trace/disconnected-tracing.exp: Likewise.
1473 * gdb.trace/infotrace.exp: Likewise.
1474 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1475 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1476 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
1477 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
1478 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
1479 * gdb.trace/stap-trace.exp: Likewise.
1480 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
1481 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
1482 * gdb.trace/trace-buffer-size.exp: Likewise.
1483 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
1484 * gdb.trace/unavailable.exp: Likewise.
1485 * gdb.trace/while-dyn.exp: Likewise.
1486 * lib/fortran.exp (set_lang_fortran): Likewise.
1487 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
1488 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
1489 (default_gdb_start, get_compiler_info): Likewise.
1490 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
1491 (get_debug_format, setup_xfail_format): Likewise.
1492 (rerun_to_main, gdb_skip_float_test): Likewise.
1493 (build_id_debug_filename_get, get_remotetimeout): Likewise.
1494 * lib/java.exp (set_lang_java): Likewise.
1495 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
1496 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
1497 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
1498 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
1499 * lib/objc.exp (set_lang_objc): Likewise.
1500 * lib/pascal.exp (set_lang_pascal): Likewise.
1501 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1502 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
1503 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
1504
1505 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
1506
1507 PR c++/15203
1508 PR c++/15210
1509 * gdb.cp/m-static.cc (keepalive_int): New function.
1510 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
1511 * gdb.cp/m-static.exp: New test for `sintvar'.
1512
1513 2013-03-14 Yao Qi <yao@codesourcery.com>
1514
1515 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
1516 of 'tstatus' into tstatus_output.
1517 (top level): Save the trace data to tfile. Read trace file in
1518 tfile target. Check the trace status.
1519
1520 2013-03-13 Yao Qi <yao@codesourcery.com>
1521
1522 * gdb.trace/tsv.exp (check_tsv): New.
1523 (top level): Save a tfile on current trace session. Call
1524 check_tsv on live target. Load the tfile with target tfile
1525 and call check_tsv again.
1526
1527 2013-03-13 Yao Qi <yao@codesourcery.com>
1528
1529 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
1530 Replace some "gdb_test" with "gdb_test_no_output".
1531
1532 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
1533
1534 * gdb.ada/expr_delims.exp: New file.
1535 * gdb.ada/expr_delims/foo.adb: New file.
1536 * gdb.ada/expr_delims/pck.ads: New file.
1537 * gdb.ada/expr_delims/pck.adb: New file.
1538
1539 2013-03-11 Keith Seitz <keiths@redhat.com>
1540
1541 * watchpoint.exp (test_no_hw_watchpoints): Add test using
1542 both condition and thread. Then delete the watchpoint.
1543
1544 2013-03-11 Christian Himpel <christian.himpel@intel.com>
1545
1546 * Makefile.in: Add btrace testsuite.
1547 * configure: Regenerated.
1548 * configure.ac: Add btrace testsuite.
1549 * gdb.btrace/Makefile.in: New file.
1550 * gdb.btrace/enable.c: New file.
1551 * gdb.btrace/enable.exp: New file.
1552 * gdb.btrace/function_call_history.c: New file.
1553 * gdb.btrace/function_call_history.exp: New file.
1554 * gdb.btrace/instruction_history.c: New file.
1555 * gdb.btrace/instruction_history.exp: New file.
1556 * gdb.btrace/instruction_history.S: New file.
1557 * lib/gdb.exp: Add btrace skip proc.
1558
1559 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1560
1561 Fix entry-values if the callee called a noreturn function.
1562 * gdb.arch/amd64-tailcall-noret.S: New file.
1563 * gdb.arch/amd64-tailcall-noret.c: New file.
1564 * gdb.arch/amd64-tailcall-noret.exp: New file.
1565
1566 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1567
1568 Fix entry-values in C++ across CUs.
1569 * gdb.arch/amd64-tailcall-cxx.exp: New file.
1570 * gdb.arch/amd64-tailcall-cxx1.S: New file.
1571 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
1572 * gdb.arch/amd64-tailcall-cxx2.S: New file.
1573 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
1574
1575 2013-03-08 Stan Shebs <stan@codesourcery.com>
1576 Hafiz Abid Qadeer <abidh@codesourcery.com>
1577
1578 gdb/testsuite/
1579 * gdb.trace/trace-buffer-size.exp: New file.
1580 * gdb.trace/trace-buffer-size.c: New file.
1581
1582 2013-03-06 Pedro Alves <palves@redhat.com>
1583
1584 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
1585 doesn't support the tested optional feature, call "unsupported"
1586 with the same test message as the "pass" case, instead of calling
1587 "pass" with a different message. Use the same text for the "fail"
1588 cases too.
1589
1590 2013-03-06 Yao Qi <yao@codesourcery.com>
1591
1592 * gdb.trace/tstatus.exp: Remove the invocation of
1593 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
1594 (test_tracepoints): Don't set fast tracepoint.
1595 (top level): Don't check agent library is loaded or not.
1596
1597 2013-03-06 Yao Qi <yao@codesourcery.com>
1598
1599 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
1600 parentheses by "\\".
1601
1602 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1603
1604 * gdb.linespec/base/one/thefile.cc (twodup): New.
1605 (m): Call it.
1606 * gdb.linespec/base/two/thefile.cc (dupname): New.
1607 (n): Call it.
1608 * gdb.linespec/break-ask.exp: New file.
1609 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
1610
1611 2013-02-28 Yao Qi <yao@codesourcery.com>
1612
1613 * gdb.trace/report.exp: Move some code to ...
1614 (use_collected_data): New.
1615 (top level): Call use_collected_data once on the live target.
1616 Save at file of the current trace session, load it with target
1617 tfile, and call use_collected_data again.
1618
1619 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1620
1621 * gdb.threads/fork-thread-pending.c (main): Add alarm.
1622
1623 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1624
1625 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
1626 Add final kill of ${valgrind_pid}.
1627
1628 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1629
1630 * gdb.python/py-arch.c: New test case
1631 * gdb.python/py-arch.exp: New tests to test
1632 gdb.Architecture.disassemble
1633 * gdb.python/Makefile.in: Add py-arch to the list of
1634 EXECUTABLES.
1635
1636 2013-02-18 Tom Tromey <tromey@redhat.com>
1637
1638 * gdb.dwarf2/subrange.exp: New file.
1639
1640 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1641 Hafiz Abid Qadeer <abidh@codesourcery.com>
1642
1643 * gdb.trace/tfile.exp: Add test for -trace-status command.
1644
1645 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1646
1647 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
1648 nanosleep by sleep.
1649
1650 2013-02-14 Pedro Alves <palves@redhat.com>
1651
1652 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
1653
1654 2013-02-14 Pedro Alves <pedro@codesourcery.com>
1655 Hafiz Abid Qadeer <abidh@codesourcery.com>
1656
1657 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
1658
1659 2013-02-12 Tom Tromey <tromey@redhat.com>
1660
1661 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
1662 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
1663
1664 2013-02-12 Pedro Alves <palves@redhat.com>
1665
1666 * gdb.base/catch-signal.c: Update copyright years.
1667 * gdb.base/catch-signal.exp: Update copyright years.
1668 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
1669 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
1670 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
1671 * gdb.dwarf2/dw2-error.S: Update copyright years.
1672 * gdb.dwarf2/dw2-error.c: Update copyright years.
1673 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
1674 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
1675 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
1676
1677 2013-02-12 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
1680 message.
1681 * gdb.base/sigaltstack.exp: Ditto.
1682 * gdb.base/siginfo.exp: Ditto.
1683 * gdb.base/sizeof.exp: Ditto.
1684
1685 2013-02-12 Pedro Alves <palves@redhat.com>
1686
1687 * gdb.mi/mi-basics.exp: Tweak intro comment.
1688 * gdb.mi/mi-break.exp: Tweak intro comment.
1689 * gdb.mi/mi-console.exp: Tweak intro comment.
1690 * gdb.mi/mi-file.exp: Tweak intro comment.
1691 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
1692 * gdb.mi/mi-return.exp: Tweak intro comment.
1693 * gdb.mi/mi-stepi.exp: Tweak intro comment.
1694 * gdb.mi/mi-until.exp: Tweak intro comment.
1695 * gdb.mi/mi-watch.exp: Tweak intro comment.
1696
1697 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
1698
1699 * gdb.server/no-thread-db.exp: New file.
1700 * gdb.server/no-thread-db.c: New file.
1701 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
1702
1703 2013-02-11 Doug Evans <dje@google.com>
1704
1705 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
1706 two decfloats.
1707
1708 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1709
1710 * gdb.base/bitfields.c (struct internalvartest): New declaration.
1711 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
1712
1713 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1714
1715 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
1716
1717 2013-02-06 Yao Qi <yao@codesourcery.com>
1718
1719 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
1720 to ...
1721 (test_create_delete_modify_tsv): ... here. New test on modifying
1722 the initial value of a tsv.
1723
1724 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1725
1726 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
1727 (cd .../rdir): ... here.
1728
1729 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1730
1731 * gdb.linespec/base/one/header.h: New file.
1732 * gdb.linespec/base/two/header.h: New file.
1733 * gdb.linespec/macro-relative.c: New file.
1734 * gdb.linespec/macro-relative.exp: New file.
1735
1736 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1737
1738 * gdb.base/fullpath-expand-func.c: New file.
1739 * gdb.base/fullpath-expand.c: New file.
1740 * gdb.base/fullpath-expand.exp: New file.
1741 * gdb.base/realname-expand-real.c: New file.
1742 * gdb.base/realname-expand.c: New file.
1743 * gdb.base/realname-expand.exp: New file.
1744
1745 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1746
1747 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
1748 * gdb.dwarf2/dw2-dir-file-name.c: New file.
1749
1750 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1751
1752 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
1753 (compare_filenames_for_search does not match)
1754 (compare_filenames_for_search does match): New tests.
1755
1756 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1757
1758 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
1759
1760 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1761
1762 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
1763
1764 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1765
1766 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
1767 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
1768 ${binfile}.mini_debuginfo-debuglink and
1769 ${binfile}.mini_debuginfo-debuglink.xz.
1770
1771 2013-02-01 Tom Tromey <tromey@redhat.com>
1772
1773 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
1774 attributes.
1775
1776 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1777 Tom Tromey <tromey@redhat.com>
1778
1779 * gdb.dwarf2/method-ptr.exp: Link with c++.
1780 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
1781
1782 2013-01-31 Tom Tromey <tromey@redhat.com>
1783
1784 * gdb.base/jit.exp (compile_jit_test): New proc.
1785 Add PIE tests.
1786
1787 2013-01-31 Tom Tromey <tromey@redhat.com>
1788
1789 * gdb.dwarf2/method-ptr.cc: New file.
1790 * gdb.dwarf2/method-ptr.exp: New file.
1791
1792 2013-01-31 Tom Tromey <tromey@redhat.com>
1793
1794 * lib/dwarf.exp (namespace Dwarf): New.
1795
1796 2013-01-29 Tom Tromey <tromey@redhat.com>
1797
1798 * gdb.dwarf2/fission-reread.exp: Add unload test.
1799
1800 2013-01-28 Doug Evans <dje@google.com>
1801
1802 * gdb.dwarf2/fission-loclists.exp: New file.
1803 * gdb.dwarf2/fission-loclists.S: New file.
1804
1805 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1806
1807 Code cleanup.
1808 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
1809 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
1810 and prepare_for_testing.
1811 * gdb.base/store.exp: Likewise.
1812
1813 2013-01-25 Tom Tromey <tromey@redhat.com>
1814
1815 * gdb.python/py-explore.exp: Expect the gdb prompt.
1816
1817 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
1818
1819 * gdb.base/gnu_vector.c: New variable for use in tests.
1820 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
1821 changes in scalar to vector casting and widening.
1822 * gdb.python/py-type.c: New variables for use in tests.
1823 * gdb.python/py-type.exp: Update vector related tests to reflect
1824 changes in scalar to vector casting and widening.
1825
1826 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1827
1828 * gdb.base/prologue-include.c: New file.
1829 * gdb.base/prologue-include.exp: New file.
1830 * gdb.base/prologue-include.h: New file.
1831
1832 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
1833
1834 PR gdb/13443
1835 * gdb.mi/mi-var-block.exp: Make test messages unique.
1836
1837 2013-01-23 Tom Tromey <tromey@redhat.com>
1838
1839 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
1840
1841 2013-01-23 Tom Tromey <tromey@redhat.com>
1842
1843 * gdb.cp/converts.cc (main): Initialize 'a'.
1844
1845 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1846
1847 * testsuite/gdb.python/frame.exp: Add a test for
1848 gdb.Frame.architecture() method.
1849
1850 2013-01-22 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.base/annota1.exp (signal sent): No longer expect
1853 breakpoints-invalid.
1854 * gdb.cp/annota2.exp (continue until exit)
1855 (watch triggered on a.x): Ditto.
1856
1857 2013-01-22 Pedro Alves <palves@redhat.com>
1858
1859 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
1860 Adjust tests to breakpoints-invalid changes.
1861 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
1862 variables.
1863 Adjust tests to breakpoints-invalid changes.
1864
1865 2013-01-22 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.base/annota1.exp (annotate ignore count change): Add
1868 expected output for failure case.
1869
1870 2013-01-22 Tom Tromey <tromey@redhat.com>
1871
1872 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
1873 call.
1874
1875 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1876
1877 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
1878 * gdb.mi/mi-catch-load.exp: Ditto.
1879 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
1880 Also handle 'thread' field.
1881 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
1882 * gdb.mi/mi-watch.exp: Ditto.
1883 * lib/mi-support.exp: Ditto.
1884
1885 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
1886
1887 * gdb.python/py-explore.exp: Improve a test
1888
1889 2013-01-18  David Blaikie  <dblaikie@gmail.com>
1890
1891 * gdb.base/label.c (main): Correct the type of the second
1892 parameter.
1893
1894 2013-01-18 Tom Tromey <tromey@redhat.com>
1895
1896 * gdb.dwarf2/trace-crash.s: New file.
1897 * gdb.dwarf2/trace-crash.exp: New file.
1898
1899 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
1900
1901 PR gdb/13443
1902 * gdb.base/checkpoint.exp: Update test messages to make them
1903 unique.
1904
1905 2013-01-18 Yao Qi <yao@codesourcery.com>
1906
1907 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
1908 output of 'info tracepoints'.
1909 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1910 Likewise.
1911 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1912 * gdb.trace/disconnected-tracing.c (struct foo): New.
1913
1914 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1915
1916 * gdb.dwarf2/dw2-dos-drive.S: New file.
1917 * gdb.dwarf2/dw2-dos-drive.exp: New file.
1918
1919 2013-01-17 Doug Evans <dje@google.com>
1920
1921 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
1922 CXX_FOR_TARGET.
1923
1924 * boards/cc-with-tweaks.exp: New file.
1925
1926 2013-01-17 Tom Tromey <tromey@redhat.com>
1927
1928 * gdb.base/completion.exp: Add "set cp-abi" completion test.
1929
1930 2013-01-17 Pedro Alves <palves@redhat.com>
1931
1932 Merge dg-extract-results.sh from upstream (svn 195224).
1933
1934 2013-01-15 David Blaikie <dblaikie@gmail.com>
1935 * dg-extract-results.sh: Fix order of summary counts.
1936
1937 2013-01-15 David Blaikie <dblaikie@gmail.com>
1938 * dg-extract-results.sh: Constrain the start-of-log pattern.
1939
1940 2013-01-15 David Blaikie <dblaikie@gmail.com>
1941 * dg-extract-results.sh: Handle KPASSes.
1942
1943 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1944 * dg-extract-results.sh: Redirect grep output to /dev/null instead
1945 of grep -q.
1946
1947 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1948
1949 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
1950 interface.
1951 * gdb.base/jithost.c: New file.
1952 * gdb.base/jithost.h: New file.
1953 * gdb.base/jitreader.c : New file.
1954 * gdb.base/jit-protocol.h: New file.
1955
1956 2013-01-16 Tom Tromey <tromey@redhat.com>
1957
1958 * gdb.base/catch-signal.c: New file.
1959 * gdb.base/catch-signal.exp: New file.
1960
1961 2013-01-16 Tom Tromey <tromey@redhat.com>
1962
1963 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
1964
1965 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1966
1967 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
1968
1969 2013-01-14 Tom Tromey <tromey@redhat.com>
1970
1971 * gdb.base/completion.exp: Add "set gnutarget" test.
1972
1973 2013-01-14 Tom Tromey <tromey@redhat.com>
1974
1975 * gdb.dwarf2/dw2-restrict.S: New file.
1976 * gdb.dwarf2/dw2-restrict.c: New file.
1977 * gdb.dwarf2/dw2-restrict.exp: New file.
1978
1979 2013-01-14 Tom Tromey <tromey@redhat.com>
1980
1981 * gdb.dwarf2/dw2-error.exp: New file.
1982 * gdb.dwarf2/dw2-error.c: New file.
1983 * gdb.dwarf2/dw2-error.S: New file.
1984
1985 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1986
1987 * gdb.cp/parse-lang.cc: New file.
1988 * gdb.cp/parse-lang.exp: New file.
1989
1990 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1991
1992 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
1993 (set substitute-path): New test.
1994 (fullname present): Remove content.
1995 (substituted fullname): New test.
1996
1997 2013-01-13 Joel Brobecker <brobecker@adacore.com>
1998
1999 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
2000 check. Move $gdb_py_is_py24 value check right after.
2001
2002 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2003
2004 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
2005 targets.
2006
2007 2013-01-11 Yao Qi <yao@codesourcery.com>
2008
2009 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
2010 for dprintf.
2011 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2012 Check the fields in "=breakpoint-created" for dprintf.
2013
2014 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 * gdb.mi/mi-fullname-deleted.exp: New file.
2017
2018 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2019
2020 * gdb.base/skip-solib.exp (info skip with pending file): Update the
2021 expected output.
2022 (info skip with pending file): Remove.
2023 (ignoring function in solib, info skip for function multiply): Update
2024 the expected output.
2025 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
2026 (info skip (delete 1), info skip after disabling all)
2027 (info skip after enabling all, info skip after disabling 4 2-3)
2028 (info skip after enabling 2-3, info skip 2-3)
2029 (info skip after deleting 2 3): Update the expected output.
2030 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
2031 statement to its initialization and return.
2032 * gdb.linespec/skip-two.exp: New file.
2033
2034 2012-12-19 Doug Evans <dje@google.com>
2035
2036 * gdb.base/maint.exp: Handle testing with .gdb_index.
2037
2038 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2039
2040 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
2041 Cavium to FSF.
2042
2043 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2044
2045 * dg-extract-results.sh: Update contact info in copyright notice.
2046 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
2047 GPL v3 or later. Update contact info.
2048 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
2049 gdb.threads/watchpoint-fork-mt.c,
2050 gdb.threads/watchpoint-fork-parent.c,
2051 gdb.threads/watchpoint-fork-st.c,
2052 gdb.threads/watchpoint-fork.h: Likewise.
2053
2054 2012-12-15 Yao Qi <yao@codesourcery.com>
2055
2056 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
2057 'installed' field in '=breakpoint-modified'.
2058 (test_reconnect): Check 'installed' field in
2059 '=breakpoint-modified' and '=breakpoint-created'.
2060
2061 * gdb.trace/actions.exp: Update test for 'installed' field.
2062 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
2063 (tracepoint_change_loc_2): Likewise.
2064 Check 'info tracepoint' display nothing else.
2065 * gdb.trace/deltrace.exp: Likewise.
2066 * gdb.trace/infotrace.exp: Likewise.
2067 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
2068 Likewise.
2069 * gdb.trace/passcount.exp: Likewise.
2070 * gdb.trace/tracecmd.exp: Likewise.
2071 * gdb.trace/while-stepping.exp: Likewise.
2072
2073 2012-12-14 Tom Tromey <tromey@redhat.com>
2074
2075 * gdb.cp/member-name.exp: New file.
2076 * gdb.cp/member-name.cc: New file.
2077
2078 2012-12-14 Tom Tromey <tromey@redhat.com>
2079
2080 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
2081
2082 2012-12-14 Doug Evans <dje@google.com>
2083
2084 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
2085 DW_OP_GNU_implicit_pointer is section-relative.
2086
2087 2012-12-14 Tom Tromey <tromey@redhat.com>
2088
2089 * gdb.base/info-proc.exp: Add core file tests.
2090
2091 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
2092
2093 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
2094
2095 2012-12-13 Doug Evans <dje@google.com>
2096
2097 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
2098 * gdb.multi/multi-arch.exp: Ditto.
2099
2100 2012-12-12 Keven Boell <keven.boell@intel.com>
2101
2102 * gdb.mi/mi-catch-load-so.c: New. Clone of the
2103 catch load test library source file.
2104 * gdb.mi/mi-catch-load.c: New. Clone of the catch
2105 load test source file.
2106 * gdb.mi/mi-catch-load.exp: New. Test file for
2107 basic MI -catch-load and -catch-unload tests.
2108
2109 2012-12-11 Paul Koning <paul_koning@dell.com>
2110
2111 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
2112 exception.
2113 (_iterator_except): New function.
2114 (ArrayPrinter): Use _iterator function instead of local _iterator
2115 class for Python 3 compatibility.
2116 (NoStringContainerPrinter): Use _iterator_except instead of
2117 _iterator.
2118 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
2119 execfile for Python 3 compatibility.
2120 * gdb.python/python.exp: Handle Python 2.4 exception traceback
2121 format in error_prompt test.
2122
2123 2012-12-10 Paul Koning <paul_koning@dell.com>
2124
2125 * gdb.base/charset.exp: Change print syntax for Python 3
2126 compatibility.
2127 * gdb.python/py-block.exp: Ditto.
2128 * gdb.python/py-breakpoint.exp: Ditto.
2129 * gdb.python/py-cmd.exp: Ditto.
2130 * gdb.python/py-events.py: Ditto.
2131 * gdb.python/py-finish-breakpoint.py: Ditto.
2132 * gdb.python/py-finish-breakpoint2.exp: Ditto.
2133 * gdb.python/py-finish-breakpoint2.py: Ditto.
2134 * gdb.python/py-frame-inline.exp: Ditto.
2135 * gdb.python/py-frame.exp: Ditto.
2136 * gdb.python/py-infthread.exp: Ditto.
2137 * gdb.python/py-objfile.exp: Ditto.
2138 * gdb.python/py-parameter.exp: Ditto.
2139 * gdb.python/py-progspace.exp: Ditto.
2140 * gdb.python/py-prompt.exp: Ditto.
2141 * gdb.python/py-symbol.exp: Ditto.
2142 * gdb.python/py-symtab.exp: Ditto.
2143 * gdb.python/py-template.exp: Ditto.
2144 * gdb.python/py-value-cc.exp: Ditto.
2145 * gdb.python/python.exp: Ditto.
2146 * gdb.python/source2.py: Ditto.
2147 * gdb.python/lib-types.exp: Change print syntax for Python 3
2148 compatibility.
2149 Use sorted() function rather than sort() method.
2150 Accept either int or long values for enum values.
2151 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
2152 execfile for Python 3 compatibility.
2153 * gdb.python/py-evsignal.exp: Ditto.
2154 * gdb.python/py-evthreads.exp: Ditto.
2155 * gdb.python/py-mi.exp: Ditto.
2156 * gdb.python/py-pp-maint.exp: Ditto.
2157 * gdb.python/py-prettyprint.exp: Ditto.
2158 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
2159 Python 3 compatibility.
2160 Skip tests for Python 2.4.
2161 * gdb.python/py-inferior.exp: Change print syntax for
2162 Python 3 compatibility.
2163 Use byte string rather than character string in memory write test
2164 if Python 3.
2165 * gdb.python/py-pp-maint.py: Change class declarations to "new
2166 class" syntax.
2167 * gdb.python/py-prettyprint.py: Change iterator class to generator
2168 function for Python 3 compatibility.
2169 Make all classes "new style".
2170 Fix indentation issue and stray semicolon.
2171 * gdb.python/py-shared.expChange print syntax for Python 3
2172 compatibility.
2173 Define "long" if Python 3.
2174 * gdb.python/py-type.exp: Change print syntax for Python 3
2175 compatibility.
2176 Accept either int or long values for enum values.
2177 * gdb.python/py-value.exp: Change print syntax for Python 3
2178 compatibility.
2179 Skip "long" and "unicode" tests if Python 3.
2180 Accept either "type" or "class" in type checks.
2181 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
2182 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2183
2184 2012-12-10 Tom Tromey <tromey@redhat.com>
2185
2186 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
2187 (test): Add "two_cu" argument.
2188 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
2189 for types; allow two CUs.
2190
2191 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2192
2193 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
2194 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
2195
2196 2012-12-08 Yao Qi <yao@codesourcery.com>
2197 Pedro Alves <palves@redhat.com>
2198
2199 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
2200 '=breakpoint-created' when GDB merges the tracepoints of both
2201 sides.
2202
2203 2012-12-07 Tom Tromey <tromey@redhat.com>
2204
2205 * gdb.base/break1.c (enum some_enum, union some_union): New.
2206 (some_enum_global, some_union_global, some_value): New globals.
2207 * gdb.base/completion.exp: Add tag completion tests.
2208
2209 2012-12-07 Tom Tromey <tromey@redhat.com>
2210
2211 * gdb.base/completion.exp: Add tests for ptype and whatis
2212 completion.
2213
2214 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2215
2216 * gdb.base/stale-infcall.exp: Fix copyright line.
2217
2218 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2219
2220 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
2221
2222 2012-12-06 Pedro Alves <palves@redhat.com>
2223 Tom Tromey <tromey@redhat.com>
2224
2225 * gdb.base/exprs.exp: Add tests for cast to void.
2226
2227 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
2228
2229 * gdb.python/py-mi.exp: Correct expected results for attribute
2230 "dynamic" returned by -var-update.
2231 Add test case for correct handling of "diplayhint" for children
2232 of dynamic varobjs.
2233 * gdb.python/py-prettyprint.c (set_itme): New function.
2234 (bug_14741) New function.
2235 (main) Add call to bug_14741().
2236 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
2237
2238 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
2239
2240 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
2241 ${binfile}.funcsyms list.
2242
2243 2012-12-04 Yao Qi <yao@codesourcery.com>
2244
2245 PR gdb/13443
2246 * gdb.trace/actions.exp: Make test messages unique.
2247
2248 2012-11-29 Tom Tromey <tromey@redhat.com>
2249
2250 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
2251
2252 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
2253
2254 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
2255 * gdb.opencl/datatypes.exp: Likewise.
2256 * gdb.opencl/operators.exp: Likewise.
2257 * gdb.opencl/vec_comps.exp: Likewise.
2258
2259 2012-11-29 Jerome Guitton <guitton@adacore.com>
2260
2261 * gdb.ada/iwide: New testcase.
2262
2263 2012-11-29 Jerome Guitton <guitton@adacore.com>
2264
2265 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
2266 ptype test.
2267
2268 2012-11-29 Jerome Guitton <guitton@adacore.com>
2269
2270 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
2271 form {VARIANT_TYPE}ADDRESS.
2272
2273 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2274
2275 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
2276 (func): New function.
2277 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
2278 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
2279 pointers to members with pointer-to-function type.
2280
2281 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2282 Tom Tromey <tromey@redhat.com>
2283
2284 * gdb.base/gnu-debugdata.exp: New file.
2285 * gdb.base/gnu-debugdata.c: New file.
2286 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
2287 (gdb_unload): Return 0 on success.
2288
2289 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2290
2291 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
2292
2293 2012-11-26 Joel Brobecker <brobecker@adacore.com>
2294
2295 * gdb.base/empty_exe.exp: New testcase.
2296
2297 2012-11-20 Mike Frysinger <vapier@gentoo.org>
2298
2299 * gdb.base/completion.exp: Add test for help aliases completion.
2300
2301 2012-11-20 Yao Qi <yao@codesourcery.com>
2302
2303 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2304 Don't test 'maint set show-debug-regs'.
2305 Use command 'set remotecache' instead of
2306 'set circular-trace-buffer'.
2307
2308 2012-11-16 Keith Seitz <keiths@redhat.com>
2309
2310 PR c++/13615
2311 * gdb.cp/baseenum.cc: New file.
2312 * gdb.cp/baseenum.exp: New file.
2313 * gdb.cp/derivation.cc (A): Add copyright.
2314 Add a typedef.
2315 (B): Use A::value_type instead of int. Change all references.
2316 (D): Use value_type instead of int. Change all references.
2317 (E): Likewise.
2318 (F); Likewise.
2319 (Z): New class.
2320 (ZZ): New class.
2321 (N, Base, Derived): New namespace and classes.
2322 (main): Add instances of Z and ZZ.
2323 Make sure all symbols from N are kept.
2324 * gdb.cp/derivation.exp: Update typedef changes in tests.
2325 Add tests for class typedefs both before and after starting
2326 the inferior.
2327 Add tests for searching for a typedef while stopped in a
2328 method.
2329
2330 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2331
2332 * gdb.mi/mi-var-create-rtti.c: New file.
2333 * gdb.mi/mi-var-create-rtti.exp: New file.
2334
2335 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2336
2337 * gdb.base/structs3.exp: Run to main before doing any tests.
2338
2339 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
2340
2341 * gdb.python/py-type.exp: Uniquify test names.
2342
2343 2012-11-14 Yao Qi <yao@codesourcery.com>
2344
2345 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
2346 (thread_function) [DEBUG]: Call 'printf'.
2347 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
2348 command line if 'DEBUG=1' is passed to test.
2349 Remove a pattern to match inferior's output.
2350
2351 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2352
2353 * gdb.mi/mi-fill-memory.exp: New test.
2354
2355 2012-11-12 Tom Tromey <tromey@redhat.com>
2356
2357 * gdb.base/completion.exp: Update for "info type-printers".
2358 * gdb.python/py-typeprint.cc: New file.
2359 * gdb.python/py-typeprint.exp: New file.
2360 * gdb.python/py-typeprint.py: New file.
2361
2362 2012-11-12 Tom Tromey <tromey@redhat.com>
2363
2364 * gdb.base/call-sc.exp: Use "ptype/r".
2365 * gdb.base/volatile.exp: Don't expect "int".
2366 * gdb.cp/ptype-flags.cc: New file.
2367 * gdb.cp/ptype-flags.exp: New file.
2368 * gdb.cp/templates.exp: Use ptype/r.
2369 (test_ptype_of_templates, test_template_typedef): Likewise.
2370 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
2371 argument. Handle template names and template parameters.
2372 * gdb.mi/mi-var-cmd.exp: Accept "long".
2373 * gdb.mi/mi-var-child.exp: Accept "long".
2374 * gdb.mi/mi-var-display.exp: Accept "long".
2375 * gdb.mi/mi2-var-child.exp: Accept "long".
2376
2377 2012-11-12 Tom Tromey <tromey@redhat.com>
2378
2379 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
2380 "ptype" from calls to cp_test_ptype_class.
2381 (test_enums): Likewise.
2382 * gdb.cp/derivation.exp: Remove "ptype" from calls to
2383 cp_test_ptype_class.
2384 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
2385 calls to cp_test_ptype_class.
2386 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
2387 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
2388 from calls to cp_test_ptype_class.
2389 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
2390 command here. Change "in_command" argument to "in_exp".
2391
2392 2012-11-10 Keith Seitz <keiths@redhat.com>
2393
2394 PR gdb/14288
2395 * gdb.base/printcmds.c: Add invalid_XXX globals
2396 for repeated byte tests.
2397 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
2398 * gdb.base/wchar.c (main): Add and construct a wchar_t
2399 array with repeated characters.
2400 * gdb.base/wchar.exp: Add repeated character tests.
2401
2402 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2403
2404 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
2405 disassembly output.
2406
2407 2012-11-09 Pedro Alves <palves@redhat.com>
2408
2409 PR gdb/14306
2410
2411 * gdb.multi/multi-arch-exec.c: New file.
2412 * gdb.multi/multi-arch-exec.exp: New file.
2413
2414 2012-11-09 Yao Qi <yao@codesourcery.com>
2415
2416 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
2417 (top level): Call it.
2418
2419 2012-11-09 Yao Qi <yao@codesourcery.com>
2420
2421 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
2422 typo.
2423
2424 2012-11-09 Pedro Alves <palves@redhat.com>
2425
2426 * gdb.multi/multi-arch.exp: New.
2427
2428 2012-11-08 Tom Tromey <tromey@redhat.com>
2429
2430 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
2431 core files, if possible.
2432 * gdb.base/siginfo-thread.c: New file
2433 * gdb.base/siginfo-thread.exp: New file
2434
2435 2012-11-08 Tom Tromey <tromey@redhat.com>
2436
2437 * gdb.base/comprdebug.exp: New file.
2438
2439 2012-11-06 Pedro Alves <palves@redhat.com>
2440
2441 PR gdb/14810
2442
2443 * gdb.base/disabled-location.c: New file.
2444 * gdb.base/disabled-location.exp: New file.
2445
2446 2012-11-06 Tom Tromey <tromey@redhat.com>
2447
2448 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
2449 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
2450 gdb_gcore_cmd.
2451 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
2452 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
2453 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
2454 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
2455 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
2456 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
2457 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
2458 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
2459 * lib/gdb.exp (gdb_gcore_cmd): New proc.
2460
2461 2012-11-05 Pedro Alves <palves@redhat.com>
2462
2463 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
2464 procedure.
2465 (do_vfork_and_follow_child_tests_exec)
2466 (do_vfork_and_follow_child_tests_exit): Call it.
2467
2468 2012-11-05 Pedro Alves <palves@redhat.com>
2469
2470 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
2471 fails.
2472
2473 2012-11-03 Yao Qi <yao@codesourcery.com>
2474
2475 Fix PR gdb/14617.
2476 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2477 Remove setup_kfail, and update test.
2478
2479 2012-11-02 Tom Tromey <tromey@redhat.com>
2480
2481 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
2482 test.
2483
2484 2012-11-02 Pedro Alves <palves@redhat.com>
2485
2486 PR gdb/14766
2487
2488 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
2489 setup_kfail.
2490 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
2491 get registers".
2492
2493 2012-11-02 Pedro Alves <palves@redhat.com>
2494
2495 * gdb.base/foll-vfork-exit.c: New file.
2496 * gdb.base/foll-vfork.exp (top level): New file-describing
2497 comment.
2498 (vfork_child_follow_to_exit): New procedure.
2499 (tcatch_vfork_then_child_follow): Rename as ...
2500 (tcatch_vfork_then_child_follow_exec): ... this.
2501 (tcatch_vfork_then_child_follow_exit): New procedure.
2502 (do_vfork_and_follow_parent_tests): New procedure, factored out
2503 from do_vfork_and_exec_tests.
2504 (do_vfork_and_follow_child_tests_exec): Ditto.
2505 (do_vfork_and_exec_tests): Delete.
2506 (do_vfork_and_follow_child_tests_exit): New procedure.
2507 (top level): Run tests with both the program that has the vfork
2508 child execing, and the program has the vfork child exiting.
2509
2510 2012-11-02 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
2513 (check_vfork_catchpoints, vfork_parent_follow_through_step)
2514 (vfork_parent_follow_to_bp): Call it.
2515 (kill_child): Delete.
2516 (vfork_and_exec_child_follow_to_main_bp)
2517 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
2518 longer call kill_child.
2519 (tcatch_vfork_then_parent_follow): Call setup_gdb.
2520 (do_vfork_and_exec_tests): Don't runto_main before calling each
2521 test procedure.
2522 (top level): Don't clean restart and set verbose before running
2523 each test procedure.
2524
2525 2012-11-02 Pedro Alves <palves@redhat.com>
2526
2527 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
2528 (vfork_parent_follow_to_bp)
2529 (vfork_and_exec_child_follow_to_main_bp)
2530 (vfork_and_exec_child_follow_through_step)
2531 (tcatch_vfork_then_parent_follow)
2532 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2533 Use with_test_prefix.
2534
2535 2012-11-02 Pedro Alves <palves@redhat.com>
2536
2537 * gdb.base/foll-vfork.c: Add copyright header.
2538 * gdb.base/vforked-prog.c: Add copyright header.
2539
2540 2012-11-02 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.base/foll-vfork.exp
2543 (vfork_and_exec_child_follow_through_step): Don't skip on
2544 non-HP/UX targets. Expect the next to only step one line on
2545 non-HP/UX targets, rather than stopping only after the exec.
2546
2547 2012-11-02 Pedro Alves <palves@redhat.com>
2548
2549 Don't hard code line numbers.
2550
2551 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
2552 Expect text from the sources instead of a line number.
2553 (vfork_parent_follow_to_bp)
2554 (vfork_and_exec_child_follow_to_main_bp)
2555 (vfork_and_exec_child_follow_through_step)
2556 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2557 Use gdb_get_line_number.
2558
2559 2012-11-02 Pedro Alves <palves@redhat.com>
2560
2561 Modernize.
2562
2563 * gdb.base/foll-vfork.exp: Use standard_testfile and
2564 build_executable. Pass descriptive string to untested.
2565 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
2566 (vfork_and_exec_child_follow_to_main_bp)
2567 (vfork_and_exec_child_follow_through_step)
2568 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
2569 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
2570 of send_gdb/gdb_expect.
2571
2572 (kill_child): New procedure.
2573 (vfork_and_exec_child_follow_to_main_bp)
2574 (vfork_and_exec_child_follow_through_step): Use it.
2575
2576 2012-11-02 Yao Qi <yao@codesourcery.com>
2577
2578 * gdb.base/setvar.exp: Test setting nested struct.
2579 * gdb.base/setvar.c (v_struct3): New.
2580
2581 2012-11-01 Doug Evans <dje@google.com>
2582
2583 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
2584 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
2585 use them.
2586
2587 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
2588
2589 PR cli/14772
2590 * gdb.base/gnu_vector.c (union_with_vector_1)
2591 (struct_with_vector_1): Add new struct and union for testing
2592 ptype.
2593 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
2594 structs / unions containing vectors.
2595
2596 2012-10-25 Yao Qi <yao@codesourcery.com>
2597
2598 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
2599 'setup_kfail' instead of 'setup_kfail_for_target'.
2600 * gdb.base/varargs.exp: Likewise.
2601 * lib/gdb.exp (setup_kfail_for_target): Remove.
2602
2603 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
2604
2605 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
2606
2607 2012-10-25 Mark Kettenis <kettenis@gnu.org>
2608
2609 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
2610
2611 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2612
2613 * gdb.ada/set_wstr: New testcase.
2614
2615 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2616
2617 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
2618
2619 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2620
2621 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
2622
2623 2012-10-24 Mark Kettenis <kettenis@gnu.org>
2624
2625 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
2626
2627 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2628
2629 * gdb.base/callfuncs.exp (do_function_calls): Fix
2630 setup_kfail_for_target for -m32 mode.
2631
2632 2012-10-23 Mark Kettenis <kettenis@gnu.org>
2633
2634 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
2635 are now fixed.
2636
2637 2012-10-23 Yao Qi <yao@codesourcery.com>
2638
2639 * gdb.base/info-os.exp: Resume the inferior until it exits.
2640
2641 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
2642
2643 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
2644 * gdb.base/print-file-var.exp: Likewise.
2645 * gdb.base/type-opaque.exp: Likewise.
2646
2647 2012-10-17 Yao Qi <yao@codesourcery.com>
2648
2649 * gdb.mi/mi-memory-changed.exp: New.
2650
2651 2012-10-16 Yao Qi <yao@codesourcery.com>
2652
2653 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
2654 returns true.
2655 Call gdb_load_shlibs.
2656 * gdb.reverse/solib-reverse.exp: Likewise.
2657
2658 2012-10-15 Keith Seitz <keiths@redhat.com>
2659
2660 * lib/cp-support.exp (cp_test_ptype_class): Add support
2661 for class typedefs.
2662
2663 * gdb.cp/derivation.exp: Add tests for g_instance.
2664
2665 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2666
2667 Fix entry values resolving in inlined frames.
2668 * gdb.arch/amd64-entry-value-inline.S: New file.
2669 * gdb.arch/amd64-entry-value-inline.c: New file.
2670 * gdb.arch/amd64-entry-value-inline.exp: New file.
2671
2672 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2673 Doug Evans <dje@google.com>
2674
2675 Fix recent gdb_breakpoint regression.
2676 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
2677 braces from the parameter.
2678 * gdb.java/jprint.exp: Likewise.
2679
2680 2012-10-15 Doug Evans <dje@google.com>
2681
2682 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
2683
2684 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
2685
2686 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
2687
2688 2012-10-15 Tom Tromey <tromey@redhat.com>
2689
2690 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
2691
2692 2012-10-15 Tom Tromey <tromey@redhat.com>
2693
2694 * gdb.python/py-symbol.exp: Test symbol destructor.
2695
2696 2012-10-14 Yao Qi <yao@codesourcery.com>
2697
2698 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
2699 * gdb.mi/mi-cli.exp: New.
2700
2701 * gdb.mi/mi2-basics.exp: Remove.
2702 * gdb.mi/mi2-break.exp: Remove.
2703 * gdb.mi/mi2-console.exp: Remove.
2704 * gdb.mi/mi2-disassemble.exp: Remove.
2705 * gdb.mi/mi2-eval.exp: Remove.
2706 * gdb.mi/mi2-file.exp: Remove.
2707 * gdb.mi/mi2-hack-cli.exp: Remove.
2708 * gdb.mi/mi2-pthreads.exp: Remove.
2709 * gdb.mi/mi2-read-memory.exp: Remove.
2710 * gdb.mi/mi2-regs.exp: Remove.
2711 * gdb.mi/mi2-return.exp: Remove.
2712 * gdb.mi/mi2-simplerun.exp: Remove.
2713 * gdb.mi/mi2-stack.exp: Remove.
2714 * gdb.mi/mi2-stepi.exp: Remove.
2715 * gdb.mi/mi2-syn-frame.exp: Remove.
2716 * gdb.mi/mi2-until.exp: Remove.
2717 * gdb.mi/mi2-watch.exp: Remove.
2718 * gdb.mi/mi2-var-block.exp: Remove.
2719 * gdb.mi/mi2-var-cmd.exp: Remove.
2720 * gdb.mi/mi2-var-display.exp: Remove.
2721
2722 2012-10-12 Yao Qi <yao@codesourcery.com>
2723
2724 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
2725 trail '.*' on matching patterns.
2726
2727 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2728
2729 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
2730 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
2731 * gdb.arch/i386-disp-step.exp: Likewise.
2732 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2733 * gdb.arch/i386-prologue.exp: Likewise.
2734 * gdb.arch/i386-size-overlap.exp: Likewise.
2735 * gdb.arch/i386-size.exp: Likewise.
2736 * gdb.arch/i386-unwind.exp: Likewise.
2737
2738 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2739
2740 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
2741 * gdb.arch/i386-word.exp: Likewise.
2742
2743 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2744
2745 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
2746 is_ilp32_target to set nr_regs.
2747 * gdb.arch/i386-sse.exp: Likewise.
2748
2749 2012-10-11 Doug Evans <dje@google.com>
2750
2751 PR breakpoints/14643.
2752 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
2753 * gdb.linespec/thread.c: New file.
2754 * gdb.linespec/thread.exp: New file.
2755
2756 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
2757 Recognize "message" -> print pass and fail. Add eof case.
2758 (runto): Recognize message, no-message. Print pass/fail if requested,
2759 with same treatment as gdb_breakpoint.
2760 (runto_main): Pass no-message to runto.
2761 (gdb_internal_error_resync): Add log message.
2762 (gdb_file_cmd): Tweak internal error fail text for consistency.
2763
2764 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2765
2766 Fix crash during stepping on ppc32.
2767 * gdb.base/step-symless.c: New file.
2768 * gdb.base/step-symless.exp: New file.
2769
2770 2012-10-03 Doug Evans <dje@google.com>
2771
2772 PR symtab/14601
2773 * gdb.cp/using-crash.exp: New file.
2774 * gdb.cp/using-crash.cc: New file.
2775
2776 2012-10-02 Doug Evans <dje@google.com>
2777
2778 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
2779 more consistent.
2780 (runto,gdb_debug_format): Ditto.
2781 (gdb_file_cmd): Watch for eof in nested gdb_expect.
2782 Clean up logging and error messages.
2783
2784 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
2785
2786 Test find command on unmapped memory.
2787 * gdb.base/find-unmapped.c: New file.
2788 * gdb.base/find-unmapped.exp: New file.
2789
2790 2012-09-29 Yao Qi <yao@codesourcery.com>
2791
2792 * gdb.trace/mi-tracepoint-changed.exp: New.
2793 * gdb.mi/mi-breakpoint-changed.exp: New.
2794 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
2795 * gdb.mi/pendshr2.c: New.
2796
2797 2012-09-28 Yao Qi <yao@codesourcery.com>
2798
2799 * gdb.mi/pr11022.exp: New.
2800 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
2801
2802 2012-09-27 Tom Tromey <tromey@redhat.com>
2803
2804 * gdb.cp/derivation.exp: Add regression test.
2805 * gdb.cp/derivation.cc (class V_base, class V_inter, class
2806 V_derived): New.
2807 (vderived): New global.
2808
2809 2012-09-26 Tom Tromey <tromey@redhat.com>
2810
2811 * gdb.dwarf2/dw2-common-block.S: New file.
2812 * gdb.dwarf2/dw2-common-block.exp: New file.
2813
2814 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2815
2816 * gdb.fortran/common-block.exp: New file.
2817 * gdb.fortran/common-block.f90: New file.
2818
2819 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
2820
2821 * gdb.base/duplicate-bp.c: New file.
2822 * gdb.base/duplicate-bp.exp: New file.
2823
2824 2012-09-26 Yao Qi <yao@codesourcery.com>
2825
2826 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
2827
2828 Revert:
2829 2012-09-21 Yao Qi <yao@codesourcery.com>
2830
2831 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
2832
2833 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2834
2835 * gdb.base/longest-types.c: New test case.
2836 * gdb.base/longest-types.exp: New test case.
2837
2838 2012-09-25 Yao Qi <yao@codesourcery.com>
2839
2840 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
2841
2842 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2843
2844 Fix internal error on canonicalization of clang types.
2845 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
2846 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
2847 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
2848
2849 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2850
2851 Fix disassemble without parameters in tailcall frame.
2852 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
2853
2854 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
2855
2856 * gdb.dwarf2/dw2-op-out-param.S: New file.
2857 * gdb.dwarf2/dw2-op-out-param.exp: New file.
2858
2859 2012-09-21 Yao Qi <yao@codesourcery.com>
2860
2861 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
2862
2863 2012-09-21 Yao Qi <yao@codesourcery.com>
2864
2865 * gdb.mi/mi-cli.exp: Remove.
2866 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
2867
2868 2012-09-21 Yao Qi <yao@codesourcery.com>
2869
2870 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
2871 "=record-started" notification.
2872
2873 2012-09-21 Yao Qi <yao@codesourcery.com>
2874
2875 * gdb.mi/mi-record-changed.exp: New.
2876 * gdb.mi/mi-reverse.exp: Adjust expected output.
2877
2878 2012-09-20 Tom Tromey <tromey@redhat.com>
2879
2880 * gdb.python/python.exp: Test atexit.register.
2881
2882 2012-09-20 Doug Evans <dje@google.com>
2883
2884 * boards/dwarf4-gdb-index.exp: New file.
2885
2886 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
2887 while running the tests.
2888
2889 2012-09-18 Joel Brobecker <brobecker@adacore.com>
2890
2891 * gdb.ada/bp_reset: New testcase.
2892
2893 2012-09-18 Yao Qi <yao@codesourcery.com>
2894
2895 * gdb.trace/mi-tsv-changed.exp: New.
2896
2897 2012-09-18 Yao Qi <yao@codesourcery.com>
2898
2899 * gdb.trace/mi-traceframe-changed.exp: New.
2900
2901 2012-09-17 Yao Qi <yao@codesourcery.com>
2902
2903 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
2904 when it is less than 0.
2905
2906 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2907
2908 PR 14119
2909 * gdb.arch/amd64-tailcall-ret.S: New file.
2910 * gdb.arch/amd64-tailcall-ret.c: New file.
2911 * gdb.arch/amd64-tailcall-ret.exp: New file.
2912 * gdb.reverse/amd64-tailcall-reverse.S: New file.
2913 * gdb.reverse/amd64-tailcall-reverse.c: New file.
2914 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
2915
2916 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2917
2918 PR 14548
2919 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
2920 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
2921 * gdb.reverse/singlejmp-reverse.S: New file.
2922 * gdb.reverse/singlejmp-reverse.c: New file.
2923 * gdb.reverse/singlejmp-reverse.exp: New file.
2924
2925 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2926
2927 Fix compatibility with old GCC (~4.1).
2928 * gdb.cp/converts.cc (my_enum_var): New variable.
2929
2930 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2931
2932 * gdb.xml/tdesc-regs.exp: Update expected output for new
2933 vector_size syntax of vector types.
2934
2935 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2936
2937 Refactor Python "gdb" module into a proper Python package, by
2938 introducing a new "_gdb" module for code implemented in C, and
2939 using reload/__import__ instead of exec.
2940 * gdb.python/python.exp (Test stderr location): Update module
2941 location of GDB-specific sys.stderr.
2942 (Test stdout location): Ditto for sys.stdout.
2943
2944 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2945
2946 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
2947
2948 2012-09-12 Keith Seitz <keiths@redhat.com>
2949
2950 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
2951 conversion statement.
2952
2953 2012-09-12 Doug Evans <dje@google.com>
2954
2955 * gdb.base/help.exp: Remove testing of individual command help text,
2956 too much of a maintenance burden. Instead, test the functionality
2957 of "help" itself.
2958
2959 2012-09-11 Doug Evans <dje@google.com>
2960
2961 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
2962 breakpoint.
2963
2964 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
2965 * gdb.dwarf2/fission-reread.S: Ditto.
2966 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
2967 * gdb.dwarf2/fission-reread.exp: Ditto.
2968
2969 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2970
2971 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
2972
2973 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2974
2975 * gdb.ada/optim_drec: New testcase.
2976
2977 2012-09-10 Doug Evans <dje@google.com>
2978
2979 * boards/fission.exp: Explicitly mark "board" as not remote.
2980
2981 2012-09-10 Keith Seitz <keiths@redhat.com>
2982
2983 PR gdb/13483
2984 * gdb.cp/converts.cc (A::A): Add ctor.
2985 (A::member_): Add member.
2986 (enum my_enum): New enumeration.
2987 (main): Add calls to foo1_7 with various
2988 permitted arguments.
2989 * gdb.cp/converts.exp: Add tests for boolean
2990 conversions permitted by the standard.
2991
2992 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
2993
2994 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
2995 avoid spurious results due to ~/.gdbinit.
2996 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
2997 $INTERNAL_GDBFLAGS in run command.
2998 * gdb.gdb/observer.exp (setup_test): Ditto.
2999 * gdb.gdb/selftest.exp (test_with_self): Ditto.
3000 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
3001
3002 2012-09-06 Doug Evans <dje@google.com>
3003
3004 * boards/fission.exp: New file.
3005
3006 * gdb.python/py-value.exp: Use clean_restart.
3007
3008 2012-09-05 Doug Evans <dje@google.com>
3009
3010 * gdb.base/info-macros.c: Fix whitespace.
3011
3012 2012-08-28 Pedro Alves <palves@redhat.com>
3013
3014 PR gdb/14428
3015
3016 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
3017
3018 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3019
3020 * gdb.base/break-caller-line.c: New file.
3021 * gdb.base/break-caller-line.exp: New file.
3022
3023 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3024
3025 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
3026 * gdb.arch/i386-cfi-notcurrent.S: New file.
3027 * gdb.arch/i386-cfi-notcurrent.exp: New file.
3028
3029 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
3030 Yao Qi <yao@codesourcery.com>
3031 Pedro Alves <palves@redhat.com>
3032
3033 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
3034 New procedures.
3035 (top level): Add overlap checking tests.
3036
3037 2012-08-24 Tom Tromey <tromey@redhat.com>
3038
3039 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
3040 gdb_test_multiple fails for other reasons.
3041
3042 2012-08-24 Yao Qi <yao@codesourcery.com>
3043
3044 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
3045
3046 2012-08-23 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.base/help.exp: Adjust to "handle" help text change.
3049
3050 2012-08-23 Yao Qi <yao@codesourcery.com>
3051
3052 * gdb.trace/disconnected-tracing.c (start, end): New.
3053 (main): Call start and end.
3054 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
3055 existing tests into this proc.
3056 (disconnected_tfind): New.
3057
3058 2012-08-23 Yao Qi <yao@codesourcery.com>
3059
3060 * boards/native-gdbserver.exp (${board}_upload): New.
3061 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
3062 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
3063 Execute tfile on remote target.
3064 Copy trace file from target to host.
3065
3066 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3067
3068 * gdb.arch/thumb-bx-pc.S: New file.
3069 * gdb.arch/thumb-bx-pc.exp: New file.
3070
3071 2012-08-22 Tom Tromey <tromey@redhat.com>
3072
3073 * gdb.base/maint.exp: Update.
3074
3075 2012-08-22 Tom Tromey <tromey@redhat.com>
3076
3077 * lib/gdb.exp (skip_unwinder_tests): New proc.
3078 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
3079 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
3080
3081 2012-08-21 Tom Tromey <tromey@redhat.com>
3082
3083 * gdb.hp/gdb.aCC/exception.exp: Remove.
3084
3085 012-08-19 Andrew Pinski <apinski@cavium.com>
3086
3087 * gdb.arch/mips-octeon-bbit.c: New file.
3088 * gdb.arch/mips-octeon-bbit.exp: New Test.
3089
3090 012-08-19 Keith Seitz <keiths@redhat.com>
3091
3092 PR c++/14365
3093 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
3094 * gdb.dwarf2/dw2-anon-mptr.S: New file.
3095
3096 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3097
3098 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
3099 verbose -log by more specific untested call.
3100
3101 2012-08-18 Yao Qi <yao@codesourcery.com>
3102
3103 * gdb.trace/tfind.exp: Move tests on various command help before
3104 checking target supports trace.
3105 Fix the expected output of 'help tfind end'.
3106
3107 2012-08-17 Keith Seitz <keiths@redhat.com>
3108
3109 PR c++/13356
3110 * gdb.base/default.exp: Update all "check type" tests.
3111 * gdb.base/help.exp: Likewise.
3112 * gdb.base/setshow.exp: Likewise.
3113 * gdb.cp/converts.cc (foo1_type_check): New function.
3114 (foo2_type_check): New function.
3115 (foo3_type_check): New function.
3116 (main): Call new functions.
3117 * converts.exp: Add tests for integer-to-pointer conversions
3118 with/without strict type-checking.
3119
3120 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3121
3122 * gdb.base/help.exp: Update expected output.
3123
3124 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3125
3126 * gdb.ada/rdv_wait: New testcase.
3127
3128 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3129
3130 * gdb.base/attach-twice.exp: Remove excessive ps exec.
3131
3132 2012-08-13 Doug Evans <dje@google.com>
3133
3134 * gdb.base/help.exp: Update expected output.
3135 * gdb.base/default.exp: Update expected output of "show convenience".
3136
3137 2012-08-10 Doug Evans <dje@google.com>
3138
3139 * gdb.python/py-strfns.c: New file.
3140 * gdb.python/py-strfns.exp: New file.
3141 * gdb.python/py-type.exp (test_fields): Add vector tests.
3142
3143 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3144
3145 PR cli/10436:
3146 * gdb.base/completion.exp: Add tests for handle completion.
3147
3148 2012-08-09 Yao Qi <yao@codesourcery.com>
3149
3150 * gdb.mi/mi-cmd-param-changed.exp: New.
3151 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
3152 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
3153 * gdb.mi/mi2-prompt.exp: Likewise.
3154
3155 2012-08-08 Doug Evans <dje@google.com>
3156
3157 * gdb.base/debug-expr.c: New file.
3158 * gdb.base/debug-expr.exp: New file.
3159 * gdb.base/exprs.exp: Test {type} casts.
3160 * gdb.cp/debug-expr.exp: New file.
3161
3162 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3163
3164 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
3165 global variable loop, not a 'break'. Add loop count limit to 100.
3166 Add new fail case for terminated vgdb.
3167
3168 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3169 Jean-Marc Saffroy <saffroy@gmail.com>
3170
3171 PR 11804
3172 * gdb.base/gcore-relro.exp: New file.
3173 * gdb.base/gcore-relro-main.c: New file.
3174 * gdb.base/gcore-relro-lib.c: New file.
3175
3176 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3177
3178 Do not false FAIL with old GCCs.
3179 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
3180 GCC < 4.5 in $no_hw mode.
3181
3182 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3183
3184 * gdb.base/default.exp (cd): Accept new directory with no arguments.
3185
3186 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3187
3188 * gdb.base/list.exp (test_only_end): New function.
3189 Call it.
3190
3191 2012-08-06 Tom Tromey <tromey@redhat.com>
3192
3193 * gdb.python/py-mi.exp: Add test for printer whose children
3194 are a list.
3195 * gdb.python/py-prettyprint.c (struct children_as_list): New.
3196 (main): New variable children_as_list.
3197 * gdb.python/py-prettyprint.py (class pp_children_as_list):
3198 New.
3199 (register_pretty_printers): Register new printer.
3200
3201 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3202
3203 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
3204 symbols. Abort if vgdb remote connection is closed.
3205
3206 2012-08-02 Doug Evans <dje@google.com>
3207
3208 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
3209
3210 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
3211
3212 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
3213 s390x, PowerPC 64 and m68k-linux.
3214
3215 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3216
3217 * gdb.base/annota1.exp: Accept no frames-invalid notification
3218 when starting up the program.
3219 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
3220 show a symbolic value as well.
3221 * gdb.server/server-exec-info.exp: Skip test when skipping
3222 gdbserver test and/or when skipping shared library tests.
3223 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
3224 avoid name conflicts with other tests.
3225
3226 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3227
3228 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
3229 Fix wrong output on big-endian systems.
3230 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
3231 4-byte pointer types on 64-bit s390x.
3232
3233 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3234
3235 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
3236 marker comment at the beginning (after intialization).
3237 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
3238 breakpoint on marker comment instead of function begin.
3239 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
3240 PowerPC.
3241 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
3242 or 64-bit PowerPC.
3243 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
3244 gdb,no_hardware_watchpoints flag is set.
3245 (initialize): Remove now redundant can-use-hw-watchpoints change.
3246
3247 2012-08-02 Yao Qi <yao@codesourcery.com>
3248 Pedro Alves <palves@redhat.com>
3249
3250 * boards/local-remote-host.exp: New.
3251
3252 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3253
3254 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
3255 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
3256 * gdb.base/print-file-var.exp: Likewise.
3257 * gdb.server/solib-list.exp: Skip on remote targets.
3258
3259 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3260
3261 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
3262 watchpoints on ARM. When expecting software watchpoints, tolerate
3263 (remote) targets that report unsupported hardware watchpoint only
3264 at continue time.
3265 (test_wide_location_2): Likewise.
3266
3267 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3268
3269 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
3270 valgrind versions.
3271
3272 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3273
3274 * gdb.base/valgrind-infcall.c: New file.
3275 * gdb.base/valgrind-infcall.exp: New file.
3276
3277 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
3278
3279 2012-07-30 Keith Seitz <keiths@redhat.com>
3280
3281 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
3282 linespecs.
3283
3284 2012-07-30 Doug Evans <dje@google.com>
3285
3286 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
3287 * gdb.dwarf2/pr13961.S: Ditto.
3288
3289 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
3290
3291 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3292
3293 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
3294 change its format immediately after reloading the binary.
3295
3296 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3297
3298 Fix testsuite regression after --use-deprecated-index-sections removal.
3299 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
3300 string.
3301 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
3302
3303 2012-07-27 Yao Qi <yao@codesourcery.com>
3304
3305 KFAIL for PR remote/14161.
3306 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
3307 Cleanup socket files.
3308 (strace_info_marker): Detach inferior.
3309
3310 2012-07-26 Tom Tromey <tromey@redhat.com>
3311
3312 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
3313
3314 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3315
3316 * gdb.python/py-inferior.c (thread): New function.
3317 (check_threads): New function.
3318 (test_threads): New function.
3319 * gdb.python/py-inferior.exp: Added test.
3320 Replaced runto with continue to breakpoint.
3321
3322 2012-07-26 Tom Tromey <tromey@redhat.com>
3323
3324 * lib/ada.exp (standard_ada_testfile): New proc.
3325 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
3326 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
3327 * gdb.ada/array_return.exp: Use standard_ada_testfile.
3328 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
3329 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
3330 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
3331 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
3332 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
3333 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
3334 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
3335 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
3336 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
3337 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
3338 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
3339 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
3340 * gdb.ada/char_param.exp: Use standard_ada_testfile.
3341 * gdb.ada/complete.exp: Use standard_ada_testfile.
3342 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
3343 standard_output_file.
3344 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
3345 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
3346 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
3347 standard_output_file.
3348 * gdb.ada/exprs.exp: Use standard_ada_testfile.
3349 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
3350 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
3351 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
3352 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
3353 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
3354 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
3355 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
3356 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
3357 * gdb.ada/homonym.exp: Use standard_ada_testfile.
3358 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
3359 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
3360 * gdb.ada/interface.exp: Use standard_ada_testfile.
3361 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
3362 standard_output_file
3363 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
3364 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
3365 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
3366 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
3367 * gdb.ada/nested.exp: Use standard_ada_testfile.
3368 * gdb.ada/null_array.exp: Use standard_ada_testfile.
3369 * gdb.ada/null_record.exp: Use standard_ada_testfile.
3370 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
3371 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
3372 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
3373 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
3374 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
3375 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
3376 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
3377 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
3378 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
3379 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
3380 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
3381 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
3382 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
3383 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
3384 * gdb.ada/start.exp: Use standard_ada_testfile.
3385 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
3386 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
3387 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
3388 * gdb.ada/tagged.exp: Use standard_ada_testfile.
3389 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
3390 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
3391 * gdb.ada/tasks.exp: Use standard_ada_testfile.
3392 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
3393 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
3394 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
3395 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
3396 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
3397 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
3398 * gdb.ada/widewide.exp: Use standard_ada_testfile.
3399
3400 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3401
3402 Fix testsuite regression after --use-deprecated-index-sections removal.
3403 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
3404
3405 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3406
3407 Fix compatibility with Tcl before 7.5.
3408 * lib/future.exp (lreverse): New function if it does not exist.
3409
3410 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
3411
3412 * gdb.mi/mi-pending.c: New method to set a second pending
3413 breakpoint.
3414 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
3415 condition.
3416
3417 2012-07-20 Pedro Alves <palves@redhat.com>
3418
3419 PR threads/11692
3420 PR gdb/12203
3421
3422 * gdb.threads/create-fail.c: New file.
3423 * gdb.threads/create-fail.exp: New file.
3424
3425 2012-07-19 Pedro Alves <palves@redhat.com>
3426
3427 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
3428 * config/vx.exp (gdb_start): Likewise.
3429 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
3430 * gdb.base/setvar.exp (test_set): Likewise.
3431 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
3432 * gdb.reverse/sigall-precsave.exp: Likewise.
3433 * gdb.reverse/sigall-reverse.exp: Likewise.
3434
3435 2012-07-19 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
3438 handler before recording.
3439
3440 2012-07-19 Tom Tromey <tromey@redhat.com>
3441
3442 * gdb.cp/casts.exp: Add tests for typeof and decltype.
3443 * gdb.cp/casts.cc (decltype): New function.
3444 (main): Use it.
3445
3446 2012-07-19 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.base/sigall.exp (signals): New list.
3449 <top level>: Loop over signals in the $signals list instead of
3450 calling a test function once per signal.
3451 * gdb.reverse/sigall-precsave.exp (signals): New list.
3452 <top level>: Loop over signals in the $signals list instead of
3453 calling a test function once per signal.
3454 * gdb.reverse/sigall-reverse.exp (signals): New list.
3455 <top level>: Loop over signals in the $signals list instead of
3456 calling a test function once per signal.
3457
3458 2012-07-19 Yao Qi <yao@codesourcery.com>
3459
3460 * gdb.base/setshow.exp: Test 'set args ~'.
3461
3462 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3463
3464 * gdb.base/store.exp (check_set): Import gdb_prompt.
3465 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
3466 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
3467
3468 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3469
3470 PR 11914
3471 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
3472 (main): Call eval_sub.
3473 * gdb.python/py-prettyprint.exp:
3474 (python execfile ('py-prettyprint.py')): Move it earlier.
3475 New breakpoint for eval-break.
3476 (continue to breakpoint: eval-break, info locals): New test.
3477 (python execfile ('py-prettyprint.py')): Move it from here.
3478 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
3479 (register_pretty_printers): Register pp_eval_type.
3480
3481 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3482
3483 Fix a testcase regression by me.
3484 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
3485 DW_FORM_data4.
3486
3487 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3488 Doug Evans <dje@google.com>
3489
3490 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
3491 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
3492
3493 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3494
3495 Fix gdbserver run regression.
3496 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
3497
3498 2012-07-12 Tom Tromey <tromey@redhat.com>
3499
3500 * lib/gdb.exp (standard_testfile): Don't declare objdir.
3501 (clean_restart): Likewise.
3502 (core_find): Use standard_output_file.
3503
3504 2012-07-12 Tom Tromey <tromey@redhat.com>
3505
3506 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
3507 * gdb.dwarf2/dw2-anonymous-func.exp: Use
3508 prepare_for_testing_full.
3509 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
3510 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
3511 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
3512 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
3513 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
3514 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
3515 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
3516 prepare_for_testing_full.
3517 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
3518 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
3519 prepare_for_testing_full.
3520 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
3521 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
3522 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
3523
3524 2012-07-12 Tom Tromey <tromey@redhat.com>
3525
3526 * lib/gdb.exp (build_executable_from_specs): New proc, from
3527 build_executable.
3528 (build_executable): Use it.
3529 (prepare_for_testing_full): New proc.
3530
3531 2012-07-11 Tom Tromey <tromey@redhat.com>
3532
3533 * gdb.reverse/break-precsave.exp: Use standard_output_file.
3534 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
3535 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
3536 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
3537 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
3538 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
3539 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
3540 * gdb.reverse/step-precsave.exp: Use standard_output_file.
3541 * gdb.reverse/until-precsave.exp: Use standard_output_file.
3542 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
3543
3544 2012-07-10 Tom Tromey <tromey@redhat.com>
3545
3546 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
3547 standard_output_file.
3548 * gdb.mi/gdb2549.exp: Use standard_testfile.
3549 * gdb.mi/gdb669.exp: Use standard_testfile.
3550 * gdb.mi/gdb701.exp: Use standard_testfile.
3551 * gdb.mi/gdb792.exp: Use standard_testfile.
3552 * gdb.mi/mi-async.exp: Use standard_testfile.
3553 * gdb.mi/mi-basics.exp: Use standard_testfile.
3554 * gdb.mi/mi-break.exp: Use standard_testfile.
3555 * gdb.mi/mi-cli.exp: Use standard_testfile.
3556 * gdb.mi/mi-console.exp: Use standard_testfile.
3557 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
3558 * gdb.mi/mi-eval.exp: Use standard_testfile.
3559 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
3560 * gdb.mi/mi-file.exp: Use standard_testfile.
3561 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
3562 * gdb.mi/mi-logging.exp: Use standard_testfile.
3563 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
3564 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
3565 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
3566 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
3567 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
3568 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
3569 * gdb.mi/mi-pending.exp: Use standard_testfile,
3570 standard_output_file.
3571 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
3572 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
3573 * gdb.mi/mi-regs.exp: Use standard_testfile.
3574 * gdb.mi/mi-return.exp: Use standard_testfile.
3575 * gdb.mi/mi-reverse.exp: Use standard_testfile.
3576 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
3577 * gdb.mi/mi-solib.exp: Use standard_testfile,
3578 standard_output_file.
3579 * gdb.mi/mi-stack.exp: Use standard_testfile.
3580 * gdb.mi/mi-stepi.exp: Use standard_testfile.
3581 * gdb.mi/mi-stepn.exp: Use standard_testfile.
3582 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
3583 * gdb.mi/mi-until.exp: Use standard_testfile.
3584 * gdb.mi/mi-var-block.exp: Use standard_testfile.
3585 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
3586 * gdb.mi/mi-var-child.exp: Use standard_testfile.
3587 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
3588 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
3589 * gdb.mi/mi-var-display.exp: Use standard_testfile.
3590 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
3591 standard_output_file.
3592 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
3593 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
3594 * gdb.mi/mi-watch.exp: Use standard_testfile.
3595 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
3596 * gdb.mi/mi2-basics.exp: Use standard_testfile.
3597 * gdb.mi/mi2-break.exp: Use standard_testfile.
3598 * gdb.mi/mi2-cli.exp: Use standard_testfile.
3599 * gdb.mi/mi2-console.exp: Use standard_testfile.
3600 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
3601 * gdb.mi/mi2-eval.exp: Use standard_testfile.
3602 * gdb.mi/mi2-file.exp: Use standard_testfile.
3603 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
3604 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
3605 * gdb.mi/mi2-regs.exp: Use standard_testfile.
3606 * gdb.mi/mi2-return.exp: Use standard_testfile.
3607 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
3608 * gdb.mi/mi2-stack.exp: Use standard_testfile.
3609 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
3610 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
3611 * gdb.mi/mi2-until.exp: Use standard_testfile.
3612 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
3613 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
3614 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
3615 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
3616 * gdb.mi/mi2-watch.exp: Use standard_testfile.
3617
3618 2012-07-10 Tom Tromey <tromey@redhat.com>
3619
3620 * gdb.cp/abstract-origin.exp: Use standard_testfile.
3621 * gdb.cp/ambiguous.exp: Use standard_testfile,
3622 prepare_for_testing.
3623 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
3624 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
3625 * gdb.cp/anon-ns.exp: Use standard_testfile.
3626 * gdb.cp/anon-struct.exp: Use standard_testfile.
3627 * gdb.cp/anon-union.exp: Use standard_testfile,
3628 prepare_for_testing.
3629 * gdb.cp/arg-reference.exp: Use standard_testfile,
3630 prepare_for_testing.
3631 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
3632 * gdb.cp/breakpoint.exp: Use standard_testfile,
3633 prepare_for_testing.
3634 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
3635 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
3636 standard_output_file.
3637 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
3638 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
3639 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
3640 (test_static_members): Update.
3641 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
3642 * gdb.cp/converts.exp: Use standard_testfile.
3643 * gdb.cp/cp-relocate.exp: Use standard_testfile.
3644 * gdb.cp/cpcompletion.exp: Use standard_testfile,
3645 prepare_for_testing.
3646 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
3647 * gdb.cp/cplabel.exp: Use standard_testfile.
3648 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
3649 prepare_for_testing.
3650 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
3651 * gdb.cp/derivation.exp: Use standard_testfile,
3652 prepare_for_testing.
3653 * gdb.cp/destrprint.exp: Use standard_testfile.
3654 * gdb.cp/dispcxx.exp: Use standard_testfile.
3655 * gdb.cp/exception.exp: Use standard_testfile,
3656 prepare_for_testing.
3657 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
3658 * gdb.cp/extern-c.exp: Use standard_testfile,
3659 prepare_for_testing.
3660 * gdb.cp/formatted-ref.exp: Use standard_testfile,
3661 prepare_for_testing.
3662 * gdb.cp/fpointer.exp: Use standard_testfile.
3663 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
3664 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
3665 standard_output_file.
3666 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
3667 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
3668 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
3669 standard_output_file.
3670 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
3671 (do_tests): Update.
3672 * gdb.cp/koenig.exp: Use standard_testfile.
3673 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
3674 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
3675 * gdb.cp/m-static.exp: Use standard_testfile,
3676 prepare_for_testing.
3677 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
3678 * gdb.cp/mb-inline.exp: Use standard_testfile,
3679 prepare_for_testing.
3680 * gdb.cp/mb-templates.exp: Use standard_testfile,
3681 prepare_for_testing.
3682 * gdb.cp/member-ptr.exp: Use standard_testfile,
3683 prepare_for_testing.
3684 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
3685 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
3686 * gdb.cp/method2.exp: Use standard_testfile.
3687 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
3688 standard_output_file.
3689 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
3690 (do_tests): Update.
3691 * gdb.cp/namespace-enum.exp: Use standard_testfile,
3692 prepare_for_testing.
3693 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
3694 prepare_for_testing.
3695 * gdb.cp/namespace.exp: Use standard_testfile,
3696 prepare_for_testing.
3697 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
3698 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
3699 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
3700 * gdb.cp/nsimport.exp: Use standard_testfile,
3701 prepare_for_testing.
3702 * gdb.cp/nsnested.exp: Use standard_testfile.
3703 * gdb.cp/nsnoimports.exp: Use standard_testfile.
3704 * gdb.cp/nsrecurs.exp: Use standard_testfile,
3705 prepare_for_testing.
3706 * gdb.cp/nsstress.exp: Use standard_testfile,
3707 prepare_for_testing.
3708 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
3709 * gdb.cp/operator.exp: Use standard_testfile.
3710 * gdb.cp/oranking.exp: Use standard_testfile.
3711 * gdb.cp/overload-const.exp: Use standard_testfile.
3712 * gdb.cp/overload.exp: Use standard_testfile,
3713 prepare_for_testing.
3714 * gdb.cp/ovldbreak.exp: Use standard_testfile.
3715 * gdb.cp/ovsrch.exp: Use standard_testfile.
3716 * gdb.cp/paren-type.exp: Use standard_testfile.
3717 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
3718 prepare_for_testing.
3719 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
3720 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
3721 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
3722 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
3723 * gdb.cp/pr10728.exp: Use standard_testfile,
3724 standard_output_file.
3725 * gdb.cp/pr12028.exp: Use standard_testfile.
3726 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
3727 * gdb.cp/pr9167.exp: Use standard_testfile.
3728 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
3729 * gdb.cp/printmethod.exp: Use standard_testfile,
3730 prepare_for_testing.
3731 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
3732 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
3733 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
3734 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
3735 standard_output_file.
3736 * gdb.cp/readnow-language.exp: Use standard_testfile.
3737 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
3738 (gdb_start_again): Use clean_restart.
3739 * gdb.cp/ref-types.exp: Use standard_testfile,
3740 prepare_for_testing.
3741 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
3742 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
3743 * gdb.cp/smartp.exp: Use standard_testfile.
3744 * gdb.cp/static-method.exp: Use standard_testfile.
3745 * gdb.cp/static-print-quit.exp: Use standard_testfile.
3746 * gdb.cp/temargs.exp: Use standard_testfile.
3747 * gdb.cp/templates.exp: Use standard_testfile,
3748 prepare_for_testing.
3749 (do_tests): Update.
3750 * gdb.cp/try_catch.exp: Use standard_testfile,
3751 prepare_for_testing.
3752 * gdb.cp/typedef-operator.exp: Use standard_testfile.
3753 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
3754 * gdb.cp/virtbase.exp: Use standard_testfile,
3755 prepare_for_testing.
3756 * gdb.cp/virtfunc.exp: Use standard_testfile,
3757 prepare_for_testing.
3758 (do_tests): Update.
3759 * gdb.cp/virtfunc2.exp: Use standard_testfile,
3760 prepare_for_testing.
3761
3762 2012-07-10 Tom Tromey <tromey@redhat.com>
3763
3764 * lib/gdb.exp (standard_testfile): Unset output variables from
3765 earlier invocations.
3766
3767 2012-07-10 Yao Qi <yao@codesourcery.com>
3768
3769 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
3770 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
3771 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
3772 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
3773 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
3774 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
3775 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
3776 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
3777 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
3778 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
3779 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
3780 * gdb.mi/mi-var-display.exp: Likewise.
3781 * gdb.mi/mi-var-invalidate.exp: Likewise.
3782 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
3783 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
3784 * gdb.mi/mi2-console.exp: Likewise.
3785 * gdb.mi/mi2-disassemble.exp: Likewise.
3786 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
3787 * gdb.mi/mi2-read-memory.exp: Likewise.
3788 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
3789 * gdb.mi/mi2-simplerun.exp: Likewise.
3790 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
3791 * gdb.mi/mi2-syn-frame.exp: Likewise.
3792 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
3793 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
3794 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
3795
3796 2012-07-09 Tom Tromey <tromey@redhat.com>
3797
3798 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
3799 * gdb.base/callfuncs.exp: Add cast-based test.
3800 * gdb.base/callfuncs.c (voidfunc): New function.
3801
3802 2012-07-08 Doug Evans <dje@google.com>
3803
3804 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
3805
3806 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3807
3808 Fix XFAIL compatibility with old i386 systems.
3809 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
3810 Check also 'Cannot insert breakpoint 0'.
3811
3812 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3813
3814 PR 14321
3815 * gdb.base/find.exp
3816 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
3817
3818 2012-07-06 Tom Tromey <tromey@redhat.com>
3819
3820 * gdb.base/whatis.exp: Add test.
3821
3822 2012-07-06 Tom Tromey <tromey@redhat.com>
3823
3824 * gdb.base/whatis.exp: Add regression test.
3825
3826 2012-07-06 Tom Tromey <tromey@redhat.com>
3827
3828 * gdb.base/whatis.exp: Add tests.
3829
3830 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3831
3832 PR 12649
3833 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
3834 gdb_test_multiple $gdb_prompt terminator.
3835
3836 2012-07-04 Pedro Alves <palves@redhat.com>
3837
3838 * gdb.mi/mi-reverse.exp: Use supports_reverse and
3839 supports_process_record.
3840
3841 2012-07-04 Pedro Alves <palves@redhat.com>
3842
3843 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
3844 endings.
3845 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
3846
3847 2012-07-03 Stan Shebs <stan@codesourcery.com>
3848
3849 * gdb.base/info-os.c (main): Retry resource acquisition until an
3850 available one is found.
3851 * gdb.base/info-os.exp: Collect resource keys from the program
3852 and use them in matching.
3853
3854 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3855
3856 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
3857 Wrap the test into loop for corefile and core0file.
3858
3859 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3860
3861 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
3862 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
3863 .note.GNU-stack.
3864
3865 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
3866
3867 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3868
3869 * gdb.base/help.exp (help b, help br, help bre, help brea, help
3870 break): Include help message for the new `-probe' and `-probe-stap'
3871 options.
3872
3873 2012-07-02 Stan Shebs <stan@codesourcery.com>
3874
3875 * gdb.base/dprintf.exp: Add agent style tests.
3876
3877 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3878
3879 * gdb.base/stale-infcall.c (infcall): New label test-next.
3880 (main): New labels test-pass and test-fail.
3881 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
3882 $test_fail_bpnum to test-fail.
3883 (test system longjmp tracking support): New test.
3884 Delete $test_fail_bpnum.
3885 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
3886 breakpoint.
3887
3888 2012-06-30 Doug Evans <dje@google.com>
3889
3890 * gdb.dwarf2/fission-reread.S: New file.
3891 * gdb.dwarf2/fission-reread.exp: New file.
3892
3893 2012-06-28 Stan Shebs <stan@codesourcery.com>
3894
3895 * gdb.mi/mi-logging.exp: New file.
3896
3897 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3898 Pedro Alves <palves@redhat.com>
3899
3900 * gdb.threads/siginfo-threads.exp: New file.
3901 * gdb.threads/siginfo-threads.c: New file.
3902 * gdb.threads/sigstep-threads.exp: New file.
3903 * gdb.threads/sigstep-threads.c: New file.
3904
3905 2012-06-28 Tom Tromey <tromey@redhat.com>
3906
3907 * gdb.go/package.exp: Partially revert earlier patch; use
3908 gdb_compile again. Use standard_output_file.
3909
3910 2012-06-27 Doug Evans <dje@google.com>
3911
3912 * gdb.dwarf2/fission-base.c: New file.
3913 * gdb.dwarf2/fission-base.S: New file.
3914 * gdb.dwarf2/fission-base.exp: New file.
3915
3916 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3917
3918 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
3919
3920 2012-06-27 Tom Tromey <tromey@redhat.com>
3921
3922 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
3923 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
3924
3925 2012-06-27 Tom Tromey <tromey@redhat.com>
3926
3927 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
3928 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
3929 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
3930 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
3931 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
3932 prepare_for_testing.
3933 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
3934 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
3935 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
3936 standard_testfile.
3937 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
3938 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
3939 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
3940 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
3941 prepare_for_testing.
3942 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
3943 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
3944 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
3945 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
3946 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
3947 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
3948 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
3949 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
3950 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
3951 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
3952 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
3953 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
3954 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
3955 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
3956 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
3957 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
3958 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
3959 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
3960 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
3961 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
3962 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
3963 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
3964 standard_output_file.
3965 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
3966 standard_output_file.
3967 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
3968 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
3969 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
3970 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
3971 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
3972 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
3973 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
3974 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
3975 * gdb.dwarf2/implptr.exp: Use standard_testfile.
3976 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
3977 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
3978 * gdb.dwarf2/pieces.exp: Use standard_testfile.
3979 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
3980 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
3981 * gdb.dwarf2/valop.exp: Use standard_testfile,
3982 prepare_for_testing.
3983
3984 2012-06-27 Tom Tromey <tromey@redhat.com>
3985
3986 * gdb.python/python.exp: Fix regexps in pagination tests.
3987
3988 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3989
3990 * gdb.python/py-symtab.exp: Add tests to test the new attribute
3991 'last' of gdb.Symtab_and_line.
3992 * gdb.python/py-symbol.c: Move break point comment to enable
3993 testing of gdb.Symtab_and_line.last.
3994
3995 2012-06-26 Tom Tromey <tromey@redhat.com>
3996
3997 * gdb.threads/step.c: Remove.
3998 * gdb.threads/step.exp: Remove.
3999 * gdb.threads/step2.exp: Remove.
4000
4001 2012-06-26 Tom Tromey <tromey@redhat.com>
4002
4003 * gdb.threads/watchpoint-fork.exp (test): Use
4004 standard_output_file. Don't declare objdir.
4005 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
4006 standard_output_file.
4007 * gdb.threads/attach-stopped.exp: Use standard_testfile.
4008 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
4009 clean_restart. Remove incdir.
4010 * gdb.threads/corethreads.exp: Use standard_testfile.
4011 * gdb.threads/execl.exp: Use standard_testfile,
4012 standard_output_file, clean_restart.
4013 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
4014 clean_restart.
4015 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
4016 clean_restart.
4017 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
4018 incdir.
4019 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
4020 clean_restart. Remove incdir.
4021 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
4022 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
4023 clean_restart. Remove incdir.
4024 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
4025 Remove incdir.
4026 * gdb.threads/leader-exit.exp: Use standard_testfile.
4027 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
4028 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
4029 clean_restart.
4030 * gdb.threads/manythreads.exp: Use standard_testfile,
4031 clean_restart. Remove incdir.
4032 * gdb.threads/multi-create.exp: Use standard_testfile,
4033 clean_restart.
4034 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
4035 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
4036 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
4037 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
4038 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
4039 * gdb.threads/pending-step.exp: Use standard_testfile,
4040 clean_restart. Remove incdir.
4041 * gdb.threads/print-threads.exp: Use standard_testfile,
4042 clean_restart. Remove incdir.
4043 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
4044 clean_restart. Remove incdir.
4045 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
4046 Remove incdir.
4047 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
4048 incdir.
4049 * gdb.threads/sigthread.exp: Use standard_testfile,
4050 clean_restart.
4051 * gdb.threads/staticthreads.exp: Use standard_testfile,
4052 clean_restart. Remove incdir.
4053 * gdb.threads/switch-threads.exp: Use standard_testfile,
4054 clean_restart. Remove incdir.
4055 * gdb.threads/thread-execl.exp: Use standard_testfile,
4056 clean_restart. Remove incdir.
4057 * gdb.threads/thread-find.exp: Use standard_testfile,
4058 clean_restart.
4059 * gdb.threads/thread-specific.exp: Use standard_testfile,
4060 clean_restart. Remove incdir.
4061 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
4062 clean_restart. Remove incdir.
4063 * gdb.threads/thread_check.exp: Use standard_testfile,
4064 clean_restart. Remove incdir.
4065 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
4066 incdir.
4067 * gdb.threads/threadapply.exp: Use standard_testfile,
4068 clean_restart. Remove incdir.
4069 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
4070 clean_restart. Remove incdir.
4071 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
4072 clean_restart.
4073 * gdb.threads/tls-shared.exp: Use standard_testfile,
4074 clean_restart, standard_output_file.
4075 * gdb.threads/tls-var.exp: Use standard_testfile,
4076 standard_output_file.
4077 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
4078 Remove incdir.
4079 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
4080 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
4081 incdir.
4082 * gdb.threads/watchthreads2.exp: Use standard_testfile,
4083 clean_restart. Remove incdir.
4084
4085 2012-06-26 Tom Tromey <tromey@redhat.com>
4086
4087 * gdb.trace/actions.exp: Use standard_testfile.
4088 * gdb.trace/ax.exp: Use standard_testfile.
4089 * gdb.trace/backtrace.exp: Use standard_testfile.
4090 * gdb.trace/change-loc.exp: Use standard_testfile.
4091 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
4092 * gdb.trace/collection.exp: Use standard_testfile,
4093 prepare_for_testing.
4094 * gdb.trace/deltrace.exp: Use standard_testfile.
4095 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
4096 * gdb.trace/ftrace.exp: Use standard_testfile.
4097 * gdb.trace/infotrace.exp: Use standard_testfile.
4098 * gdb.trace/packetlen.exp: Use standard_testfile.
4099 * gdb.trace/passc-dyn.exp: Use standard_testfile.
4100 * gdb.trace/passcount.exp: Use standard_testfile.
4101 * gdb.trace/pending.exp: Use standard_testfile.
4102 * gdb.trace/report.exp: Use standard_testfile.
4103 * gdb.trace/save-trace.exp: Use standard_testfile.
4104 * gdb.trace/stap-trace.exp: Use standard_testfile.
4105 * gdb.trace/status-stop.exp: Use standard_testfile.
4106 * gdb.trace/strace.exp: Use standard_testfile.
4107 * gdb.trace/tfile.exp: Use standard_testfile.
4108 * gdb.trace/tfind.exp: Use standard_testfile.
4109 * gdb.trace/trace-break.exp: Use standard_testfile.
4110 * gdb.trace/trace-mt.exp: Use standard_testfile.
4111 * gdb.trace/tracecmd.exp: Use standard_testfile.
4112 * gdb.trace/tspeed.exp: Use standard_testfile.
4113 * gdb.trace/tstatus.exp: Use standard_testfile.
4114 * gdb.trace/tsv.exp: Use standard_testfile.
4115 * gdb.trace/unavailable.exp: Use standard_testfile,
4116 prepare_for_testing.
4117 * gdb.trace/while-dyn.exp: Use standard_testfile.
4118 * gdb.trace/while-stepping.exp: Use standard_testfile.
4119
4120 2012-06-26 Tom Tromey <tromey@redhat.com>
4121
4122 * gdb.reverse/break-precsave.exp: Use standard_testfile.
4123 * gdb.reverse/break-reverse.exp: Use standard_testfile.
4124 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
4125 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
4126 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
4127 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
4128 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
4129 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
4130 prepare_for_testing.
4131 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
4132 prepare_for_testing.
4133 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
4134 prepare_for_testing.
4135 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
4136 prepare_for_testing.
4137 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
4138 prepare_for_testing
4139 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
4140 * gdb.reverse/machinestate.exp: Use standard_testfile.
4141 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
4142 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
4143 build_executable.
4144 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
4145 build_executable.
4146 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
4147 standard_output_file.
4148 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
4149 standard_output_file.
4150 * gdb.reverse/step-precsave.exp: Use standard_testfile.
4151 * gdb.reverse/step-reverse.exp: Use standard_testfile.
4152 * gdb.reverse/until-precsave.exp: Use standard_testfile.
4153 * gdb.reverse/until-reverse.exp: Use standard_testfile.
4154 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
4155 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
4156
4157 2012-06-26 Tom Tromey <tromey@redhat.com>
4158
4159 * gdb.stabs/weird.exp: Remove directory-checking code. Use
4160 standard_output_file.
4161 * gdb.stabs/exclfwd.exp: Use standard_testfile,
4162 prepare_for_testing. Remove directory-checking code.
4163
4164 2012-06-25 Tom Tromey <tromey@redhat.com>
4165
4166 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
4167 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
4168 build_executable, not prepare_for_testing.
4169 * gdb.multi/base.exp: Use standard_output_file. Use
4170 build_executable, not prepare_for_testing.
4171
4172 2012-06-25 Tom Tromey <tromey@redhat.com>
4173
4174 * gdb.fortran/subarray.exp: Use standard_testfile,
4175 prepare_for_testing.
4176 * gdb.fortran/multi-dim.exp: Use standard_testfile.
4177 * gdb.fortran/module.exp: Use standard_testfile.
4178 * gdb.fortran/logical.exp: Use standard_testfile.
4179 * gdb.fortran/library-module.exp: Use standard_testfile,
4180 standard_output_file.
4181 * gdb.fortran/derived-type.exp: Use standard_testfile,
4182 prepare_for_testing.
4183 * gdb.fortran/complex.exp: Use standard_testfile,
4184 prepare_for_testing.
4185 * gdb.fortran/charset.exp: Use standard_testfile.
4186 * gdb.fortran/array-element.exp: Use standard_testfile,
4187 prepare_for_testing.
4188
4189 2012-06-25 Keith Seitz <keiths@redhat.com>
4190
4191 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
4192 Change rbreak-related tests to KFAIL and add bugzilla numbers.
4193
4194 2012-06-25 Tom Tromey <tromey@redhat.com>
4195
4196 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
4197 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
4198 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
4199 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
4200
4201 2012-06-25 Tom Tromey <tromey@redhat.com>
4202
4203 * gdb.linespec/ls-errs.exp: Use standard_testfile.
4204 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
4205 * gdb.linespec/linespec.exp: Use standard_testfile.
4206
4207 2012-06-25 Tom Tromey <tromey@redhat.com>
4208
4209 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
4210 prepare_for_testing.
4211
4212 2012-06-25 Tom Tromey <tromey@redhat.com>
4213
4214 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
4215 prepare_for_testing.
4216 * gdb.opt/inline-break.exp: Use standard_testfile,
4217 prepare_for_testing.
4218 * gdb.opt/inline-bt.exp: Use standard_testfile,
4219 prepare_for_testing.
4220 * gdb.opt/inline-cmds.exp: Use standard_testfile,
4221 prepare_for_testing.
4222 * gdb.opt/inline-locals.exp: Use standard_testfile,
4223 prepare_for_testing.
4224
4225 2012-06-25 Tom Tromey <tromey@redhat.com>
4226
4227 * gdb.asm/asm-source.exp: Use standard_output_file,
4228 standard_testfile. Construct .o files in proper subdir.
4229
4230 2012-06-25 Tom Tromey <tromey@redhat.com>
4231
4232 * gdb.server/ext-attach.exp: Use standard_testfile,
4233 prepare_for_testing.
4234 * gdb.server/ext-run.exp: Use standard_testfile,
4235 build_executable.
4236 * gdb.server/file-transfer.exp: Use standard_testfile,
4237 prepare_for_testing.
4238 * gdb.server/server-exec-info.exp: Use standard_testfile.
4239 * gdb.server/server-mon.exp: Use standard_testfile,
4240 prepare_for_testing.
4241 * gdb.server/server-run.exp: Use standard_testfile,
4242 build_executable.
4243 * gdb.server/solib-list.exp: Use standard_testfile,
4244 standard_output_file.
4245
4246 2012-06-25 Tom Tromey <tromey@redhat.com>
4247
4248 * lib/gdb.exp (standard_output_file): Use "file join".
4249 * gdb.go/chan.exp: Use standard_testfile.
4250 * gdb.go/handcall.exp: Use standard_testfile.
4251 * gdb.go/hello.exp: Use standard_testfile.
4252 * gdb.integers/chan.exp: Use standard_testfile.
4253 * gdb.go/methods.exp: Use standard_testfile.
4254 * gdb.go/package.exp: Use standard_testfile.
4255 * gdb.go/strings.exp: Use standard_testfile.
4256 * gdb.go/types.exp: Use standard_testfile.
4257 * gdb.go/unsafe.exp: Use standard_testfile.
4258
4259 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4260
4261 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
4262
4263 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4264
4265 Fix regression by the previous commit.
4266 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
4267
4268 2012-06-22 Tom Tromey <tromey@redhat.com>
4269
4270 * gdb.python/lib-types.exp: Use standard_testfile,
4271 prepare_for_testing.
4272 * gdb.python/py-block.exp: Use standard_testfile.
4273 * gdb.python/py-breakpoint.exp: Use standard_testfile.
4274 * gdb.python/py-events.exp: Use standard_testfile,
4275 standard_output_file.
4276 * gdb.python/py-evsignal.exp: Use standard_testfile.
4277 * gdb.python/py-evethreads.exp: Use standard_testfile.
4278 * gdb.python/py-explore-cc.exp: Use standard_testfile.
4279 * gdb.python/py-explore.exp: Use standard_testfile.
4280 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
4281 standard_output_file.
4282 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
4283 prepare_for_testing.
4284 * gdb.python/py-frame-inline.exp: Use standard_testfile.
4285 * gdb.python/py-frame.exp: Use standard_testfile.
4286 * gdb.python/py-inferior.exp: Use standard_testfile.
4287 * gdb.python/py-infthread.exp: Use standard_testfile.
4288 * gdb.python/py-mi.exp: Use standard_testfile.
4289 * gdb.python/py-objfile-script.exp: Use standard_testfile,
4290 build_executable.
4291 * gdb.python/py-objfile.exp: Use standard_testfile.
4292 * gdb.python/py-pp-maint.exp: Use standard_testfile,
4293 prepare_for_testing.
4294 * gdb.python/py-prettyprint.exp: Use standard_testfile.
4295 * gdb.python/py-progspace.exp: Use standard_testfile,
4296 build_executable.
4297 * gdb.python/py-prompt.exp: Use standard_testfile,
4298 build_executable.
4299 * gdb.python/py-section-script.exp: Use standard_testfile,
4300 build_executable.
4301 * gdb.python/py-shared.exp: Use standard_testfile,
4302 standard_output_file, clean_restart.
4303 * gdb.python/py-symbol.exp: Use standard_output_file,
4304 prepare_for_testing.
4305 * gdb.python/py-symtab.exp: Use standard_output_file,
4306 prepare_for_testing
4307 * gdb.python/py-template.exp: Use standard_testfile.
4308 * gdb.python/py-type.exp: Use standard_testfile.
4309 * gdb.python/py-value-cc.exp: Use standard_testfile.
4310 * gdb.python/py-value.exp: Use standard_testfile.
4311 * gdb.python/python.exp: Use standard_testfile, build_executable.
4312
4313 2012-06-22 Tom Tromey <tromey@redhat.com>
4314
4315 * gdb.objc/basicclass.exp: Use standard_testfile.
4316 (do_objc_tests): Don't declare objdir.
4317 * gdb.objc/nondebug.exp: Use standard_testfile.
4318 (do_objc_tests): Don't declare objdir.
4319 * gdb.objc/objcdecode.exp: Use standard_testfile.
4320 (do_objc_tests): Don't declare objdir.
4321
4322 2012-06-22 Tom Tromey <tromey@redhat.com>
4323
4324 * gdb.java/jmain.exp: Use standard_testfile.
4325 * gdb.java/jmisc.exp: Use standard_testfile.
4326 * gdb.java/jnpe.exp: Use standard_testfile.
4327 * gdb.java/jprint.exp: Use standard_testfile.
4328
4329 2012-06-22 Tom Tromey <tromey@redhat.com>
4330
4331 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
4332 (standard_output_file, standard_testfile): New procs.
4333 (build_executable, clean_restart): Use standard_output_file.
4334
4335 2012-06-22 Yao Qi <yao@codesourcery.com>
4336
4337 * boards/native-gdbserver.exp: New proc ${board}_exec.
4338 * boards/native-stdio-gdbserver.exp: Likewise.
4339
4340 2012-06-21 Tom Tromey <tromey@redhat.com>
4341
4342 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
4343 (build_executable): Update.
4344 (get_compiler_info): Remove 'binfile' argument.
4345 * gdb.ada/arrayidx.exp: Update.
4346 * gdb.ada/null_array.exp: Update.
4347 * gdb.arch/altivec-abi.exp: Update.
4348 * gdb.arch/altivec-regs.exp: Update.
4349 * gdb.arch/amd64-byte.exp: Update.
4350 * gdb.arch/amd64-dword.exp: Update.
4351 * gdb.arch/amd64-word.exp: Update.
4352 * gdb.arch/i386-avx.exp: Update.
4353 * gdb.arch/i386-byte.exp: Update.
4354 * gdb.arch/i386-sse.exp: Update.
4355 * gdb.arch/i386-word.exp: Update.
4356 * gdb.arch/ppc-dfp.exp: Update.
4357 * gdb.arch/ppc-fp.exp: Update.
4358 * gdb.arch/vsx-regs.exp: Update.
4359 * gdb.base/all-bin.exp: Update.
4360 * gdb.base/annota1.exp: Update.
4361 * gdb.base/async.exp: Update.
4362 * gdb.base/attach.exp: Update.
4363 * gdb.base/break-interp.exp: Update.
4364 * gdb.base/call-ar-st.exp: Update.
4365 * gdb.base/call-rt-st.exp: Update.
4366 * gdb.base/call-sc.exp: Update.
4367 * gdb.base/callfuncs.exp: Update.
4368 * gdb.base/catch-load.exp: Update.
4369 * gdb.base/completion.exp: Update.
4370 * gdb.base/complex.exp: Update.
4371 * gdb.base/condbreak.exp: Update.
4372 * gdb.base/consecutive.exp: Update.
4373 * gdb.base/constvars.exp: Update.
4374 * gdb.base/corefile.exp: Update.
4375 * gdb.base/eval-skip.exp: Update.
4376 * gdb.base/expand-psymtabs.exp: Update.
4377 * gdb.base/exprs.exp: Update.
4378 * gdb.base/fileio.exp: Update.
4379 * gdb.base/fixsection.exp: Update.
4380 * gdb.base/funcargs.exp: Update.
4381 * gdb.base/gdb11530.exp: Update.
4382 * gdb.base/gdb1555.exp: Update.
4383 * gdb.base/gnu-ifunc.exp: Update.
4384 * gdb.base/gnu_vector.exp: Update.
4385 * gdb.base/info-macros.exp: Update.
4386 * gdb.base/jit-simple.exp: Update.
4387 * gdb.base/jit-so.exp: Update.
4388 * gdb.base/jit.exp: Update.
4389 * gdb.base/langs.exp: Update.
4390 * gdb.base/list.exp: Update.
4391 * gdb.base/logical.exp: Update.
4392 * gdb.base/long_long.exp: Update.
4393 * gdb.base/longjmp.exp: Update.
4394 * gdb.base/macscp.exp: Update.
4395 * gdb.base/mips_pro.exp: Update.
4396 * gdb.base/miscexprs.exp: Update.
4397 * gdb.base/morestack.exp: Update.
4398 * gdb.base/nodebug.exp: Update.
4399 * gdb.base/opaque.exp: Update.
4400 * gdb.base/pc-fp.exp: Update.
4401 * gdb.base/pending.exp: Update.
4402 * gdb.base/permissions.exp: Update.
4403 * gdb.base/pointers.exp: Update.
4404 * gdb.base/prelink.exp: Update.
4405 * gdb.base/printcmds.exp: Update.
4406 * gdb.base/psymtab.exp: Update.
4407 * gdb.base/ptype.exp: Update.
4408 * gdb.base/relational.exp: Update.
4409 * gdb.base/scope.exp: Update.
4410 * gdb.base/setvar.exp: Update.
4411 * gdb.base/shlib-call.exp: Update.
4412 * gdb.base/shreloc.exp: Update.
4413 * gdb.base/signals.exp: Update.
4414 * gdb.base/sizeof.exp: Update.
4415 * gdb.base/so-impl-ld.exp: Update.
4416 * gdb.base/so-indr-cl.exp: Update.
4417 * gdb.base/solib-disc.exp: Update.
4418 * gdb.base/solib-display.exp: Update.
4419 * gdb.base/solib-nodir.exp: Update.
4420 * gdb.base/solib-overlap.exp: Update.
4421 * gdb.base/solib-symbol.exp: Update.
4422 * gdb.base/solib-weak.exp: Update.
4423 * gdb.base/solib.exp: Update.
4424 * gdb.base/store.exp: Update.
4425 * gdb.base/structs.exp: Update.
4426 * gdb.base/structs2.exp: Update.
4427 * gdb.base/type-opaque.exp: Update.
4428 * gdb.base/unload.exp: Update.
4429 * gdb.base/varargs.exp: Update.
4430 * gdb.base/volatile.exp: Update.
4431 * gdb.base/watch_thread_num.exp: Update.
4432 * gdb.base/watchpoint-solib.exp: Update.
4433 * gdb.base/watchpoint.exp: Update.
4434 * gdb.base/watchpoints.exp: Update.
4435 * gdb.base/whatis.exp: Update.
4436 * gdb.cell/arch.exp: Update.
4437 * gdb.cell/break.exp: Update.
4438 * gdb.cell/bt.exp: Update.
4439 * gdb.cell/core.exp: Update.
4440 * gdb.cell/data.exp: Update.
4441 * gdb.cell/ea-cache.exp: Update.
4442 * gdb.cell/f-regs.exp: Update.
4443 * gdb.cell/fork.exp: Update.
4444 * gdb.cell/gcore.exp: Update.
4445 * gdb.cell/mem-access.exp: Update.
4446 * gdb.cell/ptype.exp: Update.
4447 * gdb.cell/registers.exp: Update.
4448 * gdb.cell/sizeof.exp: Update.
4449 * gdb.cell/solib-symbol.exp: Update.
4450 * gdb.cell/solib.exp: Update.
4451 * gdb.cp/ambiguous.exp: Update.
4452 * gdb.cp/breakpoint.exp: Update.
4453 * gdb.cp/bs15503.exp: Update.
4454 * gdb.cp/casts.exp: Update.
4455 * gdb.cp/class2.exp: Update.
4456 * gdb.cp/cpexprs.exp: Update.
4457 * gdb.cp/cplusfuncs.exp: Update.
4458 * gdb.cp/ctti.exp: Update.
4459 * gdb.cp/dispcxx.exp: Update.
4460 * gdb.cp/gdb1355.exp: Update.
4461 * gdb.cp/gdb2384.exp: Update.
4462 * gdb.cp/gdb2495.exp: Update.
4463 * gdb.cp/infcall-dlopen.exp: Update.
4464 * gdb.cp/local.exp: Update.
4465 * gdb.cp/m-data.exp: Update.
4466 * gdb.cp/m-static.exp: Update.
4467 * gdb.cp/mb-ctor.exp: Update.
4468 * gdb.cp/mb-inline.exp: Update.
4469 * gdb.cp/mb-templates.exp: Update.
4470 * gdb.cp/member-ptr.exp: Update.
4471 * gdb.cp/method.exp: Update.
4472 * gdb.cp/namespace.exp: Update.
4473 * gdb.cp/nextoverthrow.exp: Update.
4474 * gdb.cp/nsdecl.exp: Update.
4475 * gdb.cp/nsrecurs.exp: Update.
4476 * gdb.cp/nsstress.exp: Update.
4477 * gdb.cp/nsusing.exp: Update.
4478 * gdb.cp/pr-1023.exp: Update.
4479 * gdb.cp/pr-1210.exp: Update.
4480 * gdb.cp/pr-574.exp: Update.
4481 * gdb.cp/pr9631.exp: Update.
4482 * gdb.cp/printmethod.exp: Update.
4483 * gdb.cp/psmang.exp: Update.
4484 * gdb.cp/re-set-overloaded.exp: Update.
4485 * gdb.cp/rtti.exp: Update.
4486 * gdb.cp/shadow.exp: Update.
4487 * gdb.cp/templates.exp: Update.
4488 * gdb.cp/try_catch.exp: Update.
4489 * gdb.dwarf2/dw2-ranges.exp: Update.
4490 * gdb.dwarf2/pr10770.exp: Update.
4491 * gdb.fortran/library-module.exp: Update.
4492 * gdb.hp/gdb.aCC/optimize.exp: Update.
4493 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
4494 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
4495 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
4496 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
4497 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
4498 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
4499 * gdb.hp/gdb.compat/xdb1.exp: Update.
4500 * gdb.hp/gdb.compat/xdb2.exp: Update.
4501 * gdb.hp/gdb.compat/xdb3.exp: Update.
4502 * gdb.hp/gdb.defects/bs14602.exp: Update.
4503 * gdb.hp/gdb.defects/solib-d.exp: Update.
4504 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
4505 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
4506 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
4507 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
4508 * gdb.mi/gdb792.exp: Update.
4509 * gdb.mi/mi-pending.exp: Update.
4510 * gdb.mi/mi-solib.exp: Update.
4511 * gdb.mi/mi-var-cp.exp: Update.
4512 * gdb.opt/clobbered-registers-O2.exp: Update.
4513 * gdb.opt/inline-bt.exp: Update.
4514 * gdb.opt/inline-cmds.exp: Update.
4515 * gdb.opt/inline-locals.exp: Update.
4516 * gdb.python/py-events.exp: Update.
4517 * gdb.python/py-finish-breakpoint.exp: Update.
4518 * gdb.python/py-type.exp: Update.
4519 * gdb.reverse/solib-precsave.exp: Update.
4520 * gdb.reverse/solib-reverse.exp: Update.
4521 * gdb.server/solib-list.exp: Update.
4522 * gdb.stabs/weird.exp: Update.
4523 * gdb.threads/attach-into-signal.exp: Update.
4524 * gdb.threads/attach-stopped.exp: Update.
4525 * gdb.threads/tls-shared.exp: Update.
4526 * gdb.trace/change-loc.exp: Update.
4527 * gdb.trace/strace.exp: Update.
4528
4529 2012-06-19 Tom Tromey <tromey@redhat.com>
4530
4531 * gdb.base/whatis.exp: Add tests.
4532
4533 2012-06-19 Tom Tromey <tromey@redhat.com>
4534
4535 * gdb.cp/m-static.cc (keepalive): New function.
4536 (gnu_obj_1::method): Use it.
4537
4538 2012-06-18 Doug Evans <dje@google.com>
4539
4540 * gdb.base/info-fun.exp: New file.
4541 * gdb.base/info-fun.c: New file.
4542 * gdb.base/info-fun-solib.c: New file.
4543
4544 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4545
4546 Remove stale dummy frames.
4547 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
4548 (maintenance info breakpoints): New tests.
4549 * gdb.base/stale-infcall.c: New file.
4550 * gdb.base/stale-infcall.exp: New file.
4551
4552 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4553
4554 * gdb.arch/amd64-entry-value-param.S: New file.
4555 * gdb.arch/amd64-entry-value-param.c: New file.
4556 * gdb.arch/amd64-entry-value-param.exp: New file.
4557
4558 2012-06-15 Tom Tromey <tromey@redhat.com>
4559
4560 * gdb.cp/namespace.exp: Add "show lang" test.
4561
4562 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4563
4564 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
4565 case. (top level): Use gdb_file_cmd instead of gdb_load.
4566
4567 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4568
4569 PR tdep/14222
4570 * gdb.arch/i386-sse-stack-align.S: New file.
4571 * gdb.arch/i386-sse-stack-align.c: New file.
4572 * gdb.arch/i386-sse-stack-align.exp: New file.
4573
4574 2012-06-13 Keith Seitz <keiths@redhat.com>
4575
4576 PR breakpoints/13798 and mi/11541
4577 * gdb.linespec/ls-errs.exp: Add a few more tests for
4578 filenames with spaces and colons.
4579
4580 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4581
4582 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4583 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
4584 (test_function): Call CV_f.
4585 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
4586 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
4587 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
4588 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
4589 (p CV_f(CV::i)): New tests.
4590
4591 2012-06-13 Tom Tromey <tromey@redhat.com>
4592
4593 * gdb.base/condbreak.exp: Add tests for "condition" completion.
4594
4595 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4596
4597 Fix regression by the "ambiguous linespec" series.
4598 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
4599 tests.
4600
4601 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4602
4603 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
4604 missing.
4605
4606 2012-06-11 Tom Tromey <tromey@redhat.com>
4607
4608 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
4609 location...
4610 (main): ...here.
4611
4612 2012-06-07 Yao Qi <yao@codesourcery.com>
4613
4614 * gdb.trace/strace.exp: Shorten some too-long lines.
4615
4616 2012-06-06 Pedro Alves <palves@redhat.com>
4617
4618 * gdb.threads/clone-new-thread-event.c: New file.
4619 * gdb.threads/clone-new-thread-event.exp: New file.
4620
4621 2012-06-06 Yao Qi <yao@codesourcery.com>
4622
4623 * gdb.base/dprintf.c (main): Add extra parameter when calling
4624 printf and fprintf.
4625 (bar): New function. It is a dead function, but to ensure
4626 'malloc' is linked explicitly.
4627
4628 2012-06-06 Yao Qi <yao@codesourcery.com>
4629
4630 * gdb.base/info-proc.exp: Return if target doesn't support
4631 'info proc'.
4632
4633 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4634
4635 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
4636 (run program with breakpoint commands): XFAIl if it is not.
4637
4638 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4639
4640 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
4641 and add comment.
4642 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
4643 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
4644 "STOP" marker. Adjust testing strategy to make it work on
4645 all targets.
4646
4647 * gdb.base/print-file-var-main.c (main): Rewrite using local
4648 variables and adjust get_version_2's return value check.
4649 Add small comment.
4650 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
4651 marker. Adjust testing strategy to make it work on all targets.
4652
4653 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4654
4655 * gdb.ada/bad-task-bp-keyword: New testcase.
4656
4657 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4658
4659 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
4660 Simplify it to ...
4661 (symbol-file ${testfile1}): ... here.
4662 (test eliminated var my_global_symbol)
4663 (test eliminated var my_static_symbol)
4664 (test eliminated var my_global_func, get address of main): Wrap them to
4665 'single psymtabs' and 'single symtabs'
4666 (get address of my_global_symbol, get address of my_static_symbol)
4667 (get address of my_global_func, get address of main): Wrap them to
4668 'order1' and 'order2'.
4669
4670 * gdb.base/code_elim.exp
4671 (add-symbol-file ${testfile1} 0x100000)
4672 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
4673 'order2'.
4674 (order1: add-symbol-file ${testfile1} 0x100000)
4675 (order1: add-symbol-file ${testfile2} 0x200000)
4676 (order2: add-symbol-file ${testfile2} 0x200000)
4677 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
4678 .bss as appropriate.
4679
4680 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4681
4682 * gdb.server/solib-list-lib.c: New file.
4683 * gdb.server/solib-list-main.c: New file.
4684 * gdb.server/solib-list.exp: New file.
4685
4686 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
4687
4688 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
4689 for 'set print symbol' change.
4690
4691 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4692
4693 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
4694 .debug_abbrev_seg3.
4695
4696 2012-05-24 John Steele Scott <toojays@toojays.net>
4697
4698 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4699 * gdb.dwarf2/dw2-icc-opaque.S: New file.
4700 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
4701
4702 2012-05-23 Stan Shebs <stan@codesourcery.com>
4703
4704 * gdb.mi/mi-info-os.exp: New file.
4705
4706 2012-05-23 Keith Seitz <keiths@redhat.com>
4707
4708 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
4709 return -1 to suppress the rest of the tests.
4710 (compile_stap_bin): Return boolean success value.
4711
4712 2012-05-21 Tom Tromey <tromey@redhat.com>
4713
4714 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
4715 Remove kfails.
4716 (test_print_mi_member_types): Likewise.
4717
4718 2012-05-21 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
4721 print symbol' change.
4722
4723 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4724
4725 * gdb.python/py-prompt.exp: Quit if the target is remote.
4726
4727 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4728
4729 Fix ERROR: internal buffer is full.
4730 * gdb.base/info-os.exp (expect_multiline): New function.
4731 (get process list, get process groups, get threads)
4732 (get file descriptors, get internet-domain sockets)
4733 (get shared-memory regions, get semaphores, get message queues): Use
4734 it for these tests.
4735
4736 2012-05-18 Tom Tromey <tromey@redhat.com>
4737
4738 * gdb.mi/mi-var-cmd.exp: Update.
4739 * gdb.objc/basicclass.exp (do_objc_tests): Update.
4740 * gdb.cp/virtbase.exp: Update.
4741 * gdb.cp/classes.exp (test_static_members): Update.
4742 * gdb.cp/casts.exp: Update.
4743 * gdb.base/pointers.exp: Update.
4744 * gdb.base/funcargs.exp (pointer_args): Update.
4745 (structs_by_reference): Update.
4746 * gdb.base/find.exp: Update.
4747 * gdb.base/call-strs.exp: Send "set print symbol off".
4748 * gdb.base/call-ar-st.exp: Update.
4749 * gdb.ada/fun_addr.exp: Update.
4750 * gdb.base/printcmds.exp (test_print_symbol): New proc.
4751 Call it.
4752 (test_print_repeats_10, test_print_strings)
4753 (test_print_char_arrays): Update.
4754
4755 2012-05-18 Tom Tromey <tromey@redhat.com>
4756
4757 * gdb.base/charset.exp (string_display): Update.
4758
4759 2012-05-18 Tom Tromey <tromey@redhat.com>
4760
4761 * gdb.mi/mi2-var-display.exp: Update.
4762 * gdb.mi/mi-var-display.exp: Update.
4763 * gdb.mi/mi-var-child.exp: Update.
4764 * gdb.cp/expand-psymtabs-cxx.exp: Update.
4765 * gdb.cp/cp-relocate.exp (get_func_address): Update.
4766
4767 2012-05-17 Doug Evans <dje@google.com>
4768
4769 * info-macros.exp: Pass "debug" to prepare_for_testing.
4770
4771 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
4772 * gdb.ada/Makefile.in (clean): Ditto.
4773 * gdb.arch/Makefile.in (clean): Ditto.
4774 * gdb.asm/Makefile.in (clean): Ditto.
4775 * gdb.base/Makefile.in (clean): Ditto.
4776 * gdb.cell/Makefile.in (clean): Ditto.
4777 * gdb.cp/Makefile.in (clean): Ditto.
4778 * gdb.disasm/Makefile.in (clean): Ditto.
4779 * gdb.dwarf2/Makefile.in (clean): Ditto.
4780 * gdb.fortran/Makefile.in (clean): Ditto.
4781 * gdb.go/Makefile.in (clean): Ditto.
4782 * gdb.hp/Makefile.in (clean): Ditto.
4783 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
4784 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
4785 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
4786 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
4787 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
4788 * gdb.java/Makefile.in (clean): Ditto.
4789 * gdb.linespec/Makefile.in (clean): Ditto.
4790 * gdb.mi/Makefile.in (clean): Ditto.
4791 * gdb.modula2/Makefile.in (clean): Ditto.
4792 * gdb.multi/Makefile.in (clean): Ditto.
4793 * gdb.objc/Makefile.in (clean): Ditto.
4794 * gdb.opencl/Makefile.in (clean): Ditto.
4795 * gdb.opt/Makefile.in (clean): Ditto.
4796 * gdb.pascal/Makefile.in (clean): Ditto.
4797 * gdb.python/Makefile.in (clean): Ditto.
4798 * gdb.reverse/Makefile.in (clean): Ditto.
4799 * gdb.server/Makefile.in (clean): Ditto.
4800 * gdb.stabs/Makefile.in (clean): Ditto.
4801 * gdb.threads/Makefile.in (clean): Ditto.
4802 * gdb.trace/Makefile.in (clean): Ditto.
4803 * gdb.xml/Makefile.in (clean): Ditto.
4804
4805 2012-05-16 Tom Tromey <tromey@redhat.com>
4806
4807 * gdb.base/macscp1.c (macscp_expr): Add comment.
4808 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
4809
4810 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
4811
4812 * gdb.base/return-nodebug.exp: Also test float and double types.
4813
4814 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4815
4816 PR testsuite/12649
4817 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
4818
4819 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
4820
4821 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
4822
4823 * gdb.base/stap-probe.exp (stap_test): Remove calls to
4824 `rerun_to_main'.
4825 (stap_test_no_debuginfo): Likewise.
4826
4827 2012-05-14 Stan Shebs <stan@codesourcery.com>
4828
4829 * gdb.base/dprintf.c: New file.
4830 * gdb.base/dprintf.exp: New file.
4831
4832 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
4833
4834 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
4835 * gdb.trace/disconnected-tracing.c: New file.
4836 * gdb.trace/disconnected-tracing.exp: New file.
4837
4838 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4839
4840 * gdb.python/python.c: Add a new breakpoint comment.
4841 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
4842
4843 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
4844
4845 * gdb.base/info-os.exp: New file.
4846 * gdb.base/info-os.c: New file.
4847
4848 2012-05-10 Joel Brobecker <brobecker@adacore.com>
4849
4850 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
4851 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
4852 New files.
4853
4854 2012-05-10 Joel Brobecker <brobecker@adacore.com>
4855
4856 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
4857 gdb.base/ctxobj.exp: New files.
4858
4859 2012-05-09 Tom Tromey <tromey@redhat.com>
4860
4861 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
4862
4863 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
4864
4865 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
4866
4867 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
4868
4869 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
4870 before using it.
4871
4872 2012-05-04 Tristan Gingold <gingold@adacore.com>
4873
4874 * gdb.base/set-noassign.exp: New test.
4875
4876 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4877
4878 * gdb.python/py-symbol.exp: Add tests to test the new methods
4879 gdb.Symtab.global_block() and gdb.Symtab.static_block().
4880 * gdb.python/py-symbol.c: Add new struct to help test
4881 gdb.Symtab.static_block().
4882
4883 2012-05-03 Doug Evans <dje@google.com>
4884
4885 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
4886 commented out.
4887
4888 2012-05-03 Yao Qi <yao@codesourcery.com>
4889
4890 * gdb.base/catch-syscall.exp: Skip it before compilation if target
4891 doesn't support.
4892 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
4893 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
4894
4895 2012-05-03 Yao Qi <yao@codesourcery.com>
4896
4897 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
4898
4899 2012-04-30 Doug Evans <dje@google.com>
4900
4901 PR testsuite/13961
4902 * gdb.dwarf2/pr13961.S: New file.
4903 * gdb.dwarf2/pr13961.exp: New file.
4904
4905 2012-04-29 Yao Qi <yao@codesourcery.com>
4906
4907 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
4908
4909 2012-04-28 Doug Evans <dje@google.com>
4910
4911 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
4912 .Ltype_int_in_cu2. Use name "int2" instead of "int".
4913 All uses updated.
4914 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
4915 "ptype func_cu1" to expand cu2 before cu1.
4916
4917 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4918 Tom Tromey <tromey@redhat.com>
4919
4920 * gdb.base/default.exp: Add `$_probe_arg*' convenience
4921 variables.
4922 * gdb.base/stap-probe.c: New file.
4923 * gdb.base/stap-probe.exp: New file.
4924 * gdb.trace/stap-trace.c: New file.
4925 * gdb.trace/stap-trace.exp: New file.
4926 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
4927 libgcc's unwinder.
4928
4929 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
4930
4931 * gdb.arch/mips16-thunks-inmain.c: New file.
4932 * gdb.arch/mips16-thunks-main.c: New file.
4933 * gdb.arch/mips16-thunks-sin.c: New file.
4934 * gdb.arch/mips16-thunks-sinfrob.c: New file.
4935 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
4936 * gdb.arch/mips16-thunks-sinmain.c: New file.
4937 * gdb.arch/mips16-thunks-sinmips16.c: New file.
4938 * gdb.arch/mips16-thunks.exp: New file.
4939
4940 2012-04-25 Doug Evans <dje@google.com>
4941
4942 * configure.ac: Create gdb.go/Makefile.
4943 * configure: Regenerate.
4944 * gdb.base/default.exp: Add "go" to "set language" testing.
4945 * gdb.go/Makefile.in: New file.
4946 * gdb.go/basic-types.exp: New file.
4947 * gdb.go/chan.exp: New file.
4948 * gdb.go/chan.go: New file.
4949 * gdb.go/handcall.exp: New file.
4950 * gdb.go/handcall.go: New file.
4951 * gdb.go/hello.exp: New file.
4952 * gdb.go/hello.go: New file.
4953 * gdb.go/integers.exp: New file.
4954 * gdb.go/integers.go: New file.
4955 * gdb.go/methods.exp: New file.
4956 * gdb.go/methods.go: New file.
4957 * gdb.go/package.exp: New file.
4958 * gdb.go/package1.go: New file.
4959 * gdb.go/package2.go: New file.
4960 * gdb.go/print.exp: New file.
4961 * gdb.go/strings.exp: New file.
4962 * gdb.go/strings.go: New file.
4963 * gdb.go/types.exp: New file.
4964 * gdb.go/types.go: New file.
4965 * gdb.go/unsafe.exp: New file.
4966 * gdb.go/unsafe.go: New file.
4967 * lib/future.exp: Add Go support.
4968 (gdb_find_go, gdb_find_go_linker): New procs.
4969 (gdb_default_target_compile): Add Go support.
4970 * lib/gdb.exp (skip_go_tests): New proc.
4971 * lib/go.exp: New file.
4972
4973 2012-04-25 Tom Tromey <tromey@redhat.com>
4974
4975 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
4976
4977 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
4978 Jan Kratochvil <jan.kratochvil@redhat.com>
4979
4980 PR symtab/7259:
4981 * gdb.base/enumval.c: New test case.
4982 * gdb.base/enumval.exp: New test case.
4983 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
4984 field.bitpos.
4985
4986 2012-04-17 Pedro Alves <palves@redhat.com>
4987
4988 * Makefile.in (site.exp): Make site.exp source
4989 $srcdir/lib/append_gdb_boards_dir.exp.
4990 * lib/append_gdb_boards_dir.exp: New file.
4991
4992 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4993
4994 New option "set auto-load safe-path".
4995 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
4996 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
4997
4998 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4999
5000 auto-load: Implementation.
5001 * gdb.base/help.exp (test set height): Increase the height.
5002 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
5003 to ...
5004 (info auto-load python-scripts): ... here.
5005 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
5006 to ...
5007 (info auto-load python-scripts *): ... here.
5008
5009 2012-04-16 Yao Qi <yao@codesourcery.com>
5010
5011 * lib/trace-support.exp (get_in_proc_agent): New.
5012 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
5013 of in process trace agent.
5014 * gdb.trace/ftrace.exp: Likewise.
5015 * gdb.trace/pending.exp: Likewise.
5016 * gdb.trace/trace-break.exp: Likewise.
5017 * gdb.trace/trace-mt.exp
5018 * gdb.trace/tspeed.exp: Likewise.
5019 * gdb.trace/tstatus.exp
5020 * gdb.trace/strace.exp: Likewise.
5021
5022 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
5023
5024 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
5025 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
5026
5027 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
5028
5029 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
5030
5031 PR mi/13393
5032 * gdb.mi/mi-var-rtti.cc: New file.
5033 * gdb.mi/mi-var-rtti.exp: New file.
5034 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
5035 function.
5036 (mi_varobj_update_with_type_change): updated to avoid code duplication.
5037
5038 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
5039
5040 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
5041 EXECUTABLES.
5042 * gdb.python/py-explore.c: C program used for testing the new
5043 'explore' command on C constructs.
5044 * gdb.python/py-explore.cc: C++ program used for testing the new
5045 'explore' command on C++ constructs.
5046 * gdb-python/py-explore.exp: Tests for the new 'explore'
5047 command on C constructs.
5048 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
5049 command on C++ constructs.
5050
5051 2012-04-07 Mark Kettenis <kettenis@gnu.org>
5052
5053 * gdb.base/funcargs.exp (complex_args): Fix typo.
5054
5055 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5056
5057 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
5058 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
5059
5060 2012-04-05 Keith Seitz <keiths@redhat.com>
5061
5062 * gdb.base/advance.exp: Update error message for
5063 "advance malformed" test.
5064 * gdb.base/break.exp: Likewise for "breakpoint with
5065 trailing garbage" test.
5066 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
5067 with trailing garbage" test.
5068 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
5069 trailng garbage" test.
5070 * gdb.base/until.exp: Likewise for "malformed until" test.
5071 * gdb.cp/ovldbreak.exp: Create the breakpoint table
5072 for "breakpoint info (after setting on all)".
5073 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
5074 tests.
5075 * gdb.cp/cplabel.cc: New file.
5076 * gdb.cp/cplabel.exp: New test.
5077 * gdb.linespec/ls-errs.c: New file.
5078 * gdb.linespec/ls-errs.exp: New test.
5079
5080 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5081
5082 * gdb.trace/unavailable.exp
5083 (collect globals: print object on: print derived_partial)
5084 (collect globals: print object on: print derived_whole)
5085 (collect globals: print object off: print derived_partial)
5086 (collect globals: print object off: print derived_whole): Update
5087 expected output.
5088
5089 2012-03-30 Keith Seitz <keiths@redhat.com>
5090
5091 * gdb.python: Add test for linespecs with commas.
5092
5093 2012-03-28 Keith Seitz <keiths@redhat.com>
5094
5095 * gdb.linespec/ls-dollar.cc: New file.
5096 * gdb.linespec/ls-dollar.exp: New test.
5097
5098 2012-03-28 Keith Seitz <keiths@redhat.com>
5099
5100 * gdb.cp/namespace.exp: Add breakpoint tests for functions
5101 starting with the global namespace.
5102
5103 2012-03-23 Doug Evans <dje@google.com>
5104
5105 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
5106
5107 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5108
5109 * gdb.python/py-value.cc: Add test case for testing the
5110 methodology exposing C++ values to Python.
5111 * gdb.python/py-value-cc.exp: Add tests testing the methodology
5112 exposing C++ values to Python.
5113 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
5114
5115 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5116 Siddhesh Poyarekar <siddhesh@redhat.com>
5117
5118 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5119 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
5120 (generate native core dump): Make the test unsupported if core cannot
5121 be generated.
5122
5123 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5124
5125 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
5126 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
5127 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
5128
5129 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5130
5131 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
5132
5133 2012-03-17 Doug Evans <dje@google.com>
5134
5135 * dg-extract-results.sh: Handle KFAILs.
5136
5137 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5138
5139 PR symtab/13777
5140 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
5141
5142 2012-03-16 Joel Brobecker <brobecker@adacore.com>
5143
5144 * gdb.ada/set_pckd_arr_elt: New testcase.
5145
5146 2012-03-16 Gary Benson <gbenson@redhat.com>
5147
5148 PR breakpoints/10738
5149 * gdb.opt/inline-break.exp: New file.
5150 * gdb.opt/inline-break.c: Likewise.
5151 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
5152 * gdb.dwarf2/dw2-inline-break.S: Likewise.
5153 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
5154 * gdb.base/async-shell.exp: Likewise.
5155 * lib/mi-support.exp (library_loaded_re): Likewise.
5156
5157 2012-03-15 Tom Tromey <tromey@redhat.com>
5158
5159 * gdb.cp/virtfunc2.exp: Update expected output.
5160 * gdb.cp/pr9631.exp: Update expected output.
5161 * gdb.cp/member-ptr.exp: Update expected output.
5162 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
5163 output.
5164 * gdb.cp/casts.exp: Update expected output.
5165
5166 2012-03-15 Tom Tromey <tromey@redhat.com>
5167
5168 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
5169 (test_info_vtbl): Likewise.
5170 (do_tests): Call test_info_vtbl.
5171 * gdb.cp/virtfunc.cc (va): New global.
5172
5173 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
5174
5175 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
5176 describing DWARF data structures.
5177 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
5178 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
5179 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
5180 * gdb.dwarf2/dw2-entry-value.S: Likewise.
5181 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5182 * gdb.dwarf2/dw2-param-error.S: Likewise.
5183 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
5184 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
5185 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
5186 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
5187 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
5188 * gdb.dwarf2/pr11465.S: Likewise.
5189
5190 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5191
5192 * gdb.mi/mi2-prompt.exp: New file.
5193
5194 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5195
5196 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
5197
5198 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5199
5200 * gdb.ada/bp_range_type: New testcase.
5201
5202 2012-03-13 Doug Evans <dje@google.com>
5203
5204 * gdb.base/default.exp: Delete tests for symbol-reloading.
5205 * gdb.base/help.exp: Ditto.
5206 * gdb.base/setshow.exp: Ditto.
5207 * gdb.base/gdb_history: Delete references to symbol-reloading.
5208
5209 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5210
5211 * gdb.base/attach-twice.c: New files.
5212 * gdb.base/attach-twice.exp: New files.
5213
5214 2012-03-08 Keith Seitz <keiths@redhat.com>
5215
5216 * lib/gdb.exp (gdb_get_line_number): Throw an
5217 error instead of returning -1.
5218 * gdb.base/break.exp: Remove unused variable
5219 bp_location5.
5220 * gdb.base/hbreak2.exp: Likewise.
5221 * gdb.base/sepdebug.exp: Likewise.
5222
5223 2012-03-08 Yao Qi <yao@codesourcery.com>
5224 Pedro Alves <palves@redhat.com>
5225
5226 Fix PR server/13392.
5227 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
5228 (tracepoint_change_loc_2): Remove kfail. Return if failed to
5229 download tracepoints.
5230 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
5231 (pending_tracepoint_resolved_during_trace): Likewise.
5232 (pending_tracepoint_installed_during_trace): Likewise.
5233 (pending_tracepoint_with_action_resolved): Likewise.
5234
5235 2012-03-08 Keith Seitz <keiths@redhat.com>
5236
5237 * gdb.ada/array_bounds.exp: Get breakpoint for line
5238 with "START", not "STOP".
5239 * gdb.python/py-infthread.exp: Do not continue to
5240 line marked "Break here.", which is undefined.
5241
5242 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
5243
5244 Revert:
5245
5246 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5247
5248 Implement testsuite workaround for PR breakpoints/13781.
5249 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5250 (set breakpoint condition-evaluation host): New conditional command.
5251
5252 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5253
5254 Fix CU relative vs. absolute DIE offsets.
5255 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
5256 one.
5257
5258 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5259
5260 Fix false FAIL on distros with relro linkage as default.
5261 * gdb.reverse/solib-precsave.exp: Try to compile the test using
5262 -Wl,-z,norelro first.
5263
5264 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5265
5266 * gdb.ada/bp_on_var: New testcase.
5267
5268 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5269
5270 * gdb.ada/bp_enum_homonym: New testcase.
5271
5272 2012-03-06 Yao Qi <yao@codesourcery.com>
5273
5274 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
5275 x86_64-*-* and i?86-*-*.
5276 Set up KFAIL for gdb/13808.
5277
5278 2012-03-05 Tom Tromey <tromey@redhat.com>
5279
5280 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
5281 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
5282
5283 2012-03-05 Tom Tromey <tromey@redhat.com>
5284
5285 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
5286
5287 2012-03-04 Yao Qi <yao@codesourcery.com>
5288
5289 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
5290 messages for KFAIL.
5291
5292 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5293
5294 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
5295 (print one_two_three, indexes off, print few_reps, indexes off)
5296 (print many_reps, indexes off, print empty, indexes off)
5297 (print one_two_three, print few_reps, print many_reps, print empty):
5298 Call setup_xfail if $gcc_old.
5299
5300 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5301
5302 Implement testsuite workaround for PR breakpoints/13781.
5303 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5304 (set breakpoint condition-evaluation host): New conditional command.
5305
5306 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5307
5308 Code cleanup.
5309 * gdb.cp/mb-templates.exp: New variables executable. Use it for
5310 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
5311 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
5312 number 1 by $bpnum. Four times.
5313
5314 2012-03-03 Yao Qi <yao@codesourcery.com>
5315
5316 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
5317
5318 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5319
5320 Setup KFAIL for PR server/13796.
5321 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
5322
5323 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5324
5325 * gdb.ada/operator_bp: New testcase.
5326
5327 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5328
5329 * gdb.ada/info_locals_renaming: New testcase.
5330
5331 2012-03-02 Tom Tromey <tromey@redhat.com>
5332
5333 * gdb.base/nextoverexit.c: New file.
5334 * gdb.base/nextoverexit.exp: New file.
5335
5336 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5337
5338 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
5339 parameter.
5340
5341 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5342
5343 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
5344 core registers.
5345
5346 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5347 Maciej W. Rozycki <macro@codesourcery.com>
5348 Daniel Jacobowitz <dan@codesourcery.com>
5349
5350 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
5351
5352 2012-03-01 Pedro Alves <palves@redhat.com>
5353
5354 PR gdb/13767
5355
5356 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
5357 (gdb_collect_globals_test): Call it.
5358
5359 2012-03-01 Keith Seitz <keiths@redhat.com>
5360
5361 * gdb.cp/method2.exp: Output of overload menu is now
5362 alphabetized. Update tests for "break A::method".
5363 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
5364 of hard-coding them.
5365 Overload menu is alphabetized: rewrite to accommodate.
5366 Unset variables LINE and TYPES which are used in other tests.
5367 Compute the output of "info break".
5368 Update the breakpoint table after all breakpoints are deleted.
5369 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
5370 compute ACTUALS and the method body based on parameters.
5371 Update expected output accordingly.
5372 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
5373 unique comments to allow the use of gdb_get_line_number.
5374
5375 2012-03-01 Keith Seitz <keiths@redhat.com>
5376
5377 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
5378 some Tcl syntax.
5379 * gdb.cp/ovldbreak.exp: Likewise.
5380
5381 2012-03-01 Keith Seitz <keiths@redhat.com>
5382
5383 * gdb.base/help.exp (help show user): Update expected result
5384 for new doc string changes (add "non-python").
5385
5386 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
5387
5388 * gdb.python/py-cmd.exp: Add test to verify that python commands can
5389 be put in the user-defined category and that the commands appear in
5390 "help user-defined".
5391
5392 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5393
5394 * gdb.ada/tagged_not_init: New testcase.
5395
5396 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5397
5398 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
5399 * gdb.ada/enum_idx_packed: New testcase.
5400
5401 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5402
5403 * gdb.ada/aliased_array: New testcase.
5404
5405 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5406
5407 * gdb.ada/whatis_array_val: New testcase.
5408
5409 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5410
5411 Fix disp-step-syscall.exp: fork: single step over fork.
5412 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
5413 whitespaces.
5414 (single step over $syscall): Remove its check.
5415 (single step over $syscall final pc): New check.
5416
5417 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5418
5419 Support processors without SSSE3.
5420 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
5421 pabsd into ...
5422 (ssse3_test): ... a new function.
5423 (main): Call ssse3_test.
5424 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
5425 Update expected values everywhere.
5426 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
5427 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
5428 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
5429 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
5430 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
5431 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
5432 Move these tests lower.
5433 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
5434 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
5435 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
5436 New tests.
5437
5438 2012-02-29 Yao Qi <yao@codesourcery.com>
5439 Pedro Alves <palves@redhat.com>
5440
5441 * gdb.trace/trace-mt.c: New.
5442 * gdb.trace/trace-mt.exp: New.
5443
5444 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
5445
5446 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
5447 numbers instead of hardcoding them.
5448 * gdb.base/annota1.c: Provide suitable markers.
5449 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
5450 numbers instead of hardcoding them.
5451 * gdb.base/annota3.c: Provide suitable markers.
5452
5453 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
5454 * gdb.base/annota3.c: Likewise.
5455 * gdb.base/sigall.c: Likewise.
5456 * gdb.base/signals.c: Likewise.
5457 * gdb.reverse/sigall-reverse.c: Likewise.
5458
5459 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
5460
5461 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
5462 failure return path.
5463
5464 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
5465
5466 * gdb.base/save-bp.exp: Account for new condition evaluator output.
5467
5468 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5469
5470 * gdb.base/cond-eval-mode.exp: New file.
5471
5472 2012-02-24 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
5475 (top level): Use with_test_prefix.
5476
5477 2012-02-24 Pedro Alves <palves@redhat.com>
5478
5479 * gdb.threads/attach-into-signal.exp (corefunc): Use
5480 with_test_prefix.
5481
5482 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5483
5484 Fix false FAILs on old CPUs without SSE.
5485 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
5486 Return untested for Illegal instruction.
5487
5488 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5489
5490 Fix false FAILs with glibc debug infos installed.
5491 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
5492 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
5493
5494 2012-02-22 Sterling Augustine <saugustine@google.com>
5495
5496 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
5497 constant with cast.
5498
5499 2012-02-21 Pedro Alves <palves@redhat.com>
5500
5501 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
5502
5503 2012-02-21 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
5506
5507 2012-02-21 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
5510 with_test_prefix.
5511
5512 2012-02-21 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
5515 with_test_prefix here.
5516 (top level): Do it here instead. Remove `:' from the
5517 with_test_prefix string.
5518 * gdb.base/attach-pie-misread.exp: Remove the leading space the
5519 the suffix `:' from the with_test_prefix prefix string.
5520 * gdb.base/break-interp.exp: Ditto.
5521 * gdb.base/catch-load.exp: Ditto.
5522 * gdb.base/disp-step-syscall.exp: Ditto.
5523 * gdb.base/jit-so.exp: Ditto.
5524 * gdb.base/jit.exp: Ditto.
5525 * gdb.base/sepdebug.exp: Ditto.
5526 * gdb.base/solib-display.exp: Ditto.
5527 * gdb.base/solib-overlap.exp: Ditto.
5528 * gdb.base/watch-cond-infcall.exp: Ditto.
5529 * gdb.base/watchpoint.exp: Ditto.
5530 * gdb.dwarf2/dw2-noloc.exp: Ditto.
5531 * gdb.mi/mi-watch.exp: Ditto.
5532 * gdb.mi/mi2-watch.exp: Ditto.
5533 * gdb.threads/non-ldr-exc-1.exp: Ditto.
5534 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5535 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5536 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5537 * gdb.threads/watchpoint-fork.exp: Ditto.
5538 * gdb.threads/watchthreads-reorder.exp: Ditto.
5539 * gdb.trace/change-loc.exp: Ditto.
5540 * gdb.trace/pending.exp: Ditto.
5541 * gdb.trace/status-stop.exp: Ditto.
5542 * gdb.trace/strace.exp: Ditto.
5543 * gdb.trace/trace-break.exp: Ditto.
5544 * gdb.trace/unavailable.exp: Ditto.
5545 * lib/gdb.exp (with_test_prefix): Always prefix with space and
5546 suffix with colon. Adjust leading comments.
5547
5548 2012-02-21 Pedro Alves <palves@redhat.com>
5549 Tom Tromey <tromey@redhat.com>
5550
5551 * lib/gdb.exp: Add description of test prefixes.
5552 (with_test_prefix): New procedure.
5553 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
5554 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
5555 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
5556 instead of lappend to append to pf_prefix.
5557 * gdb.base/catch-load.exp: Use with_test_prefix.
5558 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
5559 * gdb.base/jit-so.exp: Use with_test_prefix.
5560 * gdb.base/jit.exp: Use with_test_prefix.
5561 * gdb.base/return-nodebug.exp (do_test): Use append instead of
5562 lappend to append to pf_prefix.
5563 * gdb.base/sepdebug.exp: Use with_test_prefix.
5564 * gdb.base/solib-display.exp: Use with_test_prefix.
5565 * gdb.base/solib-overlap.exp: Use with_test_prefix.
5566 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
5567 * gdb.base/watchpoint.exp: Use with_test_prefix.
5568 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
5569 * gdb.mi/mi-watch.exp: Use with_test_prefix.
5570 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
5571 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
5572 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
5573 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
5574 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
5575 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
5576 append instead of lappend to append to pf_prefix.
5577 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
5578 * gdb.trace/change-loc.exp: Use with_test_prefix.
5579 * gdb.trace/pending.exp: Use with_test_prefix.
5580 * gdb.trace/status-stop.exp: Use with_test_prefix.
5581 * gdb.trace/strace.exp: Use with_test_prefix.
5582 * gdb.trace/trace-break.exp: Use with_test_prefix.
5583 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
5584 instead of lappend to append to pf_prefix.
5585
5586 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5587
5588 Fix racy FAILs.
5589 * gdb.base/inferior-died.c (main): Add return of 0.
5590 * gdb.base/inferior-died.exp (continue): Fix expectation of
5591 asynchronous events.
5592 (p 1): New test.
5593
5594 2012-02-20 Pedro Alves <palves@redhat.com>
5595
5596 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
5597 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
5598 gdb's internal debug output. For the non-threaded case, look for
5599 "Program received signal SIGLARM", for the threaded case, peek at
5600 the thread's siginfo.
5601
5602 2012-02-20 Pedro Alves <palves@redhat.com>
5603
5604 General cleanup, make output test messages unique, and build
5605 different executable files for the non-threaded and threaded
5606 cases.
5607
5608 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
5609 Delete.
5610 (executable_nothr, executable_thr): New globals.
5611 (top level): Adjust to delete both executables.
5612 (corefunc): New parameter $executable. Set $pf_prefix instead of
5613 hand writing a prefix in tests. Issue a clean_restart and enable
5614 lin-lwp debug output here.
5615 (top level): Adjust. Use build_executable. Don't start gdb here,
5616 and don't enable lin-lwp debug output here.
5617 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
5618
5619 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5620
5621 Fix racy FAILs.
5622 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
5623 "continue" command.
5624
5625 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5626
5627 Fix for gdbserver non-extended mode.
5628 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
5629 and gdb_run_cmd.
5630
5631 2012-02-17 Tom Tromey <tromey@redhat.com>
5632
5633 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
5634 * gdb.python/py-events.exp: Check 'dir' output.
5635 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
5636
5637 2012-02-17 Yao Qi <yao@codesourcery.com>
5638
5639 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
5640
5641 2012-02-16 Tom Tromey <tromey@redhat.com>
5642
5643 * gdb.base/inferior-died.c: Don't include stdio.h.
5644
5645 2012-02-16 Tom Tromey <tromey@redhat.com>
5646
5647 * gdb.base/inferior-died.c: New file.
5648 * gdb.base/inferior-died.exp: New file.
5649
5650 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
5651
5652 * gdb.base/break-inline.exp: New file.
5653 * gdb.base/break-inline.c: New file.
5654
5655 2012-02-15 Tom Tromey <tromey@redhat.com>
5656
5657 * gdb.base/pc-fp.exp: Add "info register" tests.
5658
5659 2012-02-15 Tom Tromey <tromey@redhat.com>
5660
5661 * gdb.base/regs.exp: Remove.
5662
5663 2012-02-15 Pedro Alves <palves@redhat.com>
5664
5665 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
5666 the target doesn't support tracepoints.
5667 * gdb.trace/circ.exp: Ditto.
5668 * gdb.trace/collection.exp: Ditto.
5669 * gdb.trace/packetlen.exp: Ditto.
5670 * gdb.trace/passc-dyn.exp: Ditto.
5671 * gdb.trace/report.exp: Ditto.
5672 * gdb.trace/tfind.exp: Ditto.
5673 * gdb.trace/tspeed.exp: Ditto.
5674 * gdb.trace/tsv.exp: Ditto.
5675 * gdb.trace/unavailable.exp: Ditto.
5676 * gdb.trace/while-dyn.exp: Ditto.
5677
5678 2012-02-15 Pedro Alves <palves@redhat.com>
5679
5680 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
5681 gdb_test_multiple, and call unsupported instead of fail, if the
5682 remote side does not support the request.
5683
5684 2012-02-15 Pedro Alves <palves@redhat.com>
5685
5686 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
5687 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
5688 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
5689 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
5690 * gdb.server/server-run.exp: Make sure gdb is disconnected.
5691 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
5692 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
5693 doesn't start with "extended-" already.
5694
5695 2012-02-15 Pedro Alves <palves@redhat.com>
5696
5697 Support extended-remote. Avoid cascading timeouts.
5698
5699 * gdb.base/attach.exp (do_attach_tests): Add expected output for
5700 the extended-remote target. If attaching with no file fails, load
5701 the file manually.
5702 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
5703
5704 2012-02-14 Stan Shebs <stan@codesourcery.com>
5705
5706 * gdb.base/ena-dis-br.exp: Add enable count test.
5707
5708 2012-02-13 Pedro Alves <palves@redhat.com>
5709
5710 * config/mips-idt.exp: Delete.
5711 * gdb.base/a2-run.exp: Remove mips-idt xfails.
5712 * gdb.base/bitfields.exp: Remove mips-idt restarts.
5713 * gdb.base/break.exp: Remove mips-idt references.
5714 * gdb.base/chng-syms.exp: Ditto.
5715 * gdb.base/default.exp: Ditto.
5716 * gdb.base/funcargs.exp (funcargs_reload): Delete.
5717 (top level): Don't call it.
5718 * gdb.base/opaque.exp: Remove mips-idt restarts.
5719 * gdb.base/ptype.exp: Remove mips-idt xfails.
5720 * gdb.base/scope.exp: Remove mips-idt restarts.
5721 * gdb.base/sepdebug.exp: Remove mips-idt references.
5722 * gdb.base/watchpoint.exp (maybe_clean_restart)
5723 (maybe_reinitialize): Delete.
5724 (test_disabling_watchpoints, test_disabling_watchpoints)
5725 (test_watchpoint_triggered_in_syscall)
5726 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
5727 Don't call them.
5728
5729 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5730
5731 * gdb.server/server-exec-info.exp: New file.
5732
5733 2012-02-10 Pedro Alves <palves@redhat.com>
5734
5735 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
5736 always non-empty.
5737 (test_attach): Always pass $exec to test_attach_gdb.
5738
5739 2012-02-08 Tom Tromey <tromey@redhat.com>
5740
5741 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
5742 before inferior is started.
5743
5744 2012-02-07 Tom Tromey <tromey@redhat.com>
5745
5746 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
5747 Symbol.value.
5748 * gdb.python/py-symbol.c (qq): Set default value.
5749
5750 2012-02-07 Tom Tromey <tromey@redhat.com>
5751
5752 * gdb.python/py-symbol.c (qq): New global.
5753 * gdb.python/py-symbol.exp: Add test for frame-less
5754 lookup_symbol.
5755 * gdb.python/py-symtab.exp: Fix line number.
5756
5757 2012-02-03 Joel Brobecker <brobecker@adacore.com>
5758
5759 * gdb.ada/mi_task_arg: New testcase.
5760
5761 2012-02-02 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.reverse/until-precsave.exp: Also put "record save" under the
5764 extended timeout.
5765
5766 2012-02-02 Pedro Alves <palves@redhat.com>
5767
5768 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
5769 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
5770
5771 2012-02-02 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.base/term.exp: Rewrite.
5774 * gdb.base/term.c: New.
5775
5776 2012-02-02 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/default.exp (run "r" abbreviation, run): Add
5779 extended-remote expected output.
5780
5781 2012-02-02 Tom Tromey <tromey@redhat.com>
5782
5783 * gdb.cp/dispcxx.exp: New file.
5784 * gdb.cp/dispcxx.cc: New file.
5785
5786 2012-02-01 Tom Tromey <tromey@redhat.com>
5787
5788 * gdb.base/jit-simple.exp: New file.
5789 * gdb.base/jit-simple.c: New file.
5790
5791 2012-01-30 Yao Qi <yao@codesourcery.com>
5792
5793 * gdb.base/skip.exp: Make test result unique.
5794
5795 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5796
5797 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
5798 compatibility with valgrind-3.7.0.
5799
5800 2012-01-27 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.base/watchpoint.exp (no_hw): New global.
5803 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
5804 disable hw watchpoints.
5805 (test_wide_location_1, test_wide_location_2): If no_hw is set,
5806 don't expect hw watchpoints.
5807 (no_hw_watchpoints): Always clean restart.
5808 (do_tests): New procedure, factored out from the top level.
5809 (top level): Run tests twice. Once with hw watchpoints enabled,
5810 another time with hw watchpoints disabled.
5811
5812 2012-01-27 Pedro Alves <palves@redhat.com>
5813
5814 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
5815 out from the top level.
5816 (top level): Call it instead.
5817
5818 2012-01-27 Pedro Alves <palves@redhat.com>
5819
5820 * gdb.base/watchpoint.exp (top level): Re-enable hardware
5821 watchpoints sooner.
5822
5823 2012-01-27 Pedro Alves <palves@redhat.com>
5824
5825 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
5826
5827 2012-01-27 Pedro Alves <palves@redhat.com>
5828
5829 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
5830 "You may have requested too many hardware
5831 breakpoints/watchpoints".
5832
5833 2012-01-27 Pedro Alves <palves@redhat.com>
5834
5835 * gdb.base/watchpoint.exp (maybe_clean_restart)
5836 (maybe_reinitialize): New.
5837 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
5838 expect "hit N times".
5839 (test_disabling_watchpoints, test_complex_watchpoint)
5840 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
5841 Call maybe_clean_restart.
5842 (top level): Use clean_restart. Remove "mips-idt-*"
5843 reinitialization.
5844
5845 2012-01-27 Pedro Alves <palves@redhat.com>
5846
5847 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
5848
5849 2012-01-27 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.base/watchpoint.exp: Clean restart after tests that don't
5852 require `initialize' anymore. Remove unnecessary `initialize'
5853 calls.
5854
5855 2012-01-27 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.base/watchpoint.exp (wp_set): Delete.
5858 (initialize, test_simple_watchpoint, top level): Remove dead code.
5859
5860 2012-01-27 Pedro Alves <palves@redhat.com>
5861
5862 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
5863 typo.
5864
5865 2012-01-27 Pedro Alves <palves@redhat.com>
5866
5867 * config/extended-gdbserver.exp: New file.
5868 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
5869 comment.
5870 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
5871 * boards/native-extended-gdbserver.exp: New file.
5872
5873 2012-01-26 Pedro Alves <palves@redhat.com>
5874
5875 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
5876 and gdb_test_multiple.
5877
5878 2012-01-26 Pedro Alves <palves@redhat.com>
5879
5880 Make test messages unique, and more identifiable.
5881 * gdb.multi/watchpoint-multi.exp: Change test messages.
5882
5883 2012-01-25 Tom Tromey <tromey@redhat.com>
5884
5885 * gdb.base/solib-disc.exp: Fix regexps.
5886
5887 2012-01-24 Tom Tromey <tromey@redhat.com>
5888
5889 * lib/mi-support.exp (mi_expect_stop): Add special case for
5890 solib-event.
5891 * gdb.base/catch-load-so.c: New file.
5892 * gdb.base/catch-load.exp: New file.
5893 * gdb.base/catch-load.c: New file.
5894 * gdb.base/break-interp.exp (reach_1): Update regexp.
5895
5896 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5897
5898 Fix fuzzy results.
5899 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
5900 lpsimple and func.
5901
5902 2012-01-24 Gary Benson <gbenson@redhat.com>
5903
5904 Delete #if 0'd out code.
5905 * gdb.base/default.exp (info catch): Remove.
5906 * gdb.base/gdb_history (info catch): Likewise.
5907 * gdb.base/help.exp (info catch): Likewise.
5908
5909 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5910
5911 Fix watchpoints to be specific for each inferior.
5912 * gdb.multi/watchpoint-multi.c: New file.
5913 * gdb.multi/watchpoint-multi.exp: New file.
5914
5915 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5916
5917 Fix watchpoints across inferior fork.
5918 * gdb.threads/watchpoint-fork-child.c: New file.
5919 * gdb.threads/watchpoint-fork-mt.c: New file.
5920 * gdb.threads/watchpoint-fork-parent.c: New file.
5921 * gdb.threads/watchpoint-fork-st.c: New file.
5922 * gdb.threads/watchpoint-fork.exp: New file.
5923 * gdb.threads/watchpoint-fork.h: New file.
5924
5925 2012-01-23 Pedro Alves <palves@redhat.com>
5926
5927 * gdb.base/call-signal-resume.exp: Allow output after "return".
5928
5929 2012-01-20 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.python/py-finish-breakpoint.py: Fix typo.
5932
5933 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5934
5935 * gdb.base/info-proc.exp: Also run on remote targets. Main
5936 "info proc" command is now always present; whether target supports
5937 actual info proc operation is detected when attempting to issue
5938 the command.
5939
5940 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5941
5942 * .gdbinit: Remove.
5943
5944 2012-01-19 Pedro Alves <palves@redhat.com>
5945
5946 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
5947 look at the funtions' returns.
5948 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
5949 (jprint.print(int, int)): Change return type to int. Adjust.
5950
5951 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5952
5953 PR gdb/9538
5954 * gdb.base/sepdebug.exp: New test.
5955
5956 2012-01-18 Pedro Alves <palves@redhat.com>
5957
5958 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
5959 Allow output before ^done.
5960
5961 2012-01-16 Tom Tromey <tromey@redhat.com>
5962
5963 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
5964 Add tests for relative directory.
5965
5966 2012-01-16 Tom Tromey <tromey@redhat.com>
5967
5968 * gdb.base/printcmds.c (enum flag_enum): New.
5969 (three): New global.
5970 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
5971 enum printing.
5972 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
5973 FlagEnumerationPrinter.
5974 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
5975 * gdb.python/py-pp-maint.c (enum flag_enum): New.
5976 (fval): New global.
5977
5978 2012-01-16 Pedro Alves <palves@redhat.com>
5979
5980 * lib/gdb.exp (banned_procedures): New variable.
5981 (banned_variables_traced): Rename to ...
5982 (banned_traced): ... this.
5983 (gdb_init): Also trace banned procedures.
5984 (gdb_finish): Also untrace banned procedures.
5985
5986 2012-01-16 Pedro Alves <palves@redhat.com>
5987
5988 Remove all calls to strace.
5989
5990 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5991
5992 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
5993 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
5994
5995 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
5996
5997 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
5998 * gdb.base/pie-execl.exp: Likewise.
5999
6000 2012-01-12 Keith Seitz <keiths@redhat.com>
6001
6002 PR mi/10586
6003 * gdb.mi/var-cmd.c (struct anonymous): New structure.
6004 (do_anonymous_type_tests): New function.
6005 (main): Call do_anonymous_type_tests.
6006 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
6007 (verify_everything): New procedure.
6008 * gdb.mi/mi-var-cp.cc (class A): New class.
6009 (anonymous_structs_and_unions): New function.
6010 (main): Call anonymous_structs_and_unions.
6011 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
6012 (verify_everything): New procedure.
6013
6014 2012-01-12 Keith Seitz <keiths@redhat.com>
6015
6016 * lib/mi-support.exp: Expand comments about PATH_EXPR.
6017 (varobj_tree::get_path_expr): Assume that all varobjs are
6018 compound unless they are known simple types.
6019 Adjust path expressions based on parent type, path parent type,
6020 and tree language.
6021 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
6022 the root varobj.
6023 (mi_walk_varobj_tree): Add LANGUAGE parameter.
6024
6025 2012-01-11 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
6028 core files on this machine" anymore.
6029
6030 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6031
6032 * gdb.base/watchpoint.c (recurser): Initialize local_x.
6033 (main): Repeat recurser call.
6034 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
6035 equivalent to 'local_x'.
6036
6037 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6038 Joel Brobecker <brobecker@adacore.com>
6039
6040 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
6041
6042 2012-01-05 Pedro Alves <alves.ped@gmail.com>
6043
6044 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
6045 * gdb.python/py-events.c (first): Add bits for new "step N" test.
6046 * gdb.python/py-events.exp: Test that "step N" tripping on a
6047 breakpoint emits a breakpoint event.
6048
6049 2012-01-03 Joel Brobecker <brobecker@adacore.com>
6050
6051 * gdb.base/auxv.exp: Reformat the copyright notice.
6052
6053 2012-01-03 Yao Qi <yao@codesourcery.com>
6054
6055 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
6056 (strace_trace_on_diff_addr): New.
6057 * gdb.trace/strace.c: (main): Add two local variables.
6058
6059 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
6060
6061 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
6062 * gdb.cell/gcore.exp: Likewise.
6063 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
6064 to verify the correct instance of main is selected.
6065
6066 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6067
6068 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
6069 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
6070 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
6071 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
6072 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
6073 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
6074 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
6075 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
6076 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
6077 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
6078 gdb.threads/thread_check.c: Reformat copyright header.
6079
6080 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6081
6082 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
6083 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
6084 is not enabled.
6085
6086 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6087
6088 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
6089 parameter to self_exec, adjust the function.
6090 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
6091 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
6092 (set var do_exit = 0): Remove test.
6093 (newline at end of file): Add one.
6094
6095 2011-12-27 Joel Brobecker <brobecker@adacore.com>
6096
6097 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
6098 New files.
6099
6100 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6101
6102 Fix racy FAILs.
6103 * gdb.threads/fork-thread-pending.c (barrier): New variable.
6104 (thread_function, thread_forker): Call pthread_barrier_wait for it.
6105 (main): Call pthread_barrier_init for it.
6106
6107 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6108
6109 Fix double send_gdb leading to racy FAILs.
6110 * gdb.base/break.exp (set silent break bp_location1): Replace
6111 3x send_gdb and gdb_expect by gdb_test.
6112 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
6113 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
6114 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
6115 instead of send_gdb. Twice.
6116 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
6117 3x send_gdb and gdb_expect by gdb_test.
6118 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
6119
6120 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6121
6122 * gdb.linespec/linespec.exp: Compile using {c++}.
6123
6124 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6125
6126 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
6127 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
6128 (verify GCC PR debug/51668): New test.
6129
6130 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
6131
6132 Introduce gdb.FinishBreakpoint in Python.
6133 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
6134 py-finish-breakpoint2
6135 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
6136 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
6137 instead of line number.
6138 * gdb.python/py-finish-breakpoint.c: New file.
6139 * gdb.python/py-finish-breakpoint.exp: New file.
6140 * gdb.python/py-finish-breakpoint.py: New file.
6141 * gdb.python/py-finish-breakpoint2.cc: New file.
6142 * gdb.python/py-finish-breakpoint2.exp: New file.
6143 * gdb.python/py-finish-breakpoint2.py: New file.
6144
6145 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6146
6147 Partial fix of compatibility with gcc-4.7.
6148 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
6149 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
6150 Add comment to add a PASS case in the future.
6151
6152 Fix compatibility with gcc-4.7.
6153 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
6154
6155 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6156
6157 PR tdep/12797
6158 * gdb.base/callfuncs.exp: Remove KFAIL.
6159
6160 2011-12-21 Joel Brobecker <brobecker@adacore.com>
6161
6162 * gdb.ada/task_bp: New testcase.
6163
6164 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6165
6166 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
6167 -DNO_SECTIONS.
6168 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
6169
6170 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6171
6172 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
6173 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
6174 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6175 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
6176 conditional for gcc <= 4.5.
6177
6178 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6179
6180 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
6181 by XFAIL.
6182 * gdb.cp/static-method.exp (info addr A::func())
6183 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6184 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6185 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6186 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
6187 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
6188 (test value of F in k3_m): Likewise.
6189 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6190 Likewise.
6191
6192 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6193
6194 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
6195 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
6196 Remove.
6197 * gdb.threads/attachstop-mt.c: Remove.
6198 * gdb.threads/attachstop-mt.exp: Remove.
6199
6200 2011-12-17 Mark Kettenis <kettenis@gnu.org>
6201
6202 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
6203
6204 2011-12-16 Doug Evans <dje@google.com>
6205
6206 * boards/native-stdio-gdbserver.exp: New file.
6207 * boards/native-gdbserver.exp: New file.
6208
6209 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
6210 gdbserver output.
6211 (gdbserver_default_get_remote_address): New function.
6212 (gdbserver_start): Call gdb,get_remote_address to compute argument
6213 to "target remote" command.
6214
6215 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6216
6217 * gdb.python/py-function.exp: Change "on" to "full" for
6218 python print-stack. Add set/show python print-stack
6219 off|full|message tests.
6220
6221 2011-12-15 Yao Qi <yao@codesourcery.com>
6222
6223 * gdb.trace/strace.c: New
6224 * gdb.trace/strace.exp: New.
6225
6226 2011-12-14 Tom Tromey <tromey@redhat.com>
6227
6228 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
6229
6230 2011-12-14 Doug Evans <dje@google.com>
6231
6232 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
6233
6234 2011-12-14 Pedro Alves <pedro@codesourcery.com>
6235
6236 PR threads/10729
6237
6238 * gdb.mi/watch-nonstop.c: New file.
6239 * gdb.mi/mi-watch-nonstop.exp: New file.
6240
6241 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6242 Doug Evans <dje@google.com>
6243
6244 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
6245 (clean_restart): Remove references to the gdb_stub target board
6246 variable.
6247 (gdb_step_for_stub): Delete.
6248
6249 * gdb.base/annota1.exp: Remove all references to [target_info
6250 exists gdb_stub], gdb_step_for_stub and usestubs.
6251 * gdb.base/annota3.exp: Ditto.
6252 * gdb.base/async.exp: Ditto.
6253 * gdb.base/break.exp: Ditto.
6254 * gdb.base/code-expr.exp: Ditto.
6255 * gdb.base/commands.exp: Ditto.
6256 * gdb.base/completion.exp: Ditto.
6257 * gdb.base/condbreak.exp: Ditto.
6258 * gdb.base/consecutive.exp: Ditto.
6259 * gdb.base/cvexpr.exp: Ditto.
6260 * gdb.base/define.exp: Ditto.
6261 * gdb.base/display.exp: Ditto.
6262 * gdb.base/ena-dis-br.exp: Ditto.
6263 * gdb.base/environ.exp: Ditto.
6264 * gdb.base/gnu-ifunc.exp: Ditto.
6265 * gdb.base/maint.exp: Ditto.
6266 * gdb.base/pending.exp: Ditto.
6267 * gdb.base/sect-cmd.exp: Ditto.
6268 * gdb.base/sepdebug.exp: Ditto.
6269 * gdb.base/unload.exp: Ditto.
6270 * gdb.base/watchpoint-solib.exp: Ditto.
6271 * gdb.cp/annota2.exp: Ditto.
6272 * gdb.cp/annota3.exp: Ditto.
6273 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
6274 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
6275 * gdb.mi/mi-pending.exp: Ditto.
6276 * gdb.trace/circ.exp: Ditto.
6277 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
6278 * gdb.base/list.exp: Ditto.
6279
6280 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
6281 breakpoint function and all references to the usestubs macro.
6282 * gdb.base/exprs.c: Ditto.
6283 * gdb.base/freebpcmd.c: Ditto.
6284 * gdb.base/bitfields.c: Ditto.
6285 * gdb.base/bitfields2.c: Ditto.
6286 * gdb.base/break.c: Ditto.
6287 * gdb.base/call-sc.c: Ditto.
6288 * gdb.base/call-signals.c: Ditto.
6289 * gdb.base/callfuncs.c: Ditto.
6290 * gdb.base/charset.c: Ditto.
6291 * gdb.base/consecutive.c: Ditto.
6292 * gdb.base/constvars.c: Ditto.
6293 * gdb.base/funcargs.c: Ditto.
6294 * gdb.base/int-type.c: Ditto.
6295 * gdb.base/interrupt.c: Ditto.
6296 * gdb.base/langs0.c: Ditto.
6297 * gdb.base/list0.c: Ditto.
6298 * gdb.base/mips_pro.c: Ditto.
6299 * gdb.base/miscexprs.c: Ditto.
6300 * gdb.base/nodebug.c: Ditto.
6301 * gdb.base/opaque0.c: Ditto.
6302 * gdb.base/pointers.c: Ditto.
6303 * gdb.base/printcmds.c: Ditto.
6304 * gdb.base/ptype.c: Ditto.
6305 * gdb.base/recurse.c: Ditto.
6306 * gdb.base/reread1.c: Ditto.
6307 * gdb.base/reread2.c: Ditto.
6308 * gdb.base/restore.c: Ditto.
6309 * gdb.base/return.c: Ditto.
6310 * gdb.base/run.c: Ditto.
6311 * gdb.base/scope0.c: Ditto.
6312 * gdb.base/sepdebug.c: Ditto.
6313 * gdb.base/setshow.c: Ditto.
6314 * gdb.base/setvar.c: Ditto.
6315 * gdb.base/sigall.c: Ditto.
6316 * gdb.base/signals.c: Ditto.
6317 * gdb.base/structs.c: Ditto.
6318 * gdb.base/structs2.c: Ditto.
6319 * gdb.base/testenv.c: Ditto.
6320 * gdb.base/twice.c: Ditto.
6321 * gdb.base/unwindonsignal.c: Ditto.
6322 * gdb.base/watchpoint.c: Ditto.
6323 * gdb.base/watchpoints.c: Ditto.
6324 * gdb.base/whatis.c: Ditto.
6325 * gdb.cp/classes.cc: Ditto.
6326 * gdb.cp/cplusfuncs.cc: Ditto.
6327 * gdb.cp/derivation.cc: Ditto.
6328 * gdb.cp/formatted-ref.cc: Ditto.
6329 * gdb.cp/misc.cc: Ditto.
6330 * gdb.cp/overload.cc: Ditto.
6331 * gdb.cp/ovldbreak.cc: Ditto.
6332 * gdb.cp/ref-params.cc: Ditto.
6333 * gdb.cp/ref-types.cc: Ditto.
6334 * gdb.cp/templates.cc: Ditto.
6335 * gdb.cp/virtfunc.cc: Ditto.
6336 * gdb.hp/gdb.aCC/run.c: Ditto.
6337 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
6338 * gdb.hp/gdb.compat/xdb0.c: Ditto.
6339 * gdb.reverse/consecutive-reverse.c: Ditto.
6340 * gdb.reverse/sigall-reverse.c: Ditto.
6341 * gdb.reverse/until-reverse.c: Ditto.
6342 * gdb.reverse/watch-reverse.c: Ditto.
6343 * gdb.trace/actions.c: Ditto.
6344 * gdb.trace/circ.c: Ditto.
6345 * gdb.trace/collection.c: Ditto.
6346
6347 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6348
6349 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
6350 (func6, func7): New.
6351 (main): Call func6 and func7.
6352 * gdb.base/watchpoint.exp (test_wide_location_1)
6353 (test_wide_location_2): New.
6354 (top level): Re-enable hardware watchpoints if necessary. Call
6355 test_wide_location_1 and test_wide_location_2.
6356
6357 2011-12-11 Yao Qi <yao@codesourcery.com>
6358
6359 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
6360
6361 2011-12-11 Joel Brobecker <brobecker@adacore.com>
6362
6363 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
6364 expected output for unsupported case.
6365
6366 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6367
6368 PR testsuite/12649
6369 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
6370 Protect gdb_test_multiple by final $gdb_prompt match.
6371
6372 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6373
6374 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
6375 New variable, new test.
6376 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6377 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6378 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6379 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
6380 them if HAVE_GCC_45682_FIXED is not set.
6381
6382 2011-12-10 Yao Qi <yao@codesourcery.com>
6383
6384 * gdb.trace/status-stop.exp: New.
6385 * gdb.trace/status-stop.c: New.
6386
6387 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6388
6389 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
6390 timeout.
6391
6392 2011-12-08 Tom Tromey <tromey@redhat.com>
6393
6394 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
6395 condition.
6396
6397 2011-12-07 Stan Shebs <stan@codesourcery.com>
6398
6399 * gdb.trace/tfind.exp: Update for output changes.
6400
6401 2011-12-07 Pedro Alves <pedro@codesourcery.com>
6402
6403 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
6404 throws "Cannot insert catchpoints in this configuration".
6405 * gdb.ada/mi_catch_ex.exp: Likewise.
6406
6407 2011-12-06 Pedro Alves <pedro@codesourcery.com>
6408
6409 * gdb.base/break-always.exp: Test changing memory at addresses
6410 with breakpoints inserted.
6411
6412 2011-12-06 Joel Brobecker <brobecker@acacore.com>
6413
6414 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
6415 involving a fully qualified function name.
6416
6417 2011-12-06 Tom Tromey <tromey@redhat.com>
6418
6419 * gdb.ada/homonym.exp: Add three breakpoint tests.
6420
6421 2011-12-06 Tom Tromey <tromey@redhat.com>
6422
6423 * gdb.base/solib-weak.exp (do_test): Remove kfail.
6424 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
6425 * gdb.objc/objcdecode.exp: Update for output changes.
6426 * gdb.linespec/linespec.exp: New file.
6427 * gdb.linespec/lspec.cc: New file.
6428 * gdb.linespec/lspec.h: New file.
6429 * gdb.linespec/body.h: New file.
6430 * gdb.linespec/base/two/thefile.cc: New file.
6431 * gdb.linespec/base/one/thefile.cc: New file.
6432 * gdb.linespec/Makefile.in: New file.
6433 * gdb.cp/templates.exp (test_template_breakpoints): Update for
6434 output changes.
6435 * gdb.cp/re-set-overloaded.exp: Remove kfail.
6436 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
6437 makes one breakpoint.
6438 * gdb.cp/method2.exp (test_break): Update for output changes.
6439 * gdb.cp/mb-templates.exp: Update for output changes.
6440 * gdb.cp/mb-inline.exp: Update for output changes.
6441 * gdb.cp/mb-ctor.exp: Update for output changes.
6442 * gdb.cp/ovsrch.exp: Use fully-qualified names.
6443 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
6444 has multiple matches.
6445 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
6446 error message change.
6447 * gdb.base/list.exp (test_list_filename_and_number): Update for
6448 error message change.
6449 * gdb.base/break.exp: Disable pending breakpoints. Update for
6450 output changes.
6451 * configure.ac: Add gdb.linespec.
6452 * configure: Rebuild.
6453 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
6454
6455 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
6456
6457 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
6458 last_break register on s390*-*-* targets.
6459
6460 2011-12-06 Joel Brobecker <brobecker@adacore.com>
6461
6462 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
6463 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
6464 of parameter X in procedure Foo.
6465
6466 2011-12-05 Stan Shebs <stan@codesourcery.com>
6467
6468 * gdb.trace/tfind.exp: Update help string matches.
6469
6470 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6471
6472 * gdb.server/ext-run.exp (get process list): Accept also systemd
6473 as PID 1.
6474
6475 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6476 Pedro Alves <pedro@codesourcery.com>
6477
6478 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
6479 starting GDB.
6480 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
6481 $use_gdb_stub.
6482 * gdb.base/display.exp: Likewise.
6483 * gdb.base/ending-run.exp: Likewise.
6484 * gdb.base/list.exp (test_listsize): Likewise.
6485 * gdb.base/setshow.exp: Likewise.
6486 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
6487 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
6488 check by global $use_gdb_stub.
6489 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
6490 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
6491 (default_gdb_init): Unset global $use_gdb_stub.
6492 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
6493 by global $use_gdb_stub.
6494 * lib/gdbserver-support.exp: Extend comments for set_board_info
6495 gdb_protocol and gdb,socketport.
6496 (gdbserver_start_extended): Set global gdbserver_protocol and
6497 gdbserver_gdbport. Clear global use_gdb_stub.
6498 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
6499 from target use_gdb_stub.
6500 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
6501
6502 2011-12-03 Doug Evans <dje@google.com>
6503
6504 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
6505 (gdb_step_for_stub): Add comments.
6506
6507 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
6508
6509 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
6510 to the caller.
6511 (gdb_test_multiple): Likewise.
6512
6513 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6514
6515 Fix gdb.mi/mi-solib.exp without system debug info installed.
6516 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
6517 expect attribute, return 0 for it. Update comments.
6518
6519 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6520
6521 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
6522 (corrupted list): Adjust the expectation.
6523
6524 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6525
6526 PR threads/13448
6527 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
6528 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
6529 * gdb.threads/tls-var-main.c: New file.
6530 * gdb.threads/tls-var.c: New file.
6531 * gdb.threads/tls-var.exp: New file.
6532
6533 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6534
6535 PR testsuite/12649
6536 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
6537 Protect gdb_test_multiple by final $gdb_prompt match.
6538 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
6539 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
6540 (test_tracepoints): Likewise.
6541
6542 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6543
6544 PR breakpoints/13346
6545 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
6546 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
6547 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
6548
6549 2011-12-01 Joel Brobecker <brobecker@adacore.com>
6550
6551 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
6552 * gdb.ada/homonym/homonym.adb: For use of all types defined
6553 locally inside both Get_Value subprograms.
6554
6555 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6556
6557 Fix racy FAILs.
6558 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
6559 of send_gdb.
6560
6561 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6562
6563 * gdb.base/testenv.exp: Skip on remote targets. Unset global
6564 environment variable after test completed.
6565
6566 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6567
6568 * gdb.base/solib-nodir.exp: Skip if remote target.
6569 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
6570 application. Call gdb_load_shlibs.
6571 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
6572
6573 2011-11-29 Joel Brobecker <brobecker@adacore.com>
6574
6575 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
6576
6577 2011-11-28 Joel Brobecker <brobecker@adacore.com>
6578
6579 * gdb.ada/fullname_bp: New testcase.
6580
6581 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6582
6583 PR testsuite/12649
6584 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
6585 Wrap send_gdb into a new gdb_test.
6586
6587 Code cleanup.
6588 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
6589 Convert send_gdb and gdb_expect to gdb_test_multiple.
6590
6591 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6592
6593 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
6594
6595 2011-11-23 Keith Seitz <keiths@redhat.com>
6596
6597 * lib/mi-support.exp (varobj_tree): New namespace and procs.
6598 (mi_varobj_tree_test_children_callback): New proc.
6599 (mi_walk_varobj_tree): New proc.
6600
6601 2011-11-22 Tom Tromey <tromey@redhat.com>
6602
6603 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
6604 Add "use_mi_command" argument.
6605 (mi_run_cmd, mi_run_with_cli): New procs.
6606 * gdb.mi/solib-lib.c: New file.
6607 * gdb.mi/solib-main.c: New file.
6608 * gdb.mi/mi-solib.exp: New file.
6609
6610 2011-11-21 Doug Evans <dje@google.com>
6611
6612 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
6613 _Unwind_DebugHook is missing.
6614
6615 2011-11-20 Stan Shebs <stan@codesourcery.com>
6616
6617 * gdb.trace/tstatus.exp: New.
6618 * gdb.trace/actions.c: Include string.h.
6619
6620 2011-11-18 Yao Qi <yao@codesourcery.com>
6621
6622 * gdb.trace/pending.exp: New.
6623 * gdb.trace/pending.c: New.
6624 * gdb.trace/pendshr1.c: New.
6625 * gdb.trace/pendshr2.c: New.
6626 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
6627 tracepoint location becomes pending.
6628 (tracepoint_change_loc_2): New.
6629
6630 2011-11-16 David S. Miller <davem@davemloft.net>
6631
6632 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
6633 target is sparc*-*-linux*
6634
6635 2011-11-15 Paul Koning <paul_koning@dell.com>
6636
6637 * gdb.python/py-type.exp: New testcases for exceptions on scalar
6638 types.
6639
6640 2011-11-14 Doug Evans <dje@google.com>
6641
6642 * gdb.base/shell.exp: New file.
6643
6644 2011-11-14 Stan Shebs <stan@codesourcery.com>
6645
6646 * gdb.trace/ftrace.c: New.
6647 * gdb.trace/ftrace.exp: New.
6648
6649 2011-11-14 Yao Qi <yao@codesourcery.com>
6650
6651 * gdb.trace/change-loc-1.c: New.
6652 * gdb.trace/change-loc-2.c: New.
6653 * gdb.trace/change-loc.c: New.
6654 * gdb.trace/change-loc.exp: New.
6655 * gdb.trace/change-loc.h: New.
6656 * gdb.trace/trace-break.c (marker): Define new symbol.
6657 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6658 New.
6659 (break_trace_same_addr_6): New.
6660
6661 2011-11-12 Matt Rice <ratmice@gmail.com>
6662
6663 * gdb.base/info-macros.exp: Make tests for info definitions
6664 test info macro. Add tests for info macro argument processing.
6665 Rename a few tests.
6666
6667 2011-11-11 Keith Seitz <keiths@redhat.com>
6668
6669 PR gdb/12843
6670 * gdb.base/linespecs.exp: New file.
6671
6672 2011-11-11 Doug Evans <dje@google.com>
6673
6674 * gdb.threads/print-threads.exp: Extend timeout for slower
6675 tests.
6676
6677 2011-11-10 Doug Evans <dje@google.com>
6678
6679 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
6680 "record to end of main" test.
6681
6682 * gdb.python/py-type.c (TS): New typedef.
6683 (ts): New global.
6684 * gdb.python/py-type.exp: Test field list of typedef.
6685
6686 2011-11-10 Joel Brobecker <brobecker@adacore.com>
6687
6688 * gdb.ada/small_reg_param: New testcase.
6689
6690 2011-11-09 Tom Tromey <tromey@redhat.com>
6691
6692 * gdb.cp/destrprint.exp: New file.
6693 * gdb.cp/destrprint.cc: New file.
6694
6695 2011-11-08 Meador Inge <meadori@codesourcery.com>
6696
6697 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
6698 (switch_stack_to_other): New test function.
6699 * gdb.arch/thumb-prologue.exp: New test cases.
6700
6701 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
6702
6703 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
6704
6705 2011-11-08 Yao Qi <yao@codesourcery.com>
6706
6707 * gdb.exp (supports_process_record): New.
6708 (supports_reverse): New.
6709 * gdb.reverse/break-precsave.exp: Call support_process_record
6710 to run test conditionally.
6711 * gdb.reverse/consecutive-precsave.exp: Likewise.
6712 * gdb.reverse/i386-precsave.exp: Likewise.
6713 * gdb.reverse/machinestate-precsave.exp: Likewise.
6714 * gdb.reverse/solib-precsave.exp: Likewise.
6715 * gdb.reverse/step-precsave.exp: Likewise.
6716 * gdb.reverse/until-precsave.exp: Likewise.
6717 * gdb.reverse/watch-precsave.exp: Likewise.
6718 * gdb.reverse/break-reverse.exp: Call support_reverse to run
6719 test conditionally.
6720 * gdb.reverse/consecutive-reverse.exp: Likewise.
6721 * gdb.reverse/finish-precsave.exp: Likewise.
6722 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6723 * gdb.reverse/finish-reverse.exp: Likewise.
6724 * gdb.reverse/i386-reverse.exp: Likewise.
6725 * gdb.reverse/i386-sse-reverse.exp: Likewise.
6726 * gdb.reverse/machinestate.exp: Likewise.
6727 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
6728 * gdb.reverse/sigall-precsave.exp: Likewise.
6729 * gdb.reverse/sigall-reverse.exp: Likewise.
6730 * gdb.reverse/solib-reverse.exp: Likewise.
6731 * gdb.reverse/step-reverse.exp: Likewise.
6732 * gdb.reverse/until-reverse.exp: Likewise.
6733 * gdb.reverse/watch-reverse.exp: Likewise.
6734
6735 2011-11-05 Yao Qi <yao@codesourcery.com>
6736
6737 * gdb.trace/trace-break.exp: Add test on setting two
6738 fast tracepoints at the same address.
6739
6740 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6741
6742 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
6743
6744 2011-11-02 Stan Shebs <stan@codesourcery.com>
6745
6746 * gdb.trace/collection.c: Add code using strings.
6747 * gdb.trace/collection.exp: Add tests of string collection.
6748
6749 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6750
6751 * gdb.base/skip-solib.exp (executable_main): New variable.
6752 (binfile_main): Base it on that.
6753 Use $executable_main in clean_restart calls. Drop gdb_exit and
6754 gdb_start calls.
6755
6756 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6757
6758 Fix racy FAILs.
6759 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
6760 breakpoint_re globals import by async. Set string_regex to .* for
6761 async. Remove the optional thread_selected_re and breakpoint_re
6762 globals expectations.
6763
6764 2011-11-01 Joseph Myers <joseph@codesourcery.com>
6765
6766 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
6767 well as Cygwin.
6768
6769 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
6770
6771 Add tests for skip command.
6772 * gdb.base/skip-solib-lib.c: New
6773 * gdb.base/skip-solib-main.c: New
6774 * gdb.base/skip-solib.exp: New
6775 * gdb.base/skip.c: New
6776 * gdb.base/skip.exp: New
6777 * gdb.base/skip1.c: New
6778 * gdb.base/Makefile.in: Adding new files.
6779
6780 2011-10-31 Yao Qi <yao@codesourcery.com>
6781 Pedro Alves <pedro@codesourcery.com>
6782
6783 * gdb.trace/trace-break.c: New.
6784 * gdb.trace/trace-break.exp: New.
6785
6786 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6787
6788 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
6789 break-here-2.
6790
6791 2011-10-28 Pedro Alves <pedro@codesourcery.com>
6792
6793 * gdb.threads/no-unwaited-for-left.c: New.
6794 * gdb.threads/no-unwaited-for-left.exp: New.
6795 * gdb.threads/non-ldr-exc-1.c: New.
6796 * gdb.threads/non-ldr-exc-1.exp: New.
6797 * gdb.threads/non-ldr-exc-2.c: New.
6798 * gdb.threads/non-ldr-exc-2.exp: New.
6799 * gdb.threads/non-ldr-exc-3.c: New.
6800 * gdb.threads/non-ldr-exc-3.exp: New.
6801 * gdb.threads/non-ldr-exc-4.c: New.
6802 * gdb.threads/non-ldr-exc-4.exp: New.
6803
6804 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6805
6806 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
6807 * gdb.base/attach-pie-misread.exp: Likewise.
6808 * gdb.base/break-interp.exp: Likewise.
6809 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
6810 testcases for use_gdb_stub.
6811 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
6812 (continue): New testcase.
6813 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
6814 * gdb.threads/attach-into-signal.exp: Likewise.
6815 * gdb.threads/attach-stopped.exp: Likewise.
6816 * gdb.threads/attachstop-mt.exp: Likewise.
6817
6818 2011-10-28 Paul Koning <paul_koning@dell.com>
6819
6820 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
6821
6822 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6823
6824 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
6825 (mi_gdb_test): Import globals thread_selected_re
6826 and breakpoint_re. Expect them optionally at the regex start.
6827
6828 2011-10-27 Doug Evans <dje@google.com>
6829
6830 * gdb.python/python.exp: Test source -s.
6831
6832 2011-10-26 Paul Koning <paul_koning@dell.com>
6833
6834 * gdb.python/lib-types.cc (struct A): New structure.
6835 * gdb.python/lib-types.exp (deepitems): New tests.
6836
6837 2011-10-25 Paul Koning <paul_koning@dell.com>
6838
6839 PR python/13327
6840
6841 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
6842 fetch_lazy method.
6843
6844 2011-10-24 Yao Qi <yao@codesourcery.com>
6845
6846 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
6847 target is tic6x-*-*.
6848
6849 2011-10-21 Joel Brobecker <brobecker@adacore.com>
6850
6851 * gdb.ada/mi_task_info/task_switch.adb: New file.
6852 * gdb.ada/mi_task_info.exp: New file.
6853
6854 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6855
6856 * gdb.cp/expand-psymtabs-cxx.exp: New file.
6857 * gdb.cp/expand-psymtabs-cxx.cc: New file.
6858
6859 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
6860
6861 PR python/12656
6862
6863 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
6864 global_block tests.
6865
6866 2011-10-18 Tom Tromey <tromey@redhat.com>
6867
6868 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
6869
6870 2011-10-18 Tom Tromey <tromey@redhat.com>
6871
6872 * gdb.base/source.exp: Don't include full file name in test name.
6873 * gdb.python/python.exp: Don't include full file name in test
6874 name.
6875
6876 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6877
6878 * gdb.base/attach-pie-noexec.c: New files.
6879 * gdb.base/attach-pie-noexec.exp: New files.
6880
6881 2011-10-17 Joseph Myers <joseph@codesourcery.com>
6882
6883 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
6884 prompt for each extra line in command.
6885
6886 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6887
6888 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
6889 Revert the part of:
6890 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6891 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
6892 Change the expected string.
6893
6894 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6895
6896 Fix results with system glibc debug info installed.
6897 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
6898 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
6899 Accept also __libc_ symbol prefix and no prefix.
6900
6901 2011-10-14 Keith Seitz <keiths@redhat.com>
6902
6903 PR c++/13225
6904 * gdb.cp/converts.cc (foo3_1): New function.
6905 (foo3_2): New functions.
6906 * gdb.cp/converts.exp: Add tests for int to pointer conversion
6907 and null pointer conversions of integer constant zero.
6908 Add test to check if all arguments are checked for incompatible
6909 conversion BADNESS.
6910
6911 2011-10-14 Tom Tromey <tromey@redhat.com>
6912
6913 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
6914 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
6915 linespec.
6916
6917 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6918
6919 Fix internal error regression.
6920 * gdb.dwarf2/implptr-optimized-out.S: New file.
6921 * gdb.dwarf2/implptr-optimized-out.exp: New file.
6922
6923 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6924
6925 Fix empty DWARF expressions DATA vs. SIZE conditionals.
6926 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
6927 (loclist): New.
6928 (4): New abbrev.
6929 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
6930 Use prepare_for_testing, remove clean_restart.
6931 (p arraynoloc, p arraycallnoloc): New tests.
6932
6933 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6934
6935 * gdb.cp/namespace-enum.exp (executable): New variable.
6936 (binfile): Use ${objdir}/${subdir}/ prefix.
6937 Use ${executable} for clean_restart.
6938
6939 2011-10-11 Sterling Augustine <saugustine@google.com>
6940
6941 * gdb.cp/Makefile.in: Add namespace-enum test.
6942 * gdb.cp/namespace-enum.exp: New file.
6943 * gdb.cp/namespace-enum.c: New file.
6944 * gdb.cp/namespace-enum-main.c: New file.
6945
6946 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
6947
6948 * gdb.python/py-shared.exp: Relax filename check to handle remote:
6949 sysroot.
6950
6951 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6952
6953 Reimplement @entry in input expressions.
6954 * gdb.base/exprs.c (v_int_array_init): New variable.
6955 * gdb.base/exprs.exp (print v_int_array_init)
6956 (print *v_int_array_init@1, print *v_int_array_init@2)
6957 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
6958 (print v_int_array_init[1]@1): New tests.
6959
6960 2011-10-10 Joseph Myers <joseph@codesourcery.com>
6961
6962 * gdb.cp/gdb2495.exp: Do not include directories in filename in
6963 expected message.
6964
6965 2011-10-09 Doug Evans <dje@google.com>
6966
6967 * gdb.base/alias.exp: Add tests for alias command.
6968
6969 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6970
6971 * gdb.arch/amd64-entry-value.s: New file.
6972 * gdb.mi/mi2-amd64-entry-value.s: New file.
6973
6974 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6975
6976 Display @entry parameter values even for references.
6977 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
6978 functions.
6979 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
6980 reference and datap_input.
6981 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
6982 breakpoints.
6983 (continue to breakpoint: entry_reference: reference)
6984 (entry_reference: bt at entry)
6985 (continue to breakpoint: entry_reference: breakhere_reference)
6986 (entry_reference: bt, entry_reference: ptype regparam)
6987 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
6988 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
6989 (entry_reference: p regcopy, entry_reference: p nodataparam)
6990 (entry_reference: p nodataparam@entry): New tests.
6991
6992 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6993
6994 Support @entry in input expressions.
6995 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
6996 (entry_stack: p s1@entry, entry_stack: p s2@entry)
6997 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
6998 (tailcall: p j@entry): New tests.
6999 * gdb.cp/koenig.cc (A::entry): New function.
7000 (main): Call it.
7001 * gdb.cp/koenig.exp (p entry (c)): New test.
7002
7003 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7004
7005 Display @entry parameter values (without references).
7006 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
7007 (different, validity, invalid): New functions.
7008 (main): Call them.
7009 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
7010 stacktest, breakhere_stacktest, different, breakhere_different,
7011 breakhere_validity and breakhere_invalid.
7012 (entry: bt): Update for @entry.
7013 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
7014 (entry_validity: *, entry_invalid: *): Many new tests.
7015 * gdb.base/break.exp
7016 (run until breakpoint set at small function, optimized file): Accept
7017 also the @entry suffix.
7018 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
7019 * gdb.mi/mi2-amd64-entry-value.c: New files.
7020 * gdb.mi/mi2-amd64-entry-value.exp: New files.
7021
7022 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7023
7024 Protect entry values against self tail calls.
7025 * gdb.arch/amd64-entry-value.cc (self2, self): New.
7026 (main): Call self.
7027 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
7028 (set debug entry-values 1, self: bt debug entry-values): New tests.
7029
7030 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7031
7032 Recognize virtual tail call frames.
7033 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
7034 (amb_b, amb_a): New.
7035 (main): Call a and b.
7036 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
7037 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
7038 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
7039 New tests.
7040
7041 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7042
7043 Implement basic support for DW_TAG_GNU_call_site.
7044 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
7045 * gdb.arch/amd64-entry-value.cc: New file.
7046 * gdb.arch/amd64-entry-value.exp: New file.
7047
7048 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7049
7050 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
7051 * gdb.dwarf2/implptr-64bit.S: New file.
7052 * gdb.dwarf2/implptr-64bit.exp: New file.
7053
7054 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7055
7056 Fix initial language detection with -readnow.
7057 * gdb.cp/readnow-language.cc: New file.
7058 * gdb.cp/readnow-language.exp: New file.
7059
7060 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7061
7062 Fix printed anonymous struct name.
7063 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
7064
7065 2011-10-09 Joseph Myers <joseph@codesourcery.com>
7066
7067 * gdb.base/solib-symbol.exp: Do not include directories in
7068 filenames in expected messages.
7069
7070 2011-10-07 Doug Evans <dje@google.com>
7071
7072 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
7073
7074 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
7075
7076 Allow Python notification of new object-file loadings.
7077 * gdb.python/py-events.exp: Test newobjfile event.
7078 * gdb.python/py-events.py: Register newobjfile callback.
7079 * gdb.python/py-events.c: Add call to shared library
7080 * gdb.python/py-events-shlib.c: New file.
7081
7082 2011-10-06 Joseph Myers <joseph@codesourcery.com>
7083
7084 * gdb.base/fixsection.exp: Do not include directories in filename
7085 in expected message.
7086
7087 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7088
7089 Add tests for passing of environment variables to inferior.
7090 * gdb.base/testenv.c: New test source.
7091 * gdb.base/testenv.exp: New expect test.
7092
7093 2011-10-04 Paul Koning <paul_koning@dell.com>
7094
7095 * gdb.python/py-value.c (main): Break before return.
7096
7097 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
7098
7099 PR python/12691: Add the inferior to Python exited event
7100 * gdb.python/py-events.exp: Test the inferior attribute of exited
7101 event with a fork.
7102 * gdb.python/py-events.py: Print inferior number on exit.
7103 * gdb.python/py-events.c: Fork the inferior.
7104
7105 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
7106
7107 * gdb.base/jit.exp: Add testcase name to log message
7108
7109 2011-10-03 Paul Koning <paul_koning@dell.com>
7110 Jan Kratochvil <jan.kratochvil@redhat.com>
7111
7112 * gdb.python/py-value.exp
7113 (python inval = gdb.parse_and_eval('*(int*)0'))
7114 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
7115 (set argc=2, python print argc_lazy): New tests.
7116
7117 2011-10-02 Joel Brobecker <brobecker@adacore.com>
7118
7119 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
7120
7121 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7122 Pedro Alves <pedro@codesourcery.com>
7123
7124 * gdb.python/py-value.exp (test_value_in_inferior): New variable
7125 can_read_0, test for it.
7126 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
7127 (parse_and_eval with memory error): ... here, make it untested if
7128 can_read_0.
7129
7130 2011-09-30 Marek Polacek <mpolacek@redhat.com>
7131
7132 * gdb.python/python.exp (verify pagination beforehand)
7133 (verify pagination afterwards): Fix race by splitting the line.
7134
7135 2011-09-29 Joseph Myers <joseph@codesourcery.com>
7136
7137 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
7138 for 64-bit multilibs from i?86-* targets.
7139
7140 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7141
7142 * lib/gdb.exp: Fix a typo in one of the comments.
7143
7144 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7145
7146 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
7147 matching pattern.
7148
7149 2011-09-28 Paul Koning <paul_koning@dell.com>
7150
7151 * gdb.python/py-type.c (enum E): New.
7152 * gdb.python/py-type.exp (test_fields): Add tests for Python
7153 mapping access to fields.
7154 (test_enums): New test for field access on enums.
7155
7156 2011-09-27 Stan Shebs <stan@codesourcery.com>
7157
7158 * gdb.trace/collection.exp: Test collection of $_ret.
7159
7160 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
7161
7162 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
7163 list of compilation switches for <*-*-freebsd*>.
7164
7165 2011-09-19 Stan Shebs <stan@codesourcery.com>
7166
7167 * gdb.trace/tspeed.exp: New file.
7168 * gdb.trace/tspeed.c: New file.
7169
7170 2011-09-18 Yao Qi <yao@codesourcery.com>
7171
7172 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
7173 instructions.
7174 (test_adr_32bit, test_pop_pc): Likewise.
7175 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
7176 Thumb instructions.
7177 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
7178 in gdb_test_multiple.
7179 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
7180
7181 2011-09-17 Yao Qi <yao@codesourcery.com>
7182
7183 * lib/gdb.exp (can_single_step_to_signal_handler): New.
7184 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
7185 support single step to signal handler.
7186
7187 2011-09-17 Yao Qi <yao@codesourcery.com>
7188
7189 * gdb.base/disp-step-fork.c: New.
7190 * gdb.base/disp-step-syscall.exp: New.
7191 * gdb.base/disp-step-vfork.c: New.
7192
7193 2011-09-16 Joel Brobecker <brobecker@adacore.com>
7194
7195 * gdb.ada/tasks.exp: Make the expected output for
7196 the `info tasks' tests more resilient to spacing
7197 changes.
7198
7199 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7200
7201 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
7202 (reached breakpoint 2, reached breakpoint 3): Update expected output.
7203
7204 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
7205
7206 PR Python/12692 Add gdb.selected_inferior() to Python interface.
7207 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
7208
7209 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
7210
7211 Handle multiple breakpoint hits in Python interface:
7212 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
7213 presence.
7214 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
7215 breakpoint hits.
7216
7217 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7218 Jan Kratochvil <jan.kratochvil@redhat.com>
7219
7220 * gdb.python/py-events.exp: Remove pretty printing comment.
7221 * gdb.python/py-evsignal.exp: New file.
7222 * gdb.python/py-evthreads.c: Include signal.h.
7223 (thread3): Remove variable count3. Remove variable bad and use raise
7224 instead.
7225 (thread2): Remove variable count2. Move thread3 pthread_create here,
7226 merge pthread_join to a single line.
7227 (main): Remove variable count1. Merge pthread_join with pthread_create
7228 to a single line.
7229 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
7230 KFAIL python/12966 for gdbserver. Test return value of
7231 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
7232 gdb_expect by gdb_test and gdb_test_multiple.
7233 (thread 2, thread 3): New tests.
7234
7235 2011-09-12 Matt Rice <ratmice@gmail.com>
7236 Pedro Alves <pedro@codesourcery.com>
7237
7238 PR gdb/13175
7239
7240 * gdb.base/interp.exp: New tests.
7241 * gdb.base/interp.c: New file.
7242
7243 2011-09-12 Doug Evans <dje@google.com>
7244
7245 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
7246 * gdb.dwarf2/typeddwarf.exp: Ditto.
7247
7248 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7249
7250 Fix compatibility with x32 arch.
7251 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
7252 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
7253 is_x86_like_target.
7254 * testsuite/gdb.trace/collection.exp: Likewise.
7255 * testsuite/gdb.trace/report.exp: Likewise.
7256 * testsuite/gdb.trace/unavailable.exp: Likewise.
7257 * testsuite/gdb.trace/while-dyn.exp: Likewise.
7258 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
7259 (is_x86_like_target): Check also is_amd64_regs_target.
7260
7261 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7262
7263 PR breakpoints/12435
7264 * gdb.arch/amd64-prologue-xmm.c: New file.
7265 * gdb.arch/amd64-prologue-xmm.exp: New file.
7266 * gdb.arch/amd64-prologue-xmm.s: New file.
7267
7268 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7269
7270 * gdb.dwarf2/dw2-param-error-main.c: New file.
7271 * gdb.dwarf2/dw2-param-error.S: New file.
7272 * gdb.dwarf2/dw2-param-error.exp: New file.
7273
7274 2011-09-08 Pedro Alves <pedro@codesourcery.com>
7275
7276 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
7277 inferior's pid and look for a core dump named core.$pid. Use
7278 `remote_file' commands on the host instead of hand coding shell
7279 commands on the build.
7280 * gdb.base/valgrind-db-attach.exp: Kill the program before
7281 finishing the test.
7282
7283 2011-09-02 Matt Rice <ratmice@gmail.com>
7284
7285 * lib/prompt.exp: New file for testing the first prompt.
7286 * gdb.python/py-prompt.exp: Ditto.
7287 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
7288
7289 2011-09-02 Pedro Alves <pedro@codesourcery.com>
7290
7291 * gdb.threads/gcore-thread.exp: Set the global core_supported to
7292 0, before testing gcore.
7293
7294 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7295
7296 * dw2-ifort-parameter-debug.S: Update copyright year.
7297 * dw2-ifort-parameter.c: Update copyright year.
7298 * dw2-ifort-parameter.exp: Update copyright year.
7299
7300 * dw2-ifort-parameter-debug.S: New file.
7301 * dw2-ifort-parameter.c: New file.
7302 * dw2-ifort-parameter.exp: New file.
7303
7304 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7305
7306 * gdb.base/commands.exp (error_clears_commands_left): New function.
7307 (): Call it.
7308
7309 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7310
7311 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
7312 (C): Initialize `a'.
7313 * gdb.mi/mi-inheritance-syntax-error.exp
7314 (-data-evaluate-expression $path): Expect `a' as 5.
7315
7316 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
7317
7318 PR mi/11912
7319 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
7320 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
7321 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
7322 keyword in output of -var-info-path-expression.
7323
7324 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7325
7326 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
7327 * gdb.trace/collection.exp: Likewise.
7328 * gdb.trace/report.exp: Likewise.
7329 * gdb.trace/unavailable.exp: Likewise.
7330 * gdb.trace/while-dyn.exp: Likewise.
7331
7332 2011-08-18 Keith Seitz <keiths@redhat.com>
7333
7334 PR c++/12266
7335 * gdb.cp/meth-typedefs.cc: New file.
7336 * gdb.cp/meth-typedefs.exp: New file.
7337
7338 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
7339
7340 * gdb.python/python.exp: Add extended-prompt tests.
7341
7342 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7343
7344 * gdb.arch/i386-dr3-watch.exp
7345 (watchpoint on gap1 does not fit debug registers)
7346 (delete all watchpoints): Fix racy expect strings.
7347
7348 2011-08-14 Yao Qi <yao@codesourcery.com>
7349
7350 * gdb.base/maint.exp: set data_section to ".neardata".
7351 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
7352 * gdb.base/savedregs.exp: Handle SIGILL.
7353 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
7354 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
7355
7356 2011-08-12 Doug Evans <dje@google.com>
7357
7358 * gdb.python/py-symbol.exp: Add test for symbol.type.
7359
7360 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
7361
7362 * gdb.threads/pthreads.exp: Enable on non-native configurations.
7363 * gdb.mi/mi-pthreads.exp: Likewise.
7364 * gdb.mi/mi2-pthreads.exp: Likewise.
7365 * gdb.mi/gdb669.exp.exp: Likewise.
7366
7367 2011-08-09 Pedro Alves <pedro@codesourcery.com>
7368
7369 * lib/mi-support.exp (detect_async): Rename to...
7370 (mi_detect_async): ... this.
7371 * gdb.mi/mi-nonstop-exit.exp: Adjust.
7372 * gdb.mi/mi-nonstop.exp: Adjust.
7373 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
7374 * gdb.mi/mi-nsintrall.exp: Adjust.
7375 * gdb.mi/mi-nsmoribund.exp: Adjust.
7376 * gdb.mi/mi-nsthrexec.exp: Adjust.
7377
7378 2011-08-09 Pedro Alves <pedro@codesourcery.com>
7379
7380 * gdb.base/display.c (do_loops): New `p_i' local.
7381 * gdb.base/display.exp: Test displaying a variable that is
7382 temporarily at a bad address.
7383
7384 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7385
7386 * gdb.dwarf2/dw2-op-stack-value.S: New file.
7387 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
7388
7389 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7390
7391 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
7392 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
7393 (p fuNC_symtab): Permit also ppc64 leading dot.
7394
7395 2011-08-05 Pedro Alves <pedro@codesourcery.com>
7396
7397 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
7398 procedure.
7399 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
7400
7401 2011-08-05 Yao Qi <yao@codesourcery.com>
7402
7403 * gdb.base/callfuncs.exp: Set language after main.
7404 * gdb.cp/cplusfuncs.exp: Likewise.
7405 * gdb.cp/inherit.exp: Likewise.
7406
7407 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7408
7409 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
7410 * gdb.base/watch-vfork.exp: Skip on remote targets.
7411
7412 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7413
7414 * gdb.threads/thread-find.exp: Support remote targets.
7415
7416 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7417
7418 * gdb.base/jit.exp: Download solib_binfile to target.
7419 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
7420 and call dlopen without full path name.
7421 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
7422 dlopen without full path name.
7423
7424 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7425
7426 * gdb.base/break-always.exp: Complete the test
7427 with duplicated breakpoints and enabling/disabling them.
7428
7429 2011-08-02 Tom Tromey <tromey@redhat.com>
7430
7431 PR gdb/11289:
7432 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
7433
7434 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
7435
7436 PR gdb/13045
7437 * gdb.base/float.exp: Add new test case for PR gdb/13045
7438 * gdb.base/float.c: New file.
7439
7440 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
7441
7442 * gdb.python/py-mi.exp: Test printers returning string hint, and
7443 also not returning a value.
7444 * gdb.python/py-prettyprint.c: Add testcase for above.
7445 * gdb.python/py-prettyprint.py: Add test printer for above.
7446
7447 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7448
7449 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
7450 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
7451 (.Ldie30) Add as field "data4".
7452 (.Ldie32) Rename field "b" to "shl".
7453 (abbrev4) Change for the "data4" field.
7454 (abbrev5, abbrev6) Remove.
7455 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
7456 (p &s.shl): ... here. Add comment.
7457 (p &s.data4): New.
7458
7459 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7460
7461 Fix crash on lval_computed values.
7462 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
7463
7464 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7465
7466 * gdb.base/help.exp (help whatis): Update the expected string.
7467
7468 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7469
7470 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
7471 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
7472 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7473 Change the expected string.
7474
7475 2011-07-26 Pedro Alves <pedro@codesourcery.com>
7476
7477 * gdb.base/watchpoint.exp
7478 (test_disable_enable_software_watchpoint): New procedure.
7479 (top level): Run it.
7480
7481 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
7482
7483 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
7484 executable file "${binfile}", C++ version "${binfile}-cxx".
7485 * gdb.python/py-prettyprint.exp: Likewise.
7486 * gdb.python/py-symbol.exp: Likewise.
7487 * gdb.python/py-type.exp: Likewise.
7488 * gdb.python/py-value.exp: Likewise.
7489 * gdb.python/py-template.exp (test_template_arg): Pass full executable
7490 file name instead of just suffix.
7491
7492 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7493
7494 Fix implicit pointer offsets.
7495 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
7496 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
7497 (continue to breakpoint: continue to baz breakpoint for implptr)
7498 (sanity check element 0, sanity check element 1)
7499 (enter the inlined function, check element 0 for the offset)
7500 (check element 1 for the offset)
7501 (continue to breakpoint: ignore the second baz breakpoint): New tests.
7502 (set foo breakpoint for implptr): Update the breakpoint number.
7503
7504 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7505
7506 * gdb.python/py-mi.exp: Use different file names for different
7507 versions of the executable under test.
7508 * gdb.python/py-prettyprint.exp: Likewise.
7509 * gdb.python/py-symbol.exp: Likewise.
7510 * gdb.python/py-template.exp: Likewise.
7511 * gdb.python/py-type.exp: Likewise.
7512 * gdb.python/py-value.exp: Likewise.
7513
7514 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7515
7516 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
7517 flag after restarting GDB if necessary.
7518
7519 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7520
7521 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
7522
7523 2011-07-22 Pedro Alves <pedro@codesourcery.com>
7524
7525 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
7526 backend doesn't leave used debug registers behind.
7527
7528 2011-07-22 Tom Tromey <tromey@redhat.com>
7529
7530 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
7531 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
7532 argument.
7533 * gdb.dwarf2/typeddwarf-amd64.S: New file.
7534
7535 2011-07-21 Matt Rice <ratmice@gmail.com>
7536
7537 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
7538 in mostlyclean rule. Add files ending in .core.
7539
7540 2011-07-21 Matt Rice <ratmice@gmail.com>
7541
7542 PR macros/12999
7543 * gdb.base/info-macros.c: New test sources.
7544 * gdb.base/info-macros.exp: New tests.
7545
7546 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
7547
7548 * gdb.python/python.exp: Add prompt substitution tests.
7549
7550 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7551
7552 Fix crash if referenced CU is aged out.
7553 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
7554 New.
7555 * gdb.dwarf2/implptr.exp: Likewise.
7556
7557 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7558
7559 * gdb.dwarf2/implptr.S: Rebuilt.
7560 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
7561 (bar): Use them for j, k, l.
7562 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
7563 COMPILE.
7564 (print j in implptr:bar): Update for the intp typedef.
7565 (print p[0].x in implptr:foo): Use more exact regex.
7566
7567 2011-07-18 Tom Tromey <tromey@redhat.com>
7568
7569 * gdb.cp/static-method.exp: Add missing single quote.
7570
7571 2011-07-18 Yao Qi <yao@codesourcery.com>
7572
7573 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
7574 supported.
7575 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7576 * gdb.mi/mi-nonstop.exp: Likewise.
7577 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7578 * gdb.mi/mi-nsintrall.exp: Likewise.
7579 * gdb.mi/mi-nsmoribund.exp: Likewise.
7580 * gdb.mi/mi-nsthrexec.exp: Likewise.
7581 * gdb.python/py-evthreads.exp: Likewise.
7582
7583 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7584
7585 Code cleanup.
7586 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
7587 it. Substitute it instead of test_compiler_info everywhere.
7588
7589 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7590
7591 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
7592 remote targets as well.
7593
7594 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7595
7596 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
7597 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
7598
7599 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7600
7601 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
7602 a remote machine, not the host.
7603 (gdb_compile_shlib): Set soname if target is remote.
7604
7605 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7606
7607 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
7608
7609 2011-07-13 Matt Rice <ratmice@gmail.com>
7610
7611 * gdb.python/py-objfile-script-gdb.py: Renamed to
7612 py-objfile-script-gdb.py.in.
7613 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
7614 py-objfile-script-gdb.py.
7615 * gdb.python/py-objfile-script.exp: Update reference to
7616 py-objfile-script-gdb.py.
7617
7618 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7619
7620 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
7621 reference undefined label.
7622
7623 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7624
7625 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
7626 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
7627 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
7628 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
7629
7630 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
7631
7632 PR python/12438
7633 * gdb.python/python.exp: Add maint set/show python print-stack
7634 deprecated tests. Add set/show python print-backtrace tests.
7635
7636 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7637
7638 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
7639 debug info.
7640
7641 2011-07-06 Matt Rice <ratmice@gmail.com>
7642
7643 * gdb.python/python.exp: Update filename paths.
7644 * gdb.python/py-symtab.exp: Ditto.
7645
7646 2011-07-06 Marek Polacek <mpolacek@redhat.com>
7647
7648 * gdb.python/py-evthreads.exp: Add missing `$'.
7649
7650 2011-07-06 Jie Zhang <jie.zhang@analog.com>
7651
7652 * config/bfin.exp: New file.
7653 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
7654 * gdb.asm/bfin.inc: New file.
7655
7656 2011-07-06 Marek Polacek <mpolacek@redhat.com>
7657
7658 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
7659 the whole output.
7660
7661 2011-07-05 Tom Tromey <tromey@redhat.com>
7662
7663 * gdb.java/jprint.java (jprint.hi): New field.
7664 * gdb.java/jprint.exp: Print string.
7665
7666 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
7667
7668 * gdb.base/call-sc.c: Fix typos.
7669 * gdb.base/ifelse.exp: Likewise.
7670 * gdb.base/structs.c: Likewise.
7671
7672 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7673
7674 * gdb.base/jit-so.exp: New test.
7675 * gdb.base/jit-dlmain.c: New file.
7676 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
7677
7678 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7679
7680 * gdb.cp/m-static.exp: Call get_compiler_info.
7681 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
7682 * gdb.cp/pr9167.exp (p b): Likewise.
7683 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
7684 (test value of P in inner_m, test type of Z in inner_m): Call
7685 setup_xfail for gcc <= 4.5.
7686
7687 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7688
7689 * gdb.cp/paren-type.cc: New files.
7690 * gdb.cp/paren-type.exp: New files.
7691
7692 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7693
7694 Stop on first linespec terminator instead of eating what we can.
7695 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
7696 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
7697 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
7698 (break C::f()): ... this one.
7699 (break C::operator()()): New test.
7700 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
7701 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
7702 test.
7703
7704 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7705
7706 Fall back linespec to minimal symbols.
7707 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
7708 error message.
7709 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
7710 * gdb.cp/minsym-fallback-main.cc: New file.
7711 * gdb.cp/minsym-fallback.cc: New file.
7712 * gdb.cp/minsym-fallback.exp: New file.
7713 * gdb.cp/minsym-fallback.h: New file.
7714
7715 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7716
7717 * gdb.cp/no-dmgl-verbose.cc: New file.
7718 * gdb.cp/no-dmgl-verbose.exp: New file.
7719
7720 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7721
7722 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
7723 __GI_.
7724 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
7725 (f): New function.
7726 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
7727 (complete p 'func<short>(): ... here.
7728 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
7729 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
7730 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
7731 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
7732 Make them KFAIL gcc/49546.
7733
7734 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7735
7736 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
7737
7738 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7739
7740 Test GCC PR debug/49546.
7741 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
7742 (test type of F in k3_m, test value of F in k3_m): New.
7743 * gdb.cp/temargs.cc (struct S3, struct K3): New.
7744 (main): New variable k3. Call k3.k3_m.
7745
7746 2011-07-01 Jean-Charles Delay <delay@adacore.com>
7747
7748 * gdb.ada/packed_array.exp: Fix expected outout.
7749
7750 2011-07-01 Jean-Charles Delay <delay@adacore.com>
7751
7752 * gdb.ada/packed_array.exp: fixed expected output.
7753
7754 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7755
7756 * gdb.ada/same_enum: New testcase.
7757
7758 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7759
7760 * gdb.ada/ptr_typedef: New testcase.
7761
7762 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7763
7764 * gdb.ada/arrayptr.exp: Add ptype test.
7765
7766 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7767
7768 * gdb.ada/char_enum: New testcase.
7769
7770 2011-07-01 Yao Qi <yao@codesourcery.com>
7771
7772 * gdb.base/dump.exp (capture_pointer_with_type): New.
7773 Get value from address instead of name.
7774 Start GDB once, and do `dump' and `restore'
7775 tests together.
7776
7777 2011-06-30 Jie Zhang <jie.zhang@analog.com>
7778 Mike Frysinger <vapier@gentoo.org>
7779
7780 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
7781 helper functions for getting/setting remotetimeout variable.
7782 * lib/gdb.exp (gdb_load): If the target is remote, set
7783 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
7784 with $loadtimeout. Set $load_ok to 0 before doing the load.
7785 Instead of returning, immediately, set $load_ok to 0. Call
7786 set_remotetimeout with $oldremotetimeout, and then return if
7787 $load_ok is 1.
7788
7789 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
7790
7791 * gdb.python/py-template.exp: Don't run this test if the target
7792 does not support c++ tests.
7793
7794 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7795
7796 Fix non-only rename list for Fortran modules import.
7797 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
7798 tests.
7799 * gdb.fortran/module.f90 (module moduse): New.
7800 (program module): use moduse, test var_x, var_y and var_z.
7801
7802 2011-06-29 Tom Tromey <tromey@redhat.com>
7803
7804 PR testsuite/12040:
7805 * gdb.fortran/array-element.exp: Use f90, not f77.
7806 * gdb.fortran/complex.exp: Use f90, not f77.
7807 * gdb.fortran/derived-type.exp: Use f90, not f77.
7808 * gdb.fortran/library-module.exp: Use f90, not f77.
7809 * gdb.fortran/logical.exp: Use f90, not f77.
7810 * gdb.fortran/module.exp: Use f90, not f77.
7811 * gdb.fortran/multi-dim.exp: Use f90, not f77.
7812 * gdb.fortran/subarray.exp: Use f90, not f77.
7813
7814 2011-06-29 Tom Tromey <tromey@redhat.com>
7815
7816 * gdb.fortran/charset.exp: New file.
7817 * gdb.fortran/charset.f90: New file.
7818
7819 2011-06-29 Tom Tromey <tromey@redhat.com>
7820
7821 PR testsuite/12040:
7822 * lib/future.exp: New file, mostly extracted from ada.exp.
7823 Rewrote compatibility code to use rename.
7824 (gdb_find_gfortran): New proc.
7825 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
7826 gfortran patch.
7827 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
7828 Move to future.exp.
7829 * lib/gdb.exp: Always load future.exp.
7830
7831 2011-06-28 Yao Qi <yao@codesourcery.com>
7832
7833 * gdb.cp/exception.cc: Don't include iostream.
7834 (bar): Remove print statement.
7835 (catcher): New.
7836 (main): Remove print statements. Call function catcher.
7837 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
7838 Set breakpoint on catcher, and check the value of parameter.
7839
7840 2011-06-23 Yao Qi <yao@codesourcery.com>
7841
7842 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
7843 breakpoint 1.2 is disabled. KFAIL for uclinux.
7844
7845 2011-06-23 Marek Polacek <mpolacek@redhat.com>
7846
7847 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
7848 mi_gdb_test.
7849
7850 2011-06-23 Marek Polacek <mpolacek@redhat.com>
7851
7852 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
7853
7854 2011-06-23 Marek Polacek <mpolacek@redhat.com>
7855
7856 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
7857
7858 2011-06-23 Marek Polacek <mpolacek@redhat.com>
7859
7860 * gdb.mi/mi2-basics.exp: Fix races. Honour the
7861 `test_exec_and_symbol_mi_operatons' return value.
7862 (test_mi_interpreter_selection): Use mi_gdb_test instead of
7863 gdb_test_multiple.
7864 (test_exec_and_symbol_mi_operatons): Likewise.
7865 (test_path_specification): Likewise.
7866
7867 2011-06-23 Yao Qi <yao@codesourcery.com>
7868
7869 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
7870 supported.
7871 * lib/gdb.exp (support_displaced_stepping): New.
7872
7873 2011-06-23 Yao Qi <yao@codesourcery.com>
7874
7875 * gdb.threads/execl.exp: Skip on remote target.
7876
7877 2011-06-21 Marek Polacek <mpolacek@redhat.com>
7878
7879 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
7880 mi_gdb_test.
7881
7882 2011-06-20 Marek Polacek <mpolacek@redhat.com>
7883
7884 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
7885
7886 2011-06-20 Marek Polacek <mpolacek@redhat.com>
7887
7888 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
7889 mi_gdb_test.
7890
7891 2011-06-20 Marek Polacek <mpolacek@redhat.com>
7892
7893 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
7894
7895 2011-06-14 Yao Qi <yao@codesourcery.com>
7896
7897 gdb/testsuite/
7898 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
7899
7900 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
7903
7904 2011-06-10 Tom Tromey <tromey@redhat.com>
7905
7906 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
7907 Add tests for pointer-to-member-function.
7908 * gdb.cp/temargs.cc (S::somefunc): New function.
7909 (K2): New class.
7910 (main): Instantiate K2; call method.
7911
7912 2011-06-08 Joel Brobecker <brobecker@adacore.com>
7913
7914 * gdb.python/py-inferior.c (f2): Make str an array rather
7915 than a pointer.
7916 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
7917
7918 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7919
7920 * gdb.base/async-shell.c: New file.
7921 * gdb.base/async-shell.exp: New file.
7922
7923 2011-06-06 Pedro Alves <pedro@codesourcery.com>
7924
7925 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
7926
7927 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
7928
7929 From Stephen Kitt <steve@sk2.org>
7930 * gdb.base/help.exp: Adjust following some spelling corrections
7931 in GDB.
7932
7933 2011-06-01 Yao Qi <yao@codesourcery.com>
7934
7935 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
7936
7937 2010-05-31 Keith Seitz <keiths@redhat.com>
7938
7939 PR c++/12750
7940 * gdb.cp/static-method.cc: New file.
7941 * gdb.cp/static-method.exp: New file.
7942
7943 2010-05-31 Keith Seitz <keiths@redhat.com>
7944
7945 PR symtab/12704
7946 * gdb.cp/anon-ns.cc: New file.
7947 * gdb.cp/anon-ns.exp: New file.
7948
7949 2011-05-31 Pedro Alves <pedro@codesourcery.com>
7950
7951 * gdb.arch/i386-dr3-watch.c: New file.
7952 * gdb.arch/i386-dr3-watch.exp: New file.
7953
7954 2011-05-30 Yao Qi <yao@codesourcery.com>
7955
7956 * gdb.base/callfuncs.c (t_structs_fc): New.
7957 (t_structs_dc, t_structs_ldc): New.
7958 (t_double_many_args):
7959 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
7960 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
7961 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
7962 * gdb.base/callfuncs.exp: Call new functions.
7963
7964 2011-05-30 Yao Qi <yao@codesourcery.com>
7965
7966 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
7967 Call rerun_and_prepare for each test to isolate effects.
7968
7969 2011-05-30 Yao Qi <yao@codesourcery.com>
7970
7971 * gdb.base/varargs.c (find_max_float_real): New.
7972 (find_max_double_real, find_max_long_double_real): New.
7973 * gdb.base/varargs.exp: Call these new added functions.
7974 * lib/gdb.exp (setup_kfail_for_target): New.
7975
7976 2011-05-30 Yao Qi <yao@codesourcery.com>
7977
7978 * gdb.base/funcargs.c (callca, callcb, callcc): New.
7979 (callcd, callce, callcf, callc1a, callc1b): New.
7980 (callc2a, callc2b): New.
7981 * gdb.base/funcargs.exp (complex_args): New.
7982 (complex_integral_args, complex_float_integral_args): New.
7983 * lib/gdb.exp (support_complex_tests): New. Determine
7984 whether to run test cases on _Complex types.
7985
7986 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7987
7988 * gdb.threads/leader-exit.c: New file.
7989 * gdb.threads/leader-exit.exp: New file.
7990
7991 2011-05-27 Marek Polacek <mpolacek@redhat.com>
7992
7993 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
7994
7995 2011-05-27 Marek Polacek <mpolacek@redhat.com>
7996
7997 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
7998 remove the `supported' variable.
7999 * gdb.mi/mi-nonstop.exp: Likewise.
8000 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8001 * gdb.mi/mi-nsintrall.exp: Likewise.
8002 * gdb.mi/mi-nsmoribund.exp: Likewise.
8003 * gdb.mi/mi-nsthrexec.exp: Likewise.
8004
8005 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8006
8007 * gdb.reverse/finish-reverse-bkpt.exp: New test.
8008
8009 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8010
8011 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
8012
8013 2011-05-24 Keith Seitz <keiths@redhat.com>
8014
8015 PR breakpoint/12803
8016 * gdb.cp/cmpd-minsyms.cc (a): New method.
8017 (b): New method.
8018 (c): New method.
8019 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
8020
8021 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8022
8023 * gdb.base/commands.exp (watchpoint_command_test): Check that the
8024 watchpoint's command list didn't execute when the watchpoint went
8025 out of scope.
8026
8027 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
8028
8029 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
8030 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
8031 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
8032 * gdb.arch/i386-gnu-cfi.exp: Likewise.
8033 * gdb.arch/i386-permbkpt.exp: Likewise.
8034 * gdb.arch/i386-prologue.exp: Likewise.
8035 * gdb.arch/i386-size-overlap.exp: Likewise.
8036 * gdb.arch/i386-size.exp: Likewise.
8037 * gdb.arch/i386-unwind.exp: Likewise.
8038 * gdb.reverse/i386-precsave.exp: Likewise.
8039 * gdb.reverse/i386-reverse.exp: Likewise.
8040 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8041 * gdb.reverse/i387-env-reverse.exp: Likewise.
8042 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8043
8044 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8045
8046 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
8047 file doesn't error, using MI.
8048
8049 2011-05-23 Tom Tromey <tromey@redhat.com>
8050
8051 * gdb.base/charset.exp (string_display): Add tests to assign to
8052 arrays.
8053 * gdb.base/charset.c (short_array, int_array, long_array): New.
8054
8055 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8056
8057 Cope with async mode.
8058
8059 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
8060 into gdb_test + mi_expect_stop.
8061
8062 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8063
8064 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
8065 (callme): Remove printf call.
8066
8067 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
8068
8069 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
8070 quote pattern to avoid problems with Cygwin/mingw expect versions.
8071 * gdb.base/default.exp (show convenience): Use double
8072 quote pattern for regular expressions.
8073
8074 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8075
8076 Fix -readnow for -gdwarf-4 unused type units.
8077 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
8078 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
8079
8080 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8081
8082 * gdb.base/kill-after-signal.c: New file.
8083 * gdb.base/kill-after-signal.exp: New file.
8084
8085 2011-05-16 Pedro Alves <pedro@codesourcery.com>
8086
8087 * gdb.ada/start.exp: Call untested with the correct test filename.
8088 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
8089 test filename. Make the test's binary unique.
8090 * gdb.arch/i386-signal.exp: Call untested with the correct test
8091 filename.
8092 * gdb.arch/i386-size-overlap.exp: Ditto.
8093 * gdb.arch/Makefile.in (EXECUTABLES): Update.
8094 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8095 * gdb.cp/call-c.exp: Ditto.
8096 * gdb.mi/mi-reverse.exp: Call untested with the correct test
8097 filename. Make the test's binary unique.
8098 * gdb.mi/Makefile.in (EXECUTABLES): Update.
8099 * gdb.python/py-mi.exp: Ditto.
8100 * gdb.python/Makefile.in (EXECUTABLES): Update.
8101 * gdb.reverse/i386-precsave.exp: Ditto.
8102 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
8103 test filename.
8104 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8105 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
8106 unique.
8107 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
8108 test filename.
8109 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
8110 * gdb.trace/tfile.exp: Ditto.
8111
8112 2011-05-14 Yao Qi <yao@codesourcery.com>
8113
8114 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
8115 type.
8116
8117 2011-05-13 Doug Evans <dje@google.com>
8118
8119 * gdb.python/py-objfile-script.exp: New file.
8120 * gdb.python/py-objfile-script.c: New file.
8121 * gdb.python/py-objfile-script-gdb.py: New file.
8122 * testsuite/gdb.python/py-section-script.exp: Test
8123 "info auto-load-scripts".
8124
8125 2011-05-13 Tom Tromey <tromey@redhat.com>
8126
8127 * gdb.dwarf2/clztest.exp: New file.
8128 * gdb.dwarf2/clztest.c: New file.
8129 * gdb.dwarf2/clztest.S: New file.
8130
8131 2011-05-13 Doug Evans <dje@google.com>
8132
8133 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
8134 String16 tests.
8135
8136 2011-05-13 Tom Tromey <tromey@redhat.com>
8137
8138 * lib/gdb.exp (is_x86_like_target): New proc.
8139 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
8140 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
8141 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
8142 -nostdlib to compiler.
8143 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
8144 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
8145 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
8146 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
8147 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
8148
8149 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8150
8151 * gdb.python/py-function.exp: Test setting a value from a function
8152 which executes a command.
8153
8154 2011-05-12 Tom Tromey <tromey@redhat.com>
8155
8156 * gdb.dwarf2/typeddwarf.S: New file.
8157 * gdb.dwarf2/typeddwarf.c: New file.
8158 * gdb.dwarf2/typeddwarf.exp: New file.
8159
8160 2011-05-12 Marek Polacek <mpolacek@redhat.com>
8161
8162 * gdb.mi/mi-basics.exp: Fix races. Honour the
8163 `test_exec_and_symbol_mi_operatons' return value.
8164 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8165 gdb_test_multiple.
8166 (test_exec_and_symbol_mi_operatons): Likewise.
8167 (test_path_specification): Likewise.
8168
8169 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8170
8171 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
8172 (gdb_touch_execfile): Remove catch wrappers. New variable time.
8173 Replace `file copy' and `file rename' by `file mtime'. Twice.
8174
8175 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8176
8177 * gdb.base/readline-ask.c: New file.
8178 * gdb.base/readline-ask.exp: New file.
8179 * gdb.base/readline-ask.inputrc: New file.
8180
8181 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
8182
8183 * gdb.cell/bt.exp: Delete breakpoints before running to signal
8184 to avoid race condition.
8185 * gdb.cell/coremaker.c: Use small stack size.
8186 * gdb.cell/ea-standalone.exp: Use file name without path as
8187 argument to c_to.
8188 * gdb.cell/fork.exp: Allow other output when continuing to end.
8189
8190 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8191
8192 * gdb.threads/corethreads.c: New file.
8193 * gdb.threads/corethreads.exp: New file.
8194
8195 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8196
8197 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
8198 Try to compile the test using -Wl,-z,norelro first.
8199 (load_core): New variable libthread_db_seen, initialize it.
8200 (zeroed-threads cannot be listed): Protect it by XFAIL on
8201 !$libthread_db_seen.
8202
8203 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8204
8205 PR 12573
8206 * gdb.dwarf2/dw2-skip-prologue.S: New file.
8207 * gdb.dwarf2/dw2-skip-prologue.c: New file.
8208 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
8209
8210 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8211
8212 * gdb.cp/psymtab-parameter.cc: New file.
8213 * gdb.cp/psymtab-parameter.exp: New file.
8214
8215 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8216
8217 Fix a race.
8218 * gdb.cp/static-print-quit.exp (print c): Split to ...
8219 (print c - <return>, print c - q <return>, print c - to quit):
8220 ... these. Make the testfile untested on gdb-7.1.
8221
8222 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
8223
8224 * lib/gdb.exp (exec_target_file, exec_symbol_file,
8225 gdb_rename_execfile, gdb_touch_execfile): New.
8226 * gdb.base/reread.exp: Use new procs to handle multiple
8227 exec files.
8228
8229 2011-05-05 Yao Qi <yao@codesourcery.com>
8230
8231 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
8232 (test_adr_32bit, test_pop_pc): New.
8233 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
8234 (test_adr_32bit, test_pop_pc): New.
8235
8236 2011-05-04 Joseph Myers <joseph@codesourcery.com>
8237
8238 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
8239 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
8240 targets.
8241 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
8242 handle targets.
8243
8244 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8245
8246 * gdb.base/completion.exp (complete help info wat): Rename to ...
8247 (complete 'help info wat'): ... here.
8248 Remove all `-re ".*' and `-re "^.*' redundant regexes.
8249 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
8250
8251 2011-05-04 Pedro Alves <pedro@codesourcery.com>
8252
8253 * gdb.base/completion.exp: Use gdb_test_multiple instead of
8254 gdb_test and explicit $gdb_prompt/timeout matches.
8255
8256 2011-05-04 Yao Qi <yao@codesourcery.com>
8257
8258 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
8259 and __thumb2__.
8260
8261 2011-05-03 Marek Polacek <mpolacek@redhat.com>
8262
8263 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
8264 in place of `gdb_test "delete breakpoints"'. This eliminates two
8265 testcases.
8266
8267 2011-05-02 Pedro Alves <pedro@codesourcery.com>
8268
8269 PR testsuite/12649
8270 Fix races.
8271
8272 * gdb.base/completion.exp: Remove all sleep calls. Remove
8273 unnecessary regexs. Don't explicitly expect anything after the
8274 prompt. Eat the prompt if necessary.
8275
8276 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
8277
8278 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
8279 accept to show the caller line again as well as the line after.
8280
8281 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
8282
8283 PR mi/12531
8284
8285 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
8286 compile target.
8287 * gdb.python/py-prettyprint.exp: Add C++ object for
8288 CPLUS_FAKE_CHILD test.
8289
8290 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
8291
8292 * gdb.base/signest.exp: New file.
8293 * gdb.base/signest.c: Likewise.
8294
8295 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8296
8297 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
8298 thread and breakpoint notifications.
8299
8300 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8301
8302 * gdb.base/fortran-sym-case.c: New file.
8303 * gdb.base/fortran-sym-case.exp: New file.
8304 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
8305 * gdb.dwarf2/dw2-case-insensitive.c: New file.
8306 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
8307
8308 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8309
8310 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
8311 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
8312 false #1', `if true else false #2' and `if true else false #3'.
8313
8314 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
8315
8316 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
8317 while delivering signal.
8318
8319 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
8320
8321 MI breakpoint notifications.
8322
8323 * testsuite/gdb.mi/mi-cli.exp: Adust.
8324 * testsuite/gdb.mi/mi2-cli.exp: Adust.
8325 * testsuite/gdb.mi/mi-watch.exp: Adust.
8326 * testsuite/gdb.mi/mi2-watch.exp: Adust.
8327 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
8328 notifications.
8329
8330 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8331
8332 * gdb.base/gdbindex-stabs-dwarf.c: New file.
8333 * gdb.base/gdbindex-stabs.c: New file.
8334 * gdb.base/gdbindex-stabs.exp: New file.
8335
8336 2011-04-25 Yao Qi <yao@codesourcery.com>
8337
8338 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
8339 with /*...*/.
8340 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
8341
8342 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8343
8344 * gdb.python/py-value.exp (test_objfiles): Name the first test
8345 `py-value in file.filename'.
8346
8347 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8348
8349 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
8350 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
8351 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
8352 !gdbserver_reconnect_p..
8353 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
8354
8355 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8356
8357 * gdb.cp/cpcompletion.exp (complete class methods)
8358 (complete class methods beginning with F): Move them above runto. New
8359 comment about the runto delimiter.
8360
8361 2011-04-20 Pedro Alves <pedro@codesourcery.com>
8362
8363 * gdb.base/maint.exp: Test that "maint print registers" works
8364 without a running program.
8365
8366 2011-04-20 Marek Polacek <mpolacek@redhat.com>
8367
8368 * gdb.base/setshow.exp: Fix racy tests.
8369 ($old_gdb_prompt): New variable.
8370
8371 2011-04-19 Tom Tromey <tromey@redhat.com>
8372
8373 * gdb.mi/mi-nsmoribund.exp:
8374 * gdb.hp/gdb.objdbg/objdbg01.exp:
8375 * gdb.base/structs.exp (test_struct_returns):
8376 * gdb.base/call-sc.exp (test_scalar_returns):
8377 * gdb.base/bigcore.exp: Remove duplicate words.
8378
8379 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8380
8381 * gdb.base/break-interp-lib.c (v, vptr): New variables.
8382 * gdb.base/break-interp.exp (test_attach): New comment.
8383
8384 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8385
8386 * gdb.threads/gcore-thread.exp ($core0file): New variable.
8387 (clear __stack_user.next, clear stack_used.next)
8388 (save a zeroed-threads corefile): New test.
8389 Call core_load for $core0file.
8390 (zeroed-threads cannot be listed): New test.
8391
8392 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8393
8394 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
8395 filename.
8396 ($srcfile): Preserve the original value.
8397 ($testfile): Match it the .exp filename.
8398 ($corefile): New variable. Substitute it around.
8399 Use clean_restart.
8400 ($prev_timeout): Remove.
8401 (load_core): Move core loading into this proc.
8402 Fix restore of $timeout if load_core fails.
8403
8404 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8405
8406 * gdb.base/eu-strip-infcall.c: New file.
8407 * gdb.base/eu-strip-infcall.exp: New file.
8408
8409 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8410
8411 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
8412 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
8413
8414 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8415
8416 Fix Python access to inlined frames.
8417 * gdb.python/py-frame-inline.c: New file.
8418 * gdb.python/py-frame-inline.exp: New file.
8419
8420 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
8421
8422 * gdb.base/gdb1090.exp: Change breakpoint location to read the
8423 content of 's24' correctly (avoiding "optimized out").
8424 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
8425
8426 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8427
8428 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
8429
8430 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8431
8432 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
8433 expect a colon in watch -location output.
8434
8435 2011-04-13 Marek Polacek <mpolacek@redhat.com>
8436
8437 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
8438 New testcase `expect response to define backtrace'. Also remove
8439 redundant `default' block.
8440
8441 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8442
8443 * gdb.python/py-prettyprint.c (struct hint_error): New.
8444 (main): New variable hint_error.
8445 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
8446 "print hint_error".
8447 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
8448 (register_pretty_printers): Register it.
8449
8450 2011-04-04 Tom Tromey <tromey@redhat.com>
8451
8452 * gdb.cp/maint.exp (test_help): Update.
8453 (test_namespace): Likewise.
8454
8455 2011-04-01 Joel Brobecker <brobecker@adacore.com>
8456
8457 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
8458 * gdb.ada/arrayptr.exp: Add new tests.
8459
8460 2011-04-01 Joel Brobecker <brobecker@adacore.com>
8461
8462 * gdb.ada/mi_catch_ex: New testcase.
8463
8464 2011-04-01 Pedro Alves <pedro@codesourcery.com>
8465
8466 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
8467 base::overload(void) method without specifying "const".
8468
8469 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
8470
8471 * gdb.arch/thumb-singlestep.S: New file.
8472 * gdb.arch/thumb-singlestep.exp: Likewise.
8473
8474 2011-03-31 Tom Tromey <tromey@redhat.com>
8475
8476 * gdb.python/py-prettyprint.py (exception_flag): New global.
8477 (NoStringContainerPrinter._iterator.next): Check it.
8478 * gdb.python/py-prettyprint.c (main): New variable nstype2.
8479 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
8480
8481 2011-03-29 Tom Tromey <tromey@redhat.com>
8482
8483 * gdb.cp/anon-struct.cc: New file.
8484 * gdb.cp/anon-struct.exp: New file.
8485
8486 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8487
8488 Test STT_GNU_IFUNC support.
8489 * gdb.base/gnu-ifunc-lib.c: New file.
8490 * gdb.base/gnu-ifunc.c: New file.
8491 * gdb.base/gnu-ifunc.exp: New file.
8492
8493 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8494
8495 Support a ring of related breakpoints.
8496 * gdb.base/watchpoint-delete.c: New file.
8497 * gdb.base/watchpoint-delete.exp: New file.
8498
8499 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8500
8501 * gdb.ada/arrayparam.exp (print first after function call): Use
8502 explicit package name. Add a comment
8503 (print lasta after function call): Rename ...
8504 (print last after function call): ... it and use explicit package
8505 name.
8506 (print length after function call): Use explicit package name.
8507 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
8508 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
8509 (multiple matches for symbol i): Rename ...
8510 (multiple matches for symbol integervar): ... it.
8511 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
8512 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
8513
8514 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
8515
8516 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
8517 environment variable to make grep output more predictable. Move
8518 all the environment setup into gdb_init so it's done once per test
8519 case rather than each time we start gdb.
8520
8521 2011-03-24 Tom Tromey <tromey@redhat.com>
8522
8523 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
8524 test.
8525
8526 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8527
8528 * gdb.dwarf2/dw2-entry-value-main.c: New file.
8529 * gdb.dwarf2/dw2-entry-value.S: New file.
8530 * gdb.dwarf2/dw2-entry-value.exp: New file.
8531
8532 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
8533
8534 PR python/12183
8535
8536 * gdb.python/py-function.exp: Add GdbError tests.
8537
8538 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8539
8540 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
8541 (reglocal_test_func, statlocal_test_func): New functions.
8542 (globals_test_func): Call new functions.
8543 * gdb.trace/unavailable.exp (gdb_collect_args_test)
8544 (gdb_collect_locals_test): New procedure.
8545 (gdb_trace_collection_test): Call new procedures.
8546
8547 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8548
8549 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
8550 (test_register, test_register_unavailable): New procedures.
8551 (gdb_unavailable_registers_test): New procedure.
8552 (gdb_trace_collection_test): Call it.
8553
8554 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
8555
8556 PR python/12149
8557
8558 * gdb.python/python.exp: Add gdb.write tests.
8559
8560 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
8561
8562 * gdb.python/Makefile.in: Add py-objfile.
8563 * gdb.python/py-objfile.exp: New file.
8564 * gdb.python/py-objfile.c: New file.
8565 * gdb.python/py-block.exp: Add is_valid tests.
8566 * gdb.python/py-inferior.exp: Ditto.
8567 * gdb.python/py-infthread.exp: Ditto.
8568 * gdb.python/py-symbol.exp: Ditto.
8569 * gdb.python/py-symtab.exp: Ditto.
8570
8571 2011-03-16 Keith Seitz <keiths@redhat.com>
8572
8573 PR c++/12273
8574 * gdb.cp/cmpd-minsyms.exp: New test.
8575 * gdb.cp/cmpd-minsyms.cc: New file.
8576
8577 PR c++/11734
8578 * gdb.cp/ovsrch.exp: New test.
8579 * gdb.cp/ovsrch.h: New file.
8580 * gdb.cp/ovsrch1.cc: New file.
8581 * gdb.cp/ovsrch2.cc: New file.
8582 * gdb.cp/ovsrch3.cc: New file.
8583 * gdb.cp/ovsrch4.cc: New file.
8584
8585 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8586
8587 PR gdb/12528
8588 * gdb.base/Makefile.in: Adjust EXECUTABLES.
8589 * gdb.base/break-on-linker-gcd-function.exp: New test.
8590 * gdb.base/break-on-linker-gcd-function.cc: New file.
8591
8592 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
8593
8594 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
8595
8596 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
8597
8598 * lib/gdb.exp (gdb_unload): Add another termination case.
8599
8600 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8601
8602 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
8603 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
8604 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
8605 Provide a stub byte there.
8606 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
8607 DW_AT_entry_pc.
8608 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
8609
8610 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
8611
8612 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
8613 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
8614 "generic ABI, auto".
8615 (altivec_abi_tests): Accept vectors returned by reference.
8616
8617 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
8618
8619 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
8620
8621 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
8622
8623 * gdb.python/py-section-script.exp: Skip test if no Python support.
8624
8625 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
8626
8627 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
8628
8629 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
8630
8631 * gdb.python/py-parameter.exp: Update tests to the new Python
8632 parameter API. Add "no documentation" test. Add deprecated API
8633 backward compatibility test.
8634
8635 2011-03-09 Tom Tromey <tromey@redhat.com>
8636
8637 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
8638 gdb_continue_to_end.
8639
8640 2011-03-09 Mark Kettenis <kettenis@gnu.org>
8641
8642 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
8643 tabs.
8644
8645 2011-03-09 Tom Tromey <tromey@redhat.com>
8646
8647 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
8648 parentheses.
8649 (gdb_continue_to_end): Add "allow_extra" parameter. Use
8650 $command.
8651 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
8652 argument to gdb_continue_to_end.
8653 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
8654 argument to gdb_continue_to_end.
8655 * gdb.cp/annota3.exp: Fix regex.
8656 * gdb.cp/annota2.exp: Fix regex.
8657 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
8658 gdb_continue_to_end.
8659 * gdb.base/call-signal-resume.exp: Revert earlier patch.
8660 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
8661 gdb_continue_to_end.
8662
8663 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8664
8665 * gdb.server/ext-run.exp
8666 (load new file without any gdbserver inferior): New test.
8667
8668 2011-03-07 Tom Tromey <tromey@redhat.com>
8669
8670 * Makefile.in (TAGS): Rewrite.
8671
8672 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8673
8674 * gdb.trace/report.exp (12.1: trace report #1): New match for the
8675 initial commands echo. New match for `Found trace'. Anchor all the
8676 other matches. Anchor and match for `No trace frame found' the final
8677 match.
8678
8679 2011-03-07 Tom Tromey <tromey@redhat.com>
8680
8681 * Makefile.in (TAGS): New target.
8682
8683 2011-03-07 Tom Tromey <tromey@redhat.com>
8684
8685 * lib/opencl.exp (skip_opencl_tests): Update for exit message
8686 change.
8687 * lib/mi-support.exp (mi_gdb_test): Update for exit message
8688 change.
8689 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
8690 exit message change.
8691 (skip_altivec_tests): Update for exit message change.
8692 (skip_vsx_tests): Likewise.
8693 (gdb_continue_to_end): Likewise. Add 'command' argument.
8694 * lib/cell.exp (skip_cell_tests): Update for exit message change.
8695 * gdb.threads/tls.exp: Update for exit message change.
8696 * gdb.threads/thread-unwindonsignal.exp: Use
8697 gdb_continue_to_end.
8698 * gdb.threads/step.exp (step_it): Update for exit message change.
8699 (continue_all): Likewise.
8700 * gdb.threads/print-threads.exp (test_all_threads): Update for
8701 exit message change.
8702 * gdb.threads/interrupted-hand-call.exp: Use
8703 gdb_continue_to_end.
8704 * gdb.threads/execl.exp: Use gdb_continue_to_end.
8705 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
8706 gdb_continue_to_end.
8707 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
8708 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
8709 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
8710 * gdb.cp/method.exp: Update for exit message change.
8711 * gdb.cp/mb-templates.exp: Update for exit message change.
8712 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
8713 * gdb.cp/annota3.exp: Update for exit message change.
8714 * gdb.cp/annota2.exp: Update for exit message change.
8715 * gdb.cell/fork.exp: Use gdb_continue_to_end.
8716 * gdb.base/term.exp: Update for exit message change.
8717 * gdb.base/step-test.exp (test_i): Update for exit message change.
8718 * gdb.base/sigstep.exp (advance): Update for exit message change.
8719 (advancei): Likewise.
8720 * gdb.base/siginfo.exp: Update for exit message change.
8721 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
8722 * gdb.base/reread.exp: Use gdb_continue_to_end.
8723 * gdb.base/langs.exp: Use gdb_continue_to_end.
8724 * gdb.base/interrupt.exp: Update for exit message change.
8725 * gdb.base/gdb1555.exp: Update for exit message change.
8726 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
8727 * gdb.base/ending-run.exp: Update for exit message change.
8728 * gdb.base/chng-syms.exp: Update for exit message change.
8729 * gdb.base/checkpoint.exp: Update for exit message change.
8730 * gdb.base/catch-syscall.exp (check_for_program_end): Use
8731 gdb_continue_to_end.
8732 (test_catch_syscall_with_wrong_args): Likewise.
8733 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
8734 * gdb.base/break-interp.exp (test_ld): Update for exit message
8735 change.
8736 * gdb.base/bang.exp: Update for exit message change.
8737 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
8738 (do_call_attach_tests): Likewise.
8739 * gdb.base/a2-run.exp: Update for exit message change.
8740 * gdb.arch/ppc-dfp.exp: Update for exit message change.
8741 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
8742 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
8743
8744 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8745
8746 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
8747
8748 2011-03-03 Tom Tromey <tromey@redhat.com>
8749
8750 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
8751 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
8752 * gdb.hp/gdb.aCC/configure.ac: Remove.
8753 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
8754 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
8755 * gdb.hp/gdb.base-hp/configure.ac: Remove.
8756 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
8757 * gdb.hp/gdb.compat/configure (Makefile): Remove.
8758 * gdb.hp/gdb.compat/configure.ac: Remove.
8759 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
8760 * gdb.hp/gdb.defects/configure (Makefile): Remove.
8761 * gdb.hp/gdb.defects/configure.ac: Remove.
8762 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
8763 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
8764 * gdb.hp/gdb.objdbg/configure.ac: Remove.
8765 * gdb.hp/configure.ac: Remove.
8766 * gdb.hp/configure: Remove.
8767 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
8768 substitution.
8769 (Makefile): Remove rule.
8770 * gdb.cell/configure.ac: Remove.
8771 * gdb.cell/configure: Remove.
8772 * gdb.stabs/Makefile.in (Makefile): Remove.
8773 (distclean): Don't remove config.status or config.log.
8774 * gdb.stabs/configure (Makefile): Remove.
8775 * gdb.stabs/configure.ac: Remove.
8776 * configure: Rebuild.
8777 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
8778 Remove stabs- and cell-specific logic. Test for existence of
8779 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
8780 subdirectories, gdb.cell, and and gdb.stabs.
8781 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
8782
8783 2011-03-03 Joel Brobecker <brobecker@adacore.com>
8784
8785 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
8786 end of buffer.
8787
8788 2011-03-02 Joel Brobecker <brobecker@adacore.com>
8789
8790 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
8791 gdb_test when running a test where we expected no output back.
8792
8793 2011-02-28 Michael Snyder <msnyder@vmware.com>
8794
8795 * gdb.cp/overload.cc: Change initializer value to integer.
8796
8797 2011-02-27 Michael Snyder <msnyder@vmware.com>
8798
8799 * gdb.multi/base.exp: Add test for remove-inferiors.
8800
8801 2011-02-26 Joel Brobecker <brobecker@adacore.com>
8802
8803 * gdb.python/py-frame.exp: Simplify the initialization phase
8804 using prepare_for_testing.
8805
8806 2011-02-25 Michael Snyder <msnyder@vmware.com>
8807
8808 * gdb.multi/base.exp: Add tests for info inferiors with args.
8809
8810 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8811
8812 * gdb.dwarf2/dw2-ranges.S: Rename to ...
8813 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
8814 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
8815 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
8816 asmfile3. Comment the STABS (#3) file compilation. Compile
8817 everything through assembler. Provide KFAIL for symtab/12497.
8818 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
8819 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
8820 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
8821 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
8822
8823 2011-02-24 Michael Snyder <msnyder@vmware.com>
8824
8825 * gdb.base/break.exp: Add tests for delete breakpoints using
8826 convenience variables and value history references.
8827
8828 2011-02-24 Michael Snyder <msnyder@vmware.com>
8829
8830 * gdb.base/break.exp: Remove debugging 'printf' accidentally
8831 left behind in previous check-in.
8832
8833 2011-02-23 Michael Snyder <msnyder@vmware.com>
8834
8835 * gdb.base/break.exp: Add tests for "info break" with arguments.
8836 * gdb.trace/infotrace.exp: Update patterns for error and help.
8837 * gdb.base/completion.exp: Update pattern.
8838 * gdb.base/ena-dis-br.exp: Update pattern.
8839 * gdb.base/help.exp: Update patterns.
8840
8841 2011-02-23 Michael Snyder <msnyder@vmware.com>
8842
8843 * gdb.base/memattr.exp: New test.
8844 * gdb.base/memattr.c: Test load for memattr.exp.
8845
8846 2011-02-22 Doug Evans <dje@google.com>
8847
8848 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
8849
8850 2011-02-22 Michael Snyder <msnyder@vmware.com>
8851
8852 * Makefile.in: Make more clean.
8853 * gdb.ada/Makefile.in: Ditto.
8854 * gdb.arch/Makefile.in: Ditto.
8855 * gdb.asm/Makefile.in: Ditto.
8856 * gdb.base/Makefile.in: Ditto.
8857 * gdb.cp/Makefile.in: Ditto.
8858 * gdb.dwarf2/Makefile.in: Ditto.
8859 * gdb.java/Makefile.in: Ditto.
8860 * gdb.mi/Makefile.in: Ditto.
8861 * gdb.modula2/Makefile.in: Ditto.
8862 * gdb.python/Makefile.in: Ditto.
8863 * gdb.server/Makefile.in: Ditto.
8864 * gdb.stabs/Makefile.in: Ditto.
8865 * gdb.threads/Makefile.in: Ditto.
8866 * gdb.trace/Makefile.in: Ditto.
8867
8868 2011-02-22 Michael Snyder <msnyder@vmware.com>
8869
8870 * gdb.threads/thread-find.exp: Add tests for bad input to
8871 info threads.
8872
8873 2011-02-22 Joel Brobecker <brobecker@adacore.com>
8874
8875 * gdb.python/py-breakpoint.exp: Fix the expected output of
8876 one of the "maint info breakpoints" tests to accept the output
8877 generated on platforms that do not have hardware watchpoints.
8878
8879 2011-02-22 Joel Brobecker <brobecker@adacore.com>
8880
8881 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
8882 clean_restart. Be a little stricter in the expected output
8883 for one of the tests. Fix a typo in one of the comments.
8884
8885 2011-02-22 Joel Brobecker <brobecker@adacore.com>
8886
8887 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
8888 Delete variable binfile, no longer use. Add or modify test
8889 comments to make them unique.
8890
8891 2011-02-21 Michael Snyder <msnyder@vmware.com>
8892
8893 * Makefile.in: Update for make clean.
8894 * gdb.ada/Makefile.in: Ditto.
8895 * gdb.arch/Makefile.in: Ditto.
8896 * gdb.asm/Makefile.in: Ditto.
8897 * gdb.base/Makefile.in: Ditto.
8898 * gdb.cp/Makefile.in: Ditto.
8899 * gdb.dwarf2/Makefile.in: Ditto.
8900 * gdb.java/Makefile.in: Ditto.
8901 * gdb.mi/Makefile.in: Ditto.
8902 * gdb.modula2/Makefile.in: Ditto.
8903 * gdb.python/Makefile.in: Ditto.
8904 * gdb.server/Makefile.in: Ditto.
8905 * gdb.stabs/Makefile.in: Ditto.
8906 * gdb.threads/Makefile.in: Ditto.
8907 * gdb.trace/Makefile.in: Ditto.
8908
8909 2011-02-21 Michael Snyder <msnyder@vmware.com>
8910
8911 * gdb.threads/thread-find.exp: Update patterns for changes in
8912 output of "info threads" command.
8913
8914 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8915 Ulrich Weigand <uweigand@de.ibm.com>
8916
8917 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
8918 (skip_hw_watchpoint_tests): Likewise.
8919 (skip_hw_watchpoint_multi_tests): Likewise.
8920
8921 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
8922
8923 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
8924 (skip_hw_watchpoint_tests): Likewise.
8925 (skip_hw_watchpoint_multi_tests): Likewise.
8926 (skip_hw_watchpoint_access_tests): Likewise.
8927
8928 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
8929 * gdb.base/pr11022.exp: Likewise.
8930 * gdb.base/watch-read.exp: Likewise.
8931 * gdb.base/watch_thread_num.exp: Likewise.
8932 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
8933 * gdb.base/watchpoint-hw.exp: Likewise.
8934 * gdb.base/watchpoint.exp: Likewise.
8935 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
8936 * gdb.threads/watchthreads-reorder.exp: Likewise.
8937 * gdb.threads/watchthreads.exp: Likewise.
8938 * gdb.threads/watchthreads2.exp: Likewise.
8939
8940 2011-02-21 Joel Brobecker <brobecker@adacore.com>
8941
8942 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
8943 the debugger is unable to find the array bounds.
8944
8945 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8946
8947 * gdb.cp/typedef-operator.exp: New file.
8948 * gdb.cp/typedef-operator.cc: New file.
8949
8950 2011-02-17 Michael Snyder <msnyder@vmware.com>
8951
8952 * gdb.threads/thread-find.exp: Fix regular expressions.
8953
8954 2011-02-17 Joel Brobecker <brobecker@adacore.com>
8955
8956 * gdb.ada/packed_array: Expand testcase to test printing of
8957 unconstrained packed array.
8958
8959 2011-02-17 Joel Brobecker <brobecker@adacore.com>
8960
8961 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
8962
8963 2011-02-16 Pedro Alves <pedro@codesourcery.com>
8964
8965 * gdb.trace/collection.c (globalarr3): New global.
8966 (main): Initialize it before collecting, and and clear it
8967 afterwards.
8968 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
8969 collecting with '{type} addr', where the addr expression is not an
8970 rvalue.
8971
8972 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
8973
8974 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
8975 a bool variable. Expect correct OpenCL names for vector types. Use the
8976 uc3 variable name instead of referring to the uchar3 built-in type.
8977 Escape the asterisk at the half pointer test.
8978
8979 2011-02-16 Pedro Alves <pedro@codesourcery.com>
8980
8981 * gdb.trace/collection.c (globalarr2): New global.
8982 (main): Initialize it before collecting, and and clear it
8983 afterwards.
8984 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
8985 collecting overlapping memory ranges.
8986
8987 2011-02-15 Michael Snyder <msnyder@vmware.com>
8988
8989 * gdb.base/default.exp: Add tests for thread commands.
8990 * gdb.base/help.exp: Add tests for thread commands.
8991 * gdb.threads/thread-find.exp: New test for thread find command.
8992
8993 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
8994
8995 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
8996
8997 2011-02-15 Yao Qi <yao@codesourcery.com>
8998
8999 PR tdep/12352
9000 * gdb.arch/arm-disp-step.S : New test for str instruction.
9001 * gdb.arch/arm-disp-step.exp : Likewise.
9002
9003 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9004
9005 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
9006 "vector_register2_vr" test strings. Test the extended floating
9007 point registers (F32~F63).
9008 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
9009 IBM XL C compiler. Make the test program use a register provided
9010 by the compiler for the lxvd2x instruction.
9011
9012 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9013
9014 * gdb.trace/unavailable.cc (class Base, class Middle, class
9015 Derived): New types.
9016 (derived_unavail, derived_partial, derived_whole): New globals.
9017 (virtual_partial): New global.
9018 (virtualp): Point at virtual_partial.
9019 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
9020 related to unavailable vptr.
9021
9022 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9023
9024 * gdb.trace/unavailable.cc (a, b, c): New globals.
9025 (main): Set and clear them.
9026 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
9027 `a' and `c', and check that `b' isn't collected, although `a' and
9028 `c' are.
9029
9030 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9031
9032 * gdb.trace/unavailable.cc (struct Virtual): New.
9033 (virtualp): New global pointer.
9034 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
9035 printing a pointer to an object whose type has a vtable, with
9036 print object on.
9037
9038 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9039
9040 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
9041 value repeat handles unavailableness.
9042
9043 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9044
9045 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
9046 tests for building arrays from unavailable values, subscripting
9047 non-memory rvalue unvailable arrays, and accessing fields or
9048 baseclasses of non-lazy unavailable values,
9049 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
9050 struct types.
9051 (g_smallstruct, g_smallstruct_b): New globals.
9052
9053 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9054
9055 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
9056
9057 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9058
9059 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9060 * gdb.cp/overload-const.exp: New file.
9061 * gdb.cp/overload-const.cc: New file.
9062
9063 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9064
9065 * gdb.opencl/callfuncs.cl: New file.
9066 * gdb.opencl/callfuncs.exp: New test.
9067 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
9068
9069 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9070
9071 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
9072 when computing result.
9073 * gdb.arch/altivec-abi.exp: Update expected results.
9074
9075 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9076
9077 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
9078 * gdb.base/jit.exp: Likewise.
9079 * gdb.base/pie-execl.exp: Likewise.
9080 * gdb.base/solib-nodir.exp: Likewise.
9081 * gdb.base/solib-overlap.exp: Likewise.
9082
9083 2011-02-07 Pedro Alves <pedro@codesourcery.com>
9084
9085 * gdb.trace/collection.c (global_pieces): New.
9086 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
9087 New procedure.
9088 (gdb_trace_collection_test): Call it.
9089
9090 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9091
9092 * gdb.python/py-evthreads.c: New file.
9093 * gdb.python/py-evthreads.exp: New file.
9094 * gdb.python/py-events.py: New file.
9095 * gdb.python/py-events.exp: New file.
9096 * gdb.python/py-events.c: New file.
9097
9098 2011-02-04 David Daney <ddaney@caviumnetworks.com>
9099
9100 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
9101
9102 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
9103
9104 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
9105 gdb.base/disasm-end-cu.exp: New test for disassembling over the
9106 boundary between two compilation units.
9107
9108 2011-02-02 Pedro Alves <pedro@codesourcery.com>
9109
9110 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
9111 (Virtual): New structs.
9112 (virtual_o, virtual_middle_b): New globals.
9113 * gdb.cp/virtbase.exp: New tests.
9114
9115 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9116
9117 * gdb.base/jit.exp: New file.
9118 * gdb.base/jit-main.c: New file.
9119 * gdb.base/jit-solib.c: New file.
9120
9121 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
9122
9123 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
9124 proceed to initial kernel entry point.
9125 * gdb.opencl/datatypes.exp: Likewise.
9126 * gdb.opencl/operators.exp: Likewise.
9127 * gdb.opencl/vec_comps.exp: Likewise.
9128
9129 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
9130
9131 * gdb.cp/nsnested.cc: New.
9132 * gdb.cp/nsnested.exp: New.
9133 * gdb.cp/nsnoimports.exp: New.
9134 * gdb.cp/nsnoimports.cc: New.
9135
9136 2011-01-31 Joel Brobecker <brobecker@adacore.com>
9137
9138 * gdb.base/interact.exp: Add extra tests that verify that
9139 the value of the interactive-mode setting does not change
9140 after the script is sourced.
9141
9142 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9143
9144 * gdb.cp/noparam.exp: New file.
9145 * gdb.cp/noparam.cc: New file.
9146
9147 2011-01-28 Pedro Alves <pedro@codesourcery.com>
9148
9149 * gdb.trace/tfile.exp: Test that with no traceframe selected,
9150 there's no stack or registers.
9151
9152 2011-01-26 Tom Tromey <tromey@redhat.com>
9153
9154 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
9155 space before string output. Add test for "set print pretty off"
9156 case.
9157
9158 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9159
9160 * gdb.base/frame-args.exp: Adjust.
9161 * gdb.dwarf2/dw2-noloc.exp: Adjust.
9162 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
9163 * gdb.dwarf2/pieces.exp: Adjust.
9164 * gdb.opt/clobbered-registers-O2.exp: Adjust.
9165 * gdb.opt/inline-locals.exp: Adjust.
9166 * gdb.threads/fork-child-threads.exp: Adjust.
9167
9168 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
9169
9170 * gdb.opencl/convs_casts.cl: Move program scope variables into the
9171 OpenCL kernel function. Add a comment as marker. Add address space
9172 qualifiers for the remaining program scope variables.
9173 * gdb.opencl/datatypes.cl: Likewise.
9174 * gdb.opencl/operators.cl: Likewise.
9175 * gdb.opencl/vec_comps.cl: Likewise.
9176 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
9177 Add breakpoint at the marker comment.
9178 * gdb.opencl/datatypes.exp: Likewise.
9179 * gdb.opencl/operators.exp: Likewise.
9180 * gdb.opencl/vec_comps.exp: Likewise.
9181
9182 2011-01-24 Pedro Alves <pedro@codesourcery.com>
9183
9184 * gdb.base/printcmds.c (some_struct): New struct and instance.
9185 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
9186 procedure.
9187 <global scope>: Call it.
9188
9189 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
9190
9191 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
9192 argument to the gdb_compile_opencl_hostapp call.
9193
9194 2011-01-19 Yao Qi <yao@codesourcery.com>
9195
9196 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
9197 positve list.
9198
9199 2011-01-19 Yao Qi <yao@codesourcery.com>
9200
9201 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
9202 canonical form.
9203 Remove "xscale-*-*"
9204 * gdb.xml/tdesc-regs.exp: Likewise.
9205 * gdb.python/py-section-script.exp: Replace ARM target triplet
9206 with canonical form.
9207 Match arm*-*-symbianelf*.
9208 * gdb.base/dup-sect.exp: Likewise.
9209 * lib/dwarf.exp: New.
9210 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
9211 dwarf2_support.
9212 * gdb.dwarf2/dup-psym.exp: Likewise.
9213 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
9214 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9215 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
9216 * gdb.dwarf2/dw2-basic.exp: Likewise.
9217 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9218 * gdb.dwarf2/dw2-const.exp: Likewise.
9219 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
9220 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
9221 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9222 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
9223 * gdb.dwarf2/dw2-filename.exp: Likewise.
9224 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9225 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
9226 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9227 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9228 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
9229 * gdb.dwarf2/dw2-noloc.exp: Likewise.
9230 * gdb.dwarf2/dw2-op-call.exp: Likewise.
9231 * gdb.dwarf2/dw2-producer.exp: Likewise.
9232 * gdb.dwarf2/dw2-ranges.exp: Likewise.
9233 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
9234 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
9235 * gdb.dwarf2/dw2-strp.exp: Likewise.
9236 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
9237 * gdb.dwarf2/implptr.exp: Likewise.
9238 * gdb.dwarf2/mac-fileno.exp: Likewise.
9239 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
9240 * gdb.dwarf2/pieces.exp: Likewise.
9241 * gdb.dwarf2/pr11465.exp: Likewise.
9242 * gdb.dwarf2/valop.exp: Likewise.
9243 * gdb.dwarf2/watch-notconst.exp: Likewise.
9244 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
9245
9246 2011-01-19 Tom Tromey <tromey@redhat.com>
9247
9248 * gdb.python/py-infthread.exp: Add thread tests.
9249
9250 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9251
9252 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
9253
9254 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9255
9256 * gdb.ada/widewide: New testcase.
9257
9258 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9259
9260 * gdb.base/interact.exp: New testcase.
9261
9262 2011-01-12 Tom Tromey <tromey@redhat.com>
9263
9264 * gdb.mi/gdb2549.exp: Update for error message changes.
9265 * gdb.mi/mi-cli.exp: Likewise.
9266 * gdb.mi/mi-disassemble.exp: Likewise.
9267 * gdb.mi/mi-pthreads.exp: Likewise.
9268 * gdb.mi/mi-regs.exp: Likewise.
9269 * gdb.mi/mi-stack.exp: Likewise.
9270 * gdb.mi/mi-var-block.exp: Likewise.
9271 * gdb.mi/mi-var-cmd.exp: Likewise.
9272 * gdb.mi/mi2-cli.exp: Likewise.
9273 * gdb.mi/mi2-disassemble.exp: Likewise.
9274 * gdb.mi/mi2-pthreads.exp: Likewise.
9275 * gdb.mi/mi2-regs.exp: Likewise.
9276 * gdb.mi/mi2-stack.exp: Likewise.
9277 * gdb.mi/mi2-var-block.exp: Likewise.
9278 * gdb.mi/mi2-var-cmd.exp: Likewise.
9279
9280 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9281 Jan Kratochvil <jan.kratochvil@redhat.com>
9282
9283 PR fortran/11104 and DWARF unbound arrays detection.
9284 * gdb.fortran/multi-dim.exp: New file.
9285 * gdb.fortran/multi-dim.f90: New file.
9286
9287 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9288
9289 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
9290 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
9291 add new tests for opcode dumping.
9292
9293 2011-01-11 Tom Tromey <tromey@redhat.com>
9294
9295 * gdb.python/py-infthread.exp: Load gdb-python.exp.
9296
9297 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9298
9299 Convert hardware watchpoints to use breakpoint_ops.
9300 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
9301 type is not supported.
9302 * gdb.base/foll-fork.exp: Likewise.
9303 * gdb.base/foll-vfork.exp: Likewise.
9304
9305 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
9306
9307 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
9308 Use load_lib gdb-python.exp.
9309 * gdb.python/python.exp: Ditto.
9310 * gdb.python/py-function.exp: Ditto.
9311
9312 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
9313
9314 * gdb.threads/tls.exp ("info address me"): Fix expected output.
9315
9316 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9317
9318 * configure: Regenerate.
9319
9320 2011-01-06 Tom Tromey <tromey@redhat.com>
9321
9322 * gdb.python/py-frame.exp: Test gdb.newest_frame.
9323
9324 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9325
9326 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
9327 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
9328 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9329 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
9330 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
9331 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9332 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
9333 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
9334 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
9335 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
9336 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
9337 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
9338 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
9339 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9340 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9341 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
9342 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
9343 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
9344 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9345 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
9346 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
9347 gdb.ada/uninitialized_vars.exp,
9348 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
9349 Simplify by using clean_restart.
9350
9351 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9352
9353 Add marker to be used as anchor for inserting breakpoints.
9354 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
9355 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
9356 Likewise.
9357
9358 Remove uses of gdb_start_cmd.
9359 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
9360 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
9361
9362 Do not run testcase if testing with GDBserver.
9363 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
9364 if testing with GDBserver.
9365
9366 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9367
9368 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
9369 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
9370 copyright header.
9371
9372 2011-01-05 Joel Brobecker <brobecker@adacore.com>
9373
9374 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
9375 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
9376 testsuite/gdb.fortran/complex.f,
9377 testsuite/gdb.fortran/derived-type.f90,
9378 testsuite/gdb.fortran/library-module-lib.f90,
9379 testsuite/gdb.fortran/library-module-main.f90,
9380 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
9381 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
9382 Copyright year update.
9383
9384 2011-01-05 Joel Brobecker <brobecker@adacore.com>
9385
9386 * gdb.base/langs1.f: Add copyright header.
9387
9388 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9389
9390 * gdb.base/morestack.exp: New file.
9391 * gdb.base/morestack.c: New file.
9392
9393 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9394
9395 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
9396
9397 2010-12-29 Joel Brobecker <brobecker@adacore.com>
9398
9399 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
9400 * gdb.ada/arrayptr.exp: Add test printing that new variable.
9401
9402 2010-12-29 Joel Brobecker <brobecker@adacore.com>
9403
9404 * gdb.ada/lang_switch.exp: Correct expected parameter value.
9405
9406 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
9407
9408 * gdb.threads/tls.exp: Fix typo.
9409
9410 * gdb.threads/thread-specific.exp (get_thread_list): Update.
9411 * gdb.threads/execl.exp: Update.
9412
9413 2010-12-23 Yao Qi <yao@codesourcery.com>
9414
9415 * gdb.arch/arm-disp-step.exp: New.
9416 * gdb.arch/arm-disp-step.S: New.
9417
9418 2010-12-21 Tom Tromey <tromey@redhat.com>
9419
9420 * gdb.threads/execl.exp: Update.
9421 * gdb.threads/linux-dp.exp: Update.
9422 * gdb.threads/manythreads.exp: Update.
9423 * gdb.threads/tls.exp: Update.
9424
9425 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9426
9427 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
9428 (NextOverThrowDerivates) <resumebpt>: New.
9429 (resumebpt_test): New.
9430 (main): Call resumebpt_test.
9431 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
9432
9433 2010-12-12 Stan Shebs <stan@codesourcery.com>
9434
9435 * gdb.trace/tsv.exp: Test print command on trace state variables.
9436
9437 2010-12-09 Tom Tromey <tromey@redhat.com>
9438
9439 * gdb.base/interp.exp: Add regression test.
9440
9441 2010-12-09 Tom Tromey <tromey@redhat.com>
9442
9443 * gdb.java/jnpe.java: New file.
9444 * gdb.java/jnpe.exp: New file.
9445 * gdb.cp/nextoverthrow.exp: New file.
9446 * gdb.cp/nextoverthrow.cc: New file.
9447
9448 2010-12-07 Doug Evans <dje@google.com>
9449
9450 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
9451 of data-directory.
9452 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
9453 updated.
9454 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
9455
9456 2010-11-29 Michael Snyder <msnyder@vmware.com>
9457
9458 * gdb.base/callfuncs.exp: Test for skip_float_tests.
9459 * gdb.base/call-sc.exp: Ditto.
9460 * gdb.base/finish.exp: Ditto.
9461 * gdb.base/return.exp: Ditto.
9462 * gdb.base/return2.exp: Ditto.
9463
9464 2010-11-30 Doug Evans <dje@google.com>
9465
9466 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
9467 (gdb_expect_list): Fix spelling errors in comments.
9468 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
9469 send_gdb/gdb_expect_list where applicable.
9470 * gdb.base/call-ar-st.exp: Ditto.
9471 * gdb.base/funcargs.exp: Ditto.
9472 * gdb.base/gcore.exp: Ditto.
9473 * gdb.base/page.exp: Ditto.
9474 * gdb.base/sigaltstack.exp: Ditto.
9475 * gdb.base/siginfo.exp: Ditto.
9476 * gdb.base/sigstep.exp: Ditto.
9477 * gdb.base/trace-commands.exp: Ditto.
9478
9479 2010-11-29 Doug Evans <dje@google.com>
9480
9481 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
9482 printer-name;subprinter-name.
9483
9484 2010-11-29 Tom Tromey <tromey@redhat.com>
9485
9486 * gdb.dwarf2/implptr.exp: New file.
9487 * gdb.dwarf2/implptr.c: New file.
9488 * gdb.dwarf2/implptr.S: New file.
9489
9490 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
9491
9492 PR python/12199
9493
9494 * gdb.python/py-breakpoint.exp: Test the delete method.
9495
9496 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9497
9498 Fix step_resume_breakpoint unsaved during an infcall.
9499 * gdb.base/step-resume-infcall.exp: New file.
9500 * gdb.base/step-resume-infcall.c: New file.
9501
9502 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
9503
9504 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
9505
9506 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
9507
9508 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
9509 on ppc64's symbols; "finish" and "return" commands must accept to
9510 show the caller line again as well as the line after.
9511 * gdb.asm/powerpc64.inc: New file.
9512
9513 2010-11-23 Doug Evans <dje@google.com>
9514
9515 * lib/gdb.exp (gdb_test_sequence): New function.
9516 (gdb_expect_list): Add verbose -log call for each pattern.
9517 * gdb.base/signals.exp (test_handle_all_print): Call it.
9518 Reduce timeout increment from 6 minutes to 1 minute.
9519 * gdb.server/ext-run.exp: Call it.
9520
9521 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
9522
9523 PR python/12212
9524
9525 * gdb.python/python.exp: Check that selected_thread raises an
9526 error when no inferior is loaded.
9527
9528 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9529
9530 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
9531 * gdb.dwarf2/dw2-stack-boundary.S: New file.
9532
9533 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9534
9535 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
9536 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
9537
9538 2010-11-18 Doug Evans <dje@google.com>
9539
9540 * gdb.server/ext-run.exp: Fix intermittent failures.
9541
9542 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9543
9544 * gdb.stabs/gdb11479.exp: Use runto_main.
9545
9546 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9547
9548 * gdb.base/break-entry.exp: Skip if using a stub.
9549
9550 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9551
9552 * gdb.python/py-inferior.exp: Pack values in target endianness.
9553
9554 2010-11-12 Tom Tromey <tromey@redhat.com>
9555
9556 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
9557 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
9558 MemoryError.
9559 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
9560 type.
9561 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
9562 MemoryError.
9563 (test_subscript_regression): Update exception type.
9564
9565 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
9566
9567 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
9568 breakpoint tests.
9569
9570 2010-11-09 Pedro Alves <pedro@codesourcery.com>
9571
9572 * gdb.base/watchpoint.exp: Test "watch -location" with an
9573 innacessible location.
9574
9575 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
9576 Luis Machado <luisgpm@br.ibm.com>
9577
9578 * gdb.base/maint.exp: Expect "." prefix.
9579 * gdb.base/nodebug.exp: Expect "." Likewise.
9580 * gdb.base/sepsymtab.exp: Expect "." Likewise.
9581 * gdb.base/watchpoint-cond-gone.exp: Likewise.
9582 * gdb.base/watchpoint.exp: Expect a software watch to be created for
9583 POWER server processors.
9584
9585 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
9586 Luis Machado <luisgpm@br.ibm.com>
9587
9588 * gdb.base/break-entry.exp: convert entry point for
9589 ppc64 and expect leading `.' on ppc64's symbols
9590
9591 2010-11-05 Doug Evans <dje@google.com>
9592
9593 * gdb.base/help.exp: Update expected output.
9594 * gdb.python/py-param.exp: Delete, contents moved to ...
9595 * gdb.python/py-parameter.exp: ... here. New file.
9596 Add test for gdb.parameter ("directories").
9597
9598 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
9599
9600 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
9601 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
9602 * configure: Regenerate.
9603 * gdb.opencl/Makefile.in: New File.
9604 * gdb.opencl/datatypes.exp: Likewise.
9605 * gdb.opencl/datatypes.cl: Likewise.
9606 * gdb.opencl/operators.exp: Likewise.
9607 * gdb.opencl/operators.cl: Likewise.
9608 * gdb.opencl/vec_comps.exp: Likewise.
9609 * gdb.opencl/vec_comps.cl: Likewise.
9610 * gdb.opencl/convs_casts.exp: Likewise.
9611 * gdb.opencl/convs_casts.cl: Likewise.
9612 * lib/opencl.exp: Likewise.
9613 * lib/opencl_hostapp.c: Likewise.
9614 * lib/opencl_kernel.cl: Likewise.
9615 * lib/cl_util.c: Likewise.
9616 * lib/cl_util.c: Likewise.
9617 * gdb.base/default.exp (set language): Add "opencl" to the list of
9618 languages.
9619
9620 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
9621
9622 * gdb.cp/overload.exp: Added test for inheritance overload.
9623 * gdb.cp/overload.cc: Ditto.
9624 * gdb.cp/oranking.exp: Removed releveant kfails.
9625
9626 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9627 Joel Brobecker <brobecker@adacore.com>
9628
9629 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
9630 check test_compiler_info.
9631
9632 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
9633
9634 * gdb.base/gnu_vector.exp: Adjust expect messages.
9635
9636 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
9637
9638 * gdb.base/gnu_vector.exp: Add unary operator tests.
9639
9640 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
9641
9642 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
9643
9644 2010-11-02 Doug Evans <dje@google.com>
9645
9646 * gdb.python/py-pp-maint.c: New file.
9647 * gdb.python/py-pp-maint.exp: New file.
9648 * gdb.python/py-pp-maint.py: New file.
9649
9650 2010-11-02 Tom Tromey <tromey@redhat.com>
9651
9652 * gdb.base/default.exp: Remove "scheme" from language list.
9653
9654 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9655
9656 Revert:
9657 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9658 * gdb.threads/sigstep-threads.exp: New file.
9659 * gdb.threads/sigstep-threads.c: New file.
9660
9661 2010-10-20 Michael Snyder <msnyder@vmware.com>
9662
9663 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
9664
9665 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9666
9667 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
9668 Skip test completely if gdb,no_hardware_watchpoints.
9669
9670 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9671
9672 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
9673 strict, but do not check for any particular function name within libc.
9674
9675 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
9676
9677 * gdb.cp/smartp.exp: New test.
9678 * gdb.cp/smartp.cc : New test.
9679
9680 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
9681
9682 * gdb.cp/converts.exp: Test pointer to bool conversion.
9683 Test pointer to long conversion.
9684 * gdb.cp/oranking.exp: Removed relevant kfail.
9685
9686 2010-10-18 Tom Tromey <tromey@redhat.com>
9687
9688 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
9689 argument to lazy_string.
9690 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
9691 (pp_ls.to_string): Use it.
9692 * gdb.python/py-prettyprint.c (main): Move declarations to top.
9693 Add "estring2" local.
9694
9695 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9696
9697 Fix s390x compatibility.
9698 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
9699 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
9700
9701 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9702
9703 * gdb.threads/sigstep-threads.exp: New file.
9704 * gdb.threads/sigstep-threads.c: New file.
9705
9706 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9707
9708 * gdb.base/pie-execl.exp: New file.
9709 * gdb.base/pie-execl.c: New file.
9710
9711 2010-10-13 Doug Evans <dje@google.com>
9712 Jan Kratochvil <jan.kratochvil@redhat.com>
9713
9714 PR exp/12117
9715 * gdb.cp/ptype-cv-cp.cc: New file.
9716 * gdb.cp/ptype-cv-cp.exp: New file.
9717
9718 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
9719
9720 * gdb.cp/converts.cc: New test program.
9721 * gdb.cp/converts.exp: New test.
9722 * gdb.cp/overload.exp: Added test for void* vs int*.
9723 * gdb.cp/overload.exp: Ditto.
9724 * gdb.cp/oranking.exp: Removed related kfail.
9725
9726 2010-10-13 Doug Evans <dje@google.com>
9727
9728 * lib/gdb-python.exp (gdb_check_python_config): New function.
9729 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
9730 * gdb.python/lib-types.cc: New file.
9731 * gdb.python/lib-types.exp: New file.
9732
9733 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9734
9735 * gdb.python/py-error.exp: New file.
9736 * gdb.python/py-error.py: New file.
9737
9738 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9739
9740 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
9741 gdb_test_multiple.
9742
9743 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9744
9745 * gdb.base/break-interp.exp: Use ldlags for linking flags.
9746 * gdb.base/prelink.exp: Likewise.
9747 * gdb.base/solib-nodir.exp: Likewise.
9748 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
9749 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
9750 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
9751
9752 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
9753
9754 * break-interp.exp (test_ld): Use two separate gdb_expect statements
9755 for the "info files" test to avoid timeouts on slow machines.
9756
9757 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9758
9759 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
9760 (main): Make openlib dummy call.
9761
9762 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9763
9764 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
9765 * break-interp.exp (reach): Move the core body ...
9766 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
9767 (test_ld): Provide always real argument, even to the linker. Replace
9768 dl_main by _dl_debug_state.
9769
9770 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9771
9772 Fix results of prelinked PIEs on ppc*.
9773 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
9774 Accept also DISPLACEMENT "PRESENT".
9775 (main): Replace "ZERO" displacements by "PRESENT".
9776
9777 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
9778
9779 * gdb.cp/oranking.exp: New test.
9780 * gdb.cp/oranking.cc: New test program.
9781
9782 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
9783
9784 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
9785 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
9786
9787 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
9788
9789 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
9790 lush, lynx) New constant.
9791 * gdb.base/constvars.exp: Test const array types.
9792 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
9793
9794 2010-10-06 Doug Evans <dje@google.com>
9795
9796 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
9797 of syscall staging area.
9798
9799 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
9800
9801 * gdb.base/gnu_vector.c: Add variable c4.
9802 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
9803 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
9804
9805 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
9806
9807 * gdb.arch/altivec-abi.exp: Fix a typo.
9808
9809 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
9810
9811 * lib/mi-support.exp (thread_selected_re): Correct pattern used
9812 to match a thread ID.
9813
9814 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9815
9816 Fix s390x testcase compatibility.
9817 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
9818
9819 2010-10-01 Doug Evans <dje@google.com>
9820
9821 * lib/gdb-python.exp: New file.
9822 * gdb.python/py-block.exp: Use it.
9823 * gdb.python/py-breakpoint.exp: Ditto.
9824 * gdb.python/py-frame.exp: Ditto.
9825 * gdb.python/py-inferior.exp: Ditto.
9826 * gdb.python/py-param.exp: Ditto.
9827 * gdb.python/py-prettyprint.exp: Ditto.
9828 * gdb.python/py-shared.exp: Ditto.
9829 * gdb.python/py-symbol.exp: Ditto.
9830 * gdb.python/py-symtab.exp: Ditto.
9831 * gdb.python/py-type.exp: Ditto.
9832 * gdb.python/py-value.exp: Ditto.
9833 * gdb.python/python.exp: Ditto.
9834
9835 2010-09-30 Tom Tromey <tromey@redhat.com>
9836
9837 * gdb.base/anon.exp: New file.
9838 * gdb.base/anon.c: New file.
9839
9840 2010-09-30 Tom Tromey <tromey@redhat.com>
9841
9842 * gdb.base/completion.exp: Test completion through anonymous
9843 union.
9844 * gdb.base/break1.c (struct some_struct): Add anonymous union.
9845
9846 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9847
9848 Fix printing parameters of inlined functions.
9849 * gdb.dwarf2/dw2-inline-param.exp: New file.
9850 * gdb.dwarf2/dw2-inline-param-main.c: New file.
9851 * gdb.dwarf2/dw2-inline-param.S: New file.
9852
9853 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9854
9855 PR corefiles/12071.
9856 * gdb.base/corefile.exp (quit with a process, no question: load core)
9857 (quit with a core file): New tests.
9858
9859 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9860
9861 Fix GDB crash on inferior calls with self-referencing classes.
9862 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
9863 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
9864 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
9865
9866 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9867
9868 Fix lost siginfo_t for inferior calls.
9869 * gdb.base/siginfo-infcall.exp: New file.
9870 * gdb.base/siginfo-infcall.c: New file.
9871
9872 2010-09-22 Joel Brobecker <brobecker@adacore.com>
9873
9874 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
9875
9876 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9877
9878 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
9879 New test.
9880 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
9881
9882 2010-09-22 Joel Brobecker <brobecker@adacore.com>
9883
9884 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
9885 type of our const type.
9886
9887 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
9888
9889 * gdb.cp/pr12028.cc: New.
9890 * gdb.cp/pr12028.exp: New.
9891
9892 2010-09-22 Joel Brobecker <brobecker@adacore.com>
9893
9894 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
9895
9896 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
9897 Jan Kratochvil <jan.kratochvil@redhat.com>
9898
9899 PR mi/11407
9900 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
9901 * gdb.mi/dw2-ref-missing-frame-main.c New File.
9902 * gdb.mi/dw2-ref-missing-frame.S New File.
9903 * gdb.mi/dw2-ref-missing-frame.exp New File.
9904
9905 2010-09-14 Tom Tromey <tromey@redhat.com>
9906
9907 PR symtab/8399:
9908 * gdb.threads/tls.exp: Remove kfail. Update expected output.
9909
9910 2010-09-14 Tom Tromey <tromey@redhat.com>
9911
9912 PR exp/11803:
9913 * gdb.threads/tls.exp: Use C++.
9914 (check_thread_local): Use K::another_thread_local.
9915 * gdb.threads/tls.c (class K): New.
9916 (another_thread_local): Now a member of K.
9917 (spin): Update. No longer K&R C.
9918
9919 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9920
9921 * gdb.cp/koenig.cc: created class for testing member lookup.
9922 * gdb.cp/koenig.exp: Added test for member lookup.
9923
9924 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9925
9926 Fix false FAILs on sourcetree topdir directory containing "kill".
9927 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
9928 source line matching regexp.
9929
9930 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9931
9932 * gdb.python/python.exp (set height 0, collect help from uiout)
9933 (verify help to uiout): New tests.
9934
9935 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9936
9937 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
9938 is_lp64_target to check 64bit target.
9939
9940 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9941
9942 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
9943 (test_ld) <powerpc64-*>: New.
9944
9945 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9946
9947 * gdb.cp/templates.exp (test_template_args): Allow "struct".
9948
9949 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9950
9951 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
9952 (FunctionArg::method): New function.
9953 (empty, arg): New variables.
9954 (main): Call arg.method.
9955 * gdb.cp/templates.exp (test_template_args): New function.
9956 (do_tests): Call it.
9957
9958 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
9959
9960 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
9961 of "next" to proceed over pthread_exit call.
9962
9963 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
9964
9965 * gdb.base/maint.exp: Avoid wildcards against potentially very long
9966 "maint print statistics" output to prevent expect timeouts.
9967
9968 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9969
9970 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
9971 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9972 (test_float_rejected): ... here.
9973 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
9974 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9975 (test_float_rejected): ... here.
9976 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
9977 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9978 (test_float_rejected): ... here.
9979 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
9980 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9981 (test_float_rejected): ... here.
9982
9983 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9984
9985 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
9986 before disabling hardware watchpoints.
9987 (test_inaccessible_watchpoint): Check that hardware watchpoints
9988 are used. Test for watchpoints on a constant address.
9989
9990 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9991
9992 * gdb.base/ui-redirect.exp: New file.
9993
9994 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9995 Joel Brobecker <brobecker@adacore.com>
9996
9997 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
9998
9999 2010-08-31 Doug Evans <dje@google.com>
10000
10001 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
10002
10003 2010-08-30 Tom Tromey <tromey@redhat.com>
10004
10005 PR python/11792:
10006 * gdb.python/py-value.exp (test_subscript_regression): Add
10007 dynamic_type test.
10008
10009 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
10010
10011 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
10012 instead of running to main. Do not test the main function.
10013 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
10014 Add new main.
10015
10016 2010-08-26 Pedro Alves <pedro@codesourcery.com>
10017
10018 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
10019 one test.
10020
10021 2010-08-24 Doug Evans <dje@google.com>
10022
10023 PR symtab/11942
10024 * gdb.dwarf2/dw4-sig-types.cc: New file.
10025 * gdb.dwarf2/dw4-sig-types.h: New file.
10026 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
10027 * gdb.dwarf2/dw4-sig-types.exp: New file.
10028
10029 2010-08-23 Tom Tromey <tromey@redhat.com>
10030
10031 PR python/11145:
10032 * gdb.python/py-value.c (Base, Derived): New types.
10033 (base): New global.
10034 * gdb.python/py-value.exp (test_subscript_regression): Add
10035 dynamic_cast test.
10036
10037 2010-08-23 Tom Tromey <tromey@redhat.com>
10038
10039 PR python/10676:
10040 * gdb.python/py-type.exp (test_fields): Add tests for type
10041 equality.
10042
10043 2010-08-23 Tom Tromey <tromey@redhat.com>
10044
10045 PR python/11915:
10046 * gdb.python/py-type.exp (test_fields): Add tests for array.
10047
10048 2010-08-23 Keith Seitz <keiths@redhat.com>
10049
10050 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
10051 have any children. Create a new abbrev for it.
10052 Add missing terminal sequence to .debug_abbrev.
10053
10054 2010-08-20 Keith Seitz <keiths@redhat.com>
10055
10056 PR symtab/11465:
10057 * gdb.dwarf2/pr11465.exp: New test.
10058 * gdb.dwarf2/pr11465.S: New file.
10059 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
10060 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
10061
10062 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
10063
10064 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
10065 registers. Update data sets with the new v2_double element in the
10066 VSX register union. Add vector_register3_vr data set for the AltiVec
10067 registers. Use gdb_test_no_output instead of send_gdb.
10068
10069 2010-08-19 Pedro Alves <pedro@codesourcery.com>
10070
10071 * gdb.python/py-shared.exp: New file, factored out from
10072 python.exp.
10073 * gdb.python/py-shared.c: New file.
10074 * gdb.python/py-shared-sl.c: New file.
10075 * gdb.python/python-1.c: New file.
10076 * gdb.python/python-sl.c: Delete.
10077 * gdb.python/python.c: Mention python-1.c.
10078 * gdb.python/python.exp: Move shared library tests to
10079 py-shared.exp.
10080 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
10081 (MISCELLANEOUS): New.
10082 (clean mostlyclean): Also remove $MISCELLANEOUS.
10083
10084 2010-08-19 Doug Evans <dje@google.com>
10085
10086 PR exp/11926
10087 * gdb.base/printcmds.exp (test_float_accepted): New function.
10088 Move existing float tests there. Add tests for floats with suffixes.
10089 (test_float_rejected): New function.
10090 * gdb.java/jv-print.exp (test_float_accepted): New function.
10091 (test_float_rejected): New function.
10092 * gdb.objc/print.exp: New file.
10093 * gdb.pascal/print.exp: New file.
10094 * lib/objc.exp: New file.
10095
10096 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
10097
10098 * gdb.base/default.exp (info set): Avoid full buffer error and force
10099 reading up to final gdb prompt.
10100 (show): Likewise.
10101
10102 2010-08-18 Tom Tromey <tromey@redhat.com>
10103
10104 PR symtab/11919:
10105 * gdb.base/completion.exp: Add test.
10106
10107 2010-08-18 Doug Evans <dje@google.com>
10108
10109 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
10110 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
10111 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
10112 Simplify, early exit if runto_main fails.
10113 * gdb.fortran/exprs.exp: load_lib fortran.exp.
10114 (set_lang_fortran): Moved to lib/fortran.exp.
10115 * gdb.fortran/types.exp: load_lib fortran.exp.
10116 (set_lang_fortran): Moved to lib/fortran.exp.
10117 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
10118 * gdb.java/jprint.exp (set_lang_java): Ditto.
10119 * gdb.java/jv-exp.exp: load_lib java.exp.
10120 If set_lang_java fails, issue a warning instead of failure to be
10121 consistent with other set_lang_foo uses.
10122 (set_lang_java): Moved to lib/java.exp.
10123 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
10124 If set_lang_java fails, issue a warning instead of failure to be
10125 consistent with other set_lang_foo uses.
10126 * gdb.pascal/types.exp: load_lib pascal.exp.
10127 (set_lang_pascal): Moved to lib/pascal.exp.
10128 * lib/fortran.exp: New file.
10129 * lib/java.exp (set_lang_java): New function.
10130 * lib/pascal.exp (set_lang_pascal): New function.
10131
10132 2010-08-18 Yao Qi <yao@codesourcery.com
10133
10134 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
10135 func_nofb_start and func_loopfb_start, so that address of functions
10136 is equal to these labels on Thumb.
10137
10138 2010-08-18 Yao Qi <yao@codesourcery.com>
10139
10140 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
10141 to reflect latest c source file.
10142
10143 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10144
10145 * gdb.cp/infcall-dlopen.exp: New file.
10146 * gdb.cp/infcall-dlopen.cc: New file.
10147 * gdb.cp/infcall-dlopen-lib.cc: New file.
10148
10149 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10150 Pedro Alves <pedro@codesourcery.com>
10151
10152 PR breakpoints/11371
10153
10154 * gdb.base/watch-cond-infcall.exp: New file.
10155 * gdb.base/watch-cond-infcall.c: New file.
10156
10157 2010-08-16 Tom Tromey <tromey@redhat.com>
10158
10159 * gdb.base/help.exp: Update.
10160 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
10161 watchpoint.
10162 (test_watch_location): New proc.
10163 (test_watchpoint_in_big_blob): Delete watchpoint.
10164 * gdb.base/watchpoint.c (func5): New function.
10165 (main): Call it.
10166
10167 2010-08-16 Doug Evans <dje@google.com>
10168
10169 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
10170
10171 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10172
10173 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
10174 tests.
10175
10176 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
10177
10178 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
10179 * gdb.base/gnu_vector.c: New File.
10180 * gdb.base/gnu_vector.exp: Likewise.
10181
10182 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10183
10184 * gdb.python/python.c: New File.
10185 * gdb.python/python-sl.c: New File.
10186 * gdb.python/python.exp: Test solib_address and decode_line
10187 * functions.
10188
10189 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10190
10191 * gdb.python/python.exp (show height, set height 10)
10192 (verify pagination beforehand, verify pagination beforehand: q)
10193 (gdb.execute does not page, verify pagination afterwards)
10194 (verify pagination afterwards: q): New.
10195
10196 2010-08-02 Doug Evans <dje@google.com>
10197
10198 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
10199 because of an older gcc, change test2
10200 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
10201 to unsupported.
10202
10203 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
10204
10205 * gdb.base/break-always.exp: Do not expect full paths to file
10206 names.
10207 * gdb.base/commands.exp: Likewise.
10208
10209 2010-07-30 Doug Evans <dje@google.com>
10210
10211 * gdb.cp/temargs.exp: For new tests that require newer gccs,
10212 xfail them when run with older gccs.
10213
10214 * lib/gdb.exp (build_executable): Forward "c++" option to
10215 get_compiler_info.
10216
10217 * gdb.python/py-type.exp (test_template): Mark as xfail tests
10218 "python print ttype.template_argument(1)" and
10219 "python print isinstance(ttype.template_argument(1), gdb.Value)"
10220 if using gcc 4.4 or earlier.
10221
10222 * gdb.base/valgrind-db-attach.exp: Use unique test name for
10223 attach-to-debugger handling.
10224
10225 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10226
10227 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
10228 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
10229 (main): Use copyreloc.
10230 * gdb.base/prelink.exp (split debug of executable)
10231 (.dynbss vs. .bss address shift): New tests.
10232
10233 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10234
10235 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
10236 in gdb_test_multiple.
10237
10238 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10239
10240 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
10241 environment.
10242
10243 2010-07-28 Tom Tromey <tromey@redhat.com>
10244
10245 PR python/11060:
10246 * gdb.python/py-type.c (Temargs): New template.
10247 (temvar): New variable.
10248 * gdb.python/py-type.exp (test_template): New proc.
10249
10250 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10251
10252 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
10253 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
10254
10255 2010-07-28 Tom Tromey <tromey@redhat.com>
10256
10257 PR c++/9946:
10258 * gdb.cp/temargs.exp: New file.
10259 * gdb.cp/temargs.cc: New file.
10260
10261 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10262
10263 * gdb.base/help.exp (help disassemble): Update the content.
10264
10265 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10266
10267 * gdb.threads/ia64-sigill.exp: New file.
10268 * gdb.threads/ia64-sigill.c: New file.
10269
10270 2010-07-27 Tom Tromey <tromey@redhat.com>
10271
10272 * gdb.opt/inline-cmds.c (ATTR): New define.
10273 (func1): Use it.
10274 (func2): Likewise.
10275 (func3): Likewise.
10276 (outer_inline1): Likewise.
10277 (outer_inline2): Likewise.
10278 * gdb.opt/inline-bt.c (ATTR): New define.
10279 (func1): Use it.
10280 (func2): Likewise.
10281 * gdb.opt/inline-locals.c (ATTR): New define.
10282 (func1): Use it.
10283 (func2): Likewise.
10284
10285 2010-07-27 Tom Tromey <tromey@redhat.com>
10286
10287 * gdb.stabs/gdb11479.c (hack): New function.
10288 (test): Use it.
10289 (test2): Use it.
10290 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
10291 (int32_search_buf, int64_search_buf): No longer static.
10292 (x): Remove.
10293 * gdb.base/relocate.c (hack): New function.
10294
10295 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
10296
10297 * gdb.python/py-value.exp (test_inferior_function_call): New function.
10298 * gdb.python/py-value.c (func1): New function.
10299 (func2): Likewise.
10300
10301 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
10302
10303 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
10304 as not to clash with .data section.
10305
10306 2010-07-26 Jerome Guitton <guitton@adacore.com>
10307
10308 * gdb.base/code_elim.exp: New file.
10309 * gdb.base/code_elim1.c: New file.
10310 * gdb.base/code_elim2.c: New file.
10311
10312 2010-07-21 Pedro Alves <pedro@codesourcery.com>
10313
10314 PR symtab/11827
10315
10316 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
10317 (some_volatile_enum): New variable.
10318 * gdb.base/printcmds.exp (test_print_enums): New.
10319 <top level>: Call it.
10320
10321 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
10322
10323 * gdb.cp/fpointer.cc: New test.
10324 * gdb.cp/fpointer.exp: New test.
10325
10326 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10327
10328 * gdb.base/solib-nodir.exp: New file.
10329 * lib/gdb.exp (runto): New case for a GDB internal error.
10330
10331 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10332 Ulrich Weigand <uweigand@de.ibm.com>
10333 Tom Tromey <tromey@redhat.com>
10334
10335 * gdb.base/charset-malloc.c: New file.
10336 * gdb.base/charset.c (malloc_stub): New prototype.
10337 (main): Call it instead of malloc itself.
10338 * gdb.base/charset.exp: Use only prepare_for_testing.
10339 (binfile): Remove the variable.
10340
10341 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10342
10343 Make core files the process_stratum.
10344 * gdb.base/corefile.exp (run: load core again)
10345 (run: sanity check we see the core file, run: with core)
10346 (run: core file is cleared, attach: load core again)
10347 (attach: sanity check we see the core file, attach: with core)
10348 (attach: core file is cleared): New tests.
10349 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
10350
10351 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
10352
10353 * gdb.arch/altivec-abi.exp: New tests.
10354
10355 2010-07-13 Tom Tromey <tromey@redhat.com>
10356
10357 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
10358 (main): Use it.
10359 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
10360
10361 2010-07-13 Tom Tromey <tromey@redhat.com>
10362
10363 * gdb.base/label.exp: New file.
10364 * gdb.base/label.c: New file.
10365
10366 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
10367 H.J. Lu <hongjiu.lu@intel.com>
10368
10369 * lib/gdb.exp (is_ilp32_target): New.
10370 (is_lp64_target): Likewise.
10371
10372 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
10373 target.
10374 * gdb.arch/amd64-disp-step.exp: Likewise.
10375 * gdb.arch/amd64-dword.exp: Likewise.
10376 * gdb.arch/amd64-i386-address.exp: Likewise.
10377 * gdb.arch/amd64-word.exp: Likewise.
10378
10379 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
10380 target.
10381 * gdb.arch/i386-bp_permanent.exp: Likewise.
10382 * gdb.arch/i386-byte.exp: Likewise.
10383 * gdb.arch/i386-disp-step.exp: Likewise.
10384 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10385 * gdb.arch/i386-prologue.exp: Likewise.
10386 * gdb.arch/i386-size-overlap.exp: Likewise.
10387 * gdb.arch/i386-size.exp: Likewise.
10388 * gdb.arch/i386-sse.exp: Likewise.
10389 * gdb.arch/i386-unwind.exp: Likewise.
10390 * gdb.arch/i386-word.exp: Likewise.
10391
10392 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
10393 test only when building 64-bit executables. Do not hard-code
10394 -m64 option.
10395
10396 2010-07-07 Doug Evans <dje@google.com>
10397
10398 * lib/gdb.exp (gdb_test_list_exact): New function.
10399 * gdb.base/default.exp (show convenience): Call it, add tests for
10400 $_sdata = void, $_thread = 0.
10401
10402 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10403 Joel Brobecker <brobecker@adacore.com>
10404
10405 Fix re-run of PIE executable, PR shlibs/11776.
10406 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
10407 Remove $displacement_main to match the solib-svr4.c change. New "kill"
10408 and re-"run" of the inferior.
10409
10410 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10411 Joel Brobecker <brobecker@adacore.com>
10412
10413 Cope with missing /usr/sbin/prelink.
10414 * lib/prelink-support.exp (prelink_no):
10415 <result == 1 && $output is "no such file or directory">: New.
10416 (prelink_yes): Likewise. Return on failed prelink_no.
10417
10418 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10419 Joel Brobecker <brobecker@adacore.com>
10420
10421 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
10422 build_executable by build_executable_own_libs. Replace "prelink -R"
10423 execution by a call of prelink_yes. Comment why "prelink -r" needs no
10424 change.
10425 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
10426 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
10427 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
10428 Replace build_executable by build_executable_own_libs's function
10429 build_executable_own_libs.
10430 (prelinkNO): Create new stub to call prelink_no.
10431 (prelinkYES): Create new stub to call prelink_yes.
10432 (test_attach): Rename calls of copy to file_copy.
10433 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
10434 (copy): Move to ...
10435 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
10436 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
10437 * gdb.base/prelink.exp: Disable testcase also for is_remote and
10438 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
10439 special flags by gdb_compile_shlib. Replace second gdb_compile by
10440 build_executable_own_libs. Replace "prelink -R" execution by a call of
10441 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
10442 a second call of prelink_yes. Replace restart commands by
10443 clean_restart.
10444 (prelink): Rename to ...
10445 (seen displacement message): ... this test. Extend its expectation
10446 strictness.
10447
10448 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10449
10450 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
10451 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
10452 displacement message exactly once.
10453
10454 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10455 Joel Brobecker <brobecker@adacore.com>
10456
10457 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
10458 its restore after the <$relink_args != ""> loop. new comment.
10459
10460 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10461 Joel Brobecker <brobecker@adacore.com>
10462
10463 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
10464 code for it. New variable relink_args.
10465 (prelinkYES): Call prelinkNO.
10466 (test_attach): Accept new parameter relink_args. Re-prelink the binary
10467 in such case. Move the core code to ...
10468 (test_attach_gdb): ... a new function. Send GDB command "file".
10469 Extend expected "Attaching to " string.
10470
10471 2010-07-02 Tom Tromey <tromey@redhat.com>
10472
10473 * gdb.base/bitops.exp: Remove extraneous "pass".
10474
10475 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
10476
10477 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10478
10479 2010-07-01 Pedro Alves <pedro@codesourcery.com>
10480
10481 * gdb.base/help.exp: Adjust expected output.
10482
10483 2010-07-01 Pedro Alves <pedro@codesourcery.com>
10484
10485 * gdb.base/help.exp: Adjust expected output.
10486
10487 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10488
10489 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
10490 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
10491 c++/11702.
10492
10493 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10494 Doug Evans <dje@google.com>
10495
10496 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
10497 add .dynamic entry'.
10498
10499 2010-06-29 Doug Evans <dje@google.com>
10500
10501 Test PR c++/11702.
10502 * gdb.cp/m-static.exp: Add testcase.
10503 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
10504
10505 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
10506 Tom Tromey <tromey@redhat.com>
10507 Thiago Jung Bauermann <bauerman@br.ibm.com>
10508
10509 * gdb.python/py-inferior.c: New File.
10510 * gdb.python/py-infthread.c: New File.
10511 * gdb.python/py-inferior.exp: New File.
10512 * gdb.python/py-infthread.exp: New File.
10513
10514 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10515
10516 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
10517 (ptype ::C::OtherFileClass typedefs): New.
10518 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
10519 (C::OtherFileClass::cOtherFileClassVar2): New.
10520 (C::OtherFileClass::cOtherFileClassVar_use): Use also
10521 cOtherFileClassVar2.
10522 (C::cOtherFileType2, C::cOtherFileVar2): New.
10523 (C::cOtherFileVar_use): use also cOtherFileVar2.
10524 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
10525
10526 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10527
10528 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
10529 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
10530 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
10531 (print ::C::cOtherFileVar)
10532 (whatis C::OtherFileClass::cOtherFileClassType)
10533 (whatis ::C::OtherFileClass::cOtherFileClassType)
10534 (print C::OtherFileClass::cOtherFileClassVar)
10535 (print ::cOtherFileClassVar)
10536 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
10537 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
10538 trailing content.
10539 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
10540 (C::OtherFileClass::cOtherFileClassVar)
10541 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
10542 (C::cOtherFileVar, C::cOtherFileVar_use): New.
10543
10544 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10545
10546 Test PR c++/11703 and PR gdb/1448.
10547 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
10548 gdb/1448.
10549
10550 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10551
10552 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
10553 (main) <rtti_data>: New.
10554 * gdb.cp/virtbase.exp (print rtti_data): New.
10555
10556 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10557 Joel Brobecker <brobecker@adacore.com>
10558
10559 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
10560
10561 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10562
10563 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
10564
10565 2010-06-28 Doug Evans <dje@google.com>
10566
10567 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
10568
10569 2010-06-27 Doug Evans <dje@google.com>
10570
10571 * gdb.cp/m-static.exp: Update expected test output.
10572
10573 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
10574
10575 * gdb.gdb/selftest.exp: Adjust expected message for
10576 capturing start-up runtime.
10577
10578 2010-06-25 Tom Tromey <tromey@redhat.com>
10579
10580 PR python/10808:
10581 * gdb.python/python.exp: Add new tests.
10582
10583 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
10584
10585 * gdb.cp/operator.cc: Created an import loop.
10586 * gdb.cp/operator.exp: Added testcase for import loop.
10587
10588 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10589
10590 Test PR python/11407.
10591 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
10592 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
10593 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
10594 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
10595 executable_nofb and executable_fb. New variables srcsfile, objsfile,
10596 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
10597 binfile. Call gdb_compile with clean_restart twice.
10598 (func_nofb print, func_nofb backtrace, func_loopfb print)
10599 (func_loopfb backtrace): New.
10600
10601 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10602
10603 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
10604 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
10605 by a hand made one.
10606 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
10607 i?86 requirement. Remove variables srcfile and binfile. New variable
10608 sources, executable_nofb and executable_fb. Call prepare_for_testing.
10609
10610 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10611
10612 * gdb.cell/dwarfaddr.exp: New file.
10613 * gdb.cell/dwarfaddr.S: New file.
10614
10615 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10616
10617 Test PR 9436.
10618 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
10619
10620 2010-06-24 Hui Zhu <teawater@gmail.com>
10621
10622 * gdb.base/eval.exp: New file.
10623
10624 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10625
10626 * gdb.cell/fork.exp: New file.
10627 * gdb.cell/fork.c: Likewise.
10628 * gdb.cell/fork-spu.c: Likewise.
10629
10630 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
10631
10632 * lib/gdb.exp (banned_variables_traced): New global variable.
10633 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
10634 (gdb_init): Use `trace add variable' instead of obsolete
10635 `trace variable'.
10636
10637 2010-06-21 Doug Evans <dje@google.com>
10638
10639 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
10640
10641 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10642
10643 * gdb.arch/spu-ls.exp: New file.
10644 * gdb.arch/spu-ls.c: Likewise.
10645
10646 2010-06-18 Stan Shebs <stan@codesourcery.com>
10647
10648 * gdb.threads/thread-specific.exp: Add tests of $_thread.
10649
10650 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10651
10652 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
10653 * gdb.base/watch-cond.exp: Likewise.
10654 * gdb.python/py-breakpoint.exp: Likewise.
10655
10656 2010-06-18 Pedro Alves <pedro@codesourcery.com>
10657
10658 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
10659 clean_restart, make sure every test has a distinct message, and
10660 that messages don't include the executable' full path.
10661
10662 2010-06-17 Doug Evans <dje@google.com>
10663
10664 * gdb.arch/i386-size.exp: Updated expected output for
10665 DISASSEMBLY_OMIT_FNAME.
10666
10667 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10668 Sergio Durigan Junior <sergiodj@redhat.com>
10669
10670 * gdb.base/watch-notconst.c: New file.
10671 * gdb.base/watch-notconst.S: New file.
10672 * gdb.base/watch-notconst2.c: New file.
10673 * gdb.base/watch-notconst2.S: New file.
10674 * gdb.base/watch-notconst.exp: New file.
10675 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
10676 (func4): Add operations on `global_ptr_ptr'.
10677 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
10678 routine to test watchpoints created with a constant expression.
10679 (test_inaccessible_watchpoint): Include tests for watchpoints
10680 created with a constant expression.
10681
10682 2010-06-14 Kevin Buettner <kevinb@redhat.com>
10683
10684 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
10685 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
10686 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
10687 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
10688 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
10689 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
10690 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
10691 of `_start'.
10692
10693 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10694
10695 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
10696 not supported on the target.
10697 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10698 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10699 * gdb.mi/mi-nsintrall.exp: Likewise.
10700 * gdb.mi/mi-nsmoribund.exp: Likewise.
10701 * gdb.mi/mi-nsthrexec.exp: Likewise.
10702
10703 2010-06-11 Stan Shebs <stan@codesourcery.com>
10704
10705 * gdb.base/permissions.exp: New file.
10706
10707 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10708
10709 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
10710 does not support ELF executable class.
10711
10712 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10713
10714 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
10715
10716 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10717
10718 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
10719 (runto): Catch "The target does not support running in non-stop mode.".
10720
10721 2010-06-11 Michael Snyder <msnyder@vmware.com>
10722
10723 * gdb.base/setshow.exp (set language asm): Don't use
10724 gdb_test_no_output, fails on some targets.
10725
10726 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10727
10728 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
10729 * gdb.cp/pr9167.exp: Likewise.
10730
10731 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10732
10733 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
10734
10735 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10736
10737 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
10738
10739 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10740
10741 * gdb.base/charset.c (main): Make sure malloc gets linked in.
10742
10743 2010-06-11 Tom Tromey <tromey@redhat.com>
10744
10745 PR gdb/9977, PR exp/11636::
10746 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
10747 (pieces_test_f6): Update expected output.
10748
10749 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10750
10751 * gdb.base/moribund-step.exp: New.
10752
10753 2010-06-08 Michael Snyder <msnyder@vmware.com>
10754
10755 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
10756 * gdb.ada/boolean_expr.exp:
10757 * gdb.ada/frame_args.exp: Ditto.
10758 * gdb.ada/lang_switch.exp: Ditto.
10759 * gdb.ada/ptype_arith_binop.exp: Ditto.
10760 * gdb.ada/ref_param.exp: Ditto.
10761 * gdb.ada/type_coercion.exp:Ditto.
10762
10763 * gdb.asm/asm-source.exp: Ditto.
10764
10765 * gdb.base/attach.exp: Ditto.
10766 * gdb.base/bitfields2.exp: Ditto.
10767 * gdb.base/call-signal-resume.exp: Ditto.
10768 * gdb.base/callfuncs.exp: Ditto.
10769 * gdb.base/commands.exp: Ditto.
10770 * gdb.base/dbx.exp: Ditto.
10771 * gdb.base/default.exp: Ditto.
10772 * gdb.base/dump.exp: Ditto.
10773 * gdb.base/exprs.exp: Ditto.
10774 * gdb.base/freebpcmd.exp: Ditto.
10775 * gdb.base/interrupt.exp: Ditto.
10776 * gdb.base/list.exp: Ditto.
10777 * gdb.base/long_long.exp: Ditto.
10778 * gdb.base/maint.exp: Ditto.
10779 * gdb.base/ptype.exp: Ditto.
10780 * gdb.base/return.exp: Ditto.
10781 * gdb.base/setshow.exp: Ditto.
10782 * gdb.base/sigbpt.exp: Ditto.
10783 * gdb.base/sigrepeat.exp: Ditto.
10784
10785 * gdb.cp/classes.exp: Ditto.
10786
10787 * gdb.dwarf2/dw2-restore.exp: Ditto.
10788
10789 * gdb.gdb/selftest.exp: Ditto.
10790
10791 * gdb.multi/base.exp: Ditto.
10792 * gdb.multi/bkpt-multi-exec.exp: Ditto.
10793
10794 * gdb.python/py-block.exp: Ditto.
10795 * gdb.python/py-prettyprint.exp: Ditto.
10796 * gdb.python/py-template.exp: Ditto.
10797
10798 * gdb.server/ext-attach.exp: Ditto.
10799 * gdb.server/ext-run.exp: Ditto.
10800 * gdb.server/server-mon.exp: Ditto.
10801
10802 * gdb.threads/fork-thread-pending.exp: Ditto.
10803 * gdb.threads/hand-call-in-threads.exp: Ditto.
10804 * gdb.threads/interrupted-hand-call.exp: Ditto.
10805 * gdb.threads/linux-dp.exp: Ditto.
10806 * gdb.threads/manythreads.exp: Ditto.
10807 * gdb.threads/print-threads.exp: Ditto.
10808 * gdb.threads/pthreads.exp: Ditto.
10809 * gdb.threads/schedlock.exp: Ditto.
10810 * gdb.threads/thread-unwindonsignal.exp: Ditto.
10811 * gdb.threads/threadapply.exp: Ditto.
10812
10813 2010-06-08 Michael Snyder <msnyder@vmware.com>
10814
10815 * gdb.ada/exec_changed.exp:
10816 Use ".*" instead of "" as wildcard regexp.
10817
10818 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
10819 * gdb.base/call-ar-st.exp: Ditto.
10820 * gdb.base/checkpoint.exp: Ditto.
10821 * gdb.base/default.exp: Ditto.
10822 * gdb.base/dump.exp: Ditto.
10823 * gdb.base/ending-run.exp: Ditto.
10824 * gdb.base/fileio.exp: Ditto.
10825 * gdb.base/miscexprs.exp: Ditto.
10826 * gdb.base/pointers.exp: Ditto.
10827 * gdb.base/readline.exp: Ditto.
10828 * gdb.base/reread.exp: Ditto.
10829 * gdb.base/restore.exp: Ditto.
10830 * gdb.base/shlib-call.exp: Ditto.
10831 * gdb.base/valgrind-db-attach.exp: Ditto.
10832 * gdb.base/volatile.exp: Ditto.
10833 * gdb.base/watchpoints.exp: Ditto.
10834
10835 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
10836
10837 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
10838 * gdb.python/py-value.exp: Ditto.
10839
10840 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
10841 * gdb.trace/circ.exp: Ditto.
10842 * gdb.trace/collection.exp: Ditto.
10843 * gdb.trace/packetlen.exp: Ditto.
10844 * gdb.trace/passc-dyn.exp: Ditto.
10845 * gdb.trace/report.exp: Ditto.
10846 * gdb.trace/tfile.exp: Ditto.
10847 * gdb.trace/tfind.exp: Ditto.
10848 * gdb.trace/while-dyn.exp: Ditto.
10849
10850 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10851
10852 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
10853
10854 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10855
10856 Test PR 10640.
10857 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
10858
10859 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
10860
10861 * gdb.cp/koenig.exp: Test for ADL operators.
10862 * gdb.cp/koenig.cc: Added ADL operators.
10863 * gdb.cp/operator.exp: New test.
10864 * gdb.cp/operator.cc: New test.
10865
10866 2010-06-04 Michael Snyder <msnyder@vmware.com>
10867
10868 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
10869 * gdb.base/pending.exp: Ditto.
10870
10871 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
10872
10873 2010-06-04 Doug Evans <dje@google.com>
10874
10875 * gdb.python/py-prettyprint.exp: Add new test for enabled and
10876 disabled printers.
10877 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
10878 (enable_lookup_function): New function.
10879
10880 2010-06-04 Tom Tromey <tromey@redhat.com>
10881
10882 * gdb.python/py-value.exp (test_value_hash): Don't test equality
10883 of hash and id.
10884
10885 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10886
10887 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
10888 newline.
10889 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
10890 (empty verbose non-noisy clear, empty verbose noisy clear)
10891 (empty non-verbose noisy clear): Likewise.
10892
10893 2010-06-03 Michael Snyder <msnyder@vmware.com>
10894
10895 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
10896 * gdb.base/display.exp: Ditto.
10897 * gdb.base/find.exp: Ditto.
10898 * gdb.base/ifelse.exp: Ditto.
10899 * gdb.base/multi-forks.exp: Ditto.
10900 * gdb.base/recurse.exp: Ditto.
10901 * gdb.base/setshow.exp: Ditto.
10902 * gdb.base/value-double-free.exp: Ditto.
10903 * gdb.base/watch-vfork.exp: Ditto.
10904 * gdb.base/watch_thread_num.exp: Ditto.
10905 * gdb.base/watchpoint-solib.exp: Ditto.
10906 * gdb.base/watchpoint.exp: Ditto.
10907 * gdb.base/watchpoints.exp: Ditto.
10908
10909 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
10910 * gdb.cp/overload.exp: Ditto.
10911 * gdb.cp/virtfunc.exp: Ditto.
10912
10913 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
10914
10915 * gdb.reverse/watch-precsave.exp:
10916 Replace gdb_test with gdb_test_no_output.
10917
10918 * gdb.threads/attach-into-signal.exp:
10919 Replace gdb_test with gdb_test_no_output.
10920 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
10921 * gdb.threads/watchthreads.exp: Ditto.
10922 * gdb.threads/watchthreads2.exp: Ditto.
10923
10924 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
10925 * gdb.trace/tfind.exp: Ditto.
10926
10927 2010-06-03 Joel Brobecker <brobecker@adacore.com>
10928
10929 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
10930 successful test if message is the empty string.
10931
10932 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10933
10934 * gdb.fortran/module.exp (stopped language detection): New test.
10935
10936 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10937
10938 Support DW_TAG_module as separate namespaces.
10939 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
10940 gdb.fortran/library-module-lib.f90: New.
10941 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
10942 (print i): Remove.
10943 (continue to breakpoint: i-is-1, print var_i value 1)
10944 (continue to breakpoint: i-is-2, print var_i value 2)
10945 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
10946 (print var_d, print var_i value 14, ptype modmany, complete `modm)
10947 (complete `modmany, complete `modmany`, complete `modmany`var)
10948 (show language, setting breakpoint at module): New tests.
10949 * gdb.fortran/module.f90 (module mod): Remove.
10950 (module mod1, module mod2, module modmany, subroutine sub1)
10951 (subroutine sub2, program module): New.
10952
10953 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10954
10955 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
10956 (print value of rUC, print value of rI, print value of UI): ... here.
10957 * gdb.cp/anon-union.exp (pass): Rename to ...
10958 (print z 2): ... here.
10959
10960 2010-06-02 Michael Snyder <msnyder@vmware.com>
10961
10962 * gdb.trace/actions.exp: Use gdb_test_no_output.
10963 * gdb.trace/circ.exp: Ditto.
10964 * gdb.trace/packetlen.exp: Ditto.
10965 * gdb.trace/save-trace.exp: Ditto.
10966 * gdb.trace/tracecmd.exp: Ditto.
10967 * gdb.trace/tsv.exp: Ditto.
10968
10969 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
10970 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
10971 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
10972 * gdb.threads/manythreads.exp: Ditto.
10973 * gdb.threads/print-threads.exp: Ditto.
10974 * gdb.threads/pthreads.exp: Ditto.
10975 * gdb.threads/schedlock.exp: Ditto.
10976 * gdb.threads/staticthreads.exp: Ditto.
10977 * gdb.threads/thread-specific.exp: Ditto.
10978 * gdb.threads/thread-unwindonsignal.exp: Ditto.
10979 * gdb.threads/threadapply.exp: Ditto.
10980 * gdb.threads/watchthreads.exp: Ditto.
10981 * gdb.threads/watchthreads2.exp: Ditto.
10982
10983 * gdb.python/py-block.exp: Use gdb_test_no_output.
10984 * gdb.python/py-prettyprint.exp: Ditto.
10985 * gdb.python/py-template.exp: Ditto.
10986 * gdb.python/py-value.exp: Ditto.
10987
10988 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
10989 * gdb.reverse/watch-reverse.exp: Ditto.
10990
10991 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
10992 * gdb.server/ext-run.exp: Ditto.
10993
10994 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
10995 * gdb.dwarf2/dw2-compressed.exp: Ditto.
10996 * gdb.dwarf2/dw2-intercu.exp: Ditto.
10997 * gdb.dwarf2/dw2-intermix.exp: Ditto.
10998 * gdb.dwarf2/dw2-producer.exp: Ditto.
10999 * gdb.dwarf2/mac-fileno.exp: Ditto.
11000
11001 * gdb.gdb/observer.exp: Use gdb_test_no_output.
11002 * gdb.gdb/selftest.exp: Ditto.
11003
11004 * gdb.multi/base.exp: Use gdb_test_no_output.
11005
11006 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
11007
11008 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11009
11010 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
11011
11012 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
11013
11014 * gdb.cp/class2.exp: Use gdb_test_no_output.
11015 * gdb.cp/classes.exp: Ditto.
11016 * gdb.cp/extern-c.exp: Ditto.
11017 * gdb.cp/inherit.exp: Ditto.
11018 * gdb.cp/maint.exp: Ditto.
11019 * gdb.cp/mb-inline.exp: Ditto.
11020 * gdb.cp/mb-templates.exp: Ditto.
11021 * gdb.cp/method2.exp: Ditto.
11022 * gdb.cp/misc.exp: Ditto.
11023 * gdb.cp/ovldbreak.exp: Ditto.
11024 * gdb.cp/punctuator.exp: Ditto.
11025 * gdb.cp/templates.exp: Ditto.
11026 * gdb.cp/virtbase.exp: Ditto.
11027
11028 * gdb.threads/attach-stopped.exp:
11029 Replace uses of send_gdb / gdb_expect.
11030 * gdb.threads/attachstop-mt.exp:
11031 Replace uses of send_gdb / gdb_expect.
11032 * gdb.threads/gcore-thread.exp:
11033 Replace uses of send_gdb / gdb_expect.
11034 * gdb.threads/hand-call-in-threads.exp:
11035 Replace uses of send_gdb / gdb_expect.
11036 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
11037 * gdb.threads/print-threads.exp:
11038 Replace uses of send_gdb / gdb_expect.
11039 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
11040 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
11041 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
11042
11043 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
11044 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
11045 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
11046 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
11047 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
11048 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
11049 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
11050 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
11051 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
11052 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
11053 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
11054
11055 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11056
11057 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
11058
11059 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
11060
11061 * gdb.cp/koenig.exp: Added new test case.
11062 * gdb.cp/koenig.cc: Ditto.
11063
11064 2010-06-01 Michael Snyder <msnyder@vmware.com>
11065
11066 * gdb.base/arithmet.exp: Use gdb_test_no_output.
11067 * gdb.base/arrayidx.exp: Ditto.
11068 * gdb.base/attach.exp: Ditto.
11069 * gdb.base/auxv.exp: Ditto.
11070 * gdb.base/bigcre.exp: Ditto.
11071 * gdb.base/break-always.exp: Ditto.
11072 * gdb.base/break-interp.exp: Ditto.
11073 * gdb.base/break.exp: Ditto.
11074 * gdb.base/breakpoint-shadow.exp: Ditto.
11075 * gdb.base/call-ar-st.exp: Ditto.
11076 * gdb.base/call-sc.exp: Ditto.
11077 * gdb.base/call-signal-resume.exp: Ditto.
11078 * gdb.base/callfuncs.exp: Ditto.
11079 * gdb.base/catch-syscall.exp: Ditto.
11080 * gdb.base/charset.exp: Ditto.
11081 * gdb.base/code-expr.exp: Ditto.
11082 * gdb.base/commands.exp: Ditto.
11083 * gdb.base/cond-expr.exp: Ditto.
11084 * gdb.base/condbreak.exp: Ditto.
11085 * gdb.base/cursal.exp: Ditto.
11086 * gdb.base/cvexpr.exp: Ditto.
11087 * gdb.base/default.exp: Ditto.
11088 * gdb.base/del.exp: Ditto.
11089 * gdb.base/detach.exp: Ditto.
11090 * gdb.base/display.exp: Ditto.
11091 * gdb.base/ena-dis-br.exp: Ditto.
11092 * gdb.base/eval-skip.exp: Ditto.
11093 * gdb.base/foll-fork.exp: Ditto.
11094 * gdb.base/foll-vfork.exp: Ditto.
11095 * gdb.base/frame-args.exp: Ditto.
11096 * gdb.base/funcargs.exp: Ditto.
11097 * gdb.base/gcore-buffer-overflow.exp: Ditto.
11098 * gdb.base/gdbvars.exp: Ditto.
11099 * gdb.base/help.exp: Ditto.
11100 * gdb.base/ifelse.exp: Ditto.
11101 * gdb.base/included.exp: Ditto.
11102 * gdb.base/list.exp: Ditto.
11103 * gdb.base/macscp.exp: Ditto.
11104 * gdb.base/maint.exp: Ditto.
11105 * gdb.base/multi-fork.exp: Ditto.
11106 * gdb.base/overlays.exp: Ditto.
11107 * gdb.base/page.exp: Ditto.
11108 * gdb.base/pending.exp: Ditto.
11109 * gdb.base/pointers.exp: Ditto.
11110 * gdb.base/pr11022.exp: Ditto.
11111 * gdb.base/prelink.exp: Ditto.
11112 * gdb.base/printcmds.exp: Ditto.
11113 * gdb.base/psymtab.exp: Ditto.
11114 * gdb.base/randomize.exp: Ditto.
11115 * gdb.base/relational.exp: Ditto.
11116 * gdb.base/relocate.exp: Ditto.
11117 * gdb.base/remote.exp: Ditto.
11118 * gdb.base/sepdebug.exp: Ditto.
11119 * gdb.base/set-lang-auto.exp: Ditto.
11120 * gdb.base/setshow.exp: Ditto.
11121 * gdb.base/setvar.exp: Ditto.
11122 * gdb.base/signals.exp: Ditto.
11123 * gdb.base/signull.exp: Ditto.
11124 * gdb.base/sigstep.exp: Ditto.
11125 * gdb.base/sizeof.exp: Ditto.
11126 * gdb.base/solib-disc.exp: Ditto.
11127 * gdb.base/store.exp: Ditto.
11128 * gdb.base/structs.exp: Ditto.
11129 * gdb.base/structs2.exp: Ditto.
11130 * gdb.base/subst.exp: Ditto.
11131 * gdb.base/term.exp: Ditto.
11132 * gdb.base/trace-commands.exp: Ditto.
11133 * gdb.base/unwindonsignal.exp: Ditto.
11134 * gdb.base/valgrind-db-attach.exp: Ditto.
11135 * gdb.base/varargs.exp: Ditto.
11136 * gdb.base/watch-cond.exp: Ditto.
11137 * gdb.base/watch_thread_num.exp: Ditto.
11138 * gdb.base/watchpoint-cond-gone.exp: Ditto.
11139 * gdb.base/watchpoint.exp: Ditto.
11140 * gdb.base/whatis-exp.exp: Ditto.
11141
11142 2010-06-01 Michael Snyder <msnyder@vmware.com>
11143
11144 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
11145 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
11146 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
11147 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
11148 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
11149 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
11150 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
11151 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
11152 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
11153 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
11154 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
11155 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
11156 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
11157 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
11158 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
11159
11160 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11161
11162 * gdb.base/commands.exp (begin commands on watch): Remove excessive
11163 trailing newline.
11164 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
11165 * gdb.java/jmisc.exp (p *args\n): Rename to ...
11166 (p *args): ... here and remove excessive trailing newline.
11167
11168 2010-05-31 Joel Brobecker <brobecker@adacore.com>
11169
11170 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
11171
11172 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11173
11174 Accept the new Linux kernel "t (tracing stop)" string.
11175 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
11176 Update comment.
11177 (state_wait) <T (tracing stop)>: New.
11178 (main): Update the state_wait expect string.
11179
11180 2010-05-28 Pedro Alves <pedro@codesourcery.com>
11181
11182 * limits.c, limits.exp: Delete files.
11183 * Makefile.in (clean mostlyclean): Adjust.
11184 * tracecmd.exp: Adjust.
11185
11186 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11187
11188 * gdb.base/tui-layout.exp: New.
11189
11190 2010-05-28 Michael Snyder <msnyder@vmware.com>
11191
11192 * gdb.reverse/break-precsave.exp:
11193 Replace uses of send_gdb / gdb_expect.
11194 * gdb.reverse/break-reverse.exp:
11195 Replace uses of send_gdb / gdb_expect.
11196 * gdb.reverse/consecutive-precsave.exp:
11197 Replace uses of send_gdb / gdb_expect.
11198 * gdb.reverse/consecutive-reverse.exp:
11199 Replace uses of send_gdb / gdb_expect.
11200 * gdb.reverse/finish-precsave.exp:
11201 Replace uses of send_gdb / gdb_expect.
11202 * gdb.reverse/finish-reverse.exp:
11203 Replace uses of send_gdb / gdb_expect.
11204 * gdb.reverse/i386-precsave.exp:
11205 Replace uses of send_gdb / gdb_expect.
11206 * gdb.reverse/i386-reverse.exp:
11207 Replace uses of send_gdb / gdb_expect.
11208 * gdb.reverse/i386-sse-reverse.exp:
11209 Replace uses of send_gdb / gdb_expect.
11210 * gdb.reverse/i387-env-reverse.exp:
11211 Replace uses of send_gdb / gdb_expect.
11212 * gdb.reverse/i387-stack-reverse.exp:
11213 Replace uses of send_gdb / gdb_expect.
11214 * gdb.reverse/machinestate-precsave.exp:
11215 Replace uses of send_gdb / gdb_expect.
11216 * gdb.reverse/machinestate.exp:
11217 Replace uses of send_gdb / gdb_expect.
11218 * gdb.reverse/sigall-precsave.exp:
11219 Replace uses of send_gdb / gdb_expect.
11220 * gdb.reverse/sigall-reverse.exp:
11221 Replace uses of send_gdb / gdb_expect.
11222 * gdb.reverse/solib-precsave.exp:
11223 Replace uses of send_gdb / gdb_expect.
11224 * gdb.reverse/solib-reverse.exp:
11225 Replace uses of send_gdb / gdb_expect.
11226 * gdb.reverse/step-precsave.exp:
11227 Replace uses of send_gdb / gdb_expect.
11228 * gdb.reverse/step-reverse.exp:
11229 Replace uses of send_gdb / gdb_expect.
11230 * gdb.reverse/until-precsave.exp:
11231 Replace uses of send_gdb / gdb_expect.
11232 * gdb.reverse/until-reverse.exp:
11233 Replace uses of send_gdb / gdb_expect.
11234 * gdb.reverse/watch-precsave.exp:
11235 Replace uses of send_gdb / gdb_expect.
11236 * gdb.reverse/watch-reverse.exp:
11237 Replace uses of send_gdb / gdb_expect.
11238
11239 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11240
11241 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
11242 excessive newline.
11243
11244 2010-05-27 Michael Snyder <msnyder@vmware.com>
11245
11246 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
11247 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
11248 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
11249 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
11250 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
11251 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
11252 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
11253 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
11254 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
11255 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
11256 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
11257 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
11258 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
11259 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
11260 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
11261 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
11262 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
11263 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
11264 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
11265
11266 2010-05-26 Michael Snyder <msnyder@vmware.com>
11267
11268 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
11269 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
11270
11271 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
11272 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
11273 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
11274
11275 * gdb.reverse/consecutive-reverse.exp:
11276 Replace uses of send_gdb / gdb_expect.
11277 * gdb.reverse/consecutive-precsave.exp:
11278 Replace uses of send_gdb / gdb_expect.
11279
11280 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
11281 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
11282 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
11283 * gdb.mi/mi-ns-stale-regcache.exp:
11284 Replace uses of send_gdb / gdb_expect.
11285 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
11286 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
11287 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
11288 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
11289 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
11290 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
11291 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
11292 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
11293 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
11294
11295 2010-05-26 Michael Snyder <msnyder@vmware.com>
11296
11297 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
11298
11299 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
11300
11301 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
11302 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
11303 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
11304 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
11305 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
11306 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
11307 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
11308 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
11309 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
11310
11311 2010-05-25 Tom Tromey <tromey@redhat.com>
11312
11313 * gdb.base/macscp.exp: Add missing space after setup_kfail.
11314
11315 2010-05-25 Tom Tromey <tromey@redhat.com>
11316
11317 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
11318 argument order.
11319 * gdb.base/macscp.exp: Fix setup_kfail argument order.
11320 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
11321 order.
11322 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
11323 order.
11324 * gdb.base/call-sc.exp (setup_kfails): Remove.
11325 (setup_compiler_kfails): Remove.
11326 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
11327 argument order.
11328 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
11329 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
11330 (advancei): Fix setup_kfail argument order.
11331 * gdb.base/radix.exp: Fix setup_kfail argument order.
11332 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
11333 order.
11334 * gdb.base/structs.exp (setup_kfails): Remove.
11335 (setup_compiler_kfails): Fix setup_kfail argument order.
11336 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
11337 order.
11338 * gdb.java/jmain.exp: Fix setup_kfail argument order.
11339 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
11340 setup_kfail argument order.
11341 * gdb.cp/overload.exp: Fix setup_kfail argument order.
11342
11343 2010-05-25 Tom Tromey <tromey@redhat.com>
11344
11345 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
11346
11347 2010-05-25 Michael Snyder <msnyder@vmware.com>
11348
11349 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
11350 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
11351 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
11352 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
11353 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
11354 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
11355 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
11356 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
11357 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
11358 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
11359 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
11360 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
11361 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
11362 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
11363 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
11364 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
11365 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
11366 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
11367 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
11368 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
11369 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
11370 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
11371 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
11372 * gdb.base/default.exp: Replace send_gdb with gdb_test.
11373 * gdb.base/define.exp: Replace send_gdb with gdb_test.
11374 * gdb.base/display.exp: Replace send_gdb with gdb_test.
11375 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
11376 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
11377 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
11378 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
11379 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
11380 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
11381 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
11382 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
11383 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
11384 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
11385 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
11386 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
11387 * gdb.base/help.exp: Replace send_gdb with gdb_test.
11388 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
11389 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
11390 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
11391 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
11392 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
11393 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
11394 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
11395 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
11396 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
11397
11398 2010-05-25 Doug Evans <dje@google.com>
11399
11400 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
11401 gdb.string_to_argv.
11402
11403 2010-05-21 Tom Tromey <tromey@redhat.com>
11404
11405 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
11406 Call it.
11407 * gdb.dwarf2/pieces.S: Update.
11408 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
11409
11410 2010-05-21 Tom Tromey <tromey@redhat.com>
11411
11412 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
11413 Call it.
11414 * gdb.dwarf2/pieces.c (struct C): New.
11415 (f6): New function.
11416 * gdb.dwarf2/pieces.S: Replace.
11417
11418 2010-05-21 Tom Tromey <tromey@redhat.com>
11419
11420 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
11421 Call it.
11422
11423 2010-05-21 Tom Tromey <tromey@redhat.com>
11424
11425 * gdb.dwarf2.pieces.exp: New file.
11426 * gdb.dwarf2.pieces.S: New file.
11427 * gdb.dwarf2.pieces.c: New file.
11428
11429 2010-05-20 Pedro Alves <pedro@codesourcery.com>
11430 Joel Brobecker <brobecker@adacore.com>
11431
11432 * lib/gdb.exp (gdb_test_no_output): New function.
11433 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
11434 when testing commands that should produce no output.
11435
11436 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11437
11438 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
11439 parameter that we want to watch being a constant.
11440
11441 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11442
11443 * gdb.ada/cond_lang: New testcase.
11444
11445 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11446
11447 * lib/gdb.exp (banned_variables): New variable/constant.
11448 (gdb_init): Add write trace on variables listed in banned_variables.
11449 (gdb_finish): Remove write traces on variables listed in
11450 banned_variables.
11451
11452 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11453
11454 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
11455 * gdb.cp/koenig.exp: Likewise.
11456
11457 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
11458
11459 PR python/11482
11460
11461 * gdb.python/py-value.exp (test_value_hash): New function.
11462
11463 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
11464
11465 PR exp/11530.
11466 * gdb.base/gdb11530.c: New file.
11467 * gdb.base/gdb11530.exp: New file.
11468
11469 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11470
11471 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
11472 * gdb.dwarf2/dw2-modula2-self-type.S: New.
11473
11474 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
11475
11476 * gdb.cp/koenig.exp: New test.
11477 * gdb.cp/koenig.cc: New test program.
11478
11479 2010-05-05 Joel Brobecker <brobecker@adacore.com>
11480
11481 Remove the use of prms_id and bug_id throughout the testsuite.
11482
11483 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
11484
11485 PR exp/11349.
11486 * testsuite/gdb.cp/ref-types.exp: Add test to examine
11487 use a reference local variable.
11488
11489 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11490
11491 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
11492 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
11493 variable different_dir. Move debugfile into a full directory pathname
11494 under DIFFERENT_DIR.
11495 * lib/gdb.exp (separate_debug_filename): Remove.
11496 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
11497 variable debug_dir and mkdir of it. Update function comments.
11498
11499 2010-04-29 Pedro Alves <pedro@codesourcery.com>
11500
11501 PR gdb/11557
11502
11503 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
11504 files.
11505
11506 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
11507
11508 * gdb.python/py-param.exp: New File.
11509
11510 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
11511
11512 * gdb.base/default.exp: Fix "set language" test.
11513
11514 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
11515
11516 PR breakpoints/11531.
11517 * gdb.base/gdb11531.c: New file.
11518 * gdb.base/gdb11531.exp: New file.
11519
11520 2010-04-26 Tom Tromey <tromey@redhat.com>
11521
11522 * gdb.base/completion.exp: Add tests for completion and deprecated
11523 commands.
11524
11525 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11526
11527 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
11528 (print /x char_array): Escape curly brackets.
11529
11530 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11531
11532 Fix deadlock on looped list of loaded shared objects.
11533 * gdb.base/solib-corrupted.exp: New.
11534
11535 2010-04-23 Doug Evans <dje@google.com>
11536
11537 * gdb.python/py-section-script.c: New file.
11538 * gdb.python/py-section-script.exp: New file.
11539 * gdb.python/py-section-script.py: New file.
11540
11541 2010-04-20 Chris Moller <cmoller@redhat.com>
11542
11543 PR 10179
11544
11545 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
11546 * gdb.base/pr10179-a.c:
11547 * gdb.base/pr10179-b.c:
11548 * gdb.base/pr10179.exp: New files.
11549
11550 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11551
11552 Fix crashes on dangling display expressions.
11553 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
11554 is SEP.
11555 (lib_flags): Remove the "debug" keyword.
11556 (libsepdebug): New variable for iterating new loop.
11557 (save_pf_prefix): New variable wrapping the loop.
11558 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
11559 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
11560
11561 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11562
11563 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
11564
11565 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11566
11567 PR stabs/11479.
11568 * gdb.stabs/gdb11479.exp: New file.
11569 * gdb.stabs/gdb11479.c: New file.
11570
11571 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11572
11573 * gdb.base/charset.c (Strin16, String32): New variables.
11574 * gdb.base/charset.exp (gdb_test): Test correct display
11575 of 16 or 32 bit strings.
11576
11577 2010-04-21 Chris Moller <cmoller@redhat.com>
11578
11579 PR 9167
11580 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
11581 * gdb.cp/pr9167.cc: New file.
11582 * gdb.cp/pr9167.exp: New file.
11583
11584
11585 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
11586
11587 PR pascal/11492.
11588 * gdb.pascal/gdb11492.pas: New file.
11589 * gdb.pascal/gdb11492.exp: New file.
11590
11591 2010-04-20 Joel Brobecker <brobecker@adacore.com>
11592
11593 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
11594
11595 2010-04-20 Joel Brobecker <brobecker@adacore.com>
11596
11597 * gdb.ada/dyn_loc: New testcase.
11598
11599 2010-04-20 Chris Moller <cmoller@redhat.com>
11600
11601 PR 10867
11602
11603 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
11604 * gdb.cp/pr10687.cc: New file.
11605 * gdb.cp/pr10687.exp: New file.
11606
11607
11608 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11609 Sergio Durigan Junior <sergiodj@redhat.com>
11610
11611 * gdb.fortran/logical.exp: New testcase.
11612 * gdb.fortran/logical.f90: New file.
11613
11614 2010-04-19 Doug Evans <dje@google.com>
11615
11616 * gdb.base/help.exp (help source): Update expected output.
11617
11618 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11619
11620 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
11621 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
11622 gdb_exit and return.
11623 (executable): New variable.
11624 (binfile): Use it.
11625
11626 2010-04-19 Pedro Alves <pedro@codesourcery.com>
11627
11628 PR breakpoints/8554.
11629
11630 * gdb.trace/save-trace.exp: Adjust.
11631
11632 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
11633
11634 PR corefiles/11511
11635 * gdb.arch/system-gcore.exp: New.
11636 * gdb.arch/gcore.c: Likewise.
11637
11638 2010-04-15 Doug Evans <dje@google.com>
11639
11640 * gdb.python/py-progspace.c: New file.
11641 * gdb.python/py-progspace.exp: New file.
11642
11643 * gdb.base/source.exp: Add tests for "source -s".
11644
11645 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
11646
11647 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
11648 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
11649 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
11650 * gdb.python/py-mi.exp: New test for to_string returning None.
11651
11652 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
11653
11654 * gdb.python/py-breakpoint.c: Make result global.
11655
11656 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11657
11658 Fix non-GNU make compatibility.
11659 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
11660
11661 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
11662
11663 * gdb.python/py-breakpoint.exp: New File.
11664 * gdb.python/py-breakpoint.C: Ditto.
11665
11666 2010-04-08 Stan Shebs <stan@codesourcery.com>
11667
11668 * gdb.trace/actions.exp: Clear default-collect.
11669 * gdb.trace/save-trace.exp: Clear default-collect.
11670
11671 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
11672
11673 * gdb.python/py-value: Add null string variable.
11674 (test_lazy_string): Test zero length, NULL address lazy
11675 strings.
11676
11677 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
11678
11679 * gdb.arch/i386-avx.c: New.
11680 * gdb.arch/i386-avx.exp: Likewise.
11681
11682 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
11683
11684 2010-04-06 Doug Evans <dje@google.com>
11685
11686 * gdb.base/source-test.gdb: New file.
11687 * gdb.base/source.exp: Test source -v.
11688
11689 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11690
11691 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
11692
11693 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
11694
11695 * gdb.stabs/aout.sed: Convert all backslash to double backslash
11696 within one line, unless it is followed by a double quote.
11697 * gdb.stabs/hppa.sed: Idem.
11698 * gdb.stabs/weird.def: Add char and String constants
11699 * gdb.stabs/weird.exp: Check for correct parsing of
11700 char and string constants.
11701 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
11702 in .stabs to .stabx substitution.
11703
11704 2010-04-05 Stan Shebs <stan@codesourcery.com>
11705
11706 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
11707 constant global.
11708 * gdb.trace/tfile.exp: Try to print them.
11709
11710 2010-04-04 Stan Shebs <stan@codesourcery.com>
11711
11712 * gdb.base/completion.exp: Update for new "info watchpoints".
11713 * gdb.base/default.exp: Ditto.
11714 * gdb.base/help.exp: Ditto.
11715 * gdb.base/watchpoint.exp: Ditto.
11716 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
11717
11718 2010-04-04 Stan Shebs <stan@codesourcery.com>
11719
11720 * gdb.trace/tfile.exp: Sharpen tfind test.
11721
11722 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11723
11724 * gdb.base/break-entry.exp: New.
11725
11726 2010-04-02 Hui Zhu <teawater@gmail.com>
11727 Michael Snyder <msnyder@vmware.com>
11728
11729 * gdb.reverse/i386-sse-reverse.exp: New file.
11730 * gdb.reverse/i386-sse-reverse.c: New file.
11731
11732 2010-04-02 Pedro Alves <pedro@codesourcery.com>
11733
11734 * gdb.trace/tfind.exp: Adjust expected disassembly output.
11735
11736 2010-04-01 Stan Shebs <stan@codesourcery.com>
11737
11738 * gdb.trace/actions.exp: Tweak expected output.
11739 * gdb.trace/while-stepping.exp: Tweak expected output.
11740
11741 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
11742
11743 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
11744
11745 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11746
11747 * gdb.base/commands.exp: Adjust.
11748 * gdb.cp/extern-c.exp: Adjust.
11749
11750 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11751
11752 * gdb.trace/collection.c (local_test_func): Define a local struct,
11753 and instanciate it.
11754
11755 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11756
11757 * gdb.trace/collection.exp (gdb_collect_args_test)
11758 (gdb_collect_argarray_test): XFAIL the tests that assume the
11759 argarray argument's elements are collected.
11760
11761 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11762
11763 * gdb.dwarf2/dw2-bad-parameter-type.exp,
11764 gdb.dwarf2/dw2-bad-parameter-type.S: New.
11765
11766 2010-03-31 Stan Shebs <stan@codesourcery.com>
11767
11768 * gdb.trace/save-trace.exp: Test save/restore of default-collect
11769 and tracepoint conditionals.
11770 (gdb_verify_tracepoints): Delete unused return.
11771
11772 2010-03-26 Keith Seitz <keiths@redhat.com>
11773
11774 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
11775 appear in the output before main.
11776 Remove KFAIL for gdb/2215 aka bz 9320.
11777
11778 2010-03-30 Doug Evans <dje@google.com>
11779
11780 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
11781 by dejagnu.
11782 * gdb.arch/amd64-dword.exp: Ditto.
11783
11784 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
11785 match.
11786 (break printf): Ditto.
11787
11788 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
11789
11790 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
11791 gcc < 4.4.
11792 * gdb.cp/shadow.exp: Ditto.
11793
11794 2010-03-29 Pedro Alves <pedro@codesourcery.com>
11795
11796 * gdb.trace/collection.exp (run_trace_experiment): Make sure
11797 "tstart" is silent.
11798
11799 2010-03-29 Pedro Alves <pedro@codesourcery.com>
11800
11801 * gdb.trace/collection.exp (executable): New.
11802 (binfile): Use it.
11803 (fpreg, spreg, pcreg): New.
11804 (test_register): Use gdb_test_multiple. Pass /x to print.
11805 (prepare_for_trace_test): New.
11806 (run_trace_experiment): Use "continue", not gdb_run_cmd.
11807 (gdb_collect_args_test, gdb_collect_argstruct_test)
11808 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
11809 prepare_for_trace_test.
11810 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
11811 fpreg, spreg and pcreg.
11812 (gdb_collect_expression_test, gdb_collect_globals_test): Use
11813 prepare_for_trace_test.
11814 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
11815 try to detect tracing support here. Don't set breakpoints at
11816 `begin' or `end' here.
11817 <global scope>: Use clean_restart. Run to main before checking
11818 for tracing support. Check for for tracing support here.
11819
11820 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11821
11822 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
11823 " as $displacement" to "seen displacement message".
11824
11825 2010-03-28 Pedro Alves <pedro@codesourcery.com>
11826
11827 * gdb.trace/while-dyn.exp (executable): New variable.
11828 (binfile): Use it.
11829 (test_while_stepping): New function. Move most tests here. Call
11830 it once for each of the while-stepping, stepping and ws aliases.
11831
11832 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11833
11834 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
11835 that do not provide the tagless_struct type name at all.
11836 (test_print_anon_union): Do not check value of uninitialized
11837 union member. Do not use cp_test_ptype_class, so we can accept
11838 "long" as well as "long int".
11839
11840 2010-03-26 Pedro Alves <pedro@codesourcery.com>
11841
11842 * gdb.trace/tfile.c (tohex, bin2hex): New.
11843 (write_error_trace_file): Hexify error description.
11844
11845 2010-03-25 Stan Shebs <stan@codesourcery.com>
11846
11847 * gdb.trace/tfile.c: Generate an additional trace file, improve
11848 portability.
11849 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
11850 files in a better way.
11851
11852 2010-03-25 Keith Seitz <keiths@redhat.com>
11853
11854 * gdb.java/jprint.exp: XFAIL printing of static class members
11855 because of GCC debuginfo problem.
11856
11857 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11858
11859 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
11860
11861 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11862
11863 * gdb.base/completion.exp: Allow long instead of long int.
11864 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
11865 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
11866 variable p.
11867 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
11868 * gdb.base/pointers.exp: Allow long instead of long int.
11869 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
11870 * gdb.base/step-line.exp: Allow a directory before the source file name.
11871
11872 2010-03-24 Tom Tromey <tromey@redhat.com>
11873
11874 PR breakpoints/9352:
11875 * gdb.base/default.exp: Update.
11876 * gdb.base/commands.exp: Update.
11877 * gdb.cp/extern-c.exp: Test setting commands on multiple
11878 breakpoints at once.
11879
11880 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11881
11882 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
11883 if gdb,nosignals.
11884 * gdb.base/watchpoints.c: Do not include unnecessary headers.
11885 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
11886 exited".
11887
11888 2010-03-24 Stan Shebs <stan@codesourcery.com>
11889
11890 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
11891
11892 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11893
11894 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
11895 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
11896 argument. Handle "short" and "long".
11897 (Top level): Pass overprototyped output for old_fptr and xptr.
11898
11899 2010-03-23 Pedro Alves <pedro@codesourcery.com>
11900
11901 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
11902 format strings and add casts to avoid compiler warnings.
11903
11904 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
11905
11906 * lib/trace-support.exp (gdb_trace_setactions):
11907 Don't expect whitespace after ">" prompt.
11908 * gdb.trace/actions.exp: Adjust for output changes.
11909 * gdb.trace/while-stepping.exp: Likewise.
11910
11911 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11912
11913 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
11914 and r157645).
11915
11916 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11917
11918 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
11919 New.
11920
11921 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
11922
11923 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
11924 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
11925
11926 2010-03-19 Stan Shebs <stan@codesourcery.com>
11927
11928 * gdb.trace/ax.exp: New file.
11929
11930 2010-03-19 Doug Evans <dje@google.com>
11931
11932 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
11933 output from gcc.
11934
11935 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
11936 named /usr/sbin/prelink<foo>.
11937
11938 2010-03-18 Stan Shebs <stan@codesourcery.com>
11939
11940 * gdb.trace/circ.exp: Test circular-trace-buffer.
11941 * gdb.trace/tfile.exp: Update tstatus test.
11942
11943 2010-03-18 Joel Brobecker <brobecker@adacore.com>
11944
11945 * gdb.dwarf2/dw2-anonymous-func.S: New file.
11946 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
11947
11948 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11949
11950 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
11951
11952 2010-03-18 Pedro Alves <pedro@codesourcery.com>
11953
11954 * gdb.base/default.exp: Adjust the expected output of the finish
11955 and until commands when the inferior is not being run.
11956
11957 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
11958
11959 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
11960 * gdb.cp/nsusing.exp: Ditto.
11961
11962 2010-03-15 Tom Tromey <tromey@redhat.com>
11963
11964 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
11965 * gdb.cp/userdef.cc (operator==): New function.
11966 (main): New locals mem1, mem2.
11967
11968 2010-03-15 Jie Zhang <jie@codesourcery.com>
11969
11970 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
11971 Declare and use new loadtimeout variable.
11972
11973 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
11974
11975 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
11976 Use gdb_load later.
11977
11978 2010-03-14 Pedro Alves <pedro@codesourcery.com>
11979
11980 * gdb.base/solib-disc.c (main): Make format of fprintf a string
11981 literal. Add missing endlines to prints to stderr.
11982
11983 2010-03-12 Tom Tromey <tromey@redhat.com>
11984
11985 PR c++/9708:
11986 * gdb.cp/m-static.exp: Add regression test.
11987 * gdb.cp/m-static.cc (method): New method.
11988 (main): Call it.
11989
11990 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
11991
11992 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
11993 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
11994
11995 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
11996
11997 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
11998
11999 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12000
12001 * lib/gdb.exp (skip_stl_tests): New.
12002 (gdb_compile): Symbian needs -ldl.
12003 (shlib_target_file): New.
12004 (shlib_symbol_file): New.
12005 (gdb_load_shlibs): Use shlib_target_file.
12006 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
12007 * gdb.cp/exception.exp: Use skip_stl_tests.
12008 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
12009 * gdb.cp/try_catch.exp: Use skip_stl_tests.
12010 * gdb.cp/mb-templates.exp: Ditto.
12011 * gdb.base/commands.exp: Relax regexes.
12012 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
12013 shlib_target_file and shlib_symbol_file.
12014 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
12015 sections.
12016 * gdb.base/ending-run.exp: Accept E32Main for symbian.
12017 * gdb.base/solib-disc.exp: Use
12018 shlib_target_file and shlib_symbol_file.
12019 * gdb.base/unload.exp: Don't skip on symbian. Use
12020 shlib_target_file and shlib_symbol_file.
12021 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
12022
12023 2010-03-12 Pedro Alves <pedro@codesourcery.com>
12024
12025 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
12026 * gdb.trace/report.exp: Adjust for x86 and x86_64.
12027 Issue a tfind end before looking for a tracepoint frame.
12028 * gdb.trace/tfind.exp: Adjust tstatus output.
12029 Adjust disassembly output.
12030 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
12031
12032 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12033
12034 * gdb.base/break-interp.exp: Create new displacement parameter value
12035 for the test_ld calls.
12036 (reach): New parameter displacement, verify its content. New push of
12037 pf_prefix "reach-$func:". Import global expect_out.
12038 (test_core): New parameter displacement, verify its content. New push
12039 of pf_prefix "core:". New command "set verbose on". Import global
12040 expect_out.
12041 (test_attach): New parameter displacement, verify its content. New
12042 push of pf_prefix "attach:". New command "set verbose on". Import
12043 global expect_out.
12044 (test_ld): New parameter displacement, pass it to the reach, test_core
12045 and test_attach calls and verify its content in the "ld.so exit" test.
12046 * gdb.base/prelink.exp: Remove gdb_exit and final return.
12047 (prelink): Update expected text, use gdb_test.
12048
12049 2010-03-10 Doug Evans <dje@google.com>
12050
12051 * gdb.base/checkpoint.exp: Fix comment.
12052 Lengthen timeout while doing >600 checkpoints test.
12053 Rename duplicate "kill all one" test to keep test names unique.
12054
12055 2010-03-10 Pedro Alves <pedro@codesourcery.com>
12056
12057 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
12058
12059 2010-03-08 Keith Seitz <keiths@redhat.com>
12060
12061 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
12062 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
12063 (dm_type_long): New function.
12064 (dm_type_unsigned_short): New function.
12065 (dm_type_unsigned_long): New function.
12066 (myint): New typedef.
12067 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
12068 long, unsigned shor and long, operator char*, and typedef.
12069 (test_lookup_operator_functions): Add operator char* test.
12070 (test_paddr_operator_functions): Likewise.
12071 (test_paddr_overloaded_functions): Use probe values for
12072 short, long, and unsigned short and long.
12073 (test_paddr_hairy_functions): If the demangler probe detected
12074 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
12075 demangler.
12076 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
12077 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
12078 and "print null_pmf".
12079 Add test "ptype a.*pmf".
12080 * gdb.cp/overload.exp: Allow optional "int" to appear with
12081 "short" and "long".
12082 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
12083 long expect value for men_overload1arg.
12084 Allow "int" to appear with "short" and "long".
12085 When testing "info break", add argument for main (void).
12086 Also allow "int" to appear with "short" and "long".
12087 Ditto with "unsigned" and "long long".
12088 * gdb.java/jmain.exp: Do not enclose methods names in single
12089 quotes.
12090 * gdb.java/jmisc.exp: Likewise.
12091 * gdb.java/jprint.exp: Likewise.
12092 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
12093
12094 From Jan Kratochvil <jan.kratochvil@redhat.com>:
12095 * gdb.cp/exception.exp (backtrace after first throw)
12096 (backtrace after second throw): Allow a namespace before __cxa_throw.
12097 (backtrace after first catch, backtrace after second catch): Allow
12098 a namespace before __cxa_begin_catch.
12099
12100 * gdb.cp/cpexprs.exp: New file.
12101 * gdb.cp/cpexprs.cc: New file.
12102
12103 From Daniel Jacobowitz <dan@codesourcery.com>
12104 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
12105 to use string_to_regexp.
12106 (ctor, dtor): New functions. Use them to match constructor
12107 and destructor function types.
12108 (Top level): Use runto_main.
12109
12110 2010-03-05 Tom Tromey <tromey@redhat.com>
12111
12112 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
12113 gdb.target_charset.
12114 (pp_ns.to_string): Likewise.
12115
12116 2010-03-04 Keith Seitz <keiths@redhat.com>
12117
12118 * gdb.cp/overload.exp: Test that the filename portion of a linespec
12119 can be quoted. Test that both the filename and function/line
12120 portions can be quoted at the same time.
12121
12122 2010-03-04 Pedro Alves <pedro@codesourcery.com>
12123
12124 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
12125
12126 2010-03-03 Doug Evans <dje@google.com>
12127
12128 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
12129 libc contains libpthread.
12130
12131 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
12132 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
12133 of gdb_compile. Add another pattern to match android backtrace.
12134
12135 2010-03-03 Tom Tromey <tromey@redhat.com>
12136
12137 PR gdb/11345:
12138 * gdb.base/printcmds.exp (test_printf): Add test.
12139
12140 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
12141
12142 * gdb.arch/amd64-byte.exp: New.
12143 * gdb.arch/amd64-dword.exp: Likewise.
12144 * gdb.arch/amd64-pseudo.c: Likewise.
12145 * gdb.arch/amd64-word.exp: Likewise.
12146 * gdb.arch/i386-byte.exp: Likewise.
12147 * gdb.arch/i386-pseudo.c: Likewise.
12148 * gdb.arch/i386-word.exp: Likewise.
12149
12150 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12151
12152 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
12153 types. Add structreg, bitfields, and flags registers.
12154 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
12155 registers.
12156
12157 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12158
12159 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
12160 (load_description): Set architecture if defined.
12161
12162 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
12163
12164 * gdb.python/py-frame.exp: Add read_var block tests.
12165 * gdb.python/py-frame.c (block): New function.
12166
12167 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12168 Daniel Jacobowitz <dan@codesourcery.com>
12169
12170 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
12171
12172 2010-02-25 David S. Miller <davem@davemloft.net>
12173
12174 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
12175 fix logic for setting all_syscalls_numbers.
12176
12177 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12178
12179 * Makefile.in: Add py-block and py-symbol.
12180 * gdb.python/py-symbol.exp: New File.
12181 * gdb.python/py-symtab.exp: New File.
12182 * gdb.python/py-block.exp: New File.
12183 * gdb.python/py-symbol.c: New File.
12184 * gdb.python/py-block.c: New File.
12185
12186 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12187
12188 PR python/11314
12189 * lib/gdb.exp (skip_python_tests): New function.
12190 * gdb.python/py-cmd.exp: Use skip_python_tests.
12191 * gdb.python/py-frame.exp: Likewise.
12192 * gdb.python/py-function.exp: Likewise.
12193 * gdb.python/py-prettyprint.exp: Likewise.
12194 * gdb.python/py-template.exp: Likewise.
12195 * gdb.python/py-type.exp: Likewise.
12196 * gdb.python/py-value.exp: Likewise.
12197
12198 2010-02-22 Pedro Alves <pedro@codesourcery.com>
12199
12200 PR9605
12201
12202 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
12203
12204 2010-02-19 Tom Tromey <tromey@redhat.com>
12205
12206 PR c++/8693, PR c++/9496:
12207 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
12208 regression tests.
12209
12210 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12211
12212 Fix compatibility with m68k as.
12213 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
12214 Use only /* comments */.
12215
12216 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12217
12218 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
12219 * configure: Regenerate.
12220
12221 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
12222
12223 * gdb.python/py-type.exp: Check for Python support.
12224
12225 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12226
12227 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
12228 `regsub' syntax available.
12229
12230 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12231
12232 * gdb.base/shmain.c (main): Remove printf call.
12233 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
12234 * gdb.base/unload.c (main): Make format of fprintf a string
12235 literal. Add missing endlines to prints to stderr.
12236 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
12237
12238 2010-02-17 Tom Tromey <tromey@redhat.com>
12239
12240 * gdb.java/jprint.java (jprint.props): New field.
12241 * gdb.java/jprint.exp (set_lang_java): Add regression test.
12242
12243 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12244
12245 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12246 available.
12247
12248 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12249
12250 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
12251 creation to support remote host testing.
12252
12253 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12254
12255 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
12256 Recognize "command not found".
12257
12258 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12259
12260 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
12261 single-stepping.
12262
12263 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12264
12265 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
12266 if arguments are not supported.
12267
12268 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12269
12270 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
12271 be const or non-const.
12272
12273 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12274
12275 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
12276 mi_send_resuming_command to send -exec-continue.
12277
12278 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12279
12280 * gdb.base/list.exp (test_list_filename_and_function): Add test
12281 with single quotes.
12282 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
12283 matching.
12284 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
12285 Add KFAIL'd tests for PR gdb/11289.
12286
12287 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12288
12289 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
12290
12291 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12292
12293 * gdb.base/comp-dir/subdir/dummy.txt: New file.
12294 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
12295 a temporary directory.
12296
12297 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12298
12299 * gdb.base/charset.exp: Use a single regular expression to match
12300 show host-charset and show target-charset output.
12301
12302 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12303
12304 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
12305 "Illegal process-id" expect string more exact.
12306 (attach to digits-starting nonsense is prohibited): New.
12307
12308 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12309
12310 * gdb.base/prelink.exp (set verbose on): New.
12311
12312 2010-02-12 Tomas Holmberg <th@virtutech.com>
12313
12314 * mi-reverse.exp: New file. Test for reverse option to the
12315 following MI commands: exec-continue, exec-finish, exec-next,
12316 exec-step, exec-next-instruction, exec-step-instruction.
12317
12318 2010-02-09 Joel Brobecker <brobecker@adacore.com>
12319
12320 * gdb.ada/ptype_tagged_param: New testcase.
12321
12322 2010-02-08 Tom Tromey <tromey@redhat.com>
12323
12324 PR c++/8017:
12325 * gdb.cp/overload.exp: Add tests.
12326 * gdb.cp/overload.cc (struct K): New.
12327 (namespace N): New.
12328 (main): Call new functions.
12329 (K::staticoverload): Define.
12330
12331 2010-02-08 Chris Moller <moller@mollerware.com>
12332
12333 PR gdb/10728
12334 * gdb.cp/pr10728-x.h: New file.
12335 * gdb.cp/pr10728-x.cc: New file.
12336 * gdb.cp/pr10728-y.cc: New file.
12337 * gdb.cp/pr10728.exp: New file.
12338 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
12339
12340 2010-02-08 Chris Moller <moller@mollerware.com>
12341
12342 PR gdb/9067
12343 * gdb.cp/pr9067.exp: New
12344 * gdb.cp/pr9067.cc: New
12345 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
12346
12347 2010-02-08 Joel Brobecker <brobecker@adacore.com>
12348
12349 * lib/gdb.exp (gdb_test_timeout): New global variable.
12350 Set it to timeout if not already set.
12351 (gdb_init): Reset the value of timeout to gdb_test_timeout.
12352
12353 2010-02-05 Doug Evans <dje@google.com>
12354
12355 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
12356 user.
12357
12358 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
12359
12360 PR c++/7935:
12361 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
12362
12363 2010-02-04 Tom Tromey <tromey@redhat.com>
12364
12365 * gdb.cp/virtbase.exp: Make test case names unique.
12366
12367 2010-02-02 Tom Tromey <tromey@redhat.com>
12368
12369 * gdb.cp/virtbase.exp: Add regression tests.
12370 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
12371 (main): Instantiate RHC.
12372
12373 2010-02-02 Tom Tromey <tromey@redhat.com>
12374
12375 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
12376 type-printing change.
12377
12378 2010-02-02 Tom Tromey <tromey@redhat.com>
12379
12380 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
12381 * gdb.cp/virtbase.cc: New file.
12382 * gdb.cp/virtbase.exp: New file.
12383 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
12384
12385 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12386
12387 PR libc/11214:
12388 * gdb.threads/current-lwp-dead.c: Include features.h.
12389 (HAS_NOMMU): New.
12390 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
12391
12392 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12393
12394 * gdb.base/symbol-without-target_section.exp,
12395 gdb.base/symbol-without-target_section.c: New.
12396
12397 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12398
12399 * gdb.base/bigcore.exp: Reset increased timeout.
12400 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
12401
12402 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12403
12404 * gdb.base/gcore.exp (capture_command_output): Use
12405 gdb_test_multiple.
12406
12407 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12408
12409 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
12410 * gdb.arch/thumb2-it.exp (test_it_break): New function.
12411 (Top level): Call it.
12412
12413 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12414
12415 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
12416
12417 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12418
12419 * gdb.base/call-strs.exp, gdb.base/default.exp,
12420 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
12421 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
12422 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
12423 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
12424 gdb.base/watchpoint-solib.exp: Save and restore timeout.
12425 * gdb.base/ending-run.exp: Correct restore of timeout.
12426 * gdb.base/page.exp: Remove unnecessary timeout setting.
12427
12428 2010-01-29 Joel Brobecker <brobecker@adacore.com>
12429
12430 * gdb.ada/rec_return: New testcase.
12431
12432 2010-01-29 Joel Brobecker <brobecker@adacore.com>
12433
12434 * gdb.ada/call_pn: New testcase.
12435
12436 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
12437
12438 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
12439 (Top level): Use it to resume.
12440 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
12441 the Thumb mode displaced stepping error as unsupported.
12442
12443 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
12444
12445 * gdb.cp/nsusing.exp: Added more tests.
12446 * gdb.cp/nsrecurs.exp: Ditto.
12447 * gdb.cp/nsusing.cc: Added test functions.
12448 * gdb.cp/nsrecurs.cc: Ditto.
12449
12450 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12451
12452 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
12453 absolute directory pathnames in gdb.sum file.
12454
12455 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
12456
12457 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
12458 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
12459
12460 2010-01-26 Tom Tromey <tromey@redhat.com>
12461
12462 PR exp/7643:
12463 * gdb.base/printcmds.exp (test_print_string_constants): Remove
12464 setup_kfail.
12465
12466 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
12467
12468 * gdb.cp/nsrecurs.exp: New test.
12469 * gdb.cp/nsrecurs.cc: New test program.
12470 * gdb.cp/nsstress.exp: New test.
12471 * gdb.cp/nsstress.cc: New test program.
12472 * gdb.cp/nsdecl.exp: New test.
12473 * gdb.cp/nsdecl.cc: New test program.
12474
12475 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
12476
12477 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
12478 imported into file scope.
12479 Marked test as xfail.
12480 * gdb.cp/namespace-using.cc (marker5): New function.
12481 * gdb.cp/shadow.exp: New test.
12482 * gdb.cp/shadow.cc: New test program.
12483 * gdb.cp/nsimport.exp: New test.
12484 * gdb.cp/nsimport.cc: New test program.
12485
12486 2010-01-25 Tom Tromey <tromey@redhat.com>
12487
12488 PR gdb/11049:
12489 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
12490 with "set print null-stop on".
12491
12492 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12493
12494 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
12495 Adjust it for DISASSEMBLY_OMIT_FNAME.
12496
12497 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12498
12499 PR symtab/11199:
12500 * gdb.dwarf2/member-ptr-forwardref.exp,
12501 gdb.dwarf2/member-ptr-forwardref.S: New.
12502
12503 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12504
12505 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
12506 (thread1_func): Protect thread1_tid with thread1_tid_cond by
12507 thread1_tid_mutex. Remove gdbstop_mutex handling.
12508 (thread2_func): Protect thread2_tid with thread2_tid_cond by
12509 thread2_tid_mutex. Remove gdbstop_mutex handling.
12510 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
12511 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
12512 pthread_cond_wait conditionalizations by while loops.
12513
12514 2010-01-20 Tom Tromey <tromey@redhat.com>
12515
12516 PR backtrace/10770:
12517 * gdb.dwarf2/pr10770.exp: New file.
12518 * gdb.dwarf2/pr10770.c: New file.
12519 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
12520
12521 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
12522
12523 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
12524 that target was removed, and the test always runs native anyway.
12525
12526 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12527
12528 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
12529 gdb.base/watchpoint-cond-gone-stripped.c: New.
12530
12531 2010-01-19 Tom Tromey <tromey@redhat.com>
12532
12533 PR c++/8000:
12534 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
12535 existing tests.
12536 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
12537 (main): Use AAA::SomeEnum.
12538
12539 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12540
12541 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
12542 (test_ignore_count): Declare line_callme_body global.
12543 (run to breakpoint with ignore count): Use line_callme_body.
12544 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
12545 (set line_main_hello, set line_main_return): Reindent.
12546 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
12547 New.
12548 (continue to callee4): Use line_callee4_body.
12549 (check *stopped from CLI command): Use line_callee4_next.
12550 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
12551 (set line_main_hello, set line_main_return): Reindent.
12552 (set line_callee4_head, set line_callee4_body): New.
12553 (continue to callee4): Use line_callee4_body.
12554
12555 2010-01-18 Tom Tromey <tromey@redhat.com>
12556
12557 PR c++/9680:
12558 * gdb.cp/casts.cc: Add new classes and variables.
12559 * gdb.cp/casts.exp: Test new operators.
12560
12561 2010-01-18 Tom Tromey <tromey@redhat.com>
12562 Thiago Jung Bauermann <bauerman@br.ibm.com>
12563
12564 * gdb.python/source2.py: New file.
12565 * gdb.python/source1: New file.
12566 * gdb.python/python.exp: Test "source" command.
12567
12568 2010-01-15 Stan Shebs <stan@codesourcery.com>
12569
12570 * gdb.trace/tfile.c: New file.
12571 * gdb.trace/tfile.exp: New file.
12572
12573 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12574
12575 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
12576
12577 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12578
12579 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
12580
12581 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12582
12583 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
12584 (libfunc): New parameter action. Implement also selectable "sleep".
12585 * gdb.base/break-interp-main.c: Include assert.h.
12586 (libfunc): New parameter action.
12587 (main): New parameters argc and argv. Assert argc. Pass argv.
12588 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
12589 (test_attach): New proc.
12590 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
12591 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
12592
12593 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12594
12595 * gdb.base/break-interp.exp (test_core): New proc.
12596 (test_ld): Call it.
12597
12598 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12599
12600 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
12601 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
12602 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
12603 and gdb_compile_shlib. Use new -Wl compiler options.
12604 (dl bt, main bt): New tests.
12605
12606 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12607
12608 Support PIEs with no symfile_objfile.
12609 * gdb.base/break-interp.exp: New argument at the test_ld calls.
12610 (test_ld): New parameter trynosym.
12611 (test_ld <$trynosym>): New block.
12612
12613 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12614
12615 * gdb.base/break-interp.exp: New file.
12616
12617 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
12618
12619 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
12620 * gdb.python/py-prettyprint.py (pp_ls): New printer.
12621 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
12622 test.
12623 * gdb.python/py-prettyprint.c: Define lazystring test structure.
12624 * gdb.python/py-mi.exp: Add lazy string test.
12625
12626 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
12627
12628 * lib/mi-support.exp (mi_check_thread_states): Handle
12629 core number in thread listing.
12630
12631 2010-01-12 Joel Brobecker <brobecker@adacore.com>
12632
12633 * gdb.base/maint.exp: Adjust the expected output for the
12634 "maint print type" test. Use gdb_test_multiple instead of
12635 gdb_sent/gdb_expect.
12636
12637 2010-01-11 Doug Evans <dje@google.com>
12638
12639 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
12640 from gdbserver_download. All callers updated.
12641
12642 * gdb.server/ext-run.exp: "info os processes" requires xml support.
12643
12644 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12645
12646 Implement binary numbers parsing.
12647 * gdb.base/printcmds.exp (test_integer_literals_accepted)
12648 (test_integer_literals_rejected): New binary tests.
12649
12650 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12651
12652 * gdb.cell/configure: Regenerate.
12653
12654 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12655
12656 * gdb.base/corefile.exp: Move the core finding block out and call it as
12657 core_find, new variable $corefile, replace corefile by $corefile and
12658 [file tail $corefile] for usage vs. test names resp.
12659 * lib/gdb.exp (core_find): Move it as a new function here. New
12660 parameter binfile and deletefiles. New variable $destcore. Pre-delete
12661 $destcore. Return "" on error.
12662
12663 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12664
12665 Workaround PR binutils/10802.
12666 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
12667 (twice).
12668
12669 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
12670
12671 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
12672
12673 2010-01-08 Joel Brobecker <brobecker@adacore.com>
12674
12675 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
12676 call, to avoid interruption.
12677
12678 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12679
12680 * gdb.stabs/weird.def (args93): New.
12681
12682 2010-01-07 Doug Evans <dje@google.com>
12683
12684 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
12685
12686 2010-01-07 Tom Tromey <tromey@redhat.com>
12687
12688 * gdb.base/source.exp: Use correct line number.
12689
12690 2010-01-05 Stan Shebs <stan@codesourcery.com>
12691
12692 * gdb.trace/tracecmd.exp: Test ftrace.
12693
12694 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12695
12696 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
12697
12698 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12699
12700 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
12701 "uint_for_mi_testing".
12702
12703 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12704
12705 Test indented comment in file being sourced.
12706 * gdb.base/commands.exp: Test indented comment in file being sourced.
12707
12708 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12709
12710 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
12711 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
12712 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
12713 notice.
12714
12715 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12716
12717 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
12718 notice.
12719
12720 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12721
12722 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
12723 missing $after_stopped and comma (,) expectation.
12724
12725 2009-12-31 Stan Shebs <stan@codesourcery.com>
12726
12727 * gdb.trace/actions.exp: Test teval action.
12728
12729 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
12730
12731 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
12732 (top level): Call test_watchpoint_in_big_blob.
12733 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
12734 watchpoints.
12735 (func3): Write to buf.
12736
12737 2009-12-29 Stan Shebs <stan@codesourcery.com>
12738
12739 * gdb.trace/actions.exp: Test default-collect.
12740
12741 2009-12-28 Stan Shebs <stan@codesourcery.com>
12742
12743 * gdb.trace/tsv.exp: New file.
12744 * gdb.base/completion.exp: Update ambiguous info output.
12745
12746 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
12747
12748 * gdb.base/find.c (main): Reference search buffers.
12749 * gdb.base/included.c (main): Reference integer.
12750 * gdb.base/ptype.c (charfoo): Declare.
12751 (intfoo): Call charfoo.
12752 * gdb.base/scope0.c (useitp): New function.
12753 (usestatics): Use useitp.
12754 (useit): Add a type for val.
12755 * gdb.base/scope1.c (useit1): Take a pointer argument.
12756 (usestatics1): Update calls to useit1.
12757 * gdb.cp/call-c.cc: Declare foo.
12758 (main): Call foo.
12759 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
12760 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
12761 (main): Call C::ensureRefs and ensureOtherRefs.
12762 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
12763 variables.
12764 (ensureOtherRefs): New function.
12765 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
12766 * gdb.cp/templates.cc (main): Call t5i.value.
12767
12768 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12769
12770 Fix compatibility with G++-4.5.
12771 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
12772 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
12773 (uncaught return): Remove.
12774
12775 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12776 Phil Muldoon <pmuldoon@redhat.com>
12777
12778 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
12779 (bp_location13, bp_location14, bp_location17, bp_location18)
12780 (marker3_proto, marker4_proto): New variables.
12781 (breakpoint info): Update output.
12782 (run until breakpoint at marker3, run until breakpoint at marker4): New
12783 tests.
12784
12785 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12786
12787 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
12788 Replace the printf call of Y by provided "y-set-1" label. New block
12789 for the second shared library.
12790 * gdb.base/unload.exp: Compile also the second library, call
12791 gdb_load_shlibs also for it. Use now gdb_breakpoint.
12792 (single pending breakpoint info): Rename to ...
12793 (pending breakpoint info before run): ... this extended test.
12794 (libfile2, libname2, libsrcfile2, libsrc2)
12795 (lib_sl2): New variables.
12796 (exec_opts): Set also SHLIB_NAME2.
12797 (pending breakpoint info on first run at shrfunc1)
12798 (pending breakpoint info on second run at shrfunc1)
12799 (pending breakpoint info on second run at shrfunc2)
12800 (print y from libfile, print y from libfile2): New tests.
12801 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
12802 * gdb.base/unloadshr2.c: New.
12803
12804 2009-12-22 Hui Zhu <teawater@gmail.com>
12805
12806 * gdb.reverse/sigall-reverse.exp: Adjust.
12807
12808 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
12809
12810 PR gdb/10884
12811
12812 * gdb.mi/var-cmd.c (do_bitfield_tests): New
12813 (main): Call do_bitfield_tests.
12814 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
12815
12816 2009-12-20 Joel Brobecker <brobecker@adacore.com>
12817
12818 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
12819 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
12820 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
12821 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
12822 gdb.modula2/unbounded1.c: Update copyright header.
12823
12824 2009-12-10 Chris Moller <moller@mollerware.com>
12825
12826 PR gdb/9399
12827 * gdb.cp/virtfunc2.exp: New tests
12828 * gdb.cp/virtfunc2.cc: New tests
12829 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
12830
12831 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
12832
12833 * gdb.reverse/i387-env-reverse.c: New file.
12834 * gdb.reverse/i387-env-reverse.exp: New file.
12835 * gdb.reverse/i387-stack-reverse.c: New file.
12836 * gdb.reverse/i387-stack-reverse.exp: New file.
12837
12838 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
12839
12840 * gdb.python/py-type.exp (test_range): New test.
12841
12842 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
12843
12844 PR python/10805
12845
12846 * gdb.python/py-type.exp: New file.
12847 * gdb.python/py-type.c: New file.
12848 * Makefile.in: Add py-type.
12849
12850 2009-12-03 Tom Tromey <tromey@redhat.com>
12851
12852 * gdb.python/py-value.exp (test_parse_and_eval): New
12853 function.
12854
12855 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
12856
12857 PR gdb/11022
12858
12859 * gdb.base/pr11022.exp: New test.
12860 * gdb.base/pr11022.c: New test.
12861
12862 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12863
12864 Fix spurious false FAILs.
12865 * gdb.base/structs.c (chartest): New.
12866 (main): Fill-in chartest.
12867 * gdb.base/structs.exp (anychar_re, first): New.
12868 (start_structs_test): Import global anychar_re and first.
12869 New gdb_test call "set print elements 300; ${testfile}"
12870 (start_structs_test <$first>): New block.
12871 (any): Import global anychar_re. New variable ac. Use ${ac}.
12872
12873 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12874
12875 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
12876
12877 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12878
12879 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
12880 Force $srcfile file.
12881 * gdb.base/foll-fork.c (callee): Comment out the printf call.
12882
12883 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12884
12885 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
12886 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
12887 * gdb.threads/watchthreads-reorder.exp: Likewise.
12888
12889 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
12890
12891 PR gdb/8704
12892
12893 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
12894 "if", and "thread". Correct matching in the previous test.
12895
12896 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
12897
12898 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
12899
12900 2009-11-23 Michael Snyder <msnyder@vmware.com>
12901
12902 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
12903 * gdb.reverse-watch-precsave.exp: Ditto.
12904
12905 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
12906
12907 * gdb.asm/asm-source.exp: Adjust.
12908 * gdb.base/help.exp: Adjust.
12909
12910 2009-11-22 Pedro Alves <pedro@codesourcery.com>
12911
12912 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
12913 (do_syscall_tests_without_xml): Set data-directory to
12914 /the/path/to/nowhere.
12915
12916 2009-11-21 Pedro Alves <pedro@codesourcery.com>
12917
12918 * gdb.threads/local-watch-wrong-thread.c,
12919 gdb.threads/local-watch-wrong-thread.exp: New files.
12920
12921 2009-11-21 Pedro Alves <pedro@codesourcery.com>
12922
12923 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
12924 assume new `regsub' syntax available.
12925
12926 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12927
12928 * gdb.base/watchpoint-hw-hit-once.exp,
12929 gdb.base/watchpoint-hw-hit-once.c: New.
12930
12931 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12932
12933 * gdb.threads/watchthreads-reorder.exp,
12934 gdb.threads/watchthreads-reorder.c: New.
12935
12936 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
12937
12938 * gdb.xml/tdesc-regs.exp: Use for m68k.
12939
12940 2009-11-15 Pedro Alves <pedro@codesourcery.com>
12941
12942 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
12943
12944 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12945
12946 * lib/gdb.exp (current_target_name): New procedure.
12947 (gdb_wrapper_target): New variable.
12948 (gdb_wrapper_init): Set gdb_wrapper_target.
12949 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
12950 wrapper.
12951
12952 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12953
12954 * gdb.base/remote.exp: Delete the slowest load test.
12955 Do not load with fixed packet sizes.
12956
12957 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12958
12959 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
12960
12961 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12962
12963 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
12964 srcfile when setting a breakpoint.
12965
12966 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
12967
12968 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
12969 macros.
12970
12971 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12972
12973 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
12974 to be in memory.
12975 * gdb.base/display.c (force_mem): New.
12976 (do_loops): Use it. Add breakpoint comments.
12977 (do_vars): Add a breakpoint comment.
12978 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
12979 line numbers.
12980
12981 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
12982
12983 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
12984 instead of a bare "run".
12985
12986 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
12987
12988 * gdb.python/py-prettyprint.exp: Adjust.
12989
12990 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12991
12992 * lib/cell.exp (skip_cell_tests): Clean up test files before
12993 returning.
12994
12995 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12996
12997 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
12998 and the breakpoint menu. Do not call perror if a prompt is seen.
12999 Consume the following GDB prompt.
13000 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
13001 * gdb.cp/namespace.exp: Use gdb_test.
13002 * gdb.cp/templates.exp: Use gdb_test.
13003 (test_template_breakpoints): Use gdb_test_multiple.
13004
13005 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13006
13007 * gdb.base/break1.c (struct some_struct, values): Move earlier.
13008 (marker4): Reference values.
13009
13010 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13011
13012 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
13013 is missing.
13014
13015 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13016
13017 * gdb.base/break.c (need_malloc): New.
13018 * gdb.base/constvars.c (main): Reference crass and crisp.
13019 * gdb.base/gdb1821.c (main): Reference bar.
13020 * gdb.cp/gdb1355.cc (main): Reference s1.
13021 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
13022 (main): Call them.
13023 * gdb.cp/hang2.cc (dummy2): Define.
13024 * gdb.cp/hang3.cc (dummy3): Define.
13025 * gdb.cp/m-data.cc (main): Reference shadow.
13026
13027 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13028 Nathan Froyd <froydnj@codesourcery.com>
13029
13030 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
13031 remote host.
13032
13033 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
13034
13035 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
13036 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
13037 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13038 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13039 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13040 * gdb.dwarf2/dw2-producer.exp: Likewise.
13041 * gdb.dwarf2/mac-fileno.exp: Likewise.
13042 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
13043 py-prettyprint.py to the remote host.
13044 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
13045
13046 2009-11-11 Keith Seitz <keiths@redhat.com>
13047
13048 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
13049 use it instead of "Foo".
13050 * gdb.cp/classes.exp (do_tests): Add a test to access
13051 a method through a typedef'd class name.
13052
13053 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
13054
13055 * gdb.base/long_long.exp: Permit leading zeros on floating-point
13056 exponents.
13057 * gdb.base/pointers.exp: Likewise.
13058 * gdb.cp/ref-types.exp: Likewise.
13059
13060 2009-11-11 Keith Seitz <keiths@redhat.com>
13061
13062 * gdb.cp/cplusfuncs.cc (class foo): Add operators
13063 new[] and delete[].
13064 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13065 "void".
13066 (probe_demangler): Remove all single-quoting of
13067 method and variable names.
13068 (info_func_regexp): Remove the word "void" from any
13069 occurrence of "(void)".
13070 (print_addr_2): Remove all single-quoting of
13071 method names.
13072 (print_addr_2_kfail): Likewise.
13073 (print_addr): Single-quote C function names before
13074 passing to print_addr_2.
13075 (test_paddr_operator_functions): Remove single-quoting
13076 for method names.
13077 Add tests for operator new[] and operator delete[].
13078
13079 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13080
13081 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
13082
13083 2009-11-09 Keith Seitz <keiths@redhat.com>
13084
13085 * gdb.cp/overload.exp: Add tests for resolving overloaded
13086 methods in expression parsing/evaluation.
13087
13088 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
13089
13090 * lib/gdb.exp (default_gdb_version): Use --version instead of
13091 --command.
13092
13093 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
13094
13095 * lib/gdb.exp (gdb_compile_test): New.
13096 (skip_ada_tests, skip_java_tests): New.
13097 (gdb_compile): Use gdb_compile_test for f77.
13098 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
13099 * lib/java.exp (compile_java_from_source): Remove runtests check,
13100 use gdb_compile_test to record result.
13101 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
13102 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
13103 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
13104 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
13105 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
13106 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
13107 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
13108 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
13109 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
13110 adjust gdb_compile invocations.
13111
13112 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13113
13114 * Makefile.in (abs_builddir): New.
13115 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
13116 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
13117 `$(abs_builddir)/site.exp'.
13118
13119 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
13120
13121 * config/m68k-emc.exp, lib/emc-support.exp,
13122 gdb.trace/gdb_c_test.c: Delete.
13123 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
13124 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
13125 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13126 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
13127 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13128 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
13129 casing for m68k-*-elf.
13130
13131 2009-11-03 Pedro Alves <pedro@codesourcery.com>
13132
13133 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
13134 * gdb.arch/i386-prologue.exp: Likewise.
13135 * gdb.arch/i386-unwind.exp: Likewise.
13136
13137 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13138
13139 * lib/gdb.exp (gdb_expect): Fix timeout typo.
13140
13141 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13142
13143 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
13144
13145 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13146
13147 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
13148
13149 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13150
13151 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
13152
13153 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13154
13155 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
13156 * gdb.base/sepdebug2.c: New file.
13157
13158 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13159
13160 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
13161 the modified warnings for catch syscall. Verify if GDB was compiled
13162 with support for lib expat, and choose which tests to run depending
13163 on this.
13164
13165 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
13166
13167 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
13168 that composite commands are parsed OK. And also test
13169 that breakpoint commands do work.
13170
13171 2009-10-23 Michael Snyder <msnyder@vmware.com>
13172
13173 gdb.reverse/consecutive-precsave.exp: Change expect pattern
13174 to allow for new disassembly style.
13175
13176 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
13177
13178 * gdb.asm/asm-source.exp: Adjust.
13179
13180 2009-10-22 Michael Snyder <msnyder@vmware.com>
13181
13182 * gdb.reverse/break-precsave.exp: New test.
13183 * gdb.reverse/consecutive-precsave.exp: Ditto.
13184 * gdb.reverse/finish-precsave.exp: Ditto.
13185 * gdb.reverse/i386-precsave.exp: Ditto.
13186 * gdb.reverse/machinestate-precsave.exp: Ditto.
13187 * gdb.reverse/sigall-precsave.exp: Ditto.
13188 * gdb.reverse/solilb-precsave.exp: Ditto.
13189 * gdb.reverse/step-precsave.exp: Ditto.
13190 * gdb.reverse/until-precsave.exp: Ditto.
13191 * gdb.reverse/watch-precsave.exp: Ditto.
13192
13193 2009-10-22 Michael Snyder <msnyder@vmware.com>
13194
13195 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
13196 for gdb_expect. Adjust one test's expect strings for the new
13197 format of disassemble.
13198 * gdb.reverse/finish-reverse.exp: Delete 'return'.
13199 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
13200 gdb_test_multiple.
13201 * gdb.reverse/step-reverse.exp: Delete 'return'.
13202 * gdb.reverse/until-reverse.exp: Delete blank lines.
13203 * gdb.reverse/watch-reverse.exp: Delete blank lines.
13204
13205 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
13206
13207 * gdb.base/consecutive.exp: Adjust.
13208 * gdb.base/display.exp: Likewise.
13209 * gdb.base/pc-fp.exp: Likewise.
13210 * gdb.base/sigbpt.exp: Likewise.
13211
13212 2009-10-19 Michael Snyder <msnyder@vmware.com>
13213
13214 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
13215 * gdb.reverse/finish-reverse.c: Ditto.
13216 * gdb.reverse/sigall-reverse.c: Ditto.
13217 * gdb.reverse/solib-reverse.c: Ditto.
13218 * gdb.reverse/step-reverse.c: Ditto.
13219 * gdb.reverse/watch-reverse.c: Ditto.
13220
13221 2009-10-19 Pedro Alves <pedro@codesourcery.com>
13222 Stan Shebs <stan@codesourcery.com>
13223
13224 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
13225 * gdb.base/foll-exec.exp: Adjust to expect a process id before
13226 "Executing new program".
13227 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
13228 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
13229 left listed after having been killed.
13230 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
13231 * gdb.base/maint.exp: Adjust test.
13232
13233 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
13234 * gdb.multi/Makefile.in: New.
13235 * gdb.multi/base.exp: New.
13236 * gdb.multi/goodbye.c: New.
13237 * gdb.multi/hangout.c: New.
13238 * gdb.multi/hello.c: New.
13239 * gdb.multi/bkpt-multi-exec.c: New.
13240 * gdb.multi/bkpt-multi-exec.exp: New.
13241 * gdb.multi/crashme.c: New.
13242
13243 2009-10-13 Tristan Gingold <gingold@adacore.com>
13244
13245 * gdb.base/sepdebug.exp: Check debug info are found.
13246
13247 2009-10-08 Pedro Alves <pedro@codesourcery.com>
13248
13249 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
13250 bits.
13251
13252 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13253
13254 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
13255
13256 2009-10-07 Joel Brobecker <brobecker@adacore.com>
13257
13258 * gdb.base/watchpoints.c: Add copyright header. Reformat one
13259 of the comments.
13260
13261 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
13262
13263 * gdb.base/annota1.exp: Remove obsolete match_max increase.
13264 * gdb.base/annota3.exp: Idem.
13265 * gdb.base/maint.exp: Idem.
13266
13267 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
13268
13269 * lib/gdb.exp (default_gdb_init): Set current value of match_max
13270 to default.
13271
13272 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13273
13274 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
13275 mingw and cygwin targets.
13276
13277 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13278 Pedro Alves <pedro@codesourcery.com>
13279
13280 * lib/gdb.exp (gdb_compile): Avoid adding
13281 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
13282
13283 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13284
13285 * gdb.base/shr1.c: Use %p in format string.
13286 * gdb.base/unload.c: Avoid warning in fprintf.
13287 * gdb.base/watchpoint-solib.c: Idem.
13288
13289 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13290
13291 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
13292 long type.
13293 (test_unlink): Correct printf string.
13294 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
13295 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
13296
13297 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13298
13299 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
13300 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
13301 * gdb.arch/ia64-breakpoint-shadow.S: New file.
13302
13303 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13304
13305 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
13306 * gdb.objc/nondebug.exp: Likewise.
13307
13308 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13309
13310 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
13311 target_info setting.
13312
13313 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
13314 that detect new threads during "info threads".
13315
13316 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13317
13318 * gdb.threads/manythreads.c (main): Increase thread stack size
13319 to 2*PTHREAD_STACK_MIN.
13320 * gdb.threads/multi-create.c (main): Likewise.
13321 (create_function): Likewise.
13322
13323 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13324
13325 * gdb.base/dump.exp: Pass difference of pointer types instead
13326 of integer types as offset to restore in intarr3.srec case.
13327
13328 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13329
13330 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
13331
13332 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13333
13334 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
13335
13336 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
13337
13338 New test for two watchpoints, with disabling of
13339 the first inserted.
13340 * testsuite/gdb.base/watchpoints.c: New file.
13341 * testsuite/gdb.base/watchpoints.exp: New file.
13342
13343 2009-09-25 Tom Tromey <tromey@redhat.com>
13344
13345 * gdb.base/charset.exp: Test utf-16 strings with Python.
13346
13347 2009-09-25 Tom Tromey <tromey@redhat.com>
13348
13349 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
13350 UCS-4.
13351 * gdb.base/charset.c (utf_32_string): Rename.
13352 (init_utf32): Rename.
13353 (main): Update.
13354
13355 2009-09-22 Tom Tromey <tromey@redhat.com>
13356
13357 * gdb.python/py-function.exp: Add regression tests.
13358
13359 2009-09-21 Keith Seitz <keiths@redhat.com>
13360
13361 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
13362 with invalid operator.
13363
13364 2009-09-21 Keith Seitz <keiths@redhat.com>
13365
13366 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
13367 and destructor using typedef name of class.
13368 * gdb.cp/classes.cc (class Base1): Add a destructor.
13369 (base1): New typedef.
13370 (use_methods): Instanitate an object of type base1.
13371 * gdb.cp/templates.exp (test_template_typedef): New procedure.
13372 (do_tests): Call test_template_typedef.
13373 * gdb.cp/templates.cc (Baz::~Baz): New method.
13374 (intBazOne): New typedef.
13375 (main): Instantiate intBazOne.
13376
13377 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13378
13379 PR python/10633
13380
13381 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
13382 Function.
13383 (run_lang_tests): Add print elements test.
13384
13385 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13386
13387 * gdb.python/py-value.exp (test_subscript_regression): New
13388 function. Test for invalid subscripts.
13389 * gdb.python/py-value.c (main): Add test array, and pointer to it.
13390 (ptr_ref): New function.
13391
13392 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13393
13394 * gdb.base/default.exp: Fix "show convenience".
13395
13396 2009-09-15 Tom Tromey <tromey@redhat.com>
13397
13398 * lib/mi-support.exp (mi_create_varobj): Update.
13399 (mi_create_floating_varobj): Likewise.
13400 (mi_create_dynamic_varobj): New proc.
13401 (mi_varobj_update): Update.
13402 (mi_varobj_update_with_type_change): Likewise.
13403 (mi_varobj_update_kv_helper): New proc.
13404 (mi_varobj_update_dynamic_helper): Rewrite.
13405 (mi_varobj_update_dynamic): New proc.
13406 (mi_list_varobj_children): Update.
13407 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
13408 * gdb.python/python-prettyprint.py (pp_outer): New class.
13409 (pp_nullstr): Likewise.
13410 (lookup_function): Register new printers.
13411 * gdb.python/python-prettyprint.c (struct substruct): New type.
13412 (struct outerstruct): Likewise.
13413 (substruct_test): New function.
13414 (struct nullstr): New type.
13415 (string_1, string_2): New globals.
13416 (main): Add new tests.
13417 * gdb.python/python-mi.exp: Added regression tests.
13418 * gdb.mi/mi2-var-display.exp: Update.
13419 * gdb.mi/mi2-var-cmd.exp: Update.
13420 * gdb.mi/mi2-var-child.exp: Update.
13421 * gdb.mi/mi2-var-block.exp: Update.
13422 * gdb.mi/mi-var-invalidate.exp: Update.
13423 * gdb.mi/mi-var-display.exp: Update.
13424 * gdb.mi/mi-var-cmd.exp: Update.
13425 * gdb.mi/mi-var-child.exp: Update.
13426 * gdb.mi/mi-var-block.exp: Update.
13427 * gdb.mi/mi-break.exp: Update.
13428 * gdb.mi/gdb701.exp: Update.
13429
13430 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13431
13432 * Makefile.in: Inclusion of catch-syscall object.
13433 * gdb.base/catch-syscall.c: New file.
13434 * gdb.base/catch-syscall.exp: New file.
13435
13436 2009-09-12 Michael Snyder <msnyder@vmware.com>
13437
13438 * gdb.reverse/step-reverse.exp: Explicitly check for targets
13439 that can support reverse debuggnig.
13440
13441 2009-09-11 Tom Tromey <tromey@redhat.com>
13442
13443 * gdb.dwarf2/valop.S: New file.
13444 * gdb.dwarf2/valop.exp: New file.
13445
13446 2009-09-11 Mark Kettenis <kettenis@gnu.org>
13447
13448 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
13449
13450 2009-09-10 Doug Evans <dje@google.com>
13451
13452 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
13453 Add $gdb_prompt to second breakpoint regexp.
13454
13455 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
13456
13457 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
13458 names, add missing ones.
13459 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
13460 * gdb.python/py-frame.c: Rename from python-frame.c.
13461 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
13462 testfile name.
13463 * gdb.python/py-function.exp: Rename from python-function.exp.
13464 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
13465 testfile name.
13466 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
13467 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
13468 Adjust testfile name.
13469 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
13470 * gdb.python/py-template.cc: Rename from python-template.cc.
13471 * gdb.python/py-template.exp: Rename from python-template.exp.
13472 Adjust testfile name.
13473 * gdb.python/py-value.c: Rename from python-value.c.
13474 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
13475 testfile name.
13476
13477 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13478
13479 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
13480 $bpt2address.
13481 (Second breakpoint address is valid on ia64)
13482 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
13483
13484 2009-09-03 Joseph Myers <joseph@codesourcery.com>
13485
13486 * gdb.base/ending-run.exp: Restrict regular expression matching
13487 line number to require closing brace following.
13488
13489 2009-09-03 Doug Evans <dje@google.com>
13490
13491 * gdb.base/store.exp (check_set): Fix typo in expected value message.
13492
13493 2009-09-02 Tom Tromey <tromey@redhat.com>
13494
13495 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
13496
13497 2009-09-02 Tom Tromey <tromey@redhat.com>
13498
13499 * gdb.dwarf2/callframecfa.exp: New file.
13500 * gdb.dwarf2/callframecfa.S: New file.
13501
13502 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13503
13504 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
13505 gdb.base/solib-overlap-main.c: New.
13506
13507 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
13508
13509 PR gdb/10565
13510
13511 * gdb.base/bitfields.c (struct container, container): New.
13512 (main): Initialize it and call break5.
13513 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
13514
13515 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13516
13517 Support constant DW_AT_data_member_location by GCC PR debug/40659.
13518 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
13519
13520 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13521
13522 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
13523
13524 2009-08-26 Michael Snyder <msnyder@vmware.com>
13525
13526 * gdb.base/i386-reverse.c: New file.
13527 * gdb.base/i386-reverse.exp: New file.
13528 * gdb.base/Makefile.in: Add new files to be removed.
13529
13530 2009-08-26 Joseph Myers <joseph@codesourcery.com>
13531
13532 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
13533 environment-pwd for remote host.
13534 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
13535
13536 2009-08-24 Keith Seitz <keiths@redhat.com>
13537
13538 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
13539 Add two new C++ completer tests which limit the output to a
13540 given class.
13541
13542 2009-08-24 Michael Snyder <msnyder@vmware.com>
13543
13544 * gdb.base/del.exp: Fix typo in comment.
13545 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
13546
13547 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13548
13549 * configure: Regenerate.
13550 * gdb.hp/configure: Likewise.
13551 * gdb.hp/gdb.aCC/configure: Likewise.
13552 * gdb.hp/gdb.base-hp/configure: Likewise.
13553 * gdb.hp/gdb.compat/configure: Likewise.
13554 * gdb.hp/gdb.defects/configure: Likewise.
13555 * gdb.hp/gdb.objdbg/configure: Likewise.
13556 * gdb.stabs/configure: Likewise.
13557
13558 2009-08-19 Doug Evans <dje@google.com>
13559
13560 * gdb.base/gdbvars.c: New file.
13561 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
13562
13563 2009-08-14 Pedro Alves <pedro@codesourcery.com>
13564
13565 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
13566 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
13567
13568 2009-08-13 Pedro Alves <pedro@codesourcery.com>
13569
13570 * gdb.base/default.exp: Adjust "set language test": it's now an
13571 enum command. Larger help string moved to "help set language".
13572 * gdb.base/help.exp: Adjust "help set language" expected output,
13573 now lists all known languages.
13574
13575 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
13576
13577 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
13578 all frame arguments.
13579 * gdb.arch/altivec-regs.exp: Likewise.
13580
13581 2009-08-07 Tom Tromey <tromey@redhat.com>
13582
13583 * gdb.base/setshow.exp: Add tests for changes to set language, set
13584 check range, and set check type.
13585
13586 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
13587
13588 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
13589 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
13590 Call it.
13591
13592 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13593
13594 * configure.ac: Run gdb.cell tests when appropriate.
13595 * configure: Regenerate.
13596 * lib/cell.exp: New file.
13597 * gdb.cell: New directory.
13598 * gdb.cell/configure.ac: New file.
13599 * gdb.cell/configure: New file.
13600 * gdb.cell/Makefile.in: New file.
13601 * gdb.cell/arch.exp: New file.
13602 * gdb.cell/break.c: New file.
13603 * gdb.cell/break.exp: New file.
13604 * gdb.cell/break-spu.c: New file.
13605 * gdb.cell/bt.c: New file.
13606 * gdb.cell/bt2-spu.c: New file.
13607 * gdb.cell/bt-spu.c: New file.
13608 * gdb.cell/bt.exp: New file.
13609 * gdb.cell/coremaker.c: New file.
13610 * gdb.cell/coremaker-spu.c: New file.
13611 * gdb.cell/core.exp: New file.
13612 * gdb.cell/gcore.exp: New file.
13613 * gdb.cell/data.c: New file.
13614 * gdb.cell/data.exp: New file.
13615 * gdb.cell/data-spu.c: New file.
13616 * gdb.cell/ea-cache.exp: New file.
13617 * gdb.cell/ea-cache.c: New file.
13618 * gdb.cell/ea-cache-spu.c: New file.
13619 * gdb.cell/ea-standalone.c: New file.
13620 * gdb.cell/ea-standalone.exp: New file.
13621 * gdb.cell/ea-test.c: New file.
13622 * gdb.cell/ea-test.exp: New file.
13623 * gdb.cell/f-regs.exp: New file.
13624 * gdb.cell/mem-access.c: New file.
13625 * gdb.cell/mem-access.exp: New file.
13626 * gdb.cell/mem-access-spu.c: New file.
13627 * gdb.cell/ptype.exp: New file.
13628 * gdb.cell/registers.exp: New file.
13629 * gdb.cell/size.c: New file.
13630 * gdb.cell/sizeof.exp: New file.
13631 * gdb.cell/size-spu.c: New file.
13632 * gdb.cell/solib.exp: New file.
13633 * gdb.cell/solib-symbol.exp: New file.
13634
13635 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13636
13637 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
13638
13639 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
13640
13641 * gdb.base/float.exp: Handle VFP registers.
13642
13643 2009-07-14 Michael Snyder <msnyder@vmware.com>
13644
13645 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
13646 to bring gdb to the beginning of the calling line.
13647
13648 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
13649 confusing the i386 epilogue unwinder.
13650
13651 2009-07-14 Stan Shebs <stan@codesourcery.com>
13652
13653 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
13654
13655 2009-07-14 Michael Snyder <msnyder@vmware.com>
13656
13657 * gdb.reverse/step-reverse.exp (stepi into function call):
13658 Call instruction may not be first instruction in the line.
13659 (reverse stepi from a function call): Used wrong line number.
13660
13661 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13662
13663 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
13664
13665 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13666
13667 Fix gdb.base/macscp.exp when using custom inputrc.
13668 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
13669 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
13670 env(TERM) set.
13671 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
13672 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
13673
13674 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13675
13676 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
13677 * gdb.base/annota1.exp (thread_test): Import global $testfile.
13678 Change the compilation target to match the testcase name.
13679 * gdb.base/sect-cmd.exp: Change the compilation target to match the
13680 testcase name.
13681 * a2-run.exp: Use for setup prepare_for_testing. Change the
13682 compilation target to match the testcase name.
13683 * gdb.base/commands.exp: Likewise.
13684 * gdb.base/finish.exp: Likewise.
13685 * gdb.base/float.exp: Likewise.
13686 * gdb.base/info-target.exp: Likewise.
13687 * gdb.base/relational.exp: Likewise.
13688 * gdb.base/term.exp: Likewise.
13689 * gdb.base/until.exp: Likewise.
13690 * gdb.base/volatile.exp: Likewise.
13691 * gdb.base/whatis-exp.exp: Likewise.
13692
13693 2009-07-11 Hui Zhu <teawater@gmail.com>
13694
13695 * gdb.base/help.exp (disassemble): Update expected help text.
13696
13697 2009-07-09 Tom Tromey <tromey@redhat.com>
13698
13699 * lib/gdb.exp: Handle TRANSCRIPT.
13700 (remote_spawn, remote_close, send_gdb): New procs.
13701
13702 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
13703
13704 * gdb.python/python-prettyprint.c: Add counted null string
13705 structure.
13706 * gdb.python/python-prettyprint.exp: Print null string. Test for
13707 embedded nulls.
13708 * gdb.python/python-prettyprint.py (pp_ns): New Function.
13709 * gdb.python/python-value.exp (test_value_in_inferior): Add
13710 variable length string fetch tests.
13711 * gdb.python/python-value.c (main): Add strings for string fetch tests.
13712
13713 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13714
13715 * gdb.base/dump.exp (inaccessible memory is reported): New test.
13716
13717 2009-07-07 Tom Tromey <tromey@redhat.com>
13718
13719 * gdb.base/call-rt-st.exp: Update for change to escape output.
13720 * gdb.base/callfuncs.exp: Likewise.
13721 * gdb.base/charset.exp: Likewise.
13722 * gdb.base/constvars.exp: Likewise.
13723 * gdb.base/long_long.exp: Likewise.
13724 * gdb.base/pointers.exp: Likewise.
13725 * gdb.base/printcmds.exp: Likewise.
13726 * gdb.base/setvar.exp: Likewise.
13727 * gdb.base/store.exp: Likewise.
13728 * gdb.cp/ref-types.exp: Likewise.
13729 * gdb.mi/mi-var-child.exp: Likewise.
13730 * gdb.mi/mi-var-display.exp: Likewise.
13731 * gdb.mi/mi2-var-display.exp: Likewise.
13732 * gdb.base/charset.exp: Test octal escape sequence length.
13733 Update for change to escape output.
13734
13735 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13736
13737 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
13738
13739 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
13740
13741 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
13742
13743 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13744
13745 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
13746 gdbserver increasing $portnum if "Can't bind address" has been seen.
13747
13748 2009-07-05 Pedro Alves <pedro@codesourcery.com>
13749
13750 * gdb.base/ending-run.exp: Add "step out of main" pattern for
13751 mingw32ce.
13752
13753 2009-07-05 Pedro Alves <pedro@codesourcery.com>
13754
13755 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
13756 VFP format.
13757
13758 2009-07-02 Pedro Alves <pedro@codesourcery.com>
13759
13760 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
13761 linux. Adjust to use "inferior", "info inferiors", "detach
13762 inferior" and "kill inferior" instead of "restart", "info fork",
13763 "detach fork" and "delete fork".
13764 * gdb.base/ending-run.exp: Spell out "info".
13765 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
13766 the "kill" command.
13767
13768 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13769
13770 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
13771 change to prefix TLS offset in hex with 0x.
13772
13773 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13774
13775 * gdb.base/default.exp: Update test case for "x" changes.
13776
13777 2009-07-01 Tristan Gingold <gingold@adacore.com>
13778
13779 * gdb.base/bigcore.exp: Make darwin untested.
13780
13781 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13782
13783 * gdb.base/completion.exp (directory completion): Create the directory.
13784 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
13785 escapeuniquesub.
13786 (directory completion 2): Expect now ${escapeuniquesub}.
13787 (Glob remaining of directory test): Remove one excessive newline.
13788 Expect the real output.
13789
13790 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13791
13792 Fix `make check//%' target after `make check' has been ran.
13793 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
13794 a mkdir call.
13795 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
13796 (%/.dir): Remove.
13797
13798 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13799
13800 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
13801 the expected result record.
13802
13803 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13804
13805 Remove racy FAILs relying just on the timeouts.
13806 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
13807 (annotation_level 2): Remove racy FAILs.
13808
13809 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
13810
13811 gdb/10275
13812 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
13813
13814 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
13815
13816 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
13817
13818 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
13819
13820 * gdb.mi/mi-stack.exp: Testing symbolic options
13821 to -stack-list-locals and -stack-list-arguments.
13822
13823 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13824
13825 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
13826
13827 2009-06-29 Tom Tromey <tromey@redhat.com>
13828
13829 * dg-extract-results.sh: New file.
13830 * Makefile.in (FORCE_PARALLEL): New variable.
13831 (CHECK_TARGET): New conditional variable.
13832 (check): Use CHECK_TARGET.
13833 (DO_RUNTEST): New variable.
13834 (check-single): New target.
13835 (TEST_DIRS): New variable.
13836 (TEST_TARGETS): Likewise.
13837 (check-parallel): New target.
13838 (check-gdb.%): New pattern.
13839 (BASE1_FILES): New variable.
13840 (BASE2_FILES): Likewise.
13841 (check-gdb.base%): New pattern.
13842 (%/.dir): New pattern.
13843 * configure: Rebuild.
13844 * aclocal.m4 (AM_CONDITIONAL): New defun.
13845 * configure.ac: Check whether user is using GNU make.
13846 (GMAKE): New conditional.
13847
13848 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
13849
13850 * gdb.cp/namespace-nested-import.cc: New test.
13851 * gdb.cp/namespace-nested-import.exp: New test.
13852
13853 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
13854
13855 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
13856 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
13857 * gdb.opt/Makefile.in (EXECUTABLES): Update.
13858 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
13859 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
13860 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
13861 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
13862 gdb.opt/inline-markers.c: New files.
13863 * lib/gdb.exp (skip_inline_frame_tests): New function.
13864 (skip_inline_var_tests): New function.
13865
13866 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
13867
13868 * gdb.cp/exception.exp: Don't require $hex before inner frame in
13869 backtrace.
13870
13871 2009-06-27 Michael Snyder <msnyder@vmware.com>
13872
13873 * gdb.reverse: New directory.
13874 * gdb.reverse/break-reverse.c: New test.
13875 * gdb.reverse/break-reverse.exp: New test.
13876 * gdb.reverse/consecutive-reverse.c: New test.
13877 * gdb.reverse/consecutive-reverse.exp: New test.
13878 * gdb.reverse/finish-reverse.c: New test.
13879 * gdb.reverse/finish-reverse.exp: New test.
13880 * gdb.reverse/machinestate.c: New test.
13881 * gdb.reverse/ms1.c: New test.
13882 * gdb.reverse/machinestate.exp: New test.
13883 * gdb.reverse/Makefile.in: New file.
13884 * gdb.reverse/shr2.c: New test.
13885 * gdb.reverse/solib-reverse.c: New test.
13886 * gdb.reverse/solib-reverse.exp: New test.
13887 * gdb.reverse/step-reverse.c: New test.
13888 * gdb.reverse/step-reverse.exp: New test.
13889 * gdb.reverse/until-reverse.c: New test.
13890 * gdb.reverse/ur1.c: New test.
13891 * gdb.reverse/until-reverse.exp: New test.
13892 * gdb.reverse/watch-reverse.c: New test.
13893 * gdb.reverse/watch-reverse.exp: New test.
13894 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
13895 * configure: Regenerate.
13896
13897 2009-06-26 Doug Evans <dje@google.com>
13898
13899 * gdb.base/psymtab.exp: Turn off pending breakpoints.
13900
13901 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
13902
13903 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
13904 windows problem for 'file delete $binfile'.
13905
13906 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
13907
13908 * gdb.cp/namespace-using.exp: New test.
13909 * gdb.cp/namespace-using.cc: New test.
13910
13911 2009-05-20 Joel Brobecker <brobecker@adacore.com>
13912
13913 * gdb.ada/variant_record_packed_array: New testcase.
13914
13915 2009-06-23 Tom Tromey <tromey@redhat.com>
13916
13917 * gdb.base/charset.exp (test_combination): Regression test.
13918 * gdb.base/charset.c (my_wchar_t): New typedef.
13919 (myvar): New global.
13920 (main): Set myvar.
13921
13922 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
13923
13924 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
13925 target.
13926
13927 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13928
13929 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
13930
13931 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13932
13933 * gdb.mi/gdb680.exp: Update test for error message.
13934
13935 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13936
13937 * gdb.base/annota1.exp: Allow multiple occurrences of the
13938 frames-invalid annotation.
13939 * gdb.cp/annota2.exp: Likewise.
13940
13941 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
13942
13943 * gdb.cp/gdb2495.cc: New file.
13944 * gdb.cp/gdb2495.exp: New file.
13945
13946 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13947
13948 Report error on GDB crash during runto.
13949 * lib/gdb.exp (runto <eof>): New.
13950
13951 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
13952
13953 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
13954 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
13955 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
13956 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
13957 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
13958 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
13959 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
13960 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
13961 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
13962 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
13963 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
13964 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
13965 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13966 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
13967 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
13968 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
13969 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
13970 gdb.server/server-mon.exp, gdb.server/server-run.exp,
13971 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
13972 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
13973 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
13974 gdb.trace/passcount.exp, gdb.trace/report.exp,
13975 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
13976 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
13977 gdb.trace/while-stepping.exp: Use a unique name for the compiled
13978 executable.
13979
13980 2009-06-07 Pedro Alves <pedro@codesourcery.com>
13981
13982 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
13983 defined before referencing it.
13984
13985 2009-06-03 Doug Evans <dje@google.com>
13986
13987 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
13988 * gdb.arch/i386-see.c: Ditto.
13989
13990 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
13991
13992 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
13993 (check_macro): Return 1 if undefined.
13994 If first test fails, check if macro debug information is available,
13995 and report unsupported test if no macro information is found.
13996
13997 2009-05-29 Doug Evans <dje@google.com>
13998
13999 * gdb.threads/hand-call-in-threads.exp: New.
14000 * gdb.threads/hand-call-in-threads.c: New.
14001
14002 2009-05-29 Michael Snyder <msnyder@vmware.com>
14003
14004 * gdb.base/break-always.exp: Change "1" to "on".
14005 Add confirmation check.
14006
14007 2009-05-28 Pedro Alves <pedro@codesourcery.com>
14008
14009 * gdb.threads/threxit-hop-specific.c: New.
14010 * gdb.threads/threxit-hop-specific.exp: New.
14011 * gdb.threads/thread-execl.c: New.
14012 * gdb.threads/thread-execl.exp: New.
14013
14014 2009-05-27 Tom Tromey <tromey@redhat.com>
14015 Thiago Jung Bauermann <bauerman@br.ibm.com>
14016
14017 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
14018 (mi_child_regexp): Likewise.
14019 (mi_list_varobj_children_range): Likewise.
14020 (mi_get_features): Likewise.
14021 (mi_list_varobj_children): Rewrite.
14022 * gdb.python/python-mi.exp: New file.
14023
14024 2009-05-27 Tom Tromey <tromey@redhat.com>
14025 Thiago Jung Bauermann <bauerman@br.ibm.com>
14026 Phil Muldoon <pmuldoon@redhat.com>
14027 Paul Pluzhnikov <ppluzhnikov@google.com>
14028
14029 * gdb.python/python-prettyprint.exp: New file.
14030 * gdb.python/python-prettyprint.c: New file.
14031 * gdb.python/python-prettyprint.py: New file.
14032 * gdb.base/display.exp: print/r is now valid.
14033
14034 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
14035 Tom Tromey <tromey@redhat.com>
14036 Pedro Alves <pedro@codesourcery.com>
14037 Paul Pluzhnikov <ppluzhnikov@google.com>
14038
14039 * gdb.python/python-template.exp: New file.
14040 * gdb.python/python-template.cc: New file.
14041 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14042 tests.
14043 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14044 Call it.
14045 (test_value_after_death): New proc.
14046 * gdb.python/python-value.c (PTR): New typedef.
14047 (main): New variable 'x'.
14048
14049 2009-05-27 Tom Tromey <tromey@redhat.com>
14050
14051 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14052 tests.
14053 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14054 Call it.
14055
14056 2009-05-27 Pedro Alves <pedro@codesourcery.com>
14057
14058 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
14059
14060 2009-05-24 Pedro Alves <pedro@codesourcery.com>
14061
14062 * gdb.threads/fork-thread-pending.c: New.
14063 * gdb.threads/fork-thread-pending.exp: New.
14064
14065 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14066
14067 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
14068 * gdb.dwarf2/dw2-strp.S (a_string2): New.
14069
14070 2009-05-18 Jon Beniston <jon@beniston.com>
14071
14072 * gdb.asm/asm-source.exp: Add lm32 target.
14073
14074 2009-05-17 Pedro Alves <pedro@codesourcery.com>
14075
14076 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
14077 `gdb_get_line_number'. Call `callee' in both parent and child.
14078 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
14079 `gdb_get_line_number' instead of hardcoding line numbers.
14080 (catch_fork_unpatch_child): New procedure to test detaching
14081 breakpoints from child fork.
14082 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
14083 hardcoding line numbers.
14084 (do_fork_tests): Run `catch_fork_unpatch_child'.
14085
14086 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
14087
14088 * gdb.mi/mi-cmd-var.exp: Check that when varobj
14089 of structure type enters or leaves the scope, it
14090 is reported by -var-update.
14091
14092 2009-05-11 Doug Evans <dje@sebabeach.org>
14093
14094 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
14095 * gdb.threads/pending-step.c (main): Fix off-by-one error.
14096 * gdb.threads/schedlock.c (main): Fix off-by-one error.
14097
14098 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14099
14100 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
14101
14102 2009-04-30 Doug Evans <dje@google.com>
14103
14104 * gdb.threads/watchthreads2.exp: New testcase.
14105 * gdb.threads/watchthreads2.c: New testcase.
14106
14107 2009-04-29 Doug Evans <dje@google.com>
14108
14109 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
14110 * gdb.cp/mb-ctor.cc: Ditto.
14111 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
14112 * gdb.cp/mb-inline.h (multi_line_foo): New function.
14113 * gdb.cp/mb-inline1.cc: Call it.
14114 * gdb.cp/mb-inline2.cc: Ditto.
14115 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
14116 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
14117
14118 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14119
14120 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
14121 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
14122 Replace all uses of `decimal' by `nonzero'.
14123 (info macro FROM_COMMANDLINE): New test.
14124
14125 2009-04-27 Tom Tromey <tromey@redhat.com>
14126
14127 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
14128
14129 2009-04-27 Doug Evans <dje@google.com>
14130
14131 * gdb.threads/watchthreads.c (main): Initialize args before starting
14132 the threads. Plus formatting cleanup.
14133 * gdb.threads/watchthreads.exp: Avoid errant failures due to
14134 biased scheduling of one thread.
14135
14136 2009-04-27 Jerome Guitton <guitton@adacore.com>
14137
14138 * gdb.cp/templates.cc (GetMax): New template.
14139 (main): Declare two instances of GetMax.
14140 * gdb.cp/templates.exp: Add new test.
14141
14142 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14143
14144 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
14145
14146 2009-04-22 Joseph Myers <joseph@codesourcery.com>
14147
14148 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
14149
14150 2009-04-15 Tom Tromey <tromey@redhat.com>
14151
14152 * gdb.base/charset.exp: Add regression test.
14153
14154 2009-04-14 Joel Brobecker <brobecker@adacore.com>
14155
14156 * gdb.base/exe-lock.exp: New testcase.
14157
14158 2009-04-13 Tom Tromey <tromey@redhat.com>
14159
14160 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
14161 operator on Frame.
14162
14163 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14164
14165 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
14166 * gdb.server/ext-attach.exp: Likewise.
14167
14168 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
14169
14170 Eliminate some sleep usage.
14171
14172 * gdb.mi/basics.c (do_nothing): New.
14173 (main): Use do_nothing instead of printf, so that
14174 not to introduce race condition between output of
14175 inferiour and output of gdb. Do not use sleep as it
14176 is not generally available on embedded targets.
14177
14178 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14179
14180 * gdb.server/ext-attach.exp: Expect an optional process id after
14181 "Detached from remote process".
14182
14183 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14184
14185 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
14186 gdb.dwarf2/dw2-unresolved.exp: New.
14187
14188 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14189
14190 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
14191 mi_run_to_main.
14192
14193 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14194
14195 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
14196 mi_run_to_main. Skip thread exit test on remote targets.
14197 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
14198 mi_run_to_main.
14199 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
14200 mi_run_to_main.
14201 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
14202 when expecting ^connected. Detect when the target doesn't support
14203 non-stop mode.
14204 (mi_run_cmd): Detect if non-stop mode was requested by isn't
14205 supported. Return -1 on error, 0 on success.
14206 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
14207 (mi_runto): Return mi_runto_helper's result explicitly.
14208
14209 2009-04-01 Pedro Alves <pedro@codesourcery.com>
14210
14211 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
14212
14213 2009-04-01 Tom Tromey <tromey@redhat.com>
14214
14215 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
14216 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
14217 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
14218 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
14219
14220 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
14221 Jan Kratochvil <jan.kratochvil@redhat.com>
14222
14223 PR gdb/931
14224 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
14225 output.
14226 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
14227 for gdb/931.
14228 * dw2-strp.S (DW_AT_language): Change to C++.
14229 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
14230
14231 2009-03-31 Joel Brobecker <brobecker@adacore.com>
14232
14233 * gdb.ada/tasks: New testcase.
14234
14235 2009-03-30 Stan Shebs <stan@codesourcery.com>
14236
14237 * gdb.trace/actions.exp: Update to match new info trace format.
14238 * gdb.trace/deltrace.exp: Ditto.
14239 * gdb.trace/infotrace.exp: Ditto.
14240 * gdb.trace/passcount.exp: Ditto.
14241 * gdb.trace/save-trace.exp: Ditto.
14242 * gdb.trace/while-stepping.exp: Ditto.
14243 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
14244
14245 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14246
14247 * gdb.python/python-frame.c: New file.
14248 * gdb.python/python-frame.exp: New file.
14249
14250 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
14251
14252 * gdb.python/python-value.exp: Add tests for the address
14253 attribute.
14254
14255 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
14256
14257 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
14258
14259 2009-03-26 Doug Evans <dje@google.com>
14260
14261 * gdb.mi/mi-nonstop-exit.exp: New file.
14262 * gdb.mi/non-stop-exit.c: New file.
14263
14264 2009-03-26 Tom Tromey <tromey@redhat.com>
14265
14266 Update for change to prologue skipping:
14267 * gdb.mi/mi2-simplerun.exp: Update.
14268 * gdb.mi/mi2-break.exp: Update.
14269 * gdb.mi/mi-simplerun.exp: Update.
14270 * gdb.mi/mi-break.exp: Update.
14271 * gdb.base/ending-run.exp: Update.
14272
14273 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
14274
14275 * gdb.python/python-value.exp (test_value_in_inferior): Test
14276 gdb.Value.is_optimized_out attribute.
14277
14278 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14279
14280 * gdb.dwarf2/dw2-noloc-main.c: New file.
14281 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
14282 (.text): Remove.
14283 (.data): New.
14284 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
14285 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
14286 (DW_TAG_subprogram func_cu1, noloc): Remove.
14287 (main): New.
14288 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
14289 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
14290 (file_symbols): New procedure.
14291
14292 2009-03-25 Tom Tromey <tromey@redhat.com>
14293
14294 * gdb.base/charset.exp (valid_target_charset): New proc.
14295 Use it to skip tests on invalid charsets.
14296
14297 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
14298
14299 * gdb.base/completion.exp: Add a test for directory completion.
14300
14301 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14302
14303 Fix a racy FAIL.
14304 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
14305 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
14306
14307 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
14308
14309 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
14310 * gdb.python/python-function.exp: Add test for function returning
14311 a GDB value.
14312
14313 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
14314
14315 * gdb.python/python-function.exp: New file.
14316
14317 2009-03-20 Tom Tromey <tromey@redhat.com>
14318
14319 * gdb.base/store.exp: Update for change to escape output.
14320 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
14321 to escape output.
14322 * gdb.base/pointers.exp: Update for change to escape output.
14323 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
14324 to escape output.
14325 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
14326 escape output.
14327 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
14328 to escape output.
14329 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
14330 escape output.
14331 * gdb.base/setvar.exp: Update for change to escape output.
14332 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
14333 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
14334 to escape output.
14335 (test_print_string_constants): Likewise.
14336 * gdb.base/charset.exp (valid_host_charset): Check size of
14337 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
14338 cases. Handle "auto"-related output.
14339 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
14340 (uvar, Uvar): New globals.
14341
14342 2009-03-19 Jerome Guitton <guitton@adacore.com>
14343
14344 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
14345 deltas.
14346 * gdb.ada/fixed_points.exp: Ditto.
14347
14348 2009-03-18 Pedro Alves <pedro@codesourcery.com>
14349
14350 * return-nodebug.c: Don't include stdio.h.
14351 (init): Delete.
14352 (func): Delete definition and provide extern declaration.
14353 (t): New.
14354 (main): Don't call printf. Call func and store its result in t.
14355 * return-nodebug1.c: New.
14356 * return-nodebug.exp: Don't expect stdio output. Instead, print
14357 the global variable t. Drop printf formatters and cast types from
14358 foreach loop. Don't use prepare_for_testing. Compile
14359 return-nodebug.c and return-nodebug1.c in separate steps. Don't
14360 define FORMAT or CAST.
14361
14362 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14363
14364 * gdb.base/solib-display.exp: Disable test for remote targers.
14365
14366 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14367
14368 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
14369
14370 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14371
14372 Fix a racy FAIL.
14373 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
14374 code from `follow parent, print pids'.
14375 (`follow child, print pids', `follow parent, print pids'): Call it.
14376 Replace `gdb_test "break..."' by gdb_breakpoint.
14377
14378 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
14379
14380 * gdb.mi/mi-cli.exp: Adjust for output difference in
14381 sync and async modes.
14382
14383 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14384
14385 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
14386 that was checked in by mistake. Remove loading of ada.exp, since
14387 this is not necessary in this case.
14388
14389 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14390
14391 * gdb.ada/ptype_arith_binop.exp: New testcase.
14392
14393 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14394
14395 * gdb.ada/mod_from_name: New testcase.
14396
14397 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14398
14399 * gdb.ada/tick_last_segv: New testcase.
14400
14401 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14402
14403 * gdb.mi/mi-cli.exp: Remove debug print.
14404
14405 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14406
14407 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
14408 include the token in ^running and frame info in *stopped.
14409
14410 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14411
14412 * solib-display.exp: New file.
14413 * solib-display-main.c: New file.
14414 * solib-display-lib.c: New file.
14415
14416 2009-03-05 Pedro Alves <pedro@codesourcery.com>
14417
14418 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
14419
14420 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14421
14422 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
14423 (list_and_check_macro): Use more specific test name.
14424 (next to definition): Make the test names unique.
14425
14426 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
14427
14428 * gdb.pascal/floats.exp: Accept approximate results everywhere.
14429
14430 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14431
14432 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
14433 notifications.
14434 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
14435 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
14436 * lib/mi-support.exp (library_loaded_re): New.
14437 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
14438
14439 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14440
14441 * gdb.gdb/observer.exp: Use test_notification observer, not
14442 normal_stop, everywhere.
14443 (test_normal_stop_notifications): Rename to...
14444 (test_notifications): ...this.
14445 (test_observer_normal_stop): Rename to...
14446 (test_observer): ...this.
14447
14448 2009-02-16 Doug Evans <dje@google.com>
14449
14450 * gdb.arch/amd64-disp-step.S (test_int3): New test.
14451 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
14452 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
14453 (test_prefixed_syscall,test_int3): New tests.
14454 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
14455 (test_prefixed_syscall,test_int3): New tests.
14456
14457 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
14458
14459 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
14460 (mi_expect_interrupt): Likewise.
14461 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
14462 response.
14463
14464 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14465
14466 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
14467 * gdb.base/pc-fp.exp (get_valueofx): Remove.
14468 Replace calls to get_valueofx by get_hexadecimal_valueof.
14469
14470 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14471
14472 * lib/gdb.exp (get_valueof): Accept anything as a return value.
14473 (get_integer_valueof): New procedure.
14474 (get_sizeof): Use new get_integer_value_of.
14475 * gdb.base/sizeof.exp: Replace all uses of get_valueof
14476 by get_integer_valueof.
14477
14478 2009-02-13 Tom Tromey <tromey@redhat.com>
14479
14480 * gdb.base/remote.exp (get_sizeof): Remove.
14481 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
14482 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
14483 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
14484 * lib/gdb.exp (get_valueof): Move from long_long.exp.
14485 (get_sizeof): Likewise.
14486
14487 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14488
14489 PR fortran/9806
14490 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
14491
14492 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14493
14494 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
14495
14496 2009-02-06 Pedro Alves <pedro@codesourcery.com>
14497
14498 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
14499
14500 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
14501
14502 * gdb.python/python-cmd.exp: New file.
14503
14504 2009-02-06 Tristan Gingold <gingold@adacore.com>
14505
14506 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
14507
14508 2009-02-05 Tristan Gingold <gingold@adacore.com>
14509
14510 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
14511 pointer is dereferenced and use this signal name in regexp.
14512 * gdb.base/signull.exp: Ditto.
14513 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
14514 * gdb.base/signull.c (main): Ditto.
14515
14516 2009-02-04 Tom Tromey <tromey@redhat.com>
14517 Thiago Jung Bauermann <bauerman@br.ibm.com>
14518
14519 * gdb.python/python-value.exp: Use `gdb.history' instead of
14520 `gdb.value_from_history'.
14521 (test_value_numeric_ops): Add test for conversion of enum constant.
14522 * gdb.python/python-value.c (enum e): New type.
14523 (evalue): New global.
14524 (main): Use argv.
14525
14526 2009-02-04 Jerome Guitton <guitton@adacore.com>
14527
14528 * gdb.ada/uninitialized_vars: New test program.
14529 * gdb.ada/uninitialized_vars.exp: New testcase.
14530
14531 2009-02-02 Tom Tromey <tromey@redhat.com>
14532
14533 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
14534 * gdb.cp/pr2489.cc: Rename...
14535 * gdb.cp/pr9594.cc: ... to this.
14536
14537 2009-02-02 Tom Tromey <tromey@redhat.com>
14538
14539 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
14540 * gdb.cp/pr2489.cc: New file.
14541 * gdb.cp/cpcompletion.exp: New file.
14542
14543 2009-02-02 Tom Tromey <tromey@redhat.com>
14544
14545 PR exp/9059:
14546 * gdb.cp/call-c.exp: Add regression test.
14547 * gdb.cp/call-c.cc (FooHandle): New typedef.
14548 (main): New variable 'handle'.
14549
14550 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14551
14552 * lib/mi-support.exp (et_mi_thread_list)
14553 (check_mi_and_console_threads): Adjust for current thread in
14554 -thread-list-ids output.
14555
14556 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14557
14558 * gdb.mi/mi-break.exp (test_disabled_creation): New.
14559 Call it.
14560
14561 2009-01-28 Doug Evans <dje@google.com>
14562
14563 * gdb.arch/amd64-disp-step.S: New file.
14564 * gdb.arch/amd64-disp-step.exp: New file.
14565 * gdb.arch/i386-disp-step.S: New file.
14566 * gdb.arch/i386-disp-step.exp: New file.
14567
14568 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
14569
14570 * gdb.base/find.exp: Set newline variable
14571 using quotes instead of braces to fix cygwin failures.
14572
14573 2009-01-23 Pedro Alves <pedro@codesourcery.com>
14574
14575 * gdb.base/radix.exp: Add tests to ensure that that set
14576 input-radix 0 and set output-radix 0 are really rejected.
14577
14578 2009-01-23 Pedro Alves <pedro@codesourcery.com>
14579
14580 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
14581 copyright years.
14582
14583 2009-01-23 Pedro Alves <pedro@codesourcery.com>
14584
14585 PR gdb/9664:
14586 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
14587
14588 2009-01-22 Pedro Alves <pedro@codesourcery.com>
14589
14590 PR c++/9631:
14591 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
14592
14593 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
14594
14595 * gdb.server/file-transfer.exp: Use EXEEXT variable for
14596 binfile definition to fix Windows OS failure.
14597
14598 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
14599
14600 PR gdb/9346
14601 * gdb.base/interrupt.c (sigint_handler): New.
14602 (main): Install a SIGINT handler if SIGNALS is defined. Exit
14603 on error.
14604 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
14605 Test "signal SIGINT".
14606
14607 2009-01-19 Doug Evans <dje@google.com>
14608
14609 * gdb.base/break.exp: Update expected gdb output.
14610 * gdb.base/sepdebug.exp: Ditto.
14611 * gdb.mi/mi-syn-frame.exp: Ditto.
14612 * gdb.mi/mi2-syn-frame.exp: Ditto.
14613 * gdb.base/call-signal-resume.exp: New file.
14614 * gdb.base/call-signals.c: New file.
14615 * gdb.base/unwindonsignal.exp: New file.
14616 * gdb.base/unwindonsignal.c: New file.
14617 * gdb.threads/interrupted-hand-call.exp: New file.
14618 * gdb.threads/interrupted-hand-call.c: New file.
14619 * gdb.threads/thread-unwindonsignal.exp: New file.
14620
14621 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
14622
14623 * gdb.base/define.exp: Test defining and hooking prefix commands.
14624 * gdb.python/python.exp: Update test for "show user" output.
14625
14626 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14627
14628 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
14629 now the output exactly, using less wildcards. Expect also the output
14630 of gfortran-4.3. Update for the f-valprint.c modification from
14631 2008-04-22.
14632 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
14633 Remove gdb_test test names where matching the command.
14634
14635 2009-01-01 Pedro Alves <pedro@codesourcery.com>
14636
14637 PR breakpoints/9681:
14638 * gdb.base/watchpoint.exp: Add regression test.
14639
14640 2008-12-31 Pedro Alves <pedro@codesourcery.com>
14641
14642 * gdb.threads/attach-into-signal.exp: Don't use
14643 gdb_suppress_entire_file.
14644 * gdb.threads/attach-stopped.exp: Ditto.
14645 * gdb.threads/attachstop-mt.exp: Ditto.
14646
14647 2008-12-31 Pedro Alves <pedro@codesourcery.com>
14648
14649 PR gdb/8812:
14650 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
14651
14652 2008-12-29 Pedro Alves <pedro@codesourcery.com>
14653
14654 PR gdb/7536:
14655 * gdb.base/radix.exp: Add tests to ensure invalid input radices
14656 and unsupported output radices are really rejected.
14657
14658 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14659
14660 * gdb.cp/punctuator.exp: Backslash the '$' signs.
14661
14662 2008-12-22 Tom Tromey <tromey@redhat.com>
14663
14664 * gdb.cp/punctuator.exp: New file.
14665
14666 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14667
14668 * gdb.base/completion.exp (Completing non-existing component): New test.
14669
14670 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14671
14672 Fix for PR gdb/8648.
14673 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
14674 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
14675 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
14676 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
14677
14678 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14679
14680 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
14681
14682 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
14683
14684 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
14685 compiler actually generate code at the expected line number.
14686
14687 2008-12-15 Jie Zhang <jie.zhang@analog.com>
14688
14689 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
14690
14691 2008-12-12 Tom Tromey <tromey@redhat.com>
14692
14693 * gdb.base/commands.exp (redefine_hook_test): New proc.
14694 Call it.
14695
14696 2008-12-11 Tom Tromey <tromey@redhat.com>
14697
14698 * gdb.base/macscp.exp: New regression test.
14699
14700 2008-12-11 Tom Tromey <tromey@redhat.com>
14701
14702 * gdb.base/macscp.exp: Print "address.addr".
14703 * gdb.base/macscp1.c (struct outer): New struct.
14704 (address): New global.
14705
14706 2008-12-09 Tom Tromey <tromey@redhat.com>
14707
14708 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
14709 Call it.
14710
14711 2008-12-04 Doug Evans <dje@google.com>
14712
14713 * gdb.server/ext-run.exp: Relax regexp for init program.
14714
14715 2008-12-03 Tristan Gingold <gingold@adacore.com>
14716
14717 * gdb.base/macscp.exp: Generate an object file during compilation
14718 to work around Darwin dsymutil limitations.
14719
14720 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14721
14722 Test resolving external references to TLS variables.
14723 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
14724 FILE2_THREAD_LOCAL.
14725 (testfile2, srcfile2): New variables.
14726 * gdb.threads/tls.c (file2_thread_local)
14727 (function_referencing_file2_thread_local): New.
14728 * gdb.threads/tls2.c: New file.
14729
14730 2008-11-28 Joel Brobecker <brobecker@adacore.com>
14731
14732 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
14733 rather than integer, as integer might not be big enough when
14734 on 64bit targets.
14735
14736 2008-11-27 Jerome Guitton <guitton@adacore.com>
14737
14738 * gdb.cp/formatted-ref.exp: Add equality test.
14739 * gdb.ada/formatted_ref.exp: Ditto.
14740
14741 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14742
14743 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
14744 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
14745
14746 2008-11-20 Andreas Schwab <schwab@suse.de>
14747
14748 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
14749 matching syscall entry point.
14750 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14751 (tcatch_vfork_then_child_follow): Likewise. Finish through
14752 vfork even if we stopped at the syscall trampoline.
14753
14754 2008-11-20 Doug Evans <dje@google.com>
14755
14756 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
14757
14758 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
14759
14760 * gdb.arch/ppc-dfp.exp: New file.
14761 * gdb.arch/ppc-dfp.c: New file.
14762
14763 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
14764
14765 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
14766
14767 2008-11-17 Doug Evans <dje@google.com>
14768
14769 * gdb.mi/mi-syn-frame.exp: Update expected output.
14770 * gdb.mi/mi2-syn-frame.exp: Update expected output.
14771
14772 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
14773
14774 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
14775 "thread N" results in =thread-selected.
14776 * lib/mi-support (mi_run_cmd, mi_expect_stop)
14777 (mi_send_resuming_command_raw): Be prepared for
14778 =thread-selected.
14779
14780 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
14781
14782 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
14783 * lib/mi-support.exp: Likewise.
14784
14785 2008-11-16 Joel Brobecker <brobecker@adacore.com>
14786
14787 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
14788 commands from the expected output for "help catch".
14789
14790 2008-11-15 Joel Brobecker <brobecker@adacore.com>
14791
14792 * gdb.ada/int_deref.exp: New testcase.
14793
14794 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
14795
14796 * gdb.mi/gdb2549.exp: New file.
14797
14798 2008-11-11 Doug Evans <dje@google.com>
14799
14800 * gdb.base/callexit.exp: New file.
14801 * gdb.base/callexit.c: New file.
14802
14803 2008-11-10 Doug Evans <dje@google.com>
14804
14805 * lib/gdb.exp (GDBFLAGS): Move -nx ...
14806 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
14807 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
14808 (default_gdb_start,default_gdb_exit): Ditto.
14809 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
14810 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
14811 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
14812 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
14813 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
14814 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
14815
14816 2008-11-03 Andreas Schwab <schwab@suse.de>
14817
14818 * gdb.base/hashline2.exp: Fix typo.
14819 * gdb.base/hashline3.exp: Likewise.
14820
14821 2008-10-30 Tom Tromey <tromey@redhat.com>
14822
14823 * gdb.base/pointers.exp: Add test.
14824 * gdb.base/pointers.c (k, S): New typedefs.
14825 (instance): New global.
14826
14827 2008-10-30 Andreas Schwab <schwab@suse.de>
14828
14829 * gdb.base/args.exp: Add tests for newlines.
14830
14831 2008-10-30 Joel Brobecker <brobecker@adacore.com>
14832
14833 gdb.base/foll-exec.exp: Update the expected output of a couple
14834 of "info breakpoints" tests.
14835
14836 2008-10-28 Tom Tromey <tromey@redhat.com>
14837
14838 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
14839
14840 2008-10-24 Pedro Alves <pedro@codesourcery.com>
14841
14842 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
14843 gdb_start_cmd.
14844 Use runto_main before any test that requires execution.
14845
14846 2008-10-23 Pedro Alves <pedro@codesourcery.com>
14847
14848 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
14849 instead of SIGINT.
14850
14851 2008-10-22 Joel Brobecker <brobecker@adacore.com>
14852
14853 * gdb.base/completion.exp: Update expected output following
14854 the addition of the "info tasks" command.
14855
14856 2008-10-22 Tom Tromey <tromey@redhat.com>
14857
14858 * gdb.base/exprs.exp (test_expr): Add test for string
14859 concatenation.
14860
14861 2008-10-19 Pedro Alves <pedro@codesourcery.com>
14862
14863 * configure.ac: Output gdb.python/Makefile.
14864 * configure: Regenerate.
14865 * gdb.python/Makefile.in: New.
14866
14867 2008-10-16 Joel Brobecker <brobecker@adacore.com>
14868
14869 * gdb.base/foll-fork.exp: Adjust the expected output to match
14870 the new description for fork/vfork catchpoints in the "info
14871 breakpoints" output.
14872
14873 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
14874
14875 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
14876
14877 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
14878
14879 * gdb.python/python-value.c: New file.
14880 * gdb.python/python-value.exp: New file.
14881
14882 2008-10-15 Pedro Alves <pedro@codesourcery.com>
14883
14884 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
14885
14886 2008-10-15 Denis Pilat <denis.pilat@st.com>
14887
14888 * gdb.cp/mb-ctor.exp: Fix a typo.
14889
14890 2008-10-09 Tom Tromey <tromey@redhat.com>
14891
14892 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
14893 'fprintf' and 'stderr'.
14894
14895 2008-10-07 Joel Brobecker <brobecker@adacore.com>
14896
14897 * gdb.ada/ref_tick_size.exp: New testcase.
14898
14899 2008-10-06 Doug Evans <dje@google.com>
14900
14901 * gdb.dwarf2/dw2-cu-size.exp: New file.
14902 * gdb.dwarf2/dw2-cu-size.S: New file.
14903
14904 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
14905 .Ltype_int for clarity.
14906
14907 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14908
14909 PR gdb/2384:
14910 * gdb.cp/gdb2384.exp: Extended to test more cases.
14911 * gdb.cp/gdb2384.cc: Likewise.
14912 * gdb.cp/gdb2384-base.h: Likewise.
14913 * gdb.cp/gdb2384-base.cc: Likewise.
14914
14915 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14916
14917 * gdb.base/maint.exp (maint print type): Remove printing
14918 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
14919
14920 2008-09-30 Tom Tromey <tromey@redhat.com>
14921
14922 * gdb.base/macscp.exp: Add completion tests.
14923 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
14924 (TWENTY_THREE): Likewise.
14925 (FORTY_EIGHT): Likewise.
14926
14927 2008-09-30 Tom Tromey <tromey@redhat.com>
14928
14929 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
14930 everywhere.
14931 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
14932
14933 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14934
14935 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
14936 testcase is derived from. Fix racy dependency on an expected PID
14937 number. No longer support the testcase on Linux kernel 2.4.x.
14938
14939 2008-09-27 Tom Tromey <tromey@redhat.com>
14940
14941 * gdb.base/macscp.exp: Add tests for stringification, splicing,
14942 and varargs.
14943
14944 2008-09-22 Pedro Alves <pedro@codesourcery.com>
14945
14946 * lib/mi-support.exp (mi_expect_interrupt): New.
14947 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
14948 from gdb.mi/mi-nonstop.exp.
14949 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
14950 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
14951 lib/mi-support.exp.
14952 Use mi_check_thread_states throughout. Avoid ".*" and do not
14953 require an anchor after -exec-run.
14954
14955 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
14956
14957 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
14958 stop is pending. Avoid ".*" when two stops are pending.
14959 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
14960 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
14961 newlines in fullnames.
14962 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
14963 (mi_expect_stop): Update comments. Only anchor in sync mode.
14964 Do not match newlines.
14965 (mi_send_resuming_command_raw): Always return status.
14966 (mi_get_stop_line): Do not match more than one line by accident.
14967 Only anchor in sync mode.
14968 (mi_run_inline_test): If -exec-next fails, give up.
14969
14970 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14971
14972 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
14973 on SPU.
14974
14975 2008-09-10 Joel Brobecker <brobecker@adacore.com>
14976
14977 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
14978
14979 2008-09-10 Joel Brobecker <brobecker@adacore.com>
14980
14981 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
14982 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
14983 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
14984 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
14985 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
14986 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
14987 gdb.ada/interface.exp, gdb.ada/null_array.exp,
14988 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
14989 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
14990 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
14991 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
14992 Include the "= " sequence in the expected output of print tests.
14993
14994 2008-09-10 Joel Brobecker <brobecker@adacore.com>
14995
14996 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
14997 description for boolean types.
14998
14999 2008-09-09 Pedro Alves <pedro@codesourcery.com>
15000
15001 * gdb.base/hook-stop-continue.c: New.
15002 * gdb.base/hook-stop-continue.exp: New.
15003
15004 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
15005
15006 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
15007
15008 2008-09-08 Jerome Guitton <guitton@adacore.com>
15009
15010 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
15011 (stack_check_probe_2, stack_check_probe_loop_1)
15012 (stack_check_probe_loop_2): New functions.
15013 (main): Add call to these new functions.
15014 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
15015 functions, check that the breakpoint is inserted at the appropriate
15016 location.
15017 (insert_breakpoint): Slightly refine this procedure so that it can
15018 be called several times in the test.
15019
15020 2008-09-08 Jerome Guitton <guitton@adacore.com>
15021
15022 * gdb.base/stack-checking.c: New file.
15023 * gdb.base/stack-checking.exp: New file.
15024
15025 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15026
15027 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
15028 * gdb.arch/altivec-regs.exp: Likewise.
15029 * gdb.arch/vsx-regs.exp: Likewise.
15030
15031 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15032
15033 * gdb.arch/ppc-fp.exp: New file.
15034 * gdb.arch/ppc-fp.c: New file.
15035
15036 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15037
15038 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
15039 lest gcc-4.3.1 optimizes the whole thing away.
15040
15041 2008-09-04 Michael Snyder <msnyder@vmware.com>
15042
15043 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
15044 as "at" (for non-debug functions such as _start).
15045
15046 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15047
15048 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
15049 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
15050 software watchpoints.
15051 * gdb.base/watch_thread_num.exp: Likewise.
15052
15053 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
15054
15055 * gdb.arch/i386-bp_permanent.exp: New test.
15056
15057 2008-08-24 Tom Tromey <tromey@redhat.com>
15058
15059 * gdb.base/maint.exp: Update "maint print type".
15060
15061 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
15062
15063 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
15064 support. Adjust the order of "*running" notifications.
15065 * gdb.mi/non-stop.c: Don't cast from int to void* and
15066 back.
15067
15068 2008-08-20 Mark Kettenis <kettenis@gnu.org>
15069
15070 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
15071 expect to find it in the "info frame" output.
15072
15073 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
15074
15075 * gdb.base/interp.exp: Always consume both prompts.
15076
15077 2008-08-20 Pedro Alves <pedro@codesourcery.com>
15078
15079 * gdb.base/pending.exp: Test pending breakpoints without symbols
15080 loaded.
15081
15082 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15083
15084 * lib/mi-support.exp (mi_expect_stop): Produce
15085 more details on failures.
15086 * gdb.mi/mi-nonstop.exp: New.
15087 * gdb.mi/non-stop.c: New.
15088
15089 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15090
15091 * gdb.mi/mi-async.exp: Use 'set target-async'.
15092 * lib/mi-support.exp: Use 'set/show target-async'.
15093
15094 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
15095
15096 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
15097
15098 2008-08-17 Tom Tromey <tromey@redhat.com>
15099
15100 * gdb.base/help.exp (help catch): Rewrite.
15101
15102 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15103
15104 * gdb.base/define.exp: Test indented command documentation.
15105 * gdb.python/python.exp: Test indented multi-line command.
15106
15107 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
15108
15109 * testsuite/gdb.arch/vsx-regs.c: New source file.
15110 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
15111 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
15112
15113 2008-08-14 Tom Tromey <tromey@redhat.com>
15114
15115 * gdb.base/macscp.exp: Add regression test for "macro define" or
15116 "macro undef" with no arguments.
15117
15118 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
15119
15120 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
15121
15122 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15123
15124 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
15125
15126 2008-08-06 Tom Tromey <tromey@redhat.com>
15127
15128 * gdb.python/python.exp: New file.
15129
15130 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15131
15132 Fix for PR gdb/1543.
15133 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
15134 $LOCATION.
15135 (location): New variable.
15136 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
15137 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
15138 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
15139 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
15140 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
15141 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
15142 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
15143 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
15144 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
15145 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
15146 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
15147 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
15148 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
15149 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
15150 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15151 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
15152 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
15153 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
15154 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
15155 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15156 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
15157 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
15158 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
15159 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
15160 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
15161 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
15162 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
15163 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
15164 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
15165 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
15166 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
15167 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
15168 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
15169 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
15170 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
15171 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
15172 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
15173 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15174 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
15175 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
15176 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
15177 gdb.base/type-opaque.exp, gdb.base/until.exp,
15178 gdb.base/value-double-free.c, gdb.base/varargs.exp,
15179 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
15180 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
15181 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
15182 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
15183 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
15184 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
15185 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
15186 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15187 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
15188 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
15189 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
15190 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
15191 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
15192 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
15193 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
15194 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15195 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
15196 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
15197 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
15198 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
15199 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
15200 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
15201 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
15202 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15203 gdb.pascal/types.exp, gdb.stabs/weird.exp,
15204 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
15205 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
15206 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
15207 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
15208 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
15209 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
15210 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15211 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15212 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15213 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15214 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15215 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15216 lib/mi-support.exp, lib/trace-support.exp: Remove reference
15217 to bug-gdb@prep.ai.mit.edu .
15218
15219 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
15220
15221 * lib/mi-support.exp (mi_load_shlibs): New.
15222 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
15223
15224 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
15225
15226 * lib/mi-support.exp (get_mi_thread_list)
15227 (check_mi_and_console_threads): New, moved from ...
15228 * gdb.mi/mi-pthread.exp: ...here.
15229 * gdb.mi/gdb669.exp (get_mi_thread_list)
15230 (check_mi_and_console_threads): Delete.
15231 * gdb.mi/mi2-pthread.exp: Likewise.
15232
15233 2008-07-28 Tom Tromey <tromey@redhat.com>
15234
15235 * Makefile.in (just-check): Remove. Move body to...
15236 (check): ... here.
15237
15238 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15239
15240 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
15241 Add a test for duplicated SIGINTs.
15242
15243 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15244
15245 * gdb.threads/schedlock.exp (get_args): Update to work for any
15246 value of NUM.
15247 (Top level): Report the number of threads that did not resume.
15248
15249 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15250
15251 * gdb.dwarf2/dw2-compressed.S: Also define __start.
15252
15253 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15254
15255 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
15256 non-MI prompt.
15257
15258 2008-07-26 Tom Tromey <tromey@redhat.com>
15259
15260 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
15261 (function_struct, function_struct_ptr): New globals.
15262 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15263 function pointer in a struct.
15264
15265 2008-07-26 Tom Tromey <tromey@redhat.com>
15266
15267 * gdb.base/macscp.exp: Add test for macro lexing bug.
15268
15269 2008-07-18 Tom Tromey <tromey@redhat.com>
15270
15271 * gdb.base/macscp.exp: Add macro tests.
15272
15273 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15274
15275 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
15276
15277 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15278
15279 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
15280
15281 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
15282
15283 * gdb.cp/class2.exp: fix for failure on spu-elf
15284
15285 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
15286
15287 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
15288
15289 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15290
15291 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
15292
15293 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
15294
15295 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
15296
15297 2008-07-11 Kevin Buettner <kevinb@redhat.com>
15298
15299 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
15300 of regexp to account for changes made to GDB in the printing of
15301 byte vectors.
15302
15303 2008-07-11 Tom Tromey <tromey@redhat.com>
15304
15305 * gdb.base/completion.exp: Add 'help' completion test.
15306
15307 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15308
15309 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
15310
15311 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15312
15313 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
15314
15315 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15316
15317 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
15318
15319 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15320
15321 * gdb.base/fullname.exp: Restore pwd if compiling failed.
15322
15323 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15324
15325 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
15326
15327 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15328
15329 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
15330 previous commit. Add a comment.
15331
15332 2008-06-28 Pedro Alves <pedro@codesourcery.com>
15333
15334 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
15335
15336 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15337
15338 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
15339
15340 2008-06-27 Pedro Alves <pedro@codesourcery.com>
15341
15342 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
15343 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
15344 compiling an executable, link in an object that forces unbuffered
15345 output.
15346 * lib/set_unbuffered_mode.c: New file.
15347
15348 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15349
15350 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
15351
15352 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
15353
15354 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
15355 mi_expect_stop.
15356 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
15357 Demand that *running is output.
15358 (detect_async): Perform checking every time.
15359 (mi_send_resuming_command): Extract everything into...
15360 (mi_send_resuming_command_raw): ...this.
15361 (mi_expect_stop): Don't accept any output before *stopped.
15362
15363 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
15364
15365 Robustify mi-simplerun.
15366 * gdb.mi/basics.c (main): Add a call to sleep.
15367 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
15368 * gdb.mi/mi2-cli.exp: Likewise.
15369 * gdb.mi/mi-break.exp: Likewise.
15370
15371 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
15372
15373 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
15374
15375 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15376
15377 * gdb.mi/mi-console.exp: Adjust.
15378 * gdb.mi/mi-syn-frame.exp: Adjust.
15379 * gdb.mi/mi2-console.exp: Adjust.
15380 * gdb.mi/mi2-syn-frame.exp: Adjust.
15381 * lib/mi-support.exp (mi_run_cmd): Adjust.
15382 (mi_send_resuming_command): Adjust.
15383
15384 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15385
15386 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
15387 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
15388 testing of stopped.
15389 * gdb.mi/mi2-syn-frame.exp: Likewise.
15390 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
15391 (async, detect_async): New.
15392 (mi_expect_stop, mi_continue_to_line): Adjust expectation
15393 depending on if we're running in sync or async mode.
15394
15395 2008-06-09 Tom Tromey <tromey@redhat.com>
15396
15397 * gdb.base/completion.exp: New tests for field name completion
15398 with spaces, and field name completion with '->'.
15399
15400 2008-06-06 Tom Tromey <tromey@redhat.com>
15401
15402 * gdb.base/break1.c (struct some_struct): New struct.
15403 (values): New global.
15404 * gdb.base/completion.exp: Add field name completion test.
15405
15406 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15407
15408 * gdb.cp/call-c.exp: Test for incorrect handling of reference
15409 to pointer.
15410 * gdb.cp/call-c.cc: Likewise.
15411
15412 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
15413
15414 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
15415 annotation.
15416
15417 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15418 Pedro Alves <pedro@codesourcery.com>
15419
15420 * gdb.threads/execl.c, gdb.threads/execl1.c,
15421 gdb.threads/execl.exp: New tests.
15422
15423 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
15424 Daniel Jacobowitz <dan@codesourcery.com>
15425
15426 * gdb.cp/exception.exp: Activate test, make it work with pending
15427 catchpoints.
15428
15429 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15430
15431 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
15432
15433 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
15434
15435 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
15436 now printed.
15437 * gdb.mi/mi2-var-cmd.exp: Likewise.
15438
15439 2008-05-27 Andreas Schwab <schwab@suse.de>
15440
15441 * gdb.base/frame-args.exp: Handle arguments that are optimized
15442 out.
15443
15444 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
15445
15446 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
15447 quiet for ppc32 and group options into a single variable.
15448
15449 2008-05-23 Joel Brobecker <brobecker@adacore.com>
15450
15451 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
15452 of zero-size elements.
15453 * gdb.ada/null_array.exp: Test printing this new array.
15454
15455 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15456
15457 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
15458
15459 2008-05-21 Joel Brobecker <brobecker@adacore.com>
15460
15461 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
15462 of the "finish" command.
15463
15464 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
15465
15466 * gdb.base/annota1.exp: Test for new annotation.
15467
15468 2008-05-16 Pedro Alves <pedro@codesourcery.com>
15469
15470 * gdb.base/fixsection.exp: New file.
15471 * gdb.base/fixsection0.c: New file.
15472 * gdb.base/fixsection1.c: New file.
15473
15474 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15475
15476 * gdb.base/annota1.exp: Accept printf@... in place of printf.
15477 * gdb.base/annota3.exp: Likewise.
15478
15479 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
15480
15481 * gdb.base/watch_thread_num.exp: Don't run tests that require
15482 watchpoints if the target doesn't support them.
15483
15484 2008-05-12 Doug Evans <dje@google.com>
15485
15486 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
15487
15488 2008-05-09 Joel Brobecker <brobecker@adacore.com>
15489
15490 * gdb.ada/assign_1.exp: New testcase.
15491
15492 2008-05-09 Doug Evans <dje@google.com>
15493
15494 * gdb.base/find.exp: New file.
15495 * gdb.base/find.c: New file.
15496
15497 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
15498
15499 * gdb.base/commands.exp (watchpoint_command_test): Handle
15500 gdb,no_hardware_watchpoints.
15501 * gdb.base/float.exp: Allow ARM targets without floating point.
15502 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
15503
15504 2008-05-06 Jerome Guitton <guitton@adacore.com>
15505 Joel Brobecker <brobecker@adacore.com>
15506
15507 * gdb.ada/lang_switch: New test program.
15508 * gdb.ada/lang_switch.exp: New testcase.
15509
15510 2008-05-05 Doug Evans <dje@google.com>
15511
15512 * gdb.base/help.exp (disassemble): Update expected help text.
15513
15514 2008-05-04 Pedro Alves <pedro@codesourcery.com>
15515
15516 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
15517
15518 2008-05-04 Pedro Alves <pedro@codesourcery.com>
15519
15520 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
15521 different times.
15522
15523 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15524
15525 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
15526 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
15527 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
15528 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
15529
15530 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
15531
15532 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
15533 notification to appear.
15534
15535 2008-05-04 Daniel Jacobowitz <dan@debian.org>
15536
15537 * gdb.base/fullname.c: New file.
15538 * gdb.base/fullname.exp: New file.
15539 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
15540
15541 2008-05-03 Pedro Alves <pedro@codesourcery.com>
15542
15543 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
15544 expressions with macros.
15545
15546 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15547
15548 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
15549
15550 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
15551
15552 * gdb.base/completion.exp: Handle lack of other symbols beginning
15553 with "a".
15554
15555 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
15556
15557 2008-05-02 Jim Blandy <jimb@codesourcery.com>
15558
15559 * gdb.asm/asmsrc1.s: Add scratch space.
15560
15561 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15562 Daniel Jacobowitz <dan@codesourcery.com>
15563
15564 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
15565 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
15566 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
15567
15568 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
15569
15570 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
15571
15572 2008-05-01 Joel Brobecker <brobecker@adacore.com>
15573
15574 * gdb.base/info-target.exp: New testcase.
15575
15576 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15577
15578 * gdb.cp/hang.exp: Use .cc instead of .C.
15579 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
15580 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
15581
15582 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15583
15584 * gdb.base/gdb1250.exp: Remove perror.
15585 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
15586
15587 2008-04-30 Pedro Alves <pedro@codesourcery.com>
15588
15589 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
15590 .2byte.
15591
15592 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
15593
15594 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
15595 (maybe_kfail): New.
15596
15597 2008-04-25 Pedro Alves <pedro@codesourcery.com>
15598
15599 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
15600
15601 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15602
15603 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
15604 * gdb.mi/mi2-syn-frame.exp: Likewise.
15605 * lib/mi-support.exp: Likewise.
15606
15607 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15608
15609 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
15610 to specify regexp for the location to stop at.
15611 * gdb.base/break-always.c: New.
15612 * gdb.base/break-always.exp: New.
15613
15614 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15615
15616 * lib/mi-support.exp (mi_runto_helper): Adjust
15617 for the original-location field.
15618 (mi_create_breakpoint, mi_list_breakpoints): New.
15619 * gdb.mi/mi-break.exp: Adjust.
15620 * gdb.mi/mi2-break.exp: Adjust.
15621 * gdb.mi/mi-pending.exp: Adjust.
15622 * gdb.mi/mi-simplerun.exp: Adjust.
15623 * gdb.mi/mi2-simplerun.exp: Adjust.
15624 * gdb.mi/mi-syn-frame.exp: Adjust.
15625 * gdb.mi/mi2-syn-frame.exp: Adjust.
15626 * gdb.mi/mi-until.exp: Adjust.
15627 * gdb.mi/mi2-until.exp: Adjust.
15628 * gdb.mi/mi-var-display.exp: Adjust.
15629 * gdb.mi/mi2-var-display.exp: Adjust.
15630 * gdb.mi/mi-watch.exp: Adjust.
15631 * gdb.mi/mi2-watch.exp: Adjust.
15632
15633 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
15634
15635 * aclocal.m4: Add override.m4.
15636 * configure: Regenerate.
15637
15638 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
15639
15640 * gdb.mi/var-cmd.c (do_at_tests): Verify that
15641 '-var-update --all-values' reports new value even the type
15642 of a variable object has changed.
15643
15644 2008-04-18 Craig Silverstein <csilvers@google.com>
15645
15646 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
15647 files.
15648
15649 2008-04-18 Joel Brobecker <brobecker@adacore.com>
15650
15651 * gdb.ada/atomic_enum: New test program.
15652 * gdb.ada/atomic_enum.exp: New testcase.
15653
15654 2008-04-17 Doug Evans <dje@google.com>
15655
15656 * gdb.opt/Makefile.in: Fix whitespace.
15657
15658 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
15659
15660 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
15661
15662 2008-04-17 Doug Evans <dje@google.com>
15663
15664 * gdb.base/hashline1.exp: New testcase.
15665 * gdb.base/hashline2.exp: New testcase.
15666 * gdb.base/hashline2.exp: New testcase.
15667
15668 2008-04-17 Pedro Alves <pedro@codesourcery.com>
15669
15670 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
15671
15672 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
15673
15674 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
15675 temporary breakpoint to match "Temporary breakpoint".
15676 * gdb.base/break.exp (delete_breakpoints): Likewise.
15677 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
15678 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
15679 * gdb.base/display.exp: Likewise.
15680 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
15681 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
15682 * gdb.base/restore.exp (restore_tests): Likewise.
15683 * gdb.base/sepdebug.exp: Likewise.
15684 * gdb.base/watchpoint.exp: Likewise.
15685 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
15686 * gdb.mi/mi-pending.exp: Likewise.
15687 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
15688 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
15689 * gdb.mi/mi-var-cmd.exp: Likewise.
15690 * gdb.mi/mi-var-display.exp: Likewise.
15691 * gdb.mi/mi2-cli.exp: Likewise.
15692 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
15693 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
15694 * gdb.mi/mi2-var-display.exp: Likewise.
15695 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
15696 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
15697 new "disp" field.
15698 (mi_expect_stop): Move after_reason argument to be really after
15699 reason. This is to support fix for PR2424.
15700
15701 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15702
15703 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
15704
15705 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
15706
15707 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
15708 field. Add more floating varobj tests.
15709 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
15710 field.
15711 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
15712 (main): Call do_at_tests.
15713 * lib/mi-support.exp (mi_create_floating_varobj)
15714 (mi_varobj_update_with_type_change): New.
15715
15716 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
15717
15718 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
15719 option of -var-evaluate-expression.
15720 * gdb.mi/mi2-var-display.exp: Likewise.
15721
15722 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
15723
15724 Introduce test setup helpers.
15725 * lib/gdb.exp (build_executable, clean_restart)
15726 (prepare_for_testing): New.
15727 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
15728 * gdb.base/return.exp: Likewise.
15729 * gdb.base/ending-run.exp: Likewise.
15730
15731 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
15732
15733 * gdb.mi/mi-async.exp: New test for asynchronous Machine
15734 Interface (MI) responses.
15735
15736 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
15737
15738 * gdb.cp/breakpoint.cc: New code to test conditions involving
15739 member variables.
15740 * gdb.cp/breakpoint.exp: Test condition involving member
15741 variables.
15742
15743 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
15744
15745 * lib/mi-support.exp (mi_expect_stop): New.
15746 (mi_run_cmd): Change the
15747 token. Use mi_send_resuming_command, use
15748 mi_expect_stop.
15749 (mi_execute_to_helper): Rename to mi_execute_to.
15750 (mi_send_resuming_command): Add more error patterns.
15751 (mi_wait_for_stop): Renamed to...
15752 (mi_get_stop_line): ...this.
15753 (mi_run_inline_test): Adjust.
15754
15755 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
15756 * gdb.mi/mi-console.exp: Likewise.
15757 * gdb.mi/mi-pending.exp: Likewise.
15758 * gdb.mi/mi-simplerun.exp: Likewise.
15759 * gdb.mi/mi-stack.exp: Likewise.
15760 * gdb.mi/mi-stepi.exp: Likewise.
15761 * gdb.mi/mi-syn-frame.exp: Add comment.
15762 * gdb.mi/mi-until.exp: Likewise.
15763 * gdb.mi/mi-var-display.exp: Likewise.
15764 * gdb.mi/mi-watch.exp: Likewise.
15765 * gdb.mi/mi2-cli.exp: Likewise.
15766 * gdb.mi/mi2-console.exp: Likewise.
15767 * gdb.mi/mi2-simplerun.exp: Likewise.
15768 * gdb.mi/mi2-stack.exp: Likewise.
15769 * gdb.mi/mi2-stepi.exp: Likewise.
15770 * gdb.mi/mi2-until.exp: Likewise.
15771 * gdb.mi/mi2-var-display.exp: Likewise.
15772 * gdb.mi/mi2-watch.exp: Likewise.
15773
15774 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15775
15776 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
15777
15778 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
15779
15780 2008-04-04 Pedro Alves <pedro@codesourcery.com>
15781
15782 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
15783 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
15784 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
15785 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
15786 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
15787 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
15788 expect an mi error duplicated in stderr.
15789
15790 2008-04-03 Joel Brobecker <brobecker@adacore.com>
15791
15792 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
15793 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
15794 Add a couple of tests that verify the behavior when the new setting
15795 is set to "cancel" and "all".
15796 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
15797 "ask" before we start the testing.
15798
15799 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
15800
15801 * gdb.cp/casts.cc: Add class reference variables.
15802 * gdb.cp/casts.exp: New test cases for up/down casting references.
15803
15804 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
15805
15806 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
15807 instead of beginning to make an extra test pass.
15808 * gdb.mi/mi2-var-display.exp: Likewise.
15809
15810 2008-03-31 Maciej W. Rozycki <macro@mips.com>
15811
15812 * gdb.base/break.exp: Mark failures as such. Fix formatting.
15813
15814 2008-03-31 Markus Deuling <deuling@de.ibm.com>
15815 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15816
15817 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
15818 value. Add xfail for older kernels.
15819
15820 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
15821
15822 Bring mi-support in line with gdb.exp.
15823 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
15824 (mi_gdb_start): New function.
15825
15826 2008-03-28 Maciej W. Rozycki <macro@mips.com>
15827
15828 * gdb.mi/mi-var-cmd.exp: Fix a typo.
15829
15830 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
15831
15832 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
15833 * gdb.mi/mi2-var-display.exp: Likewise.
15834
15835 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
15836
15837 * lib/mi-support.exp (mi_create_varobj_checked): New.
15838 (mi_list_varobj_children): Allow to check for a
15839 value.
15840 (mi_list_array_varobj_children): New.
15841
15842 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
15843 and mi_list_varobj_children, as opposed to hardcoding
15844 expected strings.
15845 * gdb.mi/gdb701.exp: Likewise.
15846 * gdb.mi/gdb792.exp: Likewise.
15847 * gdb.mi/mi-var-block.exp: Likewise.
15848 * gdb.mi/mi-var-cmd.exp: Likewise.
15849 * gdb.mi/mi-var-invalidate.exp: Likewise.
15850 * gdb.mi/mi2-var-block.exp: Likewise.
15851 * gdb.mi/mi2-var-child.exp: Likewise.
15852 * gdb.mi/mi2-var-cmd.exp: Likewise.
15853 * gdb.mi/mi2-var-display.exp: Likewise.
15854
15855 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15856
15857 Fix random false FAILs on i386.
15858 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
15859
15860 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
15861
15862 PR gdb/544
15863 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
15864
15865 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
15866
15867 PR gdb/544
15868 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
15869
15870 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15871
15872 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
15873 fixed PR gdb/544.
15874
15875 2008-03-21 Pedro Alves <pedro@codesourcery.com>
15876
15877 * gdb.threads/fork-child-threads.exp: Test next over fork.
15878
15879 2008-03-21 Chris Demetriou <cgd@google.com>
15880
15881 * gdb.base/break.exp (rbreak junk): New test for rbreak
15882 "Junk at end of arguments" issue.
15883
15884 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15885
15886 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
15887 *& to work on created array elements.
15888 (Top level): Test print $pc with a file. Test string operations
15889 without a target.
15890 * gdb.base/ptype.exp: Do not expect *& to work on created array
15891 elements.
15892
15893 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15894
15895 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15896 gdb.threads/staticthreads.exp: Update exit query.
15897
15898 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
15899
15900 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
15901
15902 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
15903
15904 * gdb.base/watchpoint.c (global_ptr, func4): New.
15905 (main): Call func4.
15906 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
15907 (test_inaccessible_watchpoint): New.
15908
15909 2008-02-29 Maciej W. Rozycki <macro@mips.com>
15910
15911 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
15912 select the largest.
15913
15914 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
15915
15916 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
15917 frames-invalid annotations.
15918
15919 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
15920
15921 * gdb.base/assign.exp: avoid same output for different tests.
15922
15923 2008-02-27 Doug Evans <dje@google.com>
15924
15925 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
15926 for bug 1738.
15927 (breakpoint_to_handler_entry): Ditto.
15928
15929 2008-02-27 Joel Brobecker <brobecker@adacore.com>
15930
15931 * gdb.base/ending-run.exp: Use the first line of code inside
15932 function body to test breakpoints.
15933 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
15934 location where the breakpoint is inserted when using the line
15935 where a function is declared. Fix typo in the description of
15936 one of the tests.
15937 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
15938
15939 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
15940
15941 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
15942 tests.
15943
15944 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
15945
15946 * gdb.base/args.exp: avoid same output for tests
15947 with single quotes.
15948
15949 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
15950
15951 * gdb.base/annota1.exp: Adjust for 'info break'
15952 format changes.
15953 * gdb.base/annota3.exp: Likewise.
15954 * gdb.base/break.exp: Likewise.
15955 * gdb.base/condbreak.exp: Likewise.
15956 * gdb.base/pending.exp: Likewise.
15957 * gdb.base/sepdebug.exp: Likewise.
15958 * gdb.base/unload.exp: Likewise.
15959 * gdb.cp/ovldbreak.exp: Likewise.
15960 * gdb.mi/mi-pending.exp: Likewise.
15961
15962 2008-02-07 Doug Evans <dje@google.com>
15963
15964 * gdb.cp/mb-inline.exp: New.
15965 * gdb.cp/mb-inline.h: New.
15966 * gdb.cp/mb-inline1.cc: New.
15967 * gdb.cp/mb-inline2.cc: New.
15968
15969 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
15970
15971 * gdb.pascal/floats.pas: New test program.
15972 * gdb.pascal/floats.exp: New testcase.
15973
15974 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15975
15976 * gdb.base/callfuncs.c (t_float_many_args): New function.
15977 (t_double_many_args): New function.
15978 * gdb.base/callfuncs.exp: Add tests for exceeding float
15979 and double parameters passed through the stack.
15980
15981 2008-02-05 Joel Brobecker <brobecker@adacore.com>
15982
15983 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
15984 gdb.ada/complete/foo.adb: New files.
15985 * gdb.ada/complete.exp: New testcase.
15986
15987 2008-02-03 Doug Evans <dje@google.com>
15988
15989 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
15990
15991 * gdb.cp/gdb2384.exp: New file.
15992 * gdb.cp/gdb2384.cc: New file.
15993 * gdb.cp/gdb2384-base.h: New file.
15994 * gdb.cp/gdb2384-base.cc: New file.
15995
15996 2008-02-02 Doug Evans <dje@google.com>
15997
15998 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
15999
16000 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16001
16002 * gdb.ada/sym_print_name: New test program.
16003 * gdb.ada/sym_print_name.exp: New testcase.
16004
16005 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16006
16007 * gdb.ada/nested/hello.adb: New file.
16008 * gdb.ada/nested.exp: New testcase.
16009 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16010
16011 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16012
16013 * gdb.mi/basic.c (return_1): New function.
16014 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
16015 don't cause future evaluations of function to report
16016 creation of internal breakpoints.
16017
16018 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16019
16020 * gdb.mi/mi-break.exp (test_error): New.
16021 Call it.
16022
16023 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
16024
16025 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
16026 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
16027
16028 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16029
16030 * gdb.pascal/integers.pas: New test program.
16031 * gdb.pascal/integers.exp: New testcase.
16032
16033 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16034
16035 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
16036
16037 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
16038
16039 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
16040 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
16041
16042 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
16043
16044 * gdb.ada/formatted_ref: New test program.
16045 * gdb.ada/formatted_ref.exp: New testcase.
16046
16047 * gdb.cp/formatted-ref.cc: New file.
16048 * gdb.cp/formatted-ref.exp: New testcase.
16049
16050 2008-01-30 Joel Brobecker <brobecker@adacore.com>
16051
16052 * gdb.base/ptype.exp: Add testing of "ptype $pc".
16053
16054 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
16055
16056 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
16057 (test_file_list_exec_source_file): Update to new macro-info field.
16058
16059 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
16060
16061 * gdb.ada/exprs: New test program.
16062 * gdb.ada/exprs.exp: New testcase.
16063
16064 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16065
16066 * dfp-test.c (DELTA, DELTA_B): New definitions.
16067 (double_val1, double_val2, double_val3, double_val4, double_val5,
16068 double_val6, double_val7, double_val8, double_val9, double_val10,
16069 double_val11, double_val12, double_val13, double_val14, dec32_val1,
16070 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
16071 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
16072 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
16073 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
16074 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
16075 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
16076 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
16077 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
16078 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
16079 dec128_val16): New global variables.
16080 (decimal_dec128_align): New function.
16081 (decimal_mixed): Likewise.
16082 (decimal_many_args_dec32): Likewise.
16083 (decimal_many_args_dec64): Likewise.
16084 (decimal_many_args_dec128): Likewise.
16085 (decimal_many_args_mixed): Likewise.
16086 * dfp-test.exp: Add tests calling new inferior functions.
16087
16088 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16089
16090 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
16091 gdb.server/ext-run.exp: New files.
16092 * lib/gdbserver-support.exp (gdbserver_download): New.
16093 (gdbserver_start): New. Update gdbserver expected
16094 output.
16095 (gdbserver_spawn): Use them.
16096 (gdbserver_start_extended): New.
16097
16098 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16099
16100 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
16101 Run on GNU/Linux.
16102 (do_exec_tests): Check for systems which do not support catchpoints.
16103 Do not match START.
16104 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
16105 Run on GNU/Linux. Enable verbose output.
16106 (check_fork_catchpoints): New.
16107 (explicit_fork_child_follow, catch_fork_child_follow)
16108 (tcatch_fork_parent_follow): Update expected messages.
16109 (do_fork_tests): Use check_fork_catchpoints.
16110 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
16111 Run on GNU/Linux. Enable verbose output.
16112 (check_vfork_catchpoints): New.
16113 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
16114 expected messages.
16115 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
16116
16117 2008-01-29 Jim Blandy <jimb@red-bean.com>
16118
16119 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
16120 host' errors.
16121 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
16122
16123 2008-01-29 Jim Blandy <jimb@red-bean.com>
16124
16125 * gdb.threads/sigthread.c: Use barriers to ensure that
16126 child_thread and child_thread_two are always initialized before we
16127 start to use them.
16128
16129 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
16130
16131 * gdb.base/watchpoint-solib.exp: New.
16132 * gdb.base/watchpoint-solib.c: New.
16133 * gdb.base/watchpoint-solib-shr.c: New.
16134
16135 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
16136
16137 * gdb.base/gdb1056.exp: Add unsigned integer test.
16138
16139 2008-01-28 Doug Evans <dje@google.com>
16140
16141 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
16142
16143 2008-01-27 Jim Blandy <jimb@codesourcery.com>
16144
16145 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
16146
16147 * gdb.base/expand-psymtabs.exp: Doc fix.
16148
16149 2008-01-26 Mark Kettenis <kettenis@gnu.org>
16150
16151 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16152
16153 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
16154
16155 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
16156 -var-set-format.
16157
16158 2008-01-23 Chris Demetriou <cgd@google.com>
16159
16160 * gdb.threads/thread_events.c: New testcase source file.
16161 * gdb.threads/thread_events.exp: New testcase expect file.
16162
16163 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
16164
16165 * lib/gdb.exp: Add the variable octal.
16166
16167 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
16168 -var-set-format.
16169
16170 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
16171 Vladimir Prus <vladimir@codesourcery.com>
16172
16173 * gdb.base/float.exp: Allow missing floating point for m68k and
16174 PowerPC.
16175
16176 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
16177
16178 * gdb.mi/basics.c: Setup for testing breakpoints
16179 ignore count.
16180 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
16181 * gdb.mi/mi-cli.exp: Adjust.
16182 * gdb.mi/mi2-cli.exp: Adjust.
16183
16184 2008-01-17 Pedro Alves <pedro@codesourcery.com>
16185
16186 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
16187 and 'dummy_ptr' integer pointer. Initialize struct_declarations
16188 with dummy_ptr's address.
16189 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
16190 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
16191 all targets.
16192 * gdb.mi/mi2-var-child.exp: Likewise.
16193
16194 2008-01-09 Joel Brobecker <brobecker@adacore.com>
16195
16196 * gdb.ada/null_array: New test program.
16197 * gdb.ada/null_array.exp: New testcase.
16198
16199 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
16200
16201 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
16202 with required float modifiers.
16203
16204 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16205
16206 * gdb.ada/funcall_param: New test program.
16207 * gdb.ada/funcall_param.exp: New testcase.
16208
16209 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16210
16211 * gdb.ada/arrayparam: New test program.
16212 * gdb.ada/arrayparam.exp: New testcase.
16213
16214 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16215
16216 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
16217 landed. Should also fix random failures in the test following it.
16218
16219 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
16220
16221 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
16222 for expressions with decimal float values.
16223 (test_dfp_conversions): New function to test casts to and from
16224 decimal float types.
16225 Call test_dfp_conversions.
16226 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
16227 elements.
16228 (main): Initialize ds.float4 and ds.double8 elements.
16229 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
16230 string to new error message.
16231 (d64_set_tests): Likewise.
16232 (d128_set_tests): Likewise.
16233 Add tests for expressions with decimal float variables. Add tests for
16234 conversions to and from decimal float types.
16235
16236 2008-01-05 Joel Brobecker <brobecker@adacore.com>
16237
16238 * gdb.ada/packed_tagged/comp_bug.adb: New file.
16239 * gdb.ada/packed_tagged.exp: New testcase.
16240
16241 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16242
16243 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
16244 gdb.ada/homonym/homonym_main.adb: New files.
16245 * gdb.ada/homonym.exp: New testcase.
16246
16247 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16248
16249 * gdb.ada/packed_array.exp: Add testing of references to
16250 a packed array.
16251
16252 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16253
16254 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
16255 New files.
16256 * gdb.ada/type_coercion.exp: New testcase.
16257
16258 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16259
16260 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
16261 gdb.ada/tagged/foo.adb: New file.
16262 * gdb.ada/tagged.exp: New testcase.
16263
16264 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16265
16266 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
16267 gdb.ada/ptype_field/foo.adb: New files.
16268 * gdb.ada/ptype_field.exp: New testcase.
16269
16270 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16271
16272 * gdb.ada/print_pc.exp: New testcase.
16273
16274 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16275
16276 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
16277 gdb.ada/taft_type/p.adb: New files.
16278 * gdb.ada/taft_type.exp: New testcase.
16279
16280 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16281
16282 * gdb.ada/array_bounds/bar.adb: New file.
16283 * gdb.ada/array_bounds.exp: New testcase.
16284
16285 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16286
16287 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
16288 gdb.ada/arrayptr/foo.adb: New files.
16289 * gdb.ada/arrayptr.exp: New testcase.
16290
16291 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16292
16293 * gdb.base/set-lang-auto.exp: New testcase.
16294
16295 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16296
16297 * gdb.ada/fun_addr/foo.adb: New file.
16298 * gdb.ada/fun_addr.exp: New testcase.
16299
16300 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16301
16302 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
16303 New files
16304
16305 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16306
16307 * array_subscript_addr/p.adb: New file.
16308 * array_subscript_addr.exp: New testcase.
16309
16310 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16311
16312 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
16313 New files.
16314 * gdb.ada/str_cmp_ref.exp: New testcase.
16315
16316 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16317
16318 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
16319 gdb.ada/fun_in_declare/foo.adb: New files.
16320 * gdb.ada/fun_in_declare.exp: New testcase.
16321
16322 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16323
16324 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
16325 gdb.ada/ref_param/pck.ads: New files.
16326 * gdb.ada/ref_param.exp: New testcase.
16327
16328 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16329
16330 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
16331 gdb.ada/interface/foo.adb: New files.
16332 * gdb.ada/interface.exp: New testcase.
16333
16334 2007-12-31 Jim Blandy <jimb@codesourcery.com>
16335
16336 * gdb.base/multi-forks.exp: Consume all output from child
16337 processes before proceeding to next test.
16338
16339 2007-12-29 Jim Blandy <jimb@codesourcery.com>
16340
16341 * configure: Regenerated.
16342
16343 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16344
16345 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
16346 gdb.ada/fixed_cmp/fixed.adb: New files.
16347 * gdb.ada/fixed_cmp.exp: New testcase.
16348
16349 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16350
16351 * gdb.ada/boolean_expr.exp: New testcase.
16352
16353 2007-12-26 Jim Blandy <jimb@codesourcery.com>
16354
16355 * gdb.base/multi-forks.exp: Doc fix.
16356
16357 2007-12-26 Joel Brobecker <brobecker@adacore.com>
16358
16359 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16360 * gdb.ada/char_param.exp: Do not compile our test program with
16361 -gnata, this is unnecessary.
16362 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
16363
16364 2007-12-24 Joel Brobecker <brobecker@adacore.com>
16365
16366 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
16367 gdb.ada/print_chars/foo.adb: New files.
16368 * gdb.ada/print_chars.exp: New testcase.
16369
16370 2007-12-24 Joel Brobecker <brobecker@adacore.com>
16371
16372 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
16373 gdb.ada/char_param/foo.adb: New files.
16374 * gdb.ada/char_param.exp: New testcase.
16375
16376 2007-12-22 Jim Blandy <jimb@codesourcery.com>
16377
16378 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
16379 hard-coding source line numbers into the test.
16380 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
16381 gdb_get_line_number to find.
16382
16383 2007-12-22 Joel Brobecker <brobecker@adacore.com>
16384
16385 * gdb.base/ptype.c (highest): New struct type.
16386 (the_highest): New variable of that type.
16387 (main): Add dummy assignment to a field of variable the_highest.
16388 * gdb.base/ptype.exp: Test type printing of our new variable.
16389
16390 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
16391
16392 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
16393 and record first explicitly generated thread number.
16394 Use that thread number for thread specific watchpoint test.
16395 Add iteration number to repetitive tests.
16396
16397 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
16398 Jim Blandy <jimb@codesourcery.com>
16399
16400 * gdb.base/expand-psymtabs.c: New testcase
16401 source file.
16402 * gdb.base/expand-psymtabs.exp: New testcase
16403 expect file.
16404
16405 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
16406
16407 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
16408 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
16409
16410 2007-12-17 Joel Brobecker <brobecker@adacore.com>
16411
16412 * gdb.ada/frame_args/foo.adb: New file.
16413 * gdb.ada/frame_args/pck.ads: New file.
16414 * gdb.ada/frame_args/pck.adb: New file.
16415 * gdb.ada/frame_args.exp: New testcase.
16416
16417 2007-12-17 Joel Brobecker <brobecker@adacore.com>
16418
16419 * gdb.base/frame-args.c: New file.
16420 * gdb.base/frame-args.exp: New testcase.
16421
16422 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
16423 Joseph Myers <joseph@codesourcery.com>
16424
16425 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
16426
16427 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
16428
16429 * gdb.mi/mi-pending.exp: New.
16430 * gdb.mi/mi-pending.c: New.
16431 * gdb.mi/mi-pendshr.c: New.
16432
16433 2007-12-06 Jim Blandy <jimb@codesourcery.com>
16434
16435 * gdb.base/default.exp: Update expected output for 'info catch'.
16436
16437 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16438
16439 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
16440 must be set to binary.
16441
16442 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
16443
16444 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
16445
16446 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
16447
16448 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
16449 gdb.mi/mi-file-transfer.exp: New.
16450
16451 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16452
16453 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
16454
16455 2007-11-22 Maciej W. Rozycki <macro@mips.com>
16456
16457 * gdb.trace/backtrace.exp: Fix a typo.
16458 * gdb.trace/circ.exp: Likewise.
16459 * gdb.trace/collection.exp: Likewise.
16460 * gdb.trace/limits.exp: Likewise.
16461 * gdb.trace/report.exp: Likewise.
16462 * gdb.trace/tfind.exp: Likewise.
16463 * gdb.trace/while-dyn.exp: Likewise.
16464
16465 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
16466
16467 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
16468 objects of pointers that can't be dereferenced are now
16469 "noneditable".
16470
16471 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16472
16473 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
16474 (target_cpu): Remove.
16475
16476 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
16477
16478 * gdb.base/ending-run.exp: Expect the list of cleared
16479 breakpoint to come in natural order, not the reversed one.
16480
16481 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
16482
16483 * gdb.mi/mi-var-child.c (do_child_deletion): New.
16484 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
16485
16486 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
16487
16488 * gdb.base/printcmds.exp: New function
16489 test_printf_with_dfp.
16490
16491 2007-11-02 Doug Evans <dje@google.com>
16492
16493 * gdb.disasm/t01_mov.s: Remove carriage returns.
16494 * gdb.disasm/t02_mova.s: Ditto.
16495 * gdb.disasm/t03_add.s: Ditto.
16496 * gdb.disasm/t04_sub.s: Ditto.
16497 * gdb.disasm/t05_cmp.s: Ditto.
16498 * gdb.disasm/t06_ari2.s: Ditto.
16499 * gdb.disasm/t07_ari3.s: Ditto.
16500 * gdb.disasm/t08_or.s: Ditto.
16501 * gdb.disasm/t09_xor.s: Ditto.
16502 * gdb.disasm/t10_and.s: Ditto.
16503 * gdb.disasm/t11_logs.s: Ditto.
16504 * gdb.disasm/t12_bit.s: Ditto.
16505 * gdb.disasm/t13_otr.s: Ditto.
16506
16507 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16508
16509 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
16510
16511 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16512
16513 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
16514 provide DFP support.
16515
16516 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
16517
16518 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
16519 Test "set powerpc vector-abi". Skip auto-detection tests for old
16520 toolchains.
16521
16522 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16523
16524 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
16525 with [string compare].
16526
16527 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16528
16529 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
16530 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
16531
16532 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
16533
16534 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
16535 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
16536 * gdb.opt/Makefile.in: New makefile.
16537 * Makefile.in: Create new directory "gdb.opt".
16538 * configure.ac: Add "gdb.opt" directory.
16539 * configure: Regenerated.
16540
16541 2007-10-25 Doug Evans <dje@google.com>
16542
16543 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
16544 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
16545
16546 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
16547 Thiago Jung Bauermann <bauerman@br.ibm.com>
16548
16549 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
16550 Floating Point expressions.
16551 * gdb.base/dfp-test.exp: new file adding tests for Decimal
16552 Floating Point variables.
16553 * gdb.base/dfp-test.c: new file containing program with Decimal
16554 Floating variables, used by gdb.base/dfp-test.exp.
16555
16556 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
16557
16558 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
16559
16560 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16561
16562 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
16563 compiling test case with GCC.
16564 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
16565
16566 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16567
16568 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
16569 format changes.
16570
16571 2007-10-18 Michael Snyder <msnyder@specifix.com>
16572
16573 * gdb.base/dbx.exp: Add missing "-re " operator.
16574
16575 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
16576
16577 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
16578 * configure.ac: Removed trailing spaces after backslash.
16579 * gdb.modula2: New directory.
16580 * gdb.modula2/Makefile.in: New file.
16581 * gdb.modula2/unbounded-array.exp: New file.
16582 * gdb.modula2/unbounded1.c: New file.
16583
16584 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
16585
16586 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
16587
16588 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
16589
16590 * gdb.base/sigstep.c (main): Add checks for
16591 return values for setitimer call.
16592 Call setitimer again with itimer = ITIMER_REAL
16593 if first call to setitimer fails.
16594
16595 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
16596
16597 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
16598 of $timeout.
16599
16600 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
16601
16602 * gdb.server/server-run.exp: Test for dynamic linker symbols.
16603
16604 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
16605
16606 * lib/gdb.exp (gdb_run_cmd): Move comment outside
16607 of gdb_expect call, to avoid interruption.
16608
16609 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
16610
16611 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
16612 (v_unsigned_long_long, v_long_long_array)
16613 (v_signed_long_long_array, v_unsigned_long_long_array)
16614 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
16615 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
16616 [!NO_LONG_LONG]: New.
16617 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
16618 v_long_long_member.
16619
16620 (v_long_long_func, v_signed_long_long_func)
16621 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
16622 (main) [!NO_LONG_LONG]: Initialize long long variants.
16623
16624 * gdb.base/whatis.exp: If board file requests no_long_long, build
16625 test with NO_LONG_LONG defined. Test long long, signed long long,
16626 and unsigned long long variants but only if board file doesn't
16627 disable it.
16628
16629 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
16630 Daniel Jacobowitz <dan@codesourcery.com>
16631
16632 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
16633 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
16634 * configure: Regenerated.
16635 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
16636 gdb.pascal/types.exp, lib/pascal.exp: New files.
16637
16638 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
16639
16640 * gdb.cp/classes.exp (do_tests): Always step to the line after the
16641 call.
16642 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
16643 to return to the call.
16644 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
16645 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
16646 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
16647 * gdb.mi/mi-until.exp (test_until): Likewise.
16648 * gdb.mi/mi2-until.exp (test_until): Likewise.
16649
16650 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
16651
16652 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
16653 two-char array.
16654 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
16655
16656 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
16657
16658 * gdb.threads/watchthreads.c (thread_function): Sleep between
16659 iterations.
16660 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
16661 at once for S/390. Generate matching fails and passes.
16662
16663 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
16664
16665 * gdb.mi/var-cmd.c (do_children_tests): Initialize
16666 the 'struct_declarations' variable to zeros.
16667
16668 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
16669
16670 * gdb.cp/mb-ctor.cc: New.
16671 * gdb.cp/mb-ctor.exp: New.
16672 * gdb.cp/mb-templates.cc: New.
16673 * gdb.cp/mb-templates.exp: New.
16674
16675 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
16676
16677 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
16678
16679 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
16680
16681 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
16682 targets.
16683 * configure: Regenerate.
16684
16685 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
16686
16687 * gdb.base/annota1.exp: Adjust for 'info break'
16688 format changes.
16689 * gdb.base/annota3.exp: Likewise.
16690 * gdb.base/break.exp: Likewise.
16691 * gdb.base/condbreak.exp: Likewise.
16692 * gdb.base/pending.exp: Likewise.
16693 * gdb.base/sepdebug.exp: Likewise.
16694 * gdb.base/unload.exp: Likewise.
16695 * gdb.base/ovldbreak.exp: Likewise.
16696
16697 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
16698
16699 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
16700 messages.
16701 * gdb.base/chng-syms.exp: Likewise.
16702 * gdb.base/unload.exp: Likewise.
16703
16704 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
16705
16706 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
16707
16708 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
16709
16710 * schedlock.c (NUM): Change to 1.
16711 (main): Use args[0] for the main thread.
16712 * schedlock.exp: Only expect two threads. Only issue one pass or fail
16713 regardless of the number of threads.
16714
16715 2007-09-14 Maciej W. Rozycki <macro@mips.com>
16716
16717 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
16718 type down.
16719 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
16720 test.
16721 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
16722 watchpoint type down.
16723 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
16724 test.
16725
16726 2007-09-14 Maciej W. Rozycki <macro@mips.com>
16727
16728 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
16729 Move all the tests here and run them twice, once using software
16730 watchpoints and once using hardware watchpoints.
16731 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
16732
16733 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
16734
16735 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
16736 test.
16737
16738 2007-09-10 Mark Kettenis <kettenis@gnu.org>
16739
16740 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
16741 build-id.
16742
16743 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
16744 know about $ORIGIN. Calculate output dir from $dest instead of
16745 using ${objdir}/{$subdir}.
16746
16747 2007-09-09 Mark Kettenis <kettenis@gnu.org>
16748
16749 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
16750 gcore, before continuing with the test.
16751
16752 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
16753
16754 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
16755 * gdb.mi/mi-watch.exp: Likewise.
16756
16757 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
16758 Jim Blandy <jimb@codesourcery.com>
16759
16760 * gdb.arch/i386-sse.exp: Do not expect character constants.
16761 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
16762 * gdb.base/display.exp: Allow print/s.
16763 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
16764 and unsigned char array changes.
16765
16766 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
16767
16768 * gdb.base/display.exp: Add tests for printf %p.
16769
16770 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
16771
16772 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
16773 the dll name to unicode.
16774
16775 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16776
16777 * gdb.base/default.exp (show version): Update the version text.
16778 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
16779
16780 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16781
16782 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
16783 New files.
16784
16785 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16786
16787 * lib/gdb.exp (build_id_debug_filename_get): New function.
16788 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
16789 Remove the generate DEBUG file for the future testcase runs.
16790 New testcase for the NT_GNU_BUILD_ID retrieval.
16791 Move the final testing step to ...
16792 (test_different_dir): ... a new function.
16793 New parameter XFAIL to XFAIL all the tests performed.
16794 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
16795 New parameter TYPE to PF_PREFIX all the tests performed.
16796
16797 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
16798
16799 * gdb.mi/mi-var-cp.cc (path_expression): New
16800 function.
16801 * gdb.mi/mi-var-cp.exp: Run path exression tests.
16802
16803 2007-08-27 Markus Deuling <deuling@de.ibm.com>
16804
16805 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
16806 to fit into SPU Local Store memory.
16807
16808 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16809
16810 * gdb.base/default.exp: Adjust the expected output of "info
16811 warranty" after the switch to GPLv3.
16812
16813 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16814
16815 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
16816 to 30000 (from 20000).
16817
16818 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16819
16820 Switch the license of all .exp files to GPLv3.
16821 Switch the license of all .f and .f90 files to GPLv3.
16822 Switch the license of all .s and .S files to GPLv3.
16823
16824 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16825
16826 * configure.ac: Switch license to GPLv3.
16827
16828 2007-08-23 Joel Brobecker <brobecker@adacore.com>
16829
16830 Switch the licensing to GPLv3 for all .ads and .adb files.
16831
16832 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
16833
16834 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
16835 and t_int_double.
16836 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
16837
16838 2007-08-17 Joel Brobecker <brobecker@adacore.com>
16839
16840 * gdb.base/step-line.c: Switch license to GPL version 3, and
16841 update copyright year.
16842 * gdb.base/step-line.inp: Likewise.
16843
16844 2007-08-17 Joel Brobecker <brobecker@adacore.com>
16845
16846 * gdb.base/gdb1555.exp: Make expected output immune to formatting
16847 changes inside gdb1555.c.
16848 * gdb.base/pending.exp: Likewise.
16849
16850 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
16851
16852 * config/default.exp: New file.
16853
16854 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
16855
16856 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
16857 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
16858
16859 2007-07-30 Maciej W. Rozycki <macro@mips.com>
16860
16861 * gdb.base/dump.exp: Force the correct endianness for binary
16862 formats not carrying this information.
16863
16864 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16865
16866 * gdb.threads/staticthreads.exp: Match .*sem_post.
16867
16868 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16869
16870 * gdb.base/readline.exp (operate_and_get_next): Match the final
16871 prompt.
16872
16873 2007-07-23 Kevin Buettner <kevinb@redhat.com>
16874
16875 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
16876 to restarting SID.
16877
16878 2007-07-18 Kevin Buettner <kevinb@redhat.com>
16879
16880 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
16881 prior to `gdb_start'.
16882
16883 2007-07-18 Kevin Buettner <kevinb@redhat.com>
16884
16885 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
16886 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
16887 Remove call to gdb_unload.
16888
16889 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
16890 Daniel Jacobowitz <dan@codesourcery.com>
16891
16892 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
16893 for __WIN32__.
16894 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
16895 * gdb.base/unload.exp: Use shared library test routines.
16896
16897 2007-07-03 Markus Deuling <deuling@de.ibm.com>
16898
16899 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
16900 * gdb.base/solib-symbol-lib.c: Likewise.
16901 * gdb.base/solib-symbol-main.c: Likewise.
16902
16903 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
16904
16905 * config/gdbserver.exp (gdb_reconnect): New.
16906 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
16907 gdb.base/solib-disc.exp: New files.
16908 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
16909 remote debugging".
16910 (gdb_compile): Add shlib_load flag.
16911 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
16912 port.
16913 (gdbserver_reconnect): New.
16914
16915 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
16916 Daniel Jacobowitz <dan@codesourcery.com>
16917
16918 * gdb.base/annota3.exp: Test for if construct.
16919
16920 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
16921
16922 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
16923
16924 2007-06-21 Chris Dearman <chris@mips.com>
16925 Maciej W. Rozycki <macro@mips.com>
16926
16927 * gdb.base/display.exp: Allow a newline after display/i.
16928 * gdb.base/pc-fp.exp: Likewise.
16929 * gdb.base/sigbpt.exp: Likewise.
16930
16931 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
16932
16933 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
16934 required features to be included.
16935
16936 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
16937
16938 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
16939 in info threads output.
16940
16941 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16942 Markus Deuling <deuling@de.ibm.com>
16943
16944 * gdb.arch/spu-info.exp: New testcase.
16945 * gdb.arch/spu-info.c: New file.
16946
16947 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
16948
16949 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
16950 tpcs_offset. Restore lr after the call.
16951 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
16952
16953 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
16954
16955 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
16956 (gdbserver_run): Kill any running gdbserver.
16957 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
16958
16959 2007-05-17 Maciej W. Rozycki <macro@mips.com>
16960
16961 * gdb.base/sigbpt.exp: Preset segv_addr.
16962
16963 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
16964
16965 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
16966 (gdb_compile_shlib): Likewise.
16967 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
16968 (default_gdb_init): Clear cleanfiles.
16969 (gdb_finish): Delete recorded cleanfiles.
16970 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
16971
16972 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
16973 Do not use isnative.
16974 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
16975 gdb.base/so-impl-ld.exp: Likewise.
16976 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
16977 * gdb.base/unload.exp: Likewise. Do not pass empty option to
16978 gdb_compile.
16979
16980 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
16981
16982 * config/unknown.exp: Remove.
16983
16984 2007-05-15 Markus Deuling <deuling@de.ibm.com>
16985
16986 * gdb.base/info-proc.exp: Check is_remote.
16987
16988 2007-05-14 Markus Deuling <deuling@de.ibm.com>
16989
16990 * gdb.base/gcore.exp: Initialize variable core_supported.
16991
16992 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
16993
16994 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
16995
16996 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
16997
16998 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
16999 * gdb.threads/print-threads.exp (test_all_threads): Allow
17000 negative and hexadecimal thread IDs.
17001
17002 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17003
17004 * gdb.java/jprint.java (public): Avoid invalid call to static
17005 method.
17006
17007 2007-05-14 Denis Pilat <denis.pilat@st.com>
17008
17009 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
17010 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
17011 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
17012 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
17013 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
17014
17015 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17016
17017 * gdb.base/overlays.exp: Add support for targets with only code
17018 overlay support, not data overlay. Support spu-*-* target in
17019 this mode.
17020 * gdb.base/ovlymgr.c: Provide stubs for spu target.
17021 * gdb.base/spu.ld: New file.
17022
17023 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
17024
17025 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
17026
17027 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
17028
17029 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
17030
17031 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17032
17033 * gdb.java/jmain.exp: Handle demangled names with and without method
17034 signatures.
17035
17036 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17037
17038 * gdb.mi/mi-syn-frame.c (main, foo, bar)
17039 (have_a_very_merry_interrupt): Remove calls to puts.
17040 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
17041 inferior output.
17042 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
17043 test names.
17044
17045 2007-04-29 Markus Deuling <deuling@de.ibm.com>
17046 Daniel Jacobowitz <dan@codesourcery.com>
17047
17048 * gdb.base/auxv.exp (core_works): Also check is_remote.
17049 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
17050
17051 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
17052
17053 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
17054 message, not the undefined 'module' variable.
17055 * gdb.base/siginfo.exp: Likewise.
17056 * gdb.base/sigstep.exp: Likewise.
17057 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
17058 serialport.
17059 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
17060
17061 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
17062
17063 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
17064 target sim fails. Return 0 otherwise.
17065 (gdb_load): Return prematurely if gdb_target_sim fails.
17066
17067 2007-04-16 Denis Pilat <denis.pilat@st.com>
17068
17069 * gdb.base/setshow.exp: Reset height after having set it to 100.
17070
17071 2007-04-16 Denis Pilat <denis.pilat@st.com>
17072
17073 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
17074
17075 2007-04-16 Denis Pilat <denis.pilat@st.com>
17076
17077 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
17078
17079 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
17080
17081 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
17082 tests. Run the frozen varobjs test.
17083 * gdb.mi/var-cmd.c (do_frozen_tests): New.
17084 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
17085
17086 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17087
17088 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
17089 gdb.base/type-opaque.exp: New files.
17090
17091 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
17092
17093 * gdb.mi/mi-var-child.c
17094 (do_children_tests): User char[2] instead of
17095 char so that automatic printing of pointers to char
17096 don't give unpredicable result.
17097 * gdb.mi/var-cmd.c (do_locals_test): Initialize
17098 local variables.
17099 * gdb.mi/mi-var-child.exp: Step to right line
17100 of do_children_tests.
17101 * gdb.mi/mi2-var-child.exp: Likewise.
17102 * gdb.mi/mi-var-cmd.exp: Step to right line of
17103 do_locals_tests.
17104 (do_children_tests): User char[2] instead of
17105 char so that automatic printing of pointers to char
17106 don't give unpredicable result.
17107 * gdb.mi/mi2-var-cmd.exp: Likewise.
17108 * lib/mi-support.exp (mi_continue_to_line):
17109 Pass test name to mi_wait_for_stop.
17110
17111 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17112
17113 * gdb.asm/asm-source.exp: Remove d10v case.
17114 * lib/gdb.exp (skip_cplus_tests): Likewise.
17115 * gdb.asm/d10v.inc: Deleted.
17116
17117 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17118
17119 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
17120
17121 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17122
17123 * config/netware.exp: Delete file.
17124
17125 2007-03-29 Joel Brobecker <brobecker@adacore.com>
17126
17127 * gdb.dwarf2/dw2-noloc.S: New file.
17128 * gdb.dwarf2/dw2-noloc.exp: New file.
17129
17130 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
17131
17132 * gdb.cp/method2.cc: New test.
17133 * gdb.cp/method2.exp: New test.
17134 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
17135
17136 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17137
17138 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
17139
17140 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
17141
17142 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
17143
17144 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17145
17146 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
17147 (gdb_load): Delete, replace with...
17148 (gdb_reload): ...this.
17149 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
17150 * gdb.server/server-mon.exp: Likewise.
17151 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
17152 (gdb_start_cmd): New.
17153 (gdb_file_cmd): Save the last loaded file.
17154 (gdb_reload): New.
17155 (gdb_gnu_strip_debug): Use transform.
17156 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
17157 support here. Use new $last_loaded_file. Check mtime.
17158 (gdb_target_cmd): Handle ObjC failure case.
17159 (infer_host_exec): Delete.
17160 (gdbserver_load): Rename to...
17161 (gdbserver_run): ...this. Simplify.
17162 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
17163 (mi_gdb_load): Move most contents to a new function...
17164 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
17165 (mi_run_cmd): Use mi_gdb_target_load.
17166 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
17167 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
17168 Use gdb_run_cmd.
17169 * gdb.base/charsign.exp: Remove incorrect comment.
17170 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
17171 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
17172 gdb.base/start.exp: Use gdb_start_cmd.
17173
17174 2007-03-23 Nigel Stephens <nigel@mips.com>
17175 Maciej W. Rozycki <macro@mips.com>
17176
17177 * gdb.base/sigbpt.exp: Fix the message when skipping test.
17178 * gdb.base/signull.exp: Similarly.
17179
17180 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17181
17182 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
17183 messages available to test cases (like chng-sym.exp).
17184
17185 2007-03-14 Andreas Schwab <schwab@suse.de>
17186
17187 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17188 format changes.
17189
17190 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
17191
17192 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
17193 (optimized_1): New.
17194 (main): Call optimized_1.
17195 (gdb2029): Correct typos. Call gdb2029_marker.
17196 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
17197 for gdb2029.
17198
17199 2007-03-12 Mark Kettenis <kettenis@gnu.org>
17200
17201 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
17202 as tabs. Remove redundant test pattern.
17203
17204 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17205
17206 * gdb.base/long_long.exp: Accept optional symbol name in <...>
17207 for /a format output.
17208
17209 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
17210
17211 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
17212 collect output incrementally.
17213
17214 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17215
17216 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
17217 for -var-create lpcharacter test.
17218 * gdb.mi/mi2-var-cmd.exp: Likewise.
17219
17220 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17221
17222 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
17223 pass on targets where address zero is readable.
17224
17225 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17226
17227 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
17228 just a single architecture.
17229
17230 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17231
17232 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
17233 (fetch_all_registers): New function, uses gdb_test_multiple and
17234 exp_continue to fetch inferior output line-by-line.
17235 Replace all uses of do_get_all_registers by fetch_all_registers.
17236
17237 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17238
17239 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
17240 in target_info.
17241
17242 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17243
17244 * gdb.threads/manythreads.exp: Use $message string for
17245 consistancy; add a default (timeout) case.
17246
17247 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17248
17249 * gdb.base/watchpoint.exp: Fix truncated comment.
17250
17251 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17252
17253 * Makefile.in: Remove spurious single-quotes from sed command.
17254
17255 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17256
17257 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
17258 func.
17259 * gdb.mi/mi2-var-cmd.exp: Likewise.
17260
17261 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17262
17263 * gdb.dwarf2/dw2-producer.S: New file.
17264 * gdb.dwarf2/dw2-producer.exp: New testcase.
17265
17266 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
17267
17268 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17269 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17270 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17271 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17272 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17273 Revert tests to use mi_gdb_test and include value field in output
17274 of -var-create.
17275
17276 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17277
17278 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
17279
17280 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17281
17282 * gdb.base/maint.exp: Remove full paths from test names.
17283 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
17284 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
17285
17286 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17287
17288 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
17289
17290 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17291
17292 * gdb.server/server-mon.exp: New test.
17293
17294 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17295
17296 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
17297
17298 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17299
17300 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
17301 register capitalization.
17302
17303 2007-02-13 Denis Pilat <denis.pilat@st.com>
17304
17305 * gdb.mi/mi-var-invalidate.exp: New file.
17306
17307 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17308
17309 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
17310
17311 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17312
17313 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
17314
17315 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17316
17317 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
17318 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
17319
17320 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
17321
17322 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17323 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17324 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17325 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17326 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17327 * gdb.mi/gdb792.exp, lib/mi-support.exp:
17328 Update tests to include value field in output of -var-create.
17329
17330 2007-02-08 Andreas Schwab <schwab@suse.de>
17331
17332 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
17333
17334 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
17335
17336 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
17337 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
17338
17339 2007-02-02 Denis Pilat <denis.pilat@st.com>
17340
17341 * gdb.threads/threadapply.exp: check that frame is not changed by
17342 the thread apply all command.
17343
17344 2007-01-31 Andreas Schwab <schwab@suse.de>
17345
17346 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17347
17348 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
17349 in the dwarf sections.
17350 * gdb.dwarf2/mac-fileno.S: Likewise.
17351
17352 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
17353 bspstore register on ia64.
17354
17355 2007-01-29 Andreas Schwab <schwab@suse.de>
17356
17357 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
17358 "frame-begin" annotation.
17359
17360 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
17361 number of "frames-invalid" annotations.
17362
17363 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17364
17365 * gdb.base/commands.exp: Call if_commands_test.
17366 (gdb_test_no_prompt, if_commands_test): New.
17367
17368 2007-01-28 Mark Kettenis <kettenis@gnu.org>
17369
17370 * gdb.threads/sigthread.c (NSIGS): Make bigger.
17371
17372 2007-01-27 Andreas Schwab <schwab@suse.de>
17373
17374 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
17375 .short/.int/.quad in the dwarf sections.
17376 * gdb.dwarf2/dw2-intercu.S: Likewise.
17377 * gdb.dwarf2/dw2-intermix.S: Likewise.
17378
17379 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17380
17381 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
17382 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
17383 array.
17384 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
17385 * gdb.base/setvar.exp: Likewise.
17386
17387 2007-01-26 Andreas Schwab <schwab@suse.de>
17388
17389 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
17390 test.
17391
17392 * gdb.base/multi-forks.exp ("restart $i"): Also match
17393 __kernel_syscall_via_break.
17394
17395 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
17396
17397 * lib/mi-support.exp (mi_delete_varobj): New.
17398 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
17399 testcase.
17400 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
17401 (main): Call the above.
17402 (reference_update_test, base_in_reference_test)
17403 (reference_to_pointer): Delete the created varobjs.
17404
17405 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
17406
17407 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
17408 * configure: Regenerated.
17409 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
17410 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
17411 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
17412 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
17413 * lib/gdb.exp (gdb_skip_xml_test): New function.
17414
17415 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
17416
17417 * gdb.base/sigrepeat.exp: Correct error message.
17418
17419 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17420 Daniel Jacobowitz <dan@codesourcery.com>
17421
17422 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
17423 gdb.arch/i386-gnu-cfi-asm.S: New files.
17424
17425 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17426
17427 * lib/gdb.exp: Abort on missing `site.exp'.
17428
17429 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17430 Daniel Jacobowitz <dan@codesourcery.com>
17431
17432 * gdb.base/included.c, gdb.base/included.exp,
17433 gdb.base/included.h: New files.
17434
17435 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17436
17437 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
17438 (maximize_rlimit): Reduce limits on 64-bit systems.
17439
17440 2007-01-19 Mark Kettenis <kettenis@gnu.org>
17441
17442 From Marcus Deuling <deuling@de.ibm.com>:
17443 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
17444 every case.
17445
17446 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
17447
17448 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
17449 (test_path_specification): Use objdir instead of srcdir to always
17450 get an absolute filename.
17451
17452 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
17453
17454 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
17455
17456 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
17457
17458 * gdb.mi/mi-var-cp.cc (reference_update_tests):
17459 Make sure the variable we're using is in scope.
17460 (reference_to_pointer): Likewise.
17461
17462 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17463
17464 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
17465 has no debug information.
17466
17467 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17468
17469 * gdb.base/annota1.exp: Remove extra send_gdb.
17470
17471 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17472
17473 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
17474
17475 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17476
17477 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
17478
17479 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
17480 Daniel Jacobowitz <dan@codesourcery.com>
17481
17482 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
17483 lcharacter or linteger change. Correct duplicated test name.
17484 * gdb.mi/mi2-var-cmd.exp: Likewise.
17485
17486 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
17487
17488 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
17489
17490 2007-01-05 Joel Brobecker <brobecker@adacore.com>
17491
17492 * gdb.base/nofield.c: New file.
17493 * gdb.base/nofield.exp: New testcase.
17494
17495 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
17496
17497 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
17498
17499 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
17500 test.
17501
17502 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17503
17504 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
17505
17506 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17507
17508 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
17509 when continuing.
17510
17511 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17512
17513 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
17514 Expect ".exe" extension.
17515
17516 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17517
17518 * gdb.base/charset.exp: Add explicit filename to break.
17519 * gdb.base/dbx.exp: Add explicit filename to breaks.
17520
17521 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17522
17523 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
17524 * gdb.mi/mi2-file.exp: Likewise.
17525
17526 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17527
17528 Implement specification of MI tests as comments
17529 in C and C++ sources.
17530 * lib/mi-support.exp (mi_autotest_data): New variable.
17531 (mi_autotest_source): New variable.
17532 (count_newlines, mi_prepare_inline_tests)
17533 (mi_get_inline_test, mi_continue_to_line)
17534 (mi_run_inline_test, mi_tbreak)
17535 (mi_send_resuming_command, mi_wait_for_stop): New functions.
17536 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
17537 Run inline tests.
17538 * gdb.mi/mi-var-cp.cc: Define tests here.
17539
17540 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17541
17542 Simplify usage of mi_continue_to.
17543 * lib/mi-support.exp (mi_runto_helper): Renamed
17544 from mi_runto, added new parameter 'run_or_continue'.
17545 (mi_runto): Use mi_runto_helper.
17546 (mi_continue_to): Accept just function name as parameter.
17547 Use mi_runto_helper.
17548 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
17549 * gdb.mi/mi2-var-cmd.exp: Likewise.
17550
17551 2006-01-04 Joel Brobecker <brobecker@adacore.com>
17552
17553 Make this testcase a bit more realistic. The current code
17554 is too simplistic, and allows the compiler to optimize out
17555 some of the entities we need for this testcase.
17556 * gdb.ada/null_record/bar.ads (Void_Star): New type.
17557 (Do_Nothing): Add extra parameter.
17558 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
17559 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
17560 by using a variable of type Void_Star.
17561
17562 2006-01-04 Joel Brobecker <brobecker@adacore.com>
17563
17564 * gdb.ada/catch_ex/foo.adb: New file.
17565 * gdb.ada/catch_ex.exp: New testcase.
17566
17567 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
17568
17569 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
17570 pass --image-base to linker.
17571
17572 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17573 Daniel Jacobowitz <dan@codesourcery.com>
17574
17575 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
17576 secondary prompts.
17577
17578 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17579
17580 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
17581 output. Test the types of members and member pointers.
17582 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
17583 gdb/2092.
17584 * gdb.cp/member-ptr.exp: Search for a comment instead of a
17585 statement. Enable for GCC. Update expected output for some tests
17586 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
17587 layout.
17588 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
17589 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
17590 (Diamond::vget_base): New.
17591 (main): Add new tests.
17592 * gdb.cp/printmethod.exp: Update expected output for member functions.
17593 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
17594 print pEe->D::vg().
17595
17596 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17597
17598 * gdb.threads/tls.exp: Allow stops in sem_post.
17599
17600 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
17601
17602 * gdb.base/annota1.exp: Allow .*printf in backtraces.
17603 * gdb.base/annota3.exp: Likewise.
17604 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
17605 again (instead of timing out).
17606 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
17607 GCC bug 26475.
17608 * gdb.java/jmisc.exp: Adjust to work with method signatures including
17609 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
17610 test from jmisc1.exp.
17611 * gdb.java/jmisc1.exp: Delete.
17612 * gdb.java/jprint.exp: Adjust to work with method signatures including
17613 return types.
17614 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
17615 * gdb.threads/linux-dp.exp: Don't be confused by program output.
17616 * lib/java.exp (compile_java_from_source): Pass the correct type
17617 to target_compile.
17618
17619 2006-12-31 Joel Brobecker <brobecker@adacore.com>
17620
17621 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
17622 (stack_align_edx): New function.
17623 (stack_align_eax): New function.
17624 (main): Add calls to stack_align_edx and stack_align_eax.
17625 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
17626 Add testing for the cases where the register used during a stack
17627 realignment is edx. Same for eax.
17628
17629 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
17630
17631 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
17632 and generic PE targets.
17633
17634 2006-12-29 Joel Brobecker <brobecker@adacore.com>
17635
17636 * gdb.ada/array_return.exp: Update copyright date list.
17637
17638 2006-12-27 Joel Brobecker <brobecker@adacore.com>
17639
17640 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
17641 (Create_Small_Float_Vector): New function.
17642 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
17643 function body.
17644 * gdb.ada/array_return/p.adb: Use new type and function from
17645 package Pck.
17646 * gdb.ada/array_return.exp: Add a test verifying that GDB is
17647 able to print the value returned by a function returning an
17648 array of float.
17649
17650 2006-12-20 Joel Brobecker <brobecker@adacore.com>
17651
17652 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
17653 The associated tests should be PASSing.
17654
17655 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
17656
17657 Test for base in references.
17658 * gdb.mi/mi-var-cp.cc: Add test code.
17659 * gdb.mi/mi-var-cp.exp: Test for bases in references.
17660 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
17661 * gdb.mi/mi2-watch.exp: Likewise.
17662 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
17663 (mi_list_varobj_children): New function.
17664
17665 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
17666
17667 * lib/mi-support.exp
17668 (mi_runto): Accept "()" after function name.
17669 (mi_create_varobj): New function.
17670 (mi_varobj_update): New function.
17671 (mi_Check_varobj_value): New function.
17672 * gdb.mi/mi-var-cp.exp: New file.
17673 * gdb.mi/mi-var-cp.cc: New file.
17674
17675 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
17676
17677 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
17678 gdb.base/weaklib2.c: New files.
17679
17680 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
17681
17682 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
17683 info. Adjust test names.
17684
17685 * gdb.base/break.c (main): Move position of malloc.
17686 * gdb.base/break.exp: Revert mistaken checkin.
17687
17688 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
17689
17690 * gdb.mi/mi-var-cmd.exp: Check -var-update after
17691 assignement of arrays and function pointers.
17692 * gdb.mi/var-cmd.c: Add declaration necessary for above
17693 tests.
17694
17695 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
17696
17697 * gdb.base/break.c (main): Call malloc.
17698
17699 * gdb.threads/linux-dp.exp: Read thread table before and after
17700 creating each philosopher and verify it.
17701
17702 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
17703 Paul Brook <paul@codesourcery.com>
17704 Daniel Jacobowitz <dan@codesourcery.com>
17705
17706 * gdb.base/ending-run.exp: Flatten expect script stepping out of
17707 main to remove duplication. Add start function of the form
17708 '_*start[1-9]*'. Add RVDS start function.
17709
17710 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
17711
17712 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
17713
17714 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17715
17716 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
17717 * gdb.asm/spu.inc: New file.
17718 * gdb.base/term.exp: Disable if [target_info exists noargs].
17719 * gdb.gdb/complaints.exp: Disable if ![isnative].
17720 * gdb.gdb/selftest.exp: Likewise.
17721 * gdb.gdb/observer.exp: Likewise.
17722 * gdb.gdb/xfullpath.exp: Likewise.
17723 * gdb.base/attach.exp: Disable on SPU target.
17724 * gdb.cp/bs145503.exp: Likewise.
17725 * gdb.cp/exception.exp: Likewise.
17726 * gdb.cp/userdef.exp: Likewise.
17727
17728 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
17729
17730 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
17731
17732 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
17733
17734 * gdb.base/completion.exp: Fix completion tests for
17735 'info' and 'info '.
17736 * gdb.base/help.exp (help_test_raw, test_class_help)
17737 (test_prefix_command_help): Move...
17738 * lib/gdb.exp: Here.
17739 * gdb.base/main.exp: Adjust.
17740 * gdb.cp/maint.exp: Adjust.
17741 * gdb.trace/tracecmd.exp: Use test_help_class.
17742
17743 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
17744
17745 * gdb.stabs/weird.exp (print_weird_var): Use
17746 gdb_test_multiple instead of gdb_expect.
17747
17748 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
17749
17750 * gdb.base/help.exp (help_test_raw): New.
17751 (test_class_help): New.
17752 (test_prefix_command_help): New.
17753 Adjust testcases.
17754
17755 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
17756
17757 * gdb.base/constvars.c (main): Write to crass and crips, so that
17758 they are allocated by the compiler.
17759
17760 2006-10-27 Andreas Schwab <schwab@suse.de>
17761
17762 * gdb.base/multi-forks.exp: Use "detach fork" instead of
17763 "detach-fork".
17764
17765 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
17766
17767 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
17768 of patterns.
17769
17770 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
17771
17772 * gdb.base/sepdebug.exp: Remove debug format test.
17773 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
17774 Handle no-symtab.
17775 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
17776
17777 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
17778
17779 * gdb.threads/manythreads.c (thread_function, main): Don't cast
17780 int to pointer or pointer to int.
17781 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
17782
17783 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
17784
17785 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
17786
17787 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17788
17789 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
17790
17791 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17792
17793 PR c++/2116
17794 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
17795
17796 2006-10-06 Joel Brobecker <brobecker@adacore.com>
17797
17798 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
17799 the corresponding bug has been fixed in GDB (PR/2018).
17800
17801 2006-10-06 Joel Brobecker <brobecker@adacore.com>
17802
17803 * gdb.base/subst.exp: New testcase.
17804
17805 2006-10-06 Joel Brobecker <brobecker@adacore.com>
17806
17807 * gdb.ada/array_return/pck.ads: Add copyright notice.
17808 * gdb.ada/array_return/pck.adb: Likewise.
17809 * gdb.ada/array_return/p.adb: Likewise.
17810 * gdb.ada/exec_changed/first.adb: Likewise.
17811 * gdb.ada/exec_changed/second.adb: Likewise.
17812
17813 2006-10-06 Joel Brobecker <brobecker@adacore.com>
17814
17815 * gdb.ada/watch_arg/watch.adb: New file.
17816 * gdb.ada/watch_arg.exp: New testcase.
17817
17818 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
17819
17820 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
17821 via string_to_regexp.
17822 * gdb.mi/mi2-basics.exp: Likewise.
17823
17824 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
17825
17826 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
17827 Remove unused / obsolete files.
17828
17829 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
17830
17831 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
17832
17833 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
17834
17835 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
17836 HIGH_FRAME argument to -stack-list-arguments can be larger than
17837 the number of frames.
17838
17839 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
17840
17841 * gdb.base/args.c (main): Add breakpoint marker.
17842 * gdb.base/args.exp: Use args_test for tests. Add new tests which
17843 really test empty arguments.
17844 (args_load): Delete.
17845 (args_test): New.
17846
17847 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
17848
17849 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
17850 check for one file.
17851
17852 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
17853
17854 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
17855 HIGH_FRAME argument to -stack-list-locals can be larger than
17856 the number of frames.
17857
17858 2006-08-18 Fred Fish <fnf@specifix.com>
17859
17860 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
17861 '$' in front of skip_vmx_tests_saved when setting that.
17862
17863 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
17864
17865 * gdb.base/trace-commands.exp: New file.
17866
17867 2006-08-10 Joel Brobecker <brobecker@adacore.com>
17868 Daniel Jacobowitz <dan@codesourcery.com>
17869
17870 * gdb.base/step-bt.exp: Make hexadecimal address optional in
17871 expected output of the backtrace commands.
17872
17873 2006-08-09 Joel Brobecker <brobecker@adacore.com>
17874
17875 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
17876 untested followed by return combination.
17877 * gdb.arch/altivec-regs.exp: Likewise.
17878 * gdb.arch/e500-abi.exp: Likewise.
17879 * gdb.arch/e500-regs.exp: Likewise.
17880 * gdb.arch/gdb1291.exp: Likewise.
17881 * gdb.arch/gdb1431.exp: Likewise.
17882 * gdb.arch/gdb1558.exp: Likewise.
17883 * gdb.arch/i386-prologue.exp: Likewise.
17884 * gdb.arch/i386-unwind.exp: Likewise.
17885 * gdb.asm/asm-source.exp: Likewise.
17886 * gdb.base/a2-run.exp: Likewise.
17887 * gdb.base/advance.exp: Likewise.
17888 * gdb.base/all-bin.exp: Likewise.
17889 * gdb.base/annota1.exp: Likewise.
17890 * gdb.base/annota3.exp: Likewise.
17891 * gdb.base/args.exp: Likewise.
17892 * gdb.base/arithmet.exp: Likewise.
17893 * gdb.base/assign.exp: Likewise.
17894 * gdb.base/async.exp: Likewise.
17895 * gdb.base/attach.exp: Likewise.
17896 * gdb.base/bang.exp: Likewise.
17897 * gdb.base/bigcore.exp: Likewise.
17898 * gdb.base/bitfields.exp: Likewise.
17899 * gdb.base/bitfields2.exp: Likewise.
17900 * gdb.base/break.exp: Likewise.
17901 * gdb.base/call-sc.exp: Likewise.
17902 * gdb.base/call-strs.exp: Likewise.
17903 * gdb.base/callfuncs.exp: Likewise.
17904 * gdb.base/checkpoint.exp: Likewise.
17905 * gdb.base/chng-syms.exp: Likewise.
17906 * gdb.base/code-expr.exp: Likewise.
17907 * gdb.base/commands.exp: Likewise.
17908 * gdb.base/completion.exp: Likewise.
17909 * gdb.base/cond-expr.exp: Likewise.
17910 * gdb.base/condbreak.exp: Likewise.
17911 * gdb.base/consecutive.exp: Likewise.
17912 * gdb.base/constvars.exp: Likewise.
17913 * gdb.base/corefile.exp: Likewise.
17914 * gdb.base/cvexpr.exp: Likewise.
17915 * gdb.base/dbx.exp: Likewise.
17916 * gdb.base/define.exp: Likewise.
17917 * gdb.base/detach.exp: Likewise.
17918 * gdb.base/display.exp: Likewise.
17919 * gdb.base/dump.exp: Likewise.
17920 * gdb.base/ena-dis-br.exp: Likewise.
17921 * gdb.base/ending-run.exp: Likewise.
17922 * gdb.base/environ.exp: Likewise.
17923 * gdb.base/eval-skip.exp: Likewise.
17924 * gdb.base/exprs.exp: Likewise.
17925 * gdb.base/fileio.exp: Likewise.
17926 * gdb.base/finish.exp: Likewise.
17927 * gdb.base/float.exp: Likewise.
17928 * gdb.base/foll-exec.exp: Likewise.
17929 * gdb.base/foll-fork.exp: Likewise.
17930 * gdb.base/foll-vfork.exp: Likewise.
17931 * gdb.base/freebpcmd.exp: Likewise.
17932 * gdb.base/funcargs.exp: Likewise.
17933 * gdb.base/gcore.exp: Likewise.
17934 * gdb.base/gdb1090.exp: Likewise.
17935 * gdb.base/gdb1250.exp: Likewise.
17936 * gdb.base/huge.exp: Likewise.
17937 * gdb.base/info-proc.exp: Likewise.
17938 * gdb.base/interrupt.exp: Likewise.
17939 * gdb.base/jump.exp: Likewise.
17940 * gdb.base/langs.exp: Likewise.
17941 * gdb.base/lineinc.exp: Likewise.
17942 * gdb.base/list.exp: Likewise.
17943 * gdb.base/logical.exp: Likewise.
17944 * gdb.base/long_long.exp: Likewise.
17945 * gdb.base/macscp.exp: Likewise.
17946 * gdb.base/maint.exp: Likewise.
17947 * gdb.base/mips_pro.exp: Likewise.
17948 * gdb.base/miscexprs.exp: Likewise.
17949 * gdb.base/multi-forks.exp: Likewise.
17950 * gdb.base/opaque.exp: Likewise.
17951 * gdb.base/overlays.exp: Likewise.
17952 * gdb.base/pc-fp.exp: Likewise.
17953 * gdb.base/pointers.exp: Likewise.
17954 * gdb.base/printcmds.exp: Likewise.
17955 * gdb.base/psymtab.exp: Likewise.
17956 * gdb.base/ptype.exp: Likewise.
17957 * gdb.base/recurse.exp: Likewise.
17958 * gdb.base/relational.exp: Likewise.
17959 * gdb.base/relocate.exp: Likewise.
17960 * gdb.base/remote.exp: Likewise.
17961 * gdb.base/reread.exp: Likewise.
17962 * gdb.base/restore.exp: Likewise.
17963 * gdb.base/return.exp: Likewise.
17964 * gdb.base/return2.exp: Likewise.
17965 * gdb.base/scope.exp: Likewise.
17966 * gdb.base/sect-cmd.exp: Likewise.
17967 * gdb.base/sep.exp: Likewise.
17968 * gdb.base/sepdebug.exp: Likewise.
17969 * gdb.base/setshow.exp: Likewise.
17970 * gdb.base/setvar.exp: Likewise.
17971 * gdb.base/sigall.exp: Likewise.
17972 * gdb.base/sigbpt.exp: Likewise.
17973 * gdb.base/signals.exp: Likewise.
17974 * gdb.base/signull.exp: Likewise.
17975 * gdb.base/sizeof.exp: Likewise.
17976 * gdb.base/solib.exp: Likewise.
17977 * gdb.base/step-line.exp: Likewise.
17978 * gdb.base/step-test.exp: Likewise.
17979 * gdb.base/structs.exp: Likewise.
17980 * gdb.base/structs2.exp: Likewise.
17981 * gdb.base/term.exp: Likewise.
17982 * gdb.base/twice.exp: Likewise.
17983 * gdb.base/until.exp: Likewise.
17984 * gdb.base/varargs.exp: Likewise.
17985 * gdb.base/volatile.exp: Likewise.
17986 * gdb.base/watchpoint.exp: Likewise.
17987 * gdb.base/whatis-exp.exp: Likewise.
17988 * gdb.base/whatis.exp: Likewise.
17989 * gdb.cp/ambiguous.exp: Likewise.
17990 * gdb.cp/annota2.exp: Likewise.
17991 * gdb.cp/annota3.exp: Likewise.
17992 * gdb.cp/bool.exp: Likewise.
17993 * gdb.cp/breakpoint.exp: Likewise.
17994 * gdb.cp/casts.exp: Likewise.
17995 * gdb.cp/class2.exp: Likewise.
17996 * gdb.cp/classes.exp: Likewise.
17997 * gdb.cp/cplusfuncs.exp: Likewise.
17998 * gdb.cp/ctti.exp: Likewise.
17999 * gdb.cp/derivation.exp: Likewise.
18000 * gdb.cp/exception.exp: Likewise.
18001 * gdb.cp/gdb1355.exp: Likewise.
18002 * gdb.cp/hang.exp: Likewise.
18003 * gdb.cp/inherit.exp: Likewise.
18004 * gdb.cp/local.exp: Likewise.
18005 * gdb.cp/m-data.exp: Likewise.
18006 * gdb.cp/m-static.exp: Likewise.
18007 * gdb.cp/member-ptr.exp: Likewise.
18008 * gdb.cp/method.exp: Likewise.
18009 * gdb.cp/misc.exp: Likewise.
18010 * gdb.cp/namespace.exp: Likewise.
18011 * gdb.cp/overload.exp: Likewise.
18012 * gdb.cp/ovldbreak.exp: Likewise.
18013 * gdb.cp/pr-1023.exp: Likewise.
18014 * gdb.cp/pr-1210.exp: Likewise.
18015 * gdb.cp/pr-574.exp: Likewise.
18016 * gdb.cp/printmethod.exp: Likewise.
18017 * gdb.cp/psmang.exp: Likewise.
18018 * gdb.cp/ref-params.exp: Likewise.
18019 * gdb.cp/ref-types.exp: Likewise.
18020 * gdb.cp/rtti.exp: Likewise.
18021 * gdb.cp/templates.exp: Likewise.
18022 * gdb.cp/try_catch.exp: Likewise.
18023 * gdb.cp/userdef.exp: Likewise.
18024 * gdb.cp/virtfunc.exp: Likewise.
18025 * gdb.disasm/am33.exp: Likewise.
18026 * gdb.disasm/h8300s.exp: Likewise.
18027 * gdb.disasm/mn10300.exp: Likewise.
18028 * gdb.disasm/sh3.exp: Likewise.
18029 * gdb.disasm/t01_mov.exp: Likewise.
18030 * gdb.disasm/t02_mova.exp: Likewise.
18031 * gdb.disasm/t03_add.exp: Likewise.
18032 * gdb.disasm/t04_sub.exp: Likewise.
18033 * gdb.disasm/t05_cmp.exp: Likewise.
18034 * gdb.disasm/t06_ari2.exp: Likewise.
18035 * gdb.disasm/t07_ari3.exp: Likewise.
18036 * gdb.disasm/t08_or.exp: Likewise.
18037 * gdb.disasm/t09_xor.exp: Likewise.
18038 * gdb.disasm/t10_and.exp: Likewise.
18039 * gdb.disasm/t11_logs.exp: Likewise.
18040 * gdb.disasm/t12_bit.exp: Likewise.
18041 * gdb.disasm/t13_otr.exp: Likewise.
18042 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
18043 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
18044 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18045 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
18046 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
18047 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18048 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18049 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18050 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
18051 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
18052 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18053 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18054 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18055 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18056 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18057 * gdb.mi/gdb701.exp: Likewise.
18058 * gdb.mi/gdb792.exp: Likewise.
18059 * gdb.mi/mi-basics.exp: Likewise.
18060 * gdb.mi/mi-break.exp: Likewise.
18061 * gdb.mi/mi-cli.exp: Likewise.
18062 * gdb.mi/mi-console.exp: Likewise.
18063 * gdb.mi/mi-disassemble.exp: Likewise.
18064 * gdb.mi/mi-eval.exp: Likewise.
18065 * gdb.mi/mi-file.exp: Likewise.
18066 * gdb.mi/mi-read-memory.exp: Likewise.
18067 * gdb.mi/mi-regs.exp: Likewise.
18068 * gdb.mi/mi-return.exp: Likewise.
18069 * gdb.mi/mi-simplerun.exp: Likewise.
18070 * gdb.mi/mi-stack.exp: Likewise.
18071 * gdb.mi/mi-stepi.exp: Likewise.
18072 * gdb.mi/mi-syn-frame.exp: Likewise.
18073 * gdb.mi/mi-until.exp: Likewise.
18074 * gdb.mi/mi-var-block.exp: Likewise.
18075 * gdb.mi/mi-var-child.exp: Likewise.
18076 * gdb.mi/mi-var-cmd.exp: Likewise.
18077 * gdb.mi/mi-var-display.exp: Likewise.
18078 * gdb.mi/mi-watch.exp: Likewise.
18079 * gdb.mi/mi2-basics.exp: Likewise.
18080 * gdb.mi/mi2-break.exp: Likewise.
18081 * gdb.mi/mi2-cli.exp: Likewise.
18082 * gdb.mi/mi2-console.exp: Likewise.
18083 * gdb.mi/mi2-disassemble.exp: Likewise.
18084 * gdb.mi/mi2-eval.exp: Likewise.
18085 * gdb.mi/mi2-file.exp: Likewise.
18086 * gdb.mi/mi2-read-memory.exp: Likewise.
18087 * gdb.mi/mi2-regs.exp: Likewise.
18088 * gdb.mi/mi2-return.exp: Likewise.
18089 * gdb.mi/mi2-simplerun.exp: Likewise.
18090 * gdb.mi/mi2-stack.exp: Likewise.
18091 * gdb.mi/mi2-stepi.exp: Likewise.
18092 * gdb.mi/mi2-syn-frame.exp: Likewise.
18093 * gdb.mi/mi2-until.exp: Likewise.
18094 * gdb.mi/mi2-var-block.exp: Likewise.
18095 * gdb.mi/mi2-var-child.exp: Likewise.
18096 * gdb.mi/mi2-var-cmd.exp: Likewise.
18097 * gdb.mi/mi2-var-display.exp: Likewise.
18098 * gdb.mi/mi2-watch.exp: Likewise.
18099 * gdb.stabs/exclfwd.exp: Likewise.
18100 * gdb.stabs/weird.exp: Likewise.
18101 * gdb.threads/gcore-thread.exp: Likewise.
18102 * gdb.trace/actions.exp: Likewise.
18103 * gdb.trace/backtrace.exp: Likewise.
18104 * gdb.trace/circ.exp: Likewise.
18105 * gdb.trace/collection.exp: Likewise.
18106 * gdb.trace/deltrace.exp: Likewise.
18107 * gdb.trace/infotrace.exp: Likewise.
18108 * gdb.trace/limits.exp: Likewise.
18109 * gdb.trace/packetlen.exp: Likewise.
18110 * gdb.trace/passc-dyn.exp: Likewise.
18111 * gdb.trace/passcount.exp: Likewise.
18112 * gdb.trace/report.exp: Likewise.
18113 * gdb.trace/save-trace.exp: Likewise.
18114 * gdb.trace/tfind.exp: Likewise.
18115 * gdb.trace/tracecmd.exp: Likewise.
18116 * gdb.trace/while-dyn.exp: Likewise.
18117 * gdb.trace/while-stepping.exp: Likewise.
18118
18119 2006-08-08 Joel Brobecker <brobecker@adacore.com>
18120
18121 * gdb.base/step-bt.c: New file.
18122 * gdb.base/step-bt.exp: New testcase.
18123
18124 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
18125
18126 * config/monitor.exp (gdb_load): Remove support for obsolete
18127 download-write-size.
18128 * gdb.base/remote.exp: Likewise. Update all callers of
18129 gdb_timed_load.
18130
18131 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
18132
18133 * cursal.exp: Pass binfile to gdb_load.
18134
18135 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
18136
18137 * gdb.base/cursal.exp: Add "" to gdb_load call.
18138
18139 2006-07-29 Mark Kettenis <kettenis@gnu.org>
18140
18141 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
18142 NetBSD/ELF targets.
18143
18144 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
18145
18146 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
18147 operator*.
18148
18149 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
18150
18151 * gdb.base/completion.exp: Update for change in "file" behavior.
18152 * gdb.stabs/weird.exp: Likewise.
18153 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
18154 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
18155
18156 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
18157
18158 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
18159 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
18160
18161 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
18162
18163 * gdb.base/default.exp: Update source command error message.
18164 * gdb.base/help.exp: Update 'help source' message.
18165
18166 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
18167
18168 * gdb.cp/bs15503.exp: Update comment for no longer crashing
18169 test.
18170
18171 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
18172
18173 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
18174
18175 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18176
18177 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
18178
18179 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18180
18181 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
18182
18183 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18184
18185 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
18186 *-*-openbsd* from targets for wich we expect ARM FPA floating
18187 point format.
18188
18189 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
18190
18191 * gdb.cp/annota3.exp: Expect frame-begin annotation.
18192
18193 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18194
18195 * gdb.base/annota3.exp: Expect frame-begin annotation.
18196
18197 2006-07-14 Joel Brobecker <brobecker@adacore.com>
18198
18199 * gdb.base/help.exp: Adjust "help unset" test to accept
18200 any list of unset commands.
18201
18202 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
18203 Daniel Jacobowitz <dan@codesourcery.com>
18204
18205 * gdb.cp/ref-params.exp: New test.
18206 * gdb.cp/ref-params.cc: New source file.
18207 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
18208
18209 2006-07-08 Mark Kettenis <kettenis@gnu.org>
18210
18211 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
18212 spaces/tabs in regular expressions since they might not be there.
18213
18214 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
18215
18216 * gdb.base/ifelse.exp: New file.
18217
18218 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
18219
18220 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
18221 line.
18222 * gdb.base/huge.exp: Loop over compilation to find a size that
18223 is acceptable.
18224 * gdb.base/remote.exp: Correct expected strings.
18225 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
18226
18227 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18228
18229 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
18230
18231 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18232
18233 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
18234 native.
18235
18236 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18237
18238 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
18239 enable stabs testing.
18240
18241 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18242
18243 * gdb.base/auxv.exp: Intercept undefined command messages before
18244 gdb_test_multiple does.
18245
18246 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18247
18248 * Makefile.in (host_alias): Remove.
18249 (target_alias): Use @target_noncanonical@.
18250 (site.exp): Don't set host_alias.
18251 * aclocal.m4: Remove contents. Include acx.m4.
18252 * configure: Regenerated.
18253 * configure.ac: Use ACX_NONCANONICAL_TARGET.
18254
18255 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
18256
18257 * lib/gdb.exp (gdb_load_cmd): New.
18258
18259 * gdb.base/fileio.c: Add system(NULL) test.
18260 * gdb.base/fileio.exp: Check it.
18261
18262 * gdb.base/break.c: Add 10a breakpoint at }
18263 * gdb.base/break.exp: Add test for breakpoint at }
18264 * gdb.cp/anon-union.cc: Add code at end of function.
18265 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
18266 * gdb.mi/var-cmd.c: Add code at end of function.
18267 * gdb.mi/mi-var-display.exp: Adjust end of next.
18268 * gdb.mi/mi2-var-display.exp: Likewise.
18269 * gdb.base/fileio.c: Add stop function and insert calls at
18270 stopping places.
18271 * gdb.base/fileio.exp: Breakpoint stop function and remove
18272 explicit line number references.
18273
18274 2006-05-19 Joel Brobecker <brobecker@adacore.com>
18275
18276 * gdb.base/del.exp (test_delete_alias): New function.
18277 Now check that both "del" and "d" work as aliases for "delete".
18278
18279 2006-05-18 Fred Fish <fnf@specifix.com>
18280
18281 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
18282 required. Check for spurious output after program exits normally.
18283
18284 2006-05-17 Fred Fish <fnf@specifix.com>
18285
18286 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
18287 gdb_load, so it works in the simulator.
18288
18289 2006-05-11 Fred Fish <fnf@specifix.com>
18290
18291 * gdb.base/bang.exp: Ignore unexpected output between the
18292 "program exited normally" and the gdb prompt, as many other
18293 tests do.
18294
18295 2006-05-07 Mark Kettenis <kettenis@gnu.org>
18296
18297 * gdb.base/help.exp: Make "delete checkpoint" part option for
18298 "help d" and "help delete" tests.
18299
18300 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18301
18302 * gdb.mi/mi-basics.exp: Add missing serial number to
18303 expected output in some mi_gdb_test statements.
18304 * gdb.mi/mi2-basics.exp: Likewise.
18305
18306 2006-05-05 Joel Brobecker <brobecker@adacore.com>
18307
18308 * gdb.base/del.c: New file.
18309 * gdb.base/del.exp: New testcase.
18310
18311 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
18312
18313 * gdb.base/break.exp: Do not assume a breakpoint on
18314 main will actually be in $srcfile when optimizing.
18315 * gdb.base/savedregs.exp: Do not require that the dummy
18316 frame location match up to a symbol and source file location.
18317 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
18318 will get printed without a mi_cmd_data_list_register_values prefix.
18319 (*-data-list-register-*): Correct regular expressions to expect the new
18320 pseudo d? floating point registers.
18321 * gdb.mi/mi2-regs.exp: Likewise.
18322
18323 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
18324
18325 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
18326 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
18327 is allocated by the compiler.
18328 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
18329 anons, e, anone to force their allocation by the compiler.
18330
18331 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
18332
18333 * gdb.base/help.exp: Update expected text for help d and
18334 help delete.
18335
18336 2006-05-02 Mark Kettenis <kettenis@gnu.org>
18337
18338 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
18339 NetBSD/ELF targets.
18340
18341 2006-04-30 Mark Kettenis <kettenis@gnu.org>
18342
18343 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
18344 single-step breakpoint fails; make this a KFAIL on
18345 sparc*-*-openbsd*.
18346 * gdb.base/siginfo.exp: Likewise.
18347 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18348
18349 2006-04-26 Michael Snyder <msnyder@redhat.com>
18350
18351 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
18352 which may have to consume output from other forks.
18353 Add tests to make sure that "delete fork" succeeded.
18354
18355 2006-04-20 Michael Snyder <msnyder@redhat.com>
18356
18357 * 2006-03-22 Jim Blandy <jimb@redhat.com>
18358 Add support for the Renesas M32C and M16C.
18359
18360 * gdb.asm/asm-source.exp: Add m32c target.
18361 * gdb.asm/m32c.inc: Support for m32c target.
18362
18363 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
18364
18365 * gdb.base/commands.exp (recursive_source_test): New test.
18366
18367 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
18368
18369 * gdb.base/float.exp: Add pattern for sparc targets.
18370
18371 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18372
18373 * gdb.base/commands.exp (stray_arg0_test): New test.
18374
18375 2006-03-30 Paul Brook <paul@codesourcery.com>
18376
18377 * gdb.mi/mi-until.exp: kfail broken until command.
18378 * gdb.mi/mi2-until.exp: Ditto.
18379
18380 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
18381
18382 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
18383
18384 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
18385
18386 * gdb.base/prelink.exp: Anchor tested-for regular expression
18387 on gdb prompt.
18388
18389 2006-03-07 Paul Brook <paul@codesourcery.com>
18390
18391 * gdb.base/assign.exp: Correct fail message.
18392
18393 2006-03-07 Paul Brook <paul@codesourcery.com>
18394
18395 * lib/compiler.c: Extract armcc version number.
18396 * lib/compiler.cc: Ditto.
18397
18398 2006-03-07 Paul Brook <paul@codesourcery.com>
18399
18400 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
18401 additional_flags=-w.
18402 * gdb.arch/altivec-regs.exp: Ditto.
18403 * gdb.arch/e500-abi.exp: Ditto.
18404 * gdb.arch/e500-regs.exp: Ditto.
18405 * gdb.base/all-bin.exp: Ditto.
18406 * gdb.base/annota1.exp: Ditto.
18407 * gdb.base/annota3.exp: Ditto.
18408 * gdb.base/args.exp: Ditto.
18409 * gdb.base/arithmet.exp: Ditto.
18410 * gdb.base/assign.exp: Ditto.
18411 * gdb.base/async.exp: Ditto.
18412 * gdb.base/bang.exp: Ditto.
18413 * gdb.base/break.exp: Ditto.
18414 * gdb.base/call-rt-st.exp: Ditto.
18415 * gdb.base/completion.exp: Ditto.
18416 * gdb.base/cond-expr.exp: Ditto.
18417 * gdb.base/condbreak.exp: Ditto.
18418 * gdb.base/consecutive.exp: Ditto.
18419 * gdb.base/define.exp: Ditto.
18420 * gdb.base/display.exp: Ditto.
18421 * gdb.base/ena-dis-br.exp: Ditto.
18422 * gdb.base/environ.exp: Ditto.
18423 * gdb.base/eval-skip.exp: Ditto.
18424 * gdb.base/info-proc.exp: Ditto.
18425 * gdb.base/jump.exp: Ditto.
18426 * gdb.base/logical.exp: Ditto.
18427 * gdb.base/long_long.exp: Ditto.
18428 * gdb.base/maint.exp: Ditto.
18429 * gdb.base/miscexprs.exp: Ditto.
18430 * gdb.base/pc-fp.exp: Ditto.
18431 * gdb.base/pointers.exp: Ditto.
18432 * gdb.base/relational.exp: Ditto.
18433 * gdb.base/reread.exp: Ditto.
18434 * gdb.base/sect-cmd.exp: Ditto.
18435 * gdb.base/sep.exp: Ditto.
18436 * gdb.base/sepdebug.exp: Ditto.
18437 * gdb.base/until.exp: Ditto.
18438 * gdb.base/whatis-exp.exp: Ditto.
18439 * gdb.cp/annota2.exp: Ditto.
18440 * gdb.cp/annota3.exp: Ditto.
18441 * gdb.trace/actions.exp: Ditto.
18442 * gdb.trace/backtrace.exp: Ditto.
18443 * gdb.trace/circ.exp: Ditto.
18444 * gdb.trace/collection.exp: Ditto.
18445 * gdb.trace/deltrace.exp: Ditto.
18446 * gdb.trace/infotrace.exp: Ditto.
18447 * gdb.trace/limits.exp: Ditto.
18448 * gdb.trace/packetlen.exp: Ditto.
18449 * gdb.trace/passc-dyn.exp: Ditto.
18450 * gdb.trace/passcount.exp: Ditto.
18451 * gdb.trace/report.exp: Ditto.
18452 * gdb.trace/save-trace.exp: Ditto.
18453 * gdb.trace/tfind.exp: Ditto.
18454 * gdb.trace/tracecmd.exp: Ditto.
18455 * gdb.trace/while-dyn.exp: Ditto.
18456 * gdb.trace/while-stepping.exp: Ditto.
18457 * lib/gdb.exp: Ditto.
18458 (gdb_compile): Handle nowarning option.
18459
18460 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
18461
18462 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
18463 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
18464 Rename executable to prelinkt. Don't re-prelink if we didn't
18465 get a core file. Test prelink -u exit status to tell whether
18466 prelinking failed. Use gdb_test_multiple.
18467
18468 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
18469
18470 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
18471 (do_tests): Call it.
18472
18473 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
18474
18475 * gdb.base/prelink.exp: New test.
18476 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
18477
18478 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
18479
18480 * gdb.fortran/derived-type.f90: New file.
18481 * gdb.fortran/derived-type.exp: New testcase.
18482
18483 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
18484
18485 * gdb.base/default.exp: Allow ';' as a directory separator.
18486
18487 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18488
18489 * gdb.base/help.exp (help add-symbol-file): Update.
18490
18491 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18492
18493 * gdb.base/help.exp (help load): Update expected results.
18494
18495 2006-02-19 Fred Fish <fnf@specifix.com>
18496
18497 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
18498 specifix hex value as part of results.
18499 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
18500
18501 2006-02-16 Fred Fish <fnf@specifix.com>
18502
18503 * gdb.base/whatis.c: Define variables using typedefs char_addr,
18504 ushort_addr, and slong_addr, so the typedefs are not optimized
18505 away.
18506 * gdb.base/whatis.exp: Add tests using type name for struct type,
18507 union type, enum type, and typedef.
18508
18509 2006-02-13 Mark Kettenis <kettenis@gnu.org>
18510
18511 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
18512
18513 2006-02-13 Jim Blandy <jimb@redhat.com>
18514
18515 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
18516 case where it takes two "next" commands to skip past the init
18517 call.
18518
18519 2006-02-12 Fred Fish <fnf@specifix.com>
18520
18521 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
18522 to handle cases where it takes two "next" commands to skip
18523 past the init call.
18524
18525 2006-02-07 Joel Brobecker <brobecker@adacore.com>
18526
18527 * gdb.ada/array_return.exp: Mark the last test as expected to fail
18528 on hppa32 targets.
18529
18530 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
18531
18532 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
18533 field.
18534
18535 2006-01-29 Mark Kettenis <kettenis@gnu.org>
18536
18537 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
18538
18539 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18540
18541 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
18542 files.
18543
18544 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18545
18546 * gdb.cp/maint.exp: Set complaints to a positive value.
18547
18548 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18549
18550 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
18551 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
18552 function name.
18553
18554 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18555
18556 * gdb.base/checkpoint.c: Update copyright notice. Include
18557 <stdlib.h>.
18558
18559 2006-01-04 Jim Blandy <jimb@redhat.com>
18560
18561 * gdb.asm/asm-source.exp: Independently provide default values for
18562 asm-flags and debug-flags. Use 'string equal' to do the
18563 comparison, not the implicit expr's '==' operator. Remove
18564 now-unneeded assignments to asm-flags. In h8300 case, place
18565 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
18566
18567 2006-01-04 Michael Snyder <msnyder@redhat.com>
18568
18569 * gdb.base/checkpoint.c: New file.
18570 * gdb.base/checkpoint.exp: New file.
18571 * gdb.base/multi-fork.c: New file.
18572 * gdb.base/multi-fork.exp: New file.
18573 * gdb.base/pi.txt: New file (data for checkpoint.c test).
18574
18575 2006-01-04 Fred Fish <fnf@specifix.com>
18576
18577 * gdb.base/ptype.c (foo): Add typedef.
18578 (intfoo): Add function.
18579 * gdb.base/ptype1.c: New file.
18580 * gdb.base/ptype.exp: Handle compilation and linking with two
18581 source files. Test that proper type for "foo" is found based
18582 on source context rather than first match found in symtabs.
18583
18584 2005-12-28 Mark Kettenis <kettenis@gnu.org>
18585
18586 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
18587 * gdb.asm/openbsd.inc: Indent commands.
18588
18589 2005-12-26 Mark Kettenis <kettenis@gnu.org>
18590
18591 * gdb.base/freebpcmd.exp: Increase timeout.
18592
18593 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
18594
18595 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
18596
18597 * gdb.base/default.exp: Update check for "show version".
18598
18599 2005-12-09 Randolph Chung <tausq@debian.org>
18600
18601 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
18602 * gdb.asm/pa64.inc: New file.
18603
18604 2005-12-09 Randolph Chung <tausq@debian.org>
18605
18606 * gdb.asm/common.inc: Indent commands.
18607 * gdb.asm/asmsrc1.s: Likewise.
18608 * gdb.asm/asmsrc2.s: Likewise.
18609
18610 2005-12-09 Randolph Chung <tausq@debian.org>
18611
18612 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
18613 (get_addr_of_sym): Remove duplicate print.
18614 (gen_core): xfail hppa*-*-hpux*, update expected output.
18615 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
18616 * gdb.arch/pa64-nullify.s: New file.
18617
18618 2005-12-09 Randolph Chung <tausq@debian.org>
18619
18620 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
18621
18622 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
18623
18624 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
18625 code generation for these functions.
18626 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
18627 error message.
18628
18629 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
18630
18631 * gdb.base/help.exp (help b, help br, help bre, help brea)
18632 (help break): Update the expected message.
18633
18634 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
18635
18636 * gdb.asm/m68hc11.inc: Setup the data section.
18637 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
18638 script for this test.
18639 (m6812-*-*): Likewise.
18640
18641 2005-11-09 Randolph Chung <tausq@debian.org>
18642
18643 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
18644
18645 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
18646
18647 * gdb.base/break.exp: Fix a comment typo.
18648
18649 2005-11-03 Jim Blandy <jimb@redhat.com>
18650
18651 Checked in by Elena Zannoni <ezannoni@redhat.com>
18652
18653 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
18654
18655 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
18656
18657 * gdb.arch/gdb1558.c: Include stdio.h.
18658
18659 2005-10-31 Mark Kettenis <kettenis@gnu.org>
18660
18661 * gdb.asm/asm-source.exp: Use -e instead of --entry.
18662
18663 2005-10-31 Mark Kettenis <kettenis@gnu.org>
18664
18665 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
18666
18667 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
18668
18669 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
18670 vscr" tests to better match output.
18671
18672 2005-10-12 Jim Blandy <jimb@redhat.com>
18673
18674 * gdb.base/structs.exp (any): New function.
18675 (test_struct_returns): Don't make any assumptions at all about
18676 what value the function returns when GDB can't set the return
18677 value.
18678
18679 2005-10-09 Joel Brobecker <brobecker@adacore.com>
18680
18681 * gdb.ada/arrayidx/p.adb: New file.
18682 * gdb.ada/arrayidx.exp: New testcase
18683
18684 2005-10-09 Joel Brobecker <brobecker@adacore.com>
18685
18686 * gdb.ada/array_return/pck.ads: New file.
18687 * gdb.ada/array_return/pck.adb: New file.
18688 * gdb.ada/array_return/p.adb: New file.
18689 * gdb.ada/array_return.exp: New testcase.
18690
18691 2005-10-03 Joel Brobecker <brobecker@adacore.com>
18692
18693 * gdb.base/arrayidx.c: New file.
18694 * gdb.base/arrayidx.exp: New testcase.
18695
18696 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
18697
18698 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
18699 frames-invalid and breakpoints-invalid are no longer generated
18700 with level 3 so don't expect them in the output.
18701
18702 2005-09-27 Bob Rossi <bob@brasko.net>
18703
18704 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
18705 from test. Escape the | in mi_gdb_test call.
18706 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
18707 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
18708 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
18709 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
18710 expected regex's in mi_gdb_test calls.
18711 * lib/mi-support.exp: Remove arbitrary .* from tests.
18712 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
18713 Fully anchor GDB/MI expected results in mi_gdb_test.
18714 * lib/gdb.exp (string_to_regexp): Escape the ] character.
18715 * gdb.base/sizeof.exp: Remove escape character. Correct test.
18716
18717 2005-09-26 Paul Brook <paul@codesourcery.com>
18718
18719 * long_long.exp: Exclude eabi targets from arm FPA float format test.
18720
18721 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
18722
18723 * bfp-test.c: New file.
18724 * bfp-test.exp: New testcase.
18725
18726 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
18727
18728 * gdb.fortran/subarray.exp: New testcase to test the evaluation
18729 of subarray and substring variable.
18730 * gdb.fortran/subarray.f: New source file for the test of subarray
18731 and substring variable evaluation.
18732 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
18733 of string constant.
18734
18735 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
18736
18737 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
18738 copyright dates.
18739
18740 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
18741
18742 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
18743 powerpc altivec' test with an almost identical 'info vector' test.
18744
18745 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
18746
18747 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
18748 vscr" tests to match output.
18749
18750 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
18751
18752 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
18753 output.
18754
18755 2005-09-11 Bob Rossi <bob@brasko.net>
18756
18757 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
18758 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
18759 commands that return an MI output command and an asyncronous MI output
18760 command.
18761 * gdb.mi/mi-console.exp: Ditto.
18762
18763 2005-09-11 Bob Rossi <bob@brasko.net>
18764
18765 * gdb.mi/mi-var-child.c: Include <string.h>.
18766
18767 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
18768
18769 * killed.exp: Correct gdb_expect syntax.
18770
18771 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
18772
18773 * lib/mi-support.exp (mi_gdb_load): Fix typo.
18774
18775 2005-08-02 Bob Rossi <bob@brasko.net>
18776
18777 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
18778 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
18779 Change tests to inferior-tty-set/show.
18780 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
18781 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
18782 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
18783 inferior. Use mi_gdb_test to get GDB and Inferior output.
18784 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
18785 descriptor.
18786 (mi_inferior_tty_name): Add inferior PTY file name.
18787 (mi_gdb_start): Add INFERIOR_PTY parameter.
18788 (mi_gdb_test): Add IPATTERN parameter.
18789
18790 2005-08-02 Bob Rossi <bob@brasko.net>
18791
18792 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
18793 parameter to mi_gdb_test.
18794 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
18795
18796 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18797
18798 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
18799 struct_declarations.
18800 * gdb.mi/mi-var-child.exp: Step over the initialization of
18801 struct_declarations.
18802
18803 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18804
18805 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
18806 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
18807 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
18808 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
18809 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
18810 file.
18811
18812 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
18813
18814 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
18815 (do_children_tests): Assign values to the extra elements.
18816
18817 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
18818 them for tests for "-var-update --no-values" and
18819 "-var-update --all-values".
18820 Add test for "-var-list-children --simple-values".
18821
18822 * gdb.mi/basics.c (callee4): Add integer array D[3]...
18823
18824 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
18825 "-stack-list-locals --simple-values" Improve doc strings and
18826 comments.
18827
18828 2005-07-18 Mark Kettenis <kettenis@gnu.org>
18829
18830 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
18831 *-*-openbsd*.
18832 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
18833
18834 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
18835 sigaltsatck'.
18836
18837 2005-07-14 Bob Rossi <bob@brasko.net>
18838
18839 * gdb.base/default.exp (tty): Changed output of command.
18840 * gdb.base/help.exp (help tty): Ditto.
18841
18842 2005-07-12 Mark Kettenis <kettenis@gnu.org>
18843
18844 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
18845
18846 2005-07-10 Mark Kettenis <kettenis@gnu.org>
18847
18848 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
18849 -stack-select-frame without arguments.
18850 (test_stack_frame_listing): Add test for newly implemented command
18851 -stack-info-frame.
18852
18853 2005-07-06 Bob Rossi <bob@brasko.net>
18854
18855 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
18856 command.
18857 (Copyright): Update copyright.
18858
18859 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
18860
18861 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
18862 tests to evaluate exponentiation expression.
18863
18864 2005-06-29 Andreas Schwab <schwab@suse.de>
18865
18866 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
18867 main to avoid warnings.
18868
18869 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
18870
18871 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
18872
18873 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
18874 -stack-select-frame without arguments.
18875 (test_stack_frame_listing): Add test for newly implemented command
18876 -stack-info-frame.
18877
18878 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
18879
18880 * gdb.fortran/array-element.f: New file.
18881 * gdb.fortran/array-element.exp: New testcase.
18882
18883 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18884
18885 * gdb.base/bigcore.exp: Correct checks for systems which can
18886 not dump a large core file.
18887
18888 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18889
18890 * gdb.base/relocate.c: Add a copyright notice.
18891 (dummy): Remove.
18892 * gdb.base/relocate.exp: Test printing the values of variables
18893 from a relocatable file.
18894
18895 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18896
18897 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
18898 excess MI output after an error.
18899
18900 2005-05-29 Joel Brobecker <brobecker@adacore.com>
18901
18902 * gdb.arch/alpha-step.c: New file.
18903 * gdb.arch/alpha-step.exp: New testcase.
18904
18905 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
18906 Dennis Brueni <dennis@slickedit.com>
18907
18908 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
18909 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
18910 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
18911 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
18912 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
18913 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
18914 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
18915
18916 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
18917 Wu Zhou <woodzltc@cn.ibm.com>
18918
18919 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
18920 IBM's xlc compiler.
18921 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
18922 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
18923
18924 2005-05-13 Jim Blandy <jimb@redhat.com>
18925
18926 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
18927 calling gdb_suppress_entire_file.
18928 * gdb.base/charset.exp: Same.
18929 * gdb.base/call-rt-st.exp: Same.
18930
18931 2005-05-05 Bob Rossi <bob_rossi@cox.net>
18932
18933 * lib/gdb.exp (fullname_syntax): Added global regex.
18934 (fullname_syntax_POSIX): Ditto.
18935 (fullname_syntax_UNC): Ditto.
18936 (fullname_syntax_DOS_CASE): Ditto.
18937 (fullname_syntax_DOS): Ditto.
18938 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
18939 fullname_syntax variable to scope and use it.
18940 (test_file_list_exec_source_files): Ditto.
18941 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
18942
18943 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
18944
18945 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
18946
18947 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
18948
18949 * lib/gdb.exp (skip_altivec_tests): New function, based on
18950 check_vmx_hw_available from the GCC testsuite.
18951 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
18952 * lib/gdb.arch/altivec-regs.exp: Likewise.
18953
18954 2005-05-02 Jim Blandy <jimb@redhat.com>
18955
18956 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
18957 calling gdb_suppress_entire_file.
18958
18959 2005-04-30 Randolph Chung <tausq@debian.org>
18960
18961 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
18962 Slightly relax "sem_post" name checking.
18963
18964 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
18965
18966 * gdb.base/unload.exp: Use new shared library infrastructure.
18967
18968 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
18969
18970 * gdb.base/so-impl-ld.exp: Use new shared library
18971 infrastructure.
18972
18973 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
18974
18975 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
18976 * gdb.asm/h8300.inc: New file.
18977
18978 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18979
18980 * gdb.base/shlib-call.exp: Change to use new shared library
18981 infrastructure.
18982
18983 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18984
18985 * gdb.base/pending.exp: Change to use new shared library
18986 infrastructure.
18987
18988 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18989
18990 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
18991 use test_compiler_info instead of gcc_compiled, and update copyright.
18992
18993 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
18994
18995 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
18996 shared objects being adjusted and update copyright years.
18997
18998 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
18999
19000 * ChangeLog: Correct some 2003-01-13 dates.
19001 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
19002 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
19003 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
19004 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
19005 gdb.trace/tfind.exp: Update copyright years.
19006
19007 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
19008 Daniel Jacobowitz <dan@codesourcery.com>
19009
19010 * lib/gdb.exp (gdb_compile): Handle shlib=.
19011 (gdb_compile_shlib): New function.
19012
19013 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
19014
19015 * lib/gdb.exp (test_compiler_info): Give argument a default value.
19016
19017 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19018
19019 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
19020 gdb.server.
19021 * configure.ac: Likewise.
19022 * configure: Regenerated.
19023 * gdb.gdbserver/Makefile.in: Moved to...
19024 * gdb.server/Makefile.in: ... here.
19025 * gdb.gdbserver/server.c: Moved to...
19026 * gdb.server/server.c: ... here.
19027 * gdb.gdbserver/server-run.exp: Moved to...
19028 * gdb.server/server-run.exp: ... here.
19029
19030 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19031
19032 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
19033 * configure.ac: Create gdb.gdbserver/Makefile.
19034 * configure: Regenerated.
19035 * lib/gdbserver-support.exp: New file, derived from
19036 config/gdbserver.exp.
19037 * config/gdbserver.exp: Use gdbserver-support.exp.
19038 * gdb.gdbserver/Makefile.in: New file.
19039 * gdb.gdbserver/server.c: New file.
19040 * gdb.gdbserver/server-run.exp: New file.
19041
19042 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
19043
19044 * lib/gdb.exp (test_compiler_info): Return compiler_info
19045 if no arguments are given.
19046
19047 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
19048
19049 * gdb.arch/altivec-abi.exp: Check for compiler and set
19050 use altivec' flag accordingly.
19051 * gdb.arch/altivec-regs.exp: Likewise.
19052
19053 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
19054
19055 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
19056
19057 2005-03-27 Andreas Schwab <schwab@suse.de>
19058
19059 * gdb.base/bigcore.c (main): Add missing mode argument in open
19060 call.
19061
19062 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
19063
19064 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
19065 downloads.
19066 * config/gdbserver.exp (gdb_load): Likewise.
19067
19068 2005-03-14 Paul Brook <paul@codesourcery.com>
19069
19070 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
19071 targets.
19072
19073 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19074
19075 * gdb.dwarf2/dup-psym.S: New file.
19076 * gdb.dwarf2/dup-psym.exp: New testcase.
19077
19078 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19079
19080 * gdb.ada/exec_changed/first.adb: New file.
19081 * gdb.ada/exec_changed/second.adb: New file.
19082 * gdb.ada/exec_changed.exp: New testcase.
19083
19084 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
19085
19086 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
19087 (A2): New class.
19088 (main): Test operator+.
19089 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
19090 breakpoint test.
19091
19092 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
19093 * gdb.base/signull.exp: Disable if gdb,nosignals.
19094 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
19095 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
19096 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
19097 * gdb.mi/mi2-console.exp: Likewise.
19098 * gdb.trace/collection.exp (run_trace_experiment): Consume the
19099 continue output at start.
19100 (gdb_collect_locals_test): Robustify regexp.
19101 * gdb.trace/passc-dyn.exp: Fix comment typo.
19102 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
19103
19104 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
19105
19106 * gdb.asm/asm-source.exp: Add iq2000 case.
19107 * gdb.asm/iq2000.inc: New file.
19108
19109 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
19110
19111 * gdb.base/command.exp: Change hardcoded value to regular expression.
19112 * gdb.base/float.exp: Add powerpc to the list of targets checked.
19113
19114 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
19115
19116 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
19117 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
19118 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
19119 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
19120 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
19121
19122 2005-03-05 Mark Kettenis <kettenis@gnu.org>
19123
19124 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
19125 changes.
19126
19127 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
19128
19129 * lib/compiler.c: Add test for IBM's xlc compiler.
19130 * lib/compiler.cc: Likewise.
19131
19132 2004-02-24 Joel Brobecker <brobecker@adacore.com>
19133
19134 * gdb.ada/fixed_points.exp: Create compilation object directory
19135 before running the test.
19136 * gdb.ada/null_record.exp: Likewise.
19137 * gdb.ada/packed_array.exp: Likewise.
19138 * gdb.ada/start.exp: Likewise.
19139
19140 2005-02-15 Joel Brobecker <brobecker@adacore.com>
19141
19142 * gdb.ada/packed_array/pa.adb: New file.
19143 * gdb.ada/packed_array.exp: New testcase.
19144
19145 2005-02-10 Mark Kettenis <kettenis@gnu.org>
19146
19147 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
19148 files.
19149
19150 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
19151 on *-*-openbsd*. Correctly match whitespace in regukar
19152 expressions.
19153
19154 2005-02-10 Daniel Jacobowitz <dan@debian.org>
19155
19156 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
19157 PR exp/1821
19158 * gdb.base/gdb1821.c: New test file.
19159 * gdb.base/gdb1821.exp: New test file.
19160
19161 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19162
19163 * gdb.base/start.c: New file.
19164 * gdb.base/start.exp: New testcase.
19165
19166 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19167
19168 * gdb.ada/start/dummy.adb: New file.
19169 * gdb.ada/start.exp: New testcase.
19170
19171 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
19172
19173 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
19174 for printing symbols and statistics.
19175 Add test for using relative pathnames in "maint print msymbols" test.
19176 Mark "maint info sections DATA" XFAIL on Cygwin.
19177 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
19178 tests.
19179
19180 2005-02-09 Andreas Schwab <schwab@suse.de>
19181
19182 Committed by Andrew Cagney <cagney@gnu.org>
19183 * gdb.base/remotetimeout.exp: New file.
19184
19185 2005-02-07 Mark Kettenis <kettenis@gnu.org>
19186
19187 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
19188
19189 2005-02-03 Joel Brobecker <brobecker@adacore.com>
19190
19191 * gdb.ada/gnat_ada.gpr: New file.
19192 * gdb.ada/gnat_ada.gin: Delete, no longer used.
19193 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
19194 * configure.ac: No longer generate gnat_ada.gpr.
19195 * configure: Regenerate.
19196 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
19197 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
19198 * gdb.ada/null_record/bar.ads: Likewise.
19199 * gdb.ada/null_record/bar.adb: Likewise.
19200 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
19201 * gdb.ada/null_record.exp (testdir): New variable.
19202 (testfile): executable is now in testdir subdirectory.
19203 (srcfile): Use full path to the main compilation unit.
19204 * gdb.ada/fixed_points.exp: Same changes as above.
19205
19206 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
19207
19208 * gdb.base/interp.exp: New test.
19209
19210 2005-01-24 Andrew Cagney <cagney@gnu.org>
19211
19212 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
19213
19214 2005-01-19 Andrew Cagney <cagney@gnu.org>
19215
19216 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
19217 configure.ac not configure.in.
19218
19219 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
19220 of powerpc*-*-*.
19221 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
19222 * gdb.base/list.exp (test_list_function)
19223 (test_list_filename_and_function): Ditto.
19224 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
19225
19226 2005-01-16 Andrew Cagney <cagney@gnu.org>
19227
19228 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
19229
19230 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
19231
19232 2005-01-14 Andrew Cagney <cagney@gnu.org>
19233
19234 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
19235 * gdb.mi/mi2-var-cmd.exp: Ditto.
19236
19237 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
19238
19239 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
19240
19241 2005-01-07 Andrew Cagney <cagney@gnu.org>
19242
19243 * configure.ac: Rename configure.in, require autoconf 2.59.
19244 * configure: Re-generate.
19245 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
19246 * gdb.stabs/configure: Re-generate.
19247 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
19248 * gdb.hp/configure: Re-generate.
19249 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
19250 autoconf 2.59.
19251 * gdb.hp/gdb.objdbg/configure: Re-generate.
19252 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
19253 autoconf 2.59.
19254 * gdb.hp/gdb.defects/configure: Re-generate.
19255 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
19256 autoconf 2.59.
19257 * gdb.hp/gdb.compat/configure: Re-generate.
19258 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
19259 autoconf 2.59.
19260 * gdb.hp/gdb.base-hp/configure: Re-generate.
19261 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
19262 autoconf 2.59.
19263 * gdb.hp/gdb.aCC/configure: Re-generate.
19264
19265 2004-12-15 Jim Blandy <jimb@redhat.com>
19266
19267 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
19268 under NPTL when there is debugging info available for libpthread.
19269
19270 2004-12-13 Jerome Guitton <guitton@gnat.com>
19271
19272 * gdb.ada/fixed_points.c: New file.
19273 * gdb.ada/fixed_points.exp: New file.
19274
19275 2004-12-03 Randolph Chung <tausq@debian.org>
19276
19277 * gdb.arch/pa-nullify.exp: New file.
19278 * gdb.arch/pa-nullify.s: New file.
19279
19280 2004-11-30 Randolph Chung <tausq@debian.org>
19281
19282 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
19283 instead of "tbug". Fix regexp to work properly with gdb_test.
19284
19285 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
19286
19287 * gdb.base/bitfields2.exp: New test.
19288 * gdb.base/bitfields2.c: New file.
19289
19290 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
19291
19292 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19293
19294 2004-11-16 Randolph Chung <tausq@debian.org>
19295
19296 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
19297
19298 2004-11-14 Daniel Jacobowitz <dan@debian.org>
19299
19300 * gdb.threads/threadapply.exp: Correct "macro details" test.
19301
19302 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
19303
19304 * gdb.threads/threadapply.exp: New test.
19305 * gdb.threads/threadapply.c: New file.
19306
19307 2004-11-07 Mark Kettenis <kettenis@gnu.org>
19308
19309 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
19310 frames.
19311
19312 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
19313
19314 * gdb.base/cursal.exp: New file.
19315 * gdb.base/cursal.c: New file.
19316
19317 2004-11-03 Andrew Cagney <cagney@gnu.org>
19318
19319 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
19320
19321 2004-10-30 Mark Kettenis <kettenis@gnu.org>
19322
19323 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
19324 NetBSD/ELF targets.
19325
19326 2004-10-29 Joel Brobecker <brobecker@gnat.com>
19327
19328 * gdb.threads/bp_in_thread.c: New file, copied from
19329 pthread_cond_wait.c.
19330 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
19331 file, rather than reusing the .c file from another testcase.
19332
19333 2004-10-20 Joel Brobecker <brobecker@gnat.com>
19334
19335 * gdb.ada/null_record.exp: Check where we stopped after
19336 sending the start command, instead of where the associated
19337 temporary breakpoint was inserted.
19338
19339 2004-10-14 Andrew Cagney <cagney@gnu.org>
19340
19341 * gdb.mi/gdb701.c (main): Return 0.
19342
19343 2004-10-13 Daniel Jacobowitz <dan@debian.org>
19344
19345 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
19346
19347 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
19348
19349 * gdb.threads/schedlock.c: Add comment markers to use to find
19350 line numbers.
19351 * gdb.threads/schedlock.exp: Adjust regex to handle the new
19352 comments.
19353 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
19354 breakpoint lines.
19355
19356 2004-10-12 Daniel Jacobowitz <dan@debian.org>
19357
19358 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
19359
19360 2004-10-12 Daniel Jacobowitz <dan@debian.org>
19361
19362 * configure.in: Add gdb.dwarf2.
19363 * configure: Regenerated.
19364 * Makefile.in: Add gdb.dwarf2.
19365 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
19366 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
19367 gdb.dwarf2/file1.txt: New files.
19368
19369 2004-10-11 Orjan Friberg <orjanf@axis.com>
19370
19371 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
19372 of "run", since the latter doesn't work with remote targets. Adjust
19373 the breakpoint numbering accordingly.
19374 * gdb.threads/pthread_cond_wait.exp: Ditto.
19375
19376 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
19377
19378 * gdb.base/overlays.exp: Update copyright years.
19379
19380 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
19381
19382 * gdb.base/overlays.exp: Disable if target is Linux.
19383
19384 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
19385
19386 * config/gdbserver.exp (gdb_load): Use right filename on remote.
19387
19388 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
19389
19390 * gdb.asm/asm-source.exp: Add m32r-linux target.
19391 * gdb.asm/m32r-linux.inc: New file.
19392
19393 2004-09-24 Andrew Cagney <cagney@redhat.com>
19394 David Anderson <anderson@redhat.com>
19395
19396 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
19397 command fails, assume things will work.
19398 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
19399 (_GNU_SOURCE): Define.
19400 (print_unsigned, print_hex): Change parameter to "long long".
19401 (print_byte_count): New function, use to print byte counts.
19402 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
19403 O_LARGEFILE.
19404 (main): Compute an upper bound on a corefile in max_core_size.
19405 Limit memory chunk size to max_core_size. Limit total memory
19406 allocated to max_core_size.
19407
19408 2004-09-23 Andrew Cagney <cagney@gnu.org>
19409
19410 * gdb.base/bigcore.exp: Replace the code that creates a corefile
19411 from a separate process with code that creates a corefile by
19412 making the inferior dump core.
19413
19414 2004-09-23 Mark Kettenis <kettenis@gnu.org>
19415
19416 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
19417 block.
19418
19419 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
19420
19421 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
19422 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
19423 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
19424 Likewise.
19425
19426 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
19427
19428 * gdb.java/jprint.exp: New test case for java inferior call.
19429 * gdb.java/jprint.java: Ditto.
19430
19431 2004-09-15 Joel Brobecker <brobecker@gnat.com>
19432
19433 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
19434
19435 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19436
19437 * gdb.threads/killed.c: Include <stdlib.h>.
19438 * gdb.threads/pthreads.c: Likewise.
19439
19440 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19441
19442 * gdb.threads/killed.c: Add copyright notice.
19443
19444 2004-09-10 Jason Molenda (jmolenda@apple.com)
19445
19446 * gdb.base/define.exp: Two new tests to verify zero space chars
19447 after 'if' and 'while' commands in a user-defined command is correctly
19448 parsed.
19449
19450 2004-09-08 Andrew Cagney <cagney@gnu.org>
19451
19452 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
19453 delivery test with duplicate at end of file.
19454
19455 2004-09-06 Mark Kettenis <kettenis@jive.nl>
19456
19457 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
19458
19459 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19460
19461 * config/hppro.exp: Removed.
19462
19463 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19464
19465 * config/sparclet.exp: Removed.
19466
19467 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19468
19469 * config/udi.exp: Removed.
19470
19471 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
19472
19473 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
19474 of "exp_continue".
19475 (advancei): Likewise.
19476
19477 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19478
19479 * gdb.base/unload.exp: Fix so messages aren't duplicated.
19480
19481 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
19482
19483 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
19484 to check for nodebug in executable.
19485 * gdb.gdb/observer.exp (setup_test): Likewise.
19486 * gdb.gdb/selftest.exp (test_with_self): Likewise.
19487 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
19488
19489 2004-09-01 Andrew Cagney <cagney@gnu.org>
19490
19491 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19492 files.
19493
19494 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19495
19496 * gdb.base/unload.exp: Fix expected warning message to match
19497 latest format.
19498
19499 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
19500
19501 * gdb.base/call-rt-st.exp: Fix typos.
19502
19503 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
19504
19505 * gdb.threads/thread_check.exp: New testcase.
19506 * gdb.threads/thread_check.c: New testcase.
19507
19508 2004-08-31 Andrew Cagney <cagney@gnu.org>
19509
19510 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
19511 (skip_to_handler_entry): New procedures. Test stepping into a
19512 handler when the breakpoint is at the handler's entry point.
19513
19514 2004-08-30 Andrew Cagney <cagney@gnu.org>
19515
19516 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
19517 gdb/1757.
19518
19519 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19520
19521 With code from Manoj Iyer <manjo@austin.ibm.com>:
19522 * lib/gdb.exp (gdb_file_cmd): Return more information in the
19523 return value. Add an arm for "no debugging symbols found".
19524 Change a stray "error" to "perror".
19525 (gdb_run_cmd): Adapt to new return value.
19526 * gdb.base/remote.exp: Adapt to new return value.
19527 * gdb.gdb/complaints.exp: Likewise.
19528 * gdb.gdb/observer.exp: Likewise.
19529 * gdb.gdb/selftest.exp: Likewise.
19530 * gdb.gdb/xfullpath.exp: Likewise.
19531
19532 2004-08-27 Joel Brobecker <brobecker@gnat.com>
19533
19534 * gdb.threads/bp_in_thread.exp: New testcase.
19535
19536 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19537
19538 Fix PR testsuite/1735.
19539 * gdb.threads/schedlock.c (thread_function): Add a cast
19540 to suppress a gcc warning.
19541 * gdb.threads/thread-specific.c (thread_function): Likewise.
19542
19543 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19544
19545 * gdb.base/unload.c: Include <stdlib.h>.
19546
19547 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19548
19549 From Paul Gilliam <pgilliam@us.ibm.com>:
19550 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
19551 synchronized after the "return".
19552
19553 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19554
19555 * gdb.mi/basics.c: Include <stdio.h>.
19556 * gdb.mi/pthreads.c: Include <stdlib.h>.
19557 * gdb.mi/var-cmd.c: Include <stdlib.h>.
19558
19559 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19560
19561 * gdb.threads/schedlock.c: Add copyright notice.
19562
19563 2004-08-25 Andrew Cagney <cagney@gnu.org>
19564
19565 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
19566 (skip_over_handler, breakpoint_over_hander): New test procedures.
19567 (advance, advancei): Add a proper prefix, do not use
19568 rerun_to_main.
19569 * gdb.base/sigstep.c (main): Change to use an infinite loop.
19570
19571 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
19572
19573 * gdb.mi/basics.c: Add copyright notice.
19574 * gdb.mi/var-cmd.c: Add copyright notice.
19575
19576 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19577
19578 * lib/gdb.exp: Remove signed_keyword_not_used.
19579 * lib/compiler.c: Likewise.
19580 * lib/compiler.cc: Likewise.
19581
19582 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19583
19584 * gdb.base/whatis.c: Remove conditional disabling of "signed".
19585 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
19586
19587 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19588
19589 * gdb.base/whatis.c: Add copyright notice.
19590
19591 2004-08-20 Mark Kettenis <kettenis@gnu.org>
19592
19593 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
19594 it to skip the breakpoints encoded in the inline assembly.
19595
19596 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19597
19598 * Makefile.in: Add gdb.fortran.
19599
19600 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19601
19602 * gdb.base/call-sc.exp (test_scalar_returns):
19603 Fix cut-and-paste glitch in "Make fun return now".
19604
19605 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19606
19607 * configure.in: Add gdb.fortran.
19608 * configure: Regenerate.
19609 * gdb.fortran/Makefile.in: New file.
19610 * lib/gdb.exp (skip_fortran_tests): New procedure.
19611
19612 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19613
19614 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
19615 reference to bug-gnu@prep.ai.mit.edu.
19616 * gdb.mi/mi-var-child.exp: Likewise.
19617 * gdb.mi/mi-var-cmd.exp: Likewise.
19618 * gdb.mi/mi-var-display.exp: Likewise.
19619 * gdb.mi/mi2-var-block.exp: Likewise.
19620 * gdb.mi/mi2-var-child.exp: Likewise.
19621 * gdb.mi/mi2-var-cmd.exp: Likewise.
19622 * gdb.mi/mi2-var-display.exp: Likewise.
19623
19624 2004-08-15 Mark Kettenis <kettenis@gnu.org>
19625
19626 * gdb.base/unload.c (main): Make local variable msg const.
19627
19628 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
19629
19630 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
19631 to bug-gnu@prep.ai.mit.edu.
19632 * gdb.mi/mi-disassemble.exp: Likewise.
19633 * gdb.mi/mi-eval.exp: Likewise.
19634 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
19635 default line number.
19636 * gdb.mi/mi-return.exp: Likewise.
19637 * gdb.mi/mi-simplerun.exp: Likewise.
19638 * gdb.mi/mi-stack.exp: Likewise.
19639 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
19640 number with explicit range test.
19641 * gdb.mi/mi-watch.exp: Likewise.
19642 * gdb.mi/mi2-break.exp: Likewise.
19643 * gdb.mi/mi2-cli.exp: Likewise.
19644 * gdb.mi/mi2-disassemble.exp: Likewise.
19645 * gdb.mi/mi2-eval.exp: Likewise.
19646 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
19647 default line number.
19648 * gdb.mi/mi2-return.exp: Likewise.
19649 * gdb.mi/mi2-simplerun.exp: Likewise.
19650 * gdb.mi/mi2-stack.exp: Likewise.
19651 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
19652 number with explicit range test.
19653 * gdb.mi/mi2-watch.exp: Likewise.
19654
19655 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
19656
19657 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
19658 * gdb.cp/m-static.exp: Likewise.
19659 * gdb.cp/rtti.exp: Likewise.
19660
19661 2004-08-14 Mark Kettenis <kettenis@gnu.org>
19662
19663 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
19664
19665 2004-08-14 Eli Zaretskii <eliz@gnu.org>
19666
19667 * ChangeLog: Prefix Local Variables with semi-colons and indent
19668 the reference to older ChangeLog files, to fix fontification in
19669 Emacs.
19670
19671 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19672
19673 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
19674 * gdb.mi/mi2-break.exp: Likewise.
19675
19676 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19677
19678 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
19679
19680 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19681
19682 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
19683
19684 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19685
19686 * gdb.cp/classes.exp: Remove unused declarations. Just let
19687 test names default instead of providing special names. Remove
19688 extraneous demangler test.
19689
19690 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
19691
19692 * gdb.base/unload.exp: New test for breakpoints in dynamically
19693 loaded libraries.
19694 * gdb.base/unload.c: Ditto.
19695 * gdb.base/unloadshr.c: Ditto.
19696
19697 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
19698
19699 * gdb.cp/classes.exp (test_ptype_class_objects): Call
19700 cp_test_ptype_class.
19701 (test_enums): Likewise.
19702
19703 2004-08-10 Andrew Cagney <cagney@gnu.org>
19704
19705 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19706 files.
19707
19708 2004-08-10 Andrew Cagney <cagney@gnu.org>
19709
19710 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
19711 init_malloc call.
19712
19713 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
19714
19715 * ChangeLog: Add copyright notice. The notice is copied
19716 from emacs 21.3 top level ChangeLog.
19717
19718 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19719
19720 * lib/cp-support.exp: New file.
19721 * lib/cp-support.exp (cp_test_type_class): New function.
19722 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
19723 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
19724 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
19725 cp_test_ptype_class.
19726
19727 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19728
19729 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
19730 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19731 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
19732 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
19733 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
19734 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
19735 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
19736 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
19737 gdb.mi/mi2-watch.exp: Update copyright years.
19738
19739 2004-08-09 Mark Kettenis <kettenis@gnu.org>
19740
19741 * gdb.base/sigaltstack.exp: Provide proper anchoring.
19742
19743 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19744
19745 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
19746 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
19747 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
19748 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
19749 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
19750 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
19751 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
19752 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
19753 gdb.mi/mi-watch.exp: Update copyright years.
19754
19755 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19756
19757 PR gdb/1738
19758 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
19759 from a breakpoint with a pending signal.
19760
19761 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19762
19763 PR gdb/1736
19764 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
19765 * gdb.base/sigaltstack.exp (finish_test): Consume output until
19766 the prompt.
19767 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
19768
19769 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19770
19771 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
19772
19773 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19774
19775 PR gdb/1736
19776 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
19777 for i?86-*-linux*.
19778
19779 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19780
19781 * gdb.arch/i386-prologue.exp: Compile without debug information.
19782
19783 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
19784
19785 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
19786 rather than asking gdb to search.
19787
19788 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19789
19790 * gdb.base/gcore.c: Include <string.h>.
19791
19792 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19793
19794 * gdb.base/gcore.c: Add copyright notice.
19795
19796 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19797
19798 * gdb.base/freebpcmd.c: Include <stdio.h>.
19799 * gdb.base/long_long.c: Include <string.h>.
19800 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
19801 * gdb.base/siginfo.c: Include <string.h>.
19802 * gdb.base/sigstep.c: Include <string.h>.
19803
19804 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19805
19806 * gdb.base/complex.c: Include <stdlib.h>.
19807
19808 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19809
19810 * gdb.base/complex.c: Add copyright notice.
19811
19812 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19813
19814 * gdb.base/charset.c: Include <stdlib.h>.
19815
19816 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19817
19818 * gdb.base/auxv.c: Include <stdlib.h>.
19819
19820 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19821
19822 * gdb.base/auxv.c: Add copyright notice.
19823
19824 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19825
19826 * gdb.base/coremaker.c: Add copyright notice.
19827 * gdb.base/coremaker2.c: Add copyright notice.
19828
19829 2004-08-04 Andrew Cagney <cagney@gnu.org>
19830
19831 * gdb.base/store.exp: Update copyright.
19832 (check_set, up_set, check_struct, up_struct): Add a prefix to test
19833 names, do not import gdb_prompt.
19834
19835 2004-08-01 Andrew Cagney <cagney@gnu.org>
19836
19837 Fix PR testsuite/1729.
19838 * gdb.base/dump.exp: Add test name to callers of capture_value, do
19839 not use capture_value with value 4.
19840 (capture_value): Add optional test name parameter.
19841 (test_reload_saved_value, test_restore_saved_value): Use $msg as
19842 the prefix, pass to capture_value.
19843
19844 2004-08-01 Mark Kettenis <kettenis@gnu.org>
19845
19846 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
19847 * gdb.arch/i386-prologue.c (standard): New prototype and function.
19848 (main): Call new function.
19849
19850 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19851
19852 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
19853
19854 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19855
19856 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
19857
19858 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19859
19860 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
19861 Accept more values of vtbl pointer. Remove some messages
19862 about "obsolete gcc or gdb".
19863
19864 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
19865
19866 * gdb.cp/classes.exp: Accept more varieties of ptype output.
19867
19868 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
19869
19870 * gdb.base/asm-source.exp: Properly convert target board
19871 debug flags from gcc format to binutils format.
19872
19873 2004-07-28 Mark Kettenis <kettenis@gnu.org>
19874
19875 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
19876 gdb1718". PR backtrace/1718 partially fixed.
19877
19878 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
19879
19880 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
19881
19882 2004-07-26 Nick Clifton <nickc@redhat.com>
19883
19884 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
19885 good default value for a specific architecture is available then
19886 set it to that value. Otherwise default to the -gstabs switch.
19887 Remove the -g... switches from the asm-flags variable. Allow the
19888 target board info to override the value if it wants to. Pass the
19889 switch on the assembler command line.
19890
19891 2004-07-23 Mark Kettenis <kettenis@gnu.org>
19892
19893 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
19894 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
19895 (main): Call new function.
19896
19897 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
19898
19899 Test for PR exp/1715.
19900 * gdb.base/radix.exp: Refactor common procedures. Make all
19901 test names unique. Change XFAIL to KFAIL.
19902
19903 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
19904
19905 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
19906 * gdb.ada/gnat_ada.gin: ... to here.
19907 * configure.in: Use gnat_ada.gin.
19908 * configure: Regenerate.
19909
19910 2004-07-20 Andrew Cagney <cagney@gnu.org>
19911
19912 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
19913 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
19914 XFAILs. Clean up test messages and comments. Check backtraces.
19915 Delete re-sync code.
19916
19917 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
19918
19919 Fix PR cli/740.
19920 * gdb.base/annota1.exp: Honor gdb,nosignals.
19921 * gdb.base/annota3.exp: Likewise.
19922
19923 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
19924
19925 * lib/java.exp: Update copyright notice.
19926
19927 2004-07-19 Andrew Cagney <cagney@gnu.org>
19928
19929 * gdb.base/selftest.exp: Copy file from here ...
19930 * gdb.gdb/selftest.exp: ... to here.
19931
19932 2004-07-16 Andrew Cagney <cagney@redhat.com>
19933
19934 * lib/insight-support.exp: Delete file.
19935 * lib/java.exp (java_init): Fix copyright.
19936
19937 2004-07-16 Andrew Cagney <cagney@gnu.org>
19938
19939 * gdb.base/restore.c: Append "prologue" to comments marking the a
19940 function's prologue.
19941 * gdb.base/restore.exp: Update copyright, re-indent.
19942 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
19943 callerN" prefix where needed. Update patterns that match a
19944 function's prologue.
19945
19946 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
19947
19948 * gdb.base/restore.c: Add copyright notice.
19949
19950 2004-07-16 Andrew Cagney <cagney@gnu.org>
19951
19952 * gdb.base/logical.exp: Update copyright.
19953 (evaluate): New procedure. Use to re-implement tests using
19954 several tables.
19955
19956 2004-07-14 Martin Hunt <hunt@redhat.com>
19957
19958 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
19959 which fixes some problems where init.tcl was not found.
19960
19961 2004-07-13 Andrew Cagney <cagney@gnu.org>
19962
19963 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
19964 (check_sizeof, check_valueof): Do not include the output in the
19965 test name. Use gdb_test.
19966 (get_valueof): Use gdb_test_multiple.
19967
19968 * gdb.base/step-test.exp: Update copyright. Use
19969 gdb_test_multiple. Ensure that test names do not include
19970 architecture dependent output.
19971
19972 * gdb.gdb/observer.exp: Update copyright.
19973 (setup_test): Use gdb_test_multiple.
19974 (attach_first_observer, attach_second_observer)
19975 (attach_third_observer, detach_first_observer)
19976 (detach_second_observer, detach_third_observer)
19977 (reset_counters, check_counters): Make $message a prefix.
19978 (test_normal_stop_notifications): Add "args" parameter - a list of
19979 init functions to be called. Make $message a prefix,
19980 (test_observer_normal_stop): Change the message prefixes so that
19981 they are unique, pass the attach / detach procedures to
19982 test_normal_stop_notifications.
19983
19984 * gdb.base/signull.exp (test_segv): Prefix all tests with
19985 "${name}". Clean up test messages.
19986
19987 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
19988
19989 * gdb.base/ena-dis-br.exp: Update copyright.
19990 (break_at): New function. Replace send_gdb with gdb_test,
19991 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
19992 ignore count, not stopped at bpt", with KFAIL.
19993
19994 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
19995
19996 * gdb.base/attach.exp: Remove cleanupfile handling.
19997
19998 2004-07-12 Andrew Cagney <cagney@gnu.org>
19999
20000 * gdb.base/annota1.exp: Cleanup corefile test name.
20001 * gdb.base/annota3.exp: Ditto.
20002
20003 2004-07-12 Andrew Cagney <cagney@gnu.org>
20004
20005 * gdb.base/signals.exp: Clean up copyright, re-indent.
20006
20007 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
20008 gdb_test and gdb_test_multiple.
20009
20010 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
20011
20012 * gdb.java/jmain.exp: Fix expected line number for main to
20013 break at. Set XFAIL for break at main test since gcj does not
20014 provide line number info for first statement in main.
20015
20016 2004-07-08 Andrew Cagney <cagney@gnu.org>
20017
20018 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
20019
20020 * gdb.base/sigbpt.exp: Make the common part of each test name a
20021 prefix instead of suffix.
20022
20023 2004-07-07 Bob Rossi <bob_rossi@cox.net>
20024
20025 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
20026 test from test_tbreak_creation_and_listing to
20027 test_file_list_exec_source_file
20028 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
20029 Changed name of test from test_tbreak_creation_and_listing to
20030 test_file_list_exec_source_file
20031
20032 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
20033
20034 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
20035 the jmisc() constructor instead of <init>.
20036 * gdb.java/jmisc1.exp: Ditto.
20037
20038 2004-07-07 Andrew Cagney <cagney@gnu.org>
20039
20040 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
20041 corrupting the PC.
20042
20043 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
20044
20045 * gdb.cp/templates.exp: Accept whitespace change in demangler
20046 output.
20047
20048 2004-07-06 Andrew Cagney <cagney@gnu.org>
20049
20050 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
20051
20052 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
20053
20054 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
20055 * lib/compiler.cc: Likewise.
20056
20057 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
20058
20059 * lib/compiler.cc: Work around string preprocessing problem
20060 with old hp c++ compiler.
20061 * lib/compiler.c: Likewise.
20062
20063 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20064
20065 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
20066 directives to conditionalize symbol prefixing.
20067 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
20068 additional_flags handling. Add underscore prefix for Cygwin.
20069 * gdb.arch/i386-unwind.c: Use preprocessor directives to
20070 conditionalize symbol prefixing.
20071 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
20072 additional_flags handling. Add underscore prefix for Cygwin.
20073
20074 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20075
20076 * gdb.base/bigcore.exp: Skip test on Cygwin.
20077
20078 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
20079
20080 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
20081 formats for "info register". Use gdb_test_multiple. Fix
20082 the "invalid register" test.
20083
20084 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
20085
20086 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
20087 PID for Cygwin. Add Cygwin specific strings to check for in some
20088 tests.
20089 (do_attach_tests): Add a test for user interaction when attaching
20090 to a process with no matching symbol table already loaded.
20091
20092 2004-06-26 Andrew Cagney <cagney@gnu.org>
20093
20094 Test PR java/1567 and PR java/1565.
20095 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
20096 * gdb.java/jmisc2.exp: Delete file.
20097
20098 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
20099
20100 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
20101
20102 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
20103
20104 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
20105 attach process.
20106
20107 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
20108
20109 * gdb.cp/pr-1553.exp: Remove.
20110
20111 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
20112
20113 * gdb.cp/pr-1553.cc: Remove.
20114 * gdb.cp/pr-1553.exp: Disable this test.
20115
20116 2004-06-20 Jim Blandy <jimb@redhat.com>
20117
20118 Fix PR testsuite/1680.
20119 * gdb.arch/i386-sse.exp: Properly quote curly braces in
20120 regular expressions.
20121
20122 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
20123
20124 Fix PR testsuite/1679.
20125 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
20126 Issue an UNSUPPORTED result instead.
20127
20128 2004-06-18 Jim Blandy <jimb@redhat.com>
20129
20130 * gdb.base/charset.exp: Only send a control-C if we see a new
20131 prompt and incomplete command.
20132
20133 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
20134
20135 * gdb.cp/pr-574.cc: Add copyright notice.
20136
20137 2004-06-17 Jim Blandy <jimb@redhat.com>
20138
20139 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
20140 cases where the regexp has no groups; this grabs random text from
20141 the previous test suite, whatever that was.
20142
20143 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
20144
20145 * gdb.cp/printmethod.cc: Add copyright notice.
20146
20147 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
20148
20149 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
20150
20151 2004-06-16 Andrew Cagney <cagney@gnu.org>
20152
20153 * gdb.base/signull.c: Update copyright. Include <string.h>.
20154 (bowler): Replace data_pointer with data_read
20155 and data_write cases. Add code_descriptor case.
20156 (zero, desc): New array and pointer.
20157 (data, code): Change to simple pointers.
20158 * gdb.base/signull.exp: Fix probe pattern matching a function
20159 descriptor SIGSEGV. Replace data_pointer with data_read and
20160 data_write tests.
20161
20162 2004-06-16 Andrew Cagney <cagney@gnu.org>
20163
20164 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
20165
20166 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20167
20168 * gdb.base/long_long.c: Add copyright notice.
20169
20170 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20171
20172 * gdb.base/long_long.exp: Remove reference to
20173 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
20174 to gdb_breakpoint and gdb_continue_to_breakpoint.
20175
20176 2004-06-14 Jim Blandy <jimb@redhat.com>
20177
20178 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
20179 endian case.
20180
20181 2004-06-14 Andrew Cagney <cagney@gnu.org>
20182
20183 * gdb.base/gcore.exp (capture_command_output): Delete the always
20184 passing tests containing inferior values.
20185 * gdb.base/ending-run.exp: Do not include the breakpoint address
20186 in the test message. Update copyright.
20187 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
20188 size in the test name, use gdb_test_multiple. Update copyright.
20189
20190 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20191
20192 * gdb.cp/ref-types.cc: Add copyright notice.
20193
20194 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20195
20196 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
20197 hp_aCC_compiler.
20198 * lib/compiler.cc: Likewise.
20199 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
20200 'set' commands. Log diagnostics for other lines. Set
20201 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
20202
20203 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
20204
20205 * gdb.cp/try_catch.cc: Add copyright notice.
20206
20207 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
20208
20209 * gdb.cp/userdef.cc: Add copyright notice.
20210
20211 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
20212
20213 * gdb.cp/virtfunc.cc: Add copyright notice.
20214
20215 2004-06-11 Randolph Chung <tausq@debian.org>
20216
20217 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
20218 problem.
20219
20220 2004-06-10 Andrew Cagney <cagney@gnu.org>
20221
20222 * lib/compiler.cc, lib/compiler.c: Append either
20223 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
20224 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
20225 instead of gcc-3-3.
20226
20227 2004-06-09 Andrew Cagney <cagney@gnu.org>
20228
20229 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
20230 gdb/1455, bug is specific to "long long" and "double".
20231
20232 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
20233 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
20234 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
20235 fixed.
20236
20237 2004-06-09 Andrew Cagney <cagney@gnu.org>
20238
20239 * gdb.base/structs.exp (test_struct_returns): Replace
20240 "return_value_unknown" and "finish_value_unknown" by
20241 "return_value_known" and "finish_value_known". Instead of
20242 "return_value_unknown" iff "finish_value_unknown", check
20243 "return_value_known" implies "finish_value_known".
20244
20245 2004-06-08 Martin Hunt <hunt@redhat.com>
20246
20247 * gdb.base/float.exp: Add pattern for mips targets.
20248
20249 2004-06-08 Randolph Chung <tausq@debian.org>
20250
20251 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
20252 message for unknown architectures more clear.
20253
20254 2004-06-08 Joel Brobecker <brobecker@gnat.com>
20255
20256 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
20257 start the execution of the program.
20258
20259 2004-06-07 Jim Blandy <jimb@redhat.com>
20260
20261 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
20262 * gdb.arch/i386-cpuid.h: New helper file.
20263
20264 2004-06-07 Randolph Chung <tausq@debian.org>
20265
20266 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
20267 has started.
20268
20269 2004-06-04 Roland McGrath <roland@redhat.com>
20270
20271 Fix PR gdb/1647.
20272 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
20273 differently to be robust to output buffering differences.
20274
20275 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
20276
20277 * gdb.threads/pthreads.exp: Update copyright years.
20278 (check_control_c): Change asynchronous 'after' to synchronous.
20279
20280 2004-06-04 Roland McGrath <roland@redhat.com>
20281
20282 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
20283 next gdb prompt.
20284
20285 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
20286
20287 Fix PR gdb/1636.
20288 * gdb.threads/manythreads.exp: Change asynchronous 'after'
20289 calls to synchronous.
20290
20291 2004-05-26 Jim Blandy <jimb@redhat.com>
20292
20293 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
20294
20295 2004-05-24 Randolph Chung <tausq@debian.org>
20296
20297 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
20298 * gdb.asm/pa.inc: New file.
20299
20300 2004-05-22 Mark Kettenis <kettenis@gnu.org>
20301
20302 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
20303
20304 2004-05-21 Joel Brobecker <brobecker@gnat.com>
20305 Daniel Jacobowitz <drow@mvista.com>
20306
20307 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
20308 GDB prompt.
20309
20310 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20311
20312 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
20313 setjmp/longjmp. Use sigaction instead of signal.
20314
20315 2004-05-19 J. Brobecker <brobecker@gnat.com>
20316 Michael Snyder <msnyder@redhat.com>
20317
20318 * gdb.threads/pthread_cond_wait.c: New file.
20319 * gdb.threads/pthread_cond_wait.exp: New testcase.
20320
20321 2004-05-13 Andrew Cagney <cagney@redhat.com>
20322
20323 * gdb.base/signull.exp, gdb.base/signull.c: New files.
20324 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
20325
20326 2004-05-11 Andrew Cagney <cagney@redhat.com>
20327
20328 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
20329 fixed but revealed gdb/1639.
20330
20331 2004-05-10 Andrew Cagney <cagney@redhat.com>
20332
20333 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
20334 func1" and "next to 2nd alarm", kernel bug avoided.
20335
20336 2004-05-10 Daniel Jacobowitz <dan@debian.org>
20337
20338 PR external/1568
20339 * gdb.base/bigcore.exp: Check the size of the dumped core file.
20340 XFAIL if it is smaller than bytes_allocated.
20341 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
20342 (main): Make chunks_allocated unsigned. Correct comment.
20343
20344 2004-05-07 Joel Brobecker <brobecker@gnat.com>
20345
20346 * gdb.arch/powerpc-aix-prologue.c: New file.
20347 * gdb.arch/powerpc-aix-prologue.exp: New file.
20348
20349 2004-05-07 Jim Blandy <jimb@redhat.com>
20350
20351 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
20352 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
20353
20354 2004-05-06 Joel Brobecker <brobecker@gnat.com>
20355
20356 * gdb.base/sep.exp: No longer setup_kfail when the program was
20357 built with dwarf2.
20358
20359 2004-05-05 Jim Ingham <jingham@apple.com>
20360
20361 * gdb.base/pending.exp: Make sure pending breakpoints
20362 preserve the ignore count.
20363
20364 2004-04-27 Jerome Guitton <guitton@gnat.com>
20365
20366 * i386-prologue.exp: Add testcase for jump instruction as first
20367 instruction of the real code.
20368 * i386-prologue.c (jump_at_beginning): New function.
20369
20370 2004-04-28 Mark Kettenis <kettenis@gnu.org>
20371
20372 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
20373 x86_64-*-*.
20374
20375 2004-04-28 Mark Kettenis <kettenis@gnu.org>
20376
20377 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
20378 i*86-*-*.
20379
20380 2004-04-25 Mark Kettenis <kettenis@gnu.org>
20381
20382 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
20383 expression that checks the return type.
20384
20385 2004-04-23 Andrew Cagney <cagney@redhat.com>
20386
20387 * gdb.base/call-sc.exp: New test of scalar call/return values.
20388 * gdb.base/call-sc.c: Ditto.
20389
20390 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20391
20392 * gdb.threads/manythreads.c: Reduce thread stack size.
20393
20394 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
20395
20396 * gdb.threads/manythreads.c: Add copyright notice.
20397
20398 2004-04-23 Andrew Cagney <cagney@redhat.com>
20399
20400 * gdb.base/siginfo.exp: Better handle step out of signal.
20401 * gdb.base/sigstep.exp: Ditto.
20402
20403 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
20404 Daniel Jacobowitz <drow@mvista.com>
20405
20406 * gdb.threads/manythreads.c: New testcase.
20407 * gdb.threads/manythreads.exp: Ditto.
20408
20409 2004-04-22 Jim Blandy <jimb@redhat.com>
20410
20411 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
20412 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
20413
20414 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
20415
20416 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
20417
20418 2004-04-21 Andrew Cagney <cagney@redhat.com>
20419
20420 * gdb.base/sigstep.c: New file.
20421 * gdb.base/sigstep.exp: New file.
20422
20423 2004-04-16 Joel Brobecker <brobecker@gnat.com>
20424
20425 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
20426 call to observer_notify_normal_stop.
20427
20428 2004-04-15 Andrew Cagney <cagney@redhat.com>
20429
20430 * gdb.base/siginfo.c: New file.
20431 * gdb.base/siginfo.exp: New file.
20432
20433 2004-04-12 J. Brobecker <brobecker@gnat.com>
20434
20435 * gdb.base/sep.exp: Fix typo in comment.
20436
20437 2004-04-12 J. Brobecker <brobecker@gnat.com>
20438
20439 * gdb.base/sep.c: New file.
20440 * gdb.base/sep-proc.c: New file.
20441 * gdb.base/sep.exp: New testcase.
20442
20443 2004-04-09 Mark Kettenis <kettenis@gnu.org>
20444
20445 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
20446 support.
20447
20448 2004-04-05 Andrew Cagney <cagney@redhat.com>
20449
20450 * gdb.base/sigaltstack.c: New file.
20451 * gdb.base/sigaltstack.exp: New file.
20452
20453 2004-04-04 Joel Brobecker <brobecker@gnat.com>
20454
20455 * gdb.base/foll-fork.exp: Update the expected output for
20456 "help set follow-fork-mode", to match a change that was made
20457 to the help of this variable on 2004-01-13.
20458
20459 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20460
20461 * lib/ada.exp: Add copyright notice.
20462 * bar.ads: Likewise.
20463 * bar.adb: Likewise.
20464 * null_record.adb: Likewise.
20465 * null_record.exp: Likewise.
20466 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
20467
20468 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20469
20470 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
20471 * configure: Regenerate.
20472
20473 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20474
20475 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
20476 to build the application. Remove the message printed when in
20477 verbose mode, redundant with the UNSUPPORTED message above.
20478
20479 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20480
20481 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
20482 * gdb.ada (null_record.exp): New testcase.
20483
20484 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20485
20486 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
20487
20488 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20489
20490 * gdb.ada: New subdirectory.
20491 * gdb.ada/Makefile.in: New file.
20492 * gdb.ada/gnat_ada.gpr.in: New file.
20493
20494 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20495
20496 * lib/ada.exp: New file.
20497
20498 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
20499
20500 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
20501 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
20502
20503 2004-03-22 Andrew Cagney <cagney@redhat.com>
20504
20505 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
20506 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
20507 Problem identified by Ulrich Weigand.
20508
20509 2004-03-17 David Carlton <carlton@kealia.com>
20510
20511 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
20512 PR c++/826.
20513
20514 2004-03-16 Roland McGrath <roland@redhat.com>
20515
20516 * gdb.base/auxv.exp: New file.
20517 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
20518
20519 2004-03-12 David Carlton <carlton@kealia.com>
20520
20521 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
20522 * gdb.cp/pr-1553.cc: Ditto.
20523 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
20524 pass branch.
20525
20526 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
20527
20528 * gdb.cp/templates.exp: Accept more template types.
20529
20530 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20531
20532 From Corinna Vinschen with modifications.
20533 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
20534 local variable obj_with_enum.
20535 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
20536 results with obj_with_enum.
20537
20538 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20539
20540 * gdb.cp/classes.cc: New file, copied from misc.cc.
20541 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
20542
20543 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20544
20545 * gdb.cp/misc.cc: Add copyright notice.
20546
20547 2004-03-05 David Carlton <carlton@kealia.com>
20548
20549 * gdb.cp/rtti.exp: Add 'print *obj3' test.
20550 * gdb.cp/rtti.h: Update copyright.
20551 (namespace n2::n3): New.
20552 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
20553 (n2::n3::func3): New.
20554 (main): Call n2::n3::func3.
20555 * gdb.cp/rtti2.cc: Update copyright.
20556 (n2::create3): New.
20557
20558 2004-03-04 Mark Kettenis <kettenis@gnu.org>
20559
20560 * gdb.asm/openbsd.inc: Fix typo.
20561
20562 2004-03-03 Fred Fish <fnf@redhat.com>
20563
20564 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
20565 "val" instead of unused "size". Update copyright year.
20566
20567 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
20568
20569 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
20570 to use unsigned char.
20571 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
20572 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
20573
20574 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
20575
20576 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
20577 line of output.
20578
20579 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
20580
20581 * gdb.base/relocate.c (dummy): Initialize.
20582
20583 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
20584
20585 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
20586 a breakpoint at exit.
20587
20588 2004-02-27 Fred Fish <fnf@redhat.com>
20589
20590 * gdb.base/chng-syms.exp: Add expect condition to match failing
20591 case that isn't a timeout.
20592
20593 2004-02-27 Andrew Cagney <cagney@redhat.com>
20594
20595 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
20596 support.
20597
20598 2004-02-26 Fred Fish <fnf@redhat.com>
20599
20600 * gdb.arch/gdb1431.c: Remove.
20601 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
20602 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
20603 of "until" incorrectly.
20604
20605 2004-02-26 J. Brobecker <brobecker@gnat.com>
20606
20607 * gdb.cp/class2.cc (empty): New class.
20608 (refer): New function.
20609 (main): Declare an object of type empty and use it.
20610 * gdb.cp/class2.exp: Print the value of an object of type empty.
20611
20612 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
20613
20614 * gdb.base/langs.exp: Update query string to match the
20615 new nquery format used for pending breakpoints.
20616
20617 2004-02-26 Andrew Cagney <cagney@redhat.com>
20618
20619 Fix PR i18n/1570.
20620 * gdb.base/charset.c: Update copyright notice.
20621 (main, init_string): Remove the escape character '\e' tests.
20622 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
20623 * gdb.base/charset.exp (valid_host_charset): Ditto.
20624 * gdb.base/setvar.exp: Ditto.
20625
20626 2004-02-24 Andrew Cagney <cagney@redhat.com>
20627
20628 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
20629 mmapped data in core file" PASS and FAIL messages consistent.
20630
20631 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
20632 setting a breakpoint. Work around PR java/1565.
20633
20634 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
20635
20636 * lib/gdb.exp (gdb_breakpoint): Update query string to match
20637 new nquery format.
20638 * gdb.base/pending.exp: Ditto.
20639
20640 2004-02-22 Mark Kettenis <kettenis@gnu.org>
20641
20642 * configure.in: Run stabs tests on *BSD.
20643 * configure: Regenerated.
20644
20645 2004-02-21 Mark Kettenis <kettenis@gnu.org>
20646
20647 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
20648
20649 2004-02-20 Fred Fish <fnf@redhat.com>
20650
20651 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
20652 blank in test for "returns short", for consistency with other
20653 "returns xxx" tests. Update copyright year.
20654
20655 2004-02-19 Fred Fish <fnf@redhat.com>
20656
20657 New testcase for PR breakpoint/1558.
20658 * gdb.arch/gdb1558.exp: New file.
20659 * gdb.arch/gdb1558.c: New file.
20660
20661 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
20662
20663 * gdb.base/nodebug.exp: Fix typo.
20664
20665 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20666
20667 Committed by Jim Blandy <jimb@redhat.com>.
20668
20669 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
20670
20671 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
20672
20673 * gdb.base/float.exp: Support s390*-*-* targets.
20674
20675 2004-02-17 Adam Fedor <fedor@gnu.org>
20676
20677 * gdb.base/gdb1555.exp: New file.
20678 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
20679
20680 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
20681
20682 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
20683
20684 2004-02-16 Fred Fish <fnf@redhat.com>
20685
20686 * gdb.arch/gdb1291.c: Remove
20687 * gdb.arch/gdb1291.s: New test input file.
20688 * gdb.arch/gdb1291.exp: Expand test to check case that should not
20689 fail. Test for correct result, known incorrect result, other
20690 failures and timeouts.
20691
20692 2004-02-16 Andrew Cagney <cagney@redhat.com>
20693
20694 * gdb.base/bigcore.exp: New file.
20695 * gdb.base/bigcore.c: New file.
20696
20697 2004-02-13 Andrew Cagney <cagney@redhat.com>
20698
20699 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
20700 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
20701 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
20702 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
20703 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
20704 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
20705 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
20706 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
20707 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
20708 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
20709
20710 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
20711
20712 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
20713 executed is an alloc instruction.
20714
20715 2004-02-11 David Carlton <carlton@kealia.com>
20716
20717 * gdb.cp/breakpoint.exp: New.
20718 * gdb.cp/breakpoint.cc: New.
20719
20720 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
20721
20722 Partial fix for PR gdb/1543.
20723 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
20724 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
20725 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
20726 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
20727 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
20728 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
20729 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
20730 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
20731 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
20732 to bug-gdb@prep.ai.mit.edu .
20733 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
20734 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
20735 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
20736 Likewise.
20737
20738 2004-02-10 Andrew Cagney <cagney@redhat.com>
20739
20740 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
20741 using gdb_internal_error_resync.
20742
20743 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
20744
20745 * gdb.threads/thread-specific.exp: Stop early if no threads are
20746 found.
20747
20748 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
20749
20750 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
20751
20752 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
20753
20754 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
20755 breakpoints.
20756
20757 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
20758
20759 * config/sim.exp (gdb_load): Handle $arg == "".
20760 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
20761 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
20762
20763 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
20764
20765 * gdb.base/maint.exp: Update test to reflect
20766 obstack changes.
20767
20768 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
20769
20770 * gdb.base/pendshr.c (pendfunc): New function that calls
20771 pendfunc1.
20772 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
20773
20774 2004-02-04 Fred Fish <fnf@redhat.com>
20775
20776 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
20777 function symbols and update copyright years.
20778 * gdb.arch/gdb1291.c: Ditto.
20779
20780 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20781
20782 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
20783
20784 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20785
20786 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
20787
20788 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20789
20790 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
20791
20792 2004-02-02 Fred Fish <fnf@redhat.com>
20793
20794 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
20795 remote targets. Update copyright years.
20796
20797 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
20798
20799 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
20800 support.
20801 * gdb.base/langs.exp: Fix test which attempts to create
20802 breakpoint on non-existent function to handle new pending
20803 support.
20804 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
20805 a breakpoint.
20806 * gdb.base/pending.exp: New test.
20807 * gdb.base/pending.c: New file.
20808 * gdb.base/pendshr.c: Ditto.
20809
20810 2004-02-02 David Carlton <carlton@kealia.com>
20811
20812 * gdb.cp/overload.exp: Add overloadNamespace tests.
20813 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
20814 (overloadNamespace, XXX): New.
20815 (main): Call XXX::marker2.
20816
20817 2004-02-01 Fred Fish <fnf@redhat.com>
20818
20819 * gdb.base/dump.exp: Use runto_main instead of "runto main".
20820 * gdb.base/finish.exp: Ditto.
20821 * gdb.base/gcore.exp: Ditto.
20822 * gdb.base/huge.exp: Ditto.
20823 * gdb.base/info-proc.exp: Ditto.
20824 * gdb.base/return2.exp: Ditto.
20825 * gdb.threads/gcore-thread.exp: Ditto.
20826
20827 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
20828
20829 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
20830
20831 2004-02-01 Mark Kettenis <kettenis@gnu.org>
20832
20833 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
20834 that opening the file succeeds on OpenBSD.
20835
20836 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
20837
20838 * gdb.threads/thread-specific.c: New file.
20839 * gdb.threads/threads-specific.exp: New test script.
20840 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
20841 to expect_out.
20842
20843 2004-02-01 Mark Kettenis <kettenis@gnu.org>
20844
20845 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
20846 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
20847 only on the "print_small_structs from print_long_arg_list" test.
20848
20849 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
20850
20851 * gdb.base/completion.exp: Kill a stray backslash.
20852
20853 From Jim Ingham <jingham@apple.com>:
20854 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
20855 agrees with the result from sending a tab.
20856
20857 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
20858
20859 * gdb.base/chng-syms.exp: Remove stray newline.
20860
20861 2004-01-31 Mark Kettenis <kettenis@gnu.org>
20862
20863 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
20864 *-*-openbsd*.
20865 * gdb.asm/openbsd.inc: New file.
20866
20867 2004-01-30 Mark Kettenis <kettenis@gnu.org>
20868
20869 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
20870 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
20871 *-*solaris2*. Remove commented out default settings for
20872 asm-flags. Replace gdb_compile with target_link.
20873
20874 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
20875
20876 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
20877 for all tests. Remove old hp-ux and cygnus xfail cases.
20878
20879 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
20880
20881 * gdb.base/chng-syms.exp: New file.
20882 * gdb.base/chng-syms.c: New file.
20883
20884 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
20885
20886 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
20887 Provide arms for current output in all my configurations.
20888
20889 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
20890
20891 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
20892 * lib/compiler.cc: Likewise.
20893 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
20894 get the right preprocessor. Eval the output directly. Remove
20895 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
20896 hp_f77_compiler and hp_f90_compiler completely.
20897 (gdb_preprocess): Delete.
20898 (get_compiler): Delete.
20899
20900 2004-01-24 Mark Kettenis <kettenis@gnu.org>
20901
20902 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
20903 <string.h>.
20904
20905 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
20906
20907 * gdb.mi/mi-stack.exp: Update copyright.
20908
20909 2004-01-23 David Carlton <carlton@kealia.com>
20910
20911 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
20912 test for cp_lookup_transparent_type.
20913 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
20914 call them.
20915
20916 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
20917
20918 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
20919 after -var-update.
20920
20921 2004-01-23 David Carlton <carlton@kealia.com>
20922
20923 * gdb.cp/namespace.cc (C::ensureRefs): New.
20924 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
20925
20926 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
20927
20928 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
20929 case "-stack-list-locals 2".
20930 * gdb.mi/mi-var-child.exp: Test for case
20931 "-var-list-children --all-values NAME".
20932
20933 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
20934
20935 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
20936
20937 2004-01-18 Mark Kettenis <kettenis@gnu.org>
20938
20939 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
20940 used with gdb_test_multiple.
20941
20942 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
20943 read at address 0. This fixes PR testsuite/1504.
20944
20945 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
20946
20947 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
20948 Remove downloading, guessing the host executable, the calls to
20949 gdb_file_cmd and gdb_target_cmd, and "load" support.
20950 (infer_host_exec): New function broken out from gdb_load.
20951 (gdb_load): New wrapper for gdbserver_gdb_load.
20952 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
20953 gdb_target_cmd. Use -target-select.
20954 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
20955 Download binaries to the host. Clear last_mi_remote_file when
20956 we load a new binary.
20957 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
20958 call gdbserver_gdb_load and mi_gdb_target_cmd.
20959
20960 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
20961
20962 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
20963 type patterns.
20964
20965 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
20966
20967 * gdb.cp/templates.exp: Fix typo in test name of
20968 "print Foo<volatile char*>::foo".
20969
20970 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
20971
20972 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
20973
20974 2004-01-16 Ben Elliston <bje@wasabisystems.com>
20975
20976 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
20977 (clean mostlyclean): Remove empty rm.
20978
20979 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
20980
20981 * gdb.base/setvar.exp: Add copyright years.
20982
20983 2004-01-14 David Carlton <carlton@bactrian.org>
20984
20985 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
20986 PR c++/1511 and update coment.
20987 * gdb.cp/templates.exp: Update patterns to match current output.
20988 If changes involve something other than whitespace, KFAIL
20989 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
20990
20991 2004-01-14 David Carlton <carlton@kealia.com>
20992
20993 * gdb.cp/namespace.exp: Add tests involving classes defined within
20994 namespaces.
20995 * gdb.cp/namespace.cc (C::CClass): New.
20996 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
20997
20998 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
20999
21000 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
21001 what debug info we have. Print a better message if something goes
21002 wrong while producing the separate debug info file.
21003
21004 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21005
21006 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
21007
21008 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21009
21010 * gdb.base/callfuncs.c: Add copyright notice.
21011
21012 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
21013
21014 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
21015 inheritance. PR gdb/1498, PR gcc/13539.
21016
21017 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
21018
21019 * gdb.threads/gcore-thread.exp: Prefix name of binary with
21020 test specific name.
21021 * gdb.mi/gdb669.exp: Ditto.
21022 * gdb.mi/mi-pthreads.exp: Ditto.
21023 * gdb.mi/mi1-pthreads.exp: Ditto.
21024 * gdb.mi/mi2-pthreads.exp: Ditto.
21025
21026 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21027
21028 * gdb.cp/member-ptr.cc: Add copyright notice.
21029
21030 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21031
21032 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
21033 some patterns for recent versions of gcc and hpacc. Delete
21034 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
21035 Delete tests that access a NULL pointer-to-member-data. This
21036 script is still disabled for gcc.
21037
21038 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21039
21040 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
21041 escaped correctly.
21042
21043 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21044
21045 * gdb.base/sepdebug.exp: New file.
21046 * gdb.base/sepdebug.c: New file.
21047 * lib/gdb.exp (separate_debug_filename): New procedure.
21048 (gdb_gnu_strip_debug): New procedure.
21049
21050 2004-01-12 Andrew Cagney <cagney@redhat.com>
21051
21052 * gdb.mi/ChangeLog: Delete file. Renamed to ...
21053 * gdb.mi/ChangeLog-1999-2003: New file.
21054
21055 2004-01-12 Andrew Cagney <cagney@redhat.com>
21056
21057 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
21058 "Renaming a directory to a non-empty directory returns ENOTEMPTY
21059 or EEXIST", treat EBUSY as an XFAIL.
21060
21061 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
21062
21063 * gdb.base/scope.exp: Remove obsolete setup_xfail for
21064 hp_cc_compiler.
21065
21066 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21067
21068 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
21069 decorations.
21070
21071 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21072
21073 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
21074 and "(aCC)" decorations. Remove obsolete doco about old
21075 test results.
21076
21077 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21078
21079 * gdb.cp/exception.exp: Fix typo in doco.
21080
21081 2004-01-09 Mark Kettenis <kettenis@gnu.org>
21082
21083 * gdb.base/gdb1476.exp: Fix typo.
21084
21085 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21086
21087 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
21088 file.
21089
21090 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21091
21092 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
21093 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
21094 Use gdb_compile. Remove restriction on gcc. Add some patterns
21095 for recent version of gdb. Delete second half, which was a copy
21096 of the first half with different build flags. This test is
21097 still disabled because it is still not ready for production.
21098
21099 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21100
21101 * gdb.cp/exception.cc: Add copyright notice.
21102 * gdb.cp/exception.exp: Add a notice that this file is broken
21103 because of line number changes caused by addition of copyright
21104 notice.
21105
21106 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21107
21108 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
21109 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21110
21111 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21112
21113 * gdb.cp/classes.exp: Accept gnu abi 2.
21114 * gdb.cp/derivation.exp: Likewise.
21115 * gdb.cp/overload.exp: Likewise.
21116 * gdb.cp/virtfunc.exp: Likewise.
21117
21118 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21119
21120 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
21121 semicolon after end of function.
21122
21123 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21124
21125 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21126 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
21127 boilerplate code for compiling and running the program under
21128 test. Add some string method tests.
21129
21130 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21131
21132 * gdb.cp/bs15503.cc: Add copyright notice.
21133 * gdb.cp/bs15503.exp: Adjust line number.
21134
21135 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21136
21137 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
21138 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
21139
21140 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21141
21142 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
21143 hp_cc_compiler.
21144
21145 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21146
21147 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
21148 * gdb.cp/ctti.exp: Use the marker instead of "next".
21149 With gcc, run further before bailing.
21150
21151 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21152
21153 * gdb.cp/cttiadd.cc: Add copyright notice.
21154 * gdb.cp/cttiadd1.cc: Likewise.
21155 * gdb.cp/cttiadd2.cc: Likewise.
21156 * gdb.cp/cttiadd3.cc: Likewise.
21157
21158 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21159
21160 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
21161 Use gdb_test, gdb_test_multiple. Use floating-point values that
21162 have exact representations in IEEE-ish formats.
21163
21164 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21165
21166 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
21167 compilers. Delete duplicate call to get_compiler_info.
21168 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
21169 * gdb.base/volatile.exp: Likewise.
21170
21171 2004-01-07 Mark Kettenis <kettenis@gnu.org>
21172
21173 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
21174 memory at address 0.
21175
21176 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21177
21178 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
21179 to test for hp-ux assembler. Fix copyright years.
21180
21181 2004-01-07 Andrew Cagney <cagney@redhat.com>
21182
21183 * gdb.base/fileio.c (strerrno): Add "EBUSY".
21184
21185 2004-01-07 Andrew Cagney <cagney@redhat.com>
21186
21187 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
21188 when creating the read-only file. From analysis by Roland McGrath
21189 and Elena Zannoni.
21190
21191 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21192
21193 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
21194
21195 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21196
21197 * gdb.base/cvexpr.c: Be type-safe with function pointers and
21198 data pointers.
21199
21200 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21201
21202 * gdb.cp/m-static.exp: Compile one source file at a time.
21203 Delete unused call to get_compiler_info.
21204
21205 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21206
21207 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
21208 * gdb.base/call-rt-st.exp: Likewise.
21209 * gdb.base/nodebug.exp: Likewise.
21210 * gdb.base/volatile.exp: Likewise.
21211 * gdb.cp/ref-types.exp: Likewise.
21212 * gdb.cp/templates.exp: Likewise.
21213
21214 2004-01-05 Mark Kettenis <kettenis@gnu.org>
21215
21216 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
21217
21218 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
21219
21220 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
21221 hppa*-hp-hpux*.
21222
21223 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21224
21225 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21226 x86_64-*-*.
21227
21228 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21229 sparc64-*-* and sparc*-solaris2*.
21230
21231 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21232
21233 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
21234 return ${tests}" test. The ${tests} already mentions the
21235 filename.
21236
21237 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21238
21239 * gdb.cp/local.exp: Accept gcc abi 2.
21240
21241 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21242
21243 * gdb.cp/templates.exp: Accept gcc abi 2.
21244
21245 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21246
21247 * lib/compiler.cc: Remove supports_template_debugging.
21248 * gdb.cp/templates.exp: Do not test supports_template_debugging.
21249
21250 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21251
21252 * gdb.cp/namespace.exp: Accept gcc abi 2.
21253
21254 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21255
21256 * gdb.cp/method.exp: Accept gcc abi 2.
21257
21258 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21259
21260 * gdb.cp/classes.exp: Generate identical results as old version.
21261 * gdb.cp/derivation.exp: Likewise.
21262 * gdb.cp/overload.exp: Likewise.
21263 * gdb.cp/virtfunc.exp: Likewise.
21264
21265 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21266
21267 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
21268 mysterious bug with sourceware version of expect.
21269
21270 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21271
21272 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
21273 current versions of gcc, including gcc abi 2. Remove gratuitous
21274 restart of test program. Use gdb_test_multiple and gdb_test for
21275 all tests. Add patterns to xfail missing "const" in "const char *"
21276 and kfail PR gdb/1155.
21277
21278 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21279
21280 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
21281 current versions of gcc, including gcc abi 2. Remove gratuitous
21282 restart of test program. Use gdb_test_multiple and gdb_test for
21283 all tests. Add patterns to kfail PR gdb/1498.
21284
21285 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21286
21287 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
21288 current versions of gcc, including gcc abi 2. Use "breakpoint"
21289 and "continue" instead of restarting the target program. Use
21290 gdb_test_multiple and gdb_test for all tests.
21291
21292 2004-01-01 Mark Kettenis <kettenis@gnu.org>
21293
21294 * gdb.asm/asm-source.exp: Update copyright year. Link statically
21295 for *-*-solaris2*.
21296
21297 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21298
21299 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
21300 current versions of gcc, including gcc abi 2. Use "breakpoint"
21301 and "continue" instead of restarting the target program several
21302 times. Use gdb_test_multiple and gdb_test for all tests.
21303
21304 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
21305
21306 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
21307 source files.
21308
21309 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21310
21311 * gdb.base/environ.exp: Handle compiling test case from multiple
21312 source files.
21313
21314 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21315
21316 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
21317
21318 2003-12-17 Jim Blandy <jimb@redhat.com>
21319
21320 * gdb.base/freebpcmd.c: Add copyright notice.
21321
21322 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
21323
21324 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21325
21326 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
21327
21328 2003-12-13 Jim Blandy <jimb@redhat.com>
21329
21330 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
21331
21332 2003-12-12 Kevin Buettner <kevinb@redhat.com>
21333
21334 * gdb.asm/frv.inc: New file.
21335 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
21336
21337 2003-12-09 Fred Fish <fnf@redhat.com>
21338
21339 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
21340 functions to break1.c and leave prototypes behind. Add more
21341 "set breakpoint NN here" comments.
21342 * gdb.base/break1.c: New file.
21343
21344 * gdb.base/break.exp: Handle compiling test case from multiple
21345 source files and change source file references as needed.
21346 * gdb.base/completion.exp: Ditto.
21347 * gdb.base/condbreak.exp: Ditto.
21348 * gdb.base/define.exp: Ditto.
21349 * gdb.base/ena-dis-br.exp: Ditto.
21350 * gdb.base/info-proc.exp: Ditto.
21351 * gdb.base/maint.exp: Ditto.
21352 * gdb.base/until.exp: Ditto.
21353
21354 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
21355 hardcoded line numbers.
21356 * gdb.base/define.exp: Ditto.
21357 * gdb.base/ena-dis-br.exp: Ditto.
21358 * gdb.base/maint.exp: Ditto.
21359 * gdb.base/until.exp: Ditto.
21360
21361 * gdb.base/completion.exp: Use "break1" for completion tests since
21362 "break" is no longer a unique prefix.
21363
21364 2003-12-06 Andrew Cagney <cagney@redhat.com>
21365
21366 * gdb.base/structs.exp (test_struct_returns): When applicable, set
21367 "return_value_unimplemented". When an unimplemented struct return
21368 architecture, report incorrect values as a KFAIL
21369
21370 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21371
21372 * gdb.cp/rtti.exp: Accept new wording of warning from
21373 cp_lookup_rtti_type.
21374
21375 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21376
21377 Partial fix for PR testsuite/1456.
21378 * gdb.base/scope.exp (test_at_main): Replace references to
21379 gcc_compiled with calls to test_compiler_info.
21380 (test_at_foo): Likewise.
21381 (test_at_bar): Likewise.
21382
21383 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
21384
21385 Partial fix for PR testsuite/1456.
21386 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
21387 to test_compiler_info.
21388
21389 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
21390
21391 * gdb.base/so-impl-ld.exp: Update copyright notice.
21392
21393 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
21394
21395 Partial fix for PR testsuite/1456.
21396 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
21397 to test_compiler_info.
21398
21399 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21400
21401 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
21402 from current versions of gdb. Clean up regular expressions.
21403 Delete redundant timeout case.
21404
21405 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21406
21407 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
21408 from current versions of gdb. Clean up regular expressions.
21409 Delete redundant timeout case.
21410
21411 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
21412
21413 Partial fix for PR testsuite/1456.
21414 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
21415 gcc_compiled with call to test_compiler_info.
21416
21417 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
21418
21419 Partial fix for PR testsuite/1456.
21420 * gdb.base/list.exp (test_list_function): Delete unused declaration
21421 of gcc_compiled.
21422
21423 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
21424
21425 Partial fix for PR testsuite/1456.
21426 * gdb.base/complex.exp: Replace reference to gcc_compiled with
21427 call to test_compiler_info.
21428
21429 2003-11-29 Mark Kettenis <kettenis@gnu.org>
21430
21431 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
21432 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
21433 it to create the appropriate note.inc.
21434 * gdb.asm/asmsrc1.s: Include "note.inc".
21435 * gdb.asm/netbsd.inc: New file.
21436 * gdb.asm/empty.inc: New file.
21437
21438 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21439
21440 Partial fix for PR testsuite/1456.
21441 * gdb.base/constvars.exp: Replace references to gcc_compiled with
21442 calls to test_compiler_info.
21443
21444 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
21445
21446 Partial fix for PR testsuite/1456.
21447 * gdb.base/volatile.exp: Replace references to gcc_compiled with
21448 calls to test_compiler_info.
21449
21450 2003-11-27 Mark Kettenis <kettenis@gnu.org>
21451
21452 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
21453 pattern for the KFAILs.
21454
21455 2003-11-25 Adam Fedor <fedor@gnu.org>
21456
21457 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
21458 * gdb.objc/objcdecode.m: New file.
21459
21460 2003-11-25 Adam Fedor <fedor@gnu.org>
21461
21462 * gdb.objc/nondebug.exp: Test for PR objc/1236.
21463 * gdb.objc/nondebug.m: New file.
21464
21465 2003-11-26 Ben Elliston <bje@wasabisystems.com>
21466
21467 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
21468 NetBSD as it does on FreeBSD. Modelled on a similar change by
21469 Mark Kettenis on 2003-05-30.
21470 (link-flags): Set to "--entry _start" regardless of target.
21471 Special linker flags are to be appended to $link-flags.
21472 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
21473
21474 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21475
21476 * gdb.cp/method.exp: Accept output of new demangler.
21477
21478 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21479
21480 * gdb/class2.exp: New file.
21481 * gdb/class2.cc: New file.
21482
21483 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21484
21485 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
21486 of new demangler.
21487
21488 2003-11-23 Mark Kettenis <kettenis@gnu.org>
21489
21490 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
21491 of gdb_test "run".
21492
21493 2003-11-23 Mark Kettenis <kettenis@gnu.org>
21494
21495 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
21496 "continue" into "run".
21497
21498 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
21499
21500 Partial fix for PR testsuite/1456.
21501 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
21502 call to test_compiler_info.
21503 * gdb.cp/ctti.exp: Likewise.
21504 * gdb.cp/derivation.exp: Likewise.
21505 * gdb.cp/member-ptr.exp: Likewise.
21506 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
21507 reference to gcc_compiled.
21508
21509 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
21510
21511 Fix PR testsuite/1463.
21512 * gdb.base/structs.exp (start_structs_test): Call
21513 get_debug_format before using the debug format.
21514
21515 2003-11-22 Andrew Cagney <cagney@redhat.com>
21516
21517 * lib/gdb.exp (gdb_test_multiple): Add simple example.
21518 * gdb.base/structs.exp: Use gdb_test_multiple.
21519
21520 2003-11-20 Andrew Cagney <cagney@redhat.com>
21521
21522 * gdb.base/structs.exp: Handle and recover from internal errors.
21523 Replace "foo${n}" with "foo<n>" in test messages.
21524
21525 * gdb.base/structs.exp: Update copyright. Rewrite.
21526 * gdb.base/structs.c: Update copyright. Rewrite.
21527
21528 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
21529 resync count exceeded.
21530
21531 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
21532 from the internal error.
21533 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
21534 Original from Jim Blandy.
21535 (gdb_test_multiple): Use gdb_internal_error_resync.
21536
21537 2003-11-19 Andrew Cagney <cagney@redhat.com>
21538
21539 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
21540 KFAIL.
21541
21542 2003-11-17 Mark Kettenis <kettenis@gnu.org>
21543
21544 New testcase for PR backtrace/1435.
21545 * gdb.arch/i386-unwind.exp: New file.
21546 * gdb.arch/i386-unwind.c: New file.
21547
21548 2003-11-17 Andrew Cagney <cagney@redhat.com>
21549
21550 * lib/gdb.exp (compiler_info): New global.
21551 (test_compiler_info): New function.
21552 (get_compiler_info): Set compiler_info.
21553 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
21554 "compiler_info" to gcc-<major>-<minor>.
21555
21556 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
21557
21558 * gdb.trace/configure: Remove.
21559
21560 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
21561
21562 * gdb.base/break.c: Add comments to aid finding line numbers for
21563 breakpoints.
21564 * gdb.base/break.exp: Remove all references to explicit line
21565 numbers.
21566
21567 2003-11-11 Nick Clifton <nickc@redhat.com>
21568
21569 * gdb.base/shreloc.exp: Do not run for targets which do not
21570 support shared objects.
21571
21572 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
21573
21574 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
21575 Don't run tests if nofileio flag is given.
21576
21577 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
21578
21579 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
21580 as well as 'Watchpoint'.
21581
21582 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
21583
21584 Reported by Jim Ingham <jingham@apple.com>:
21585 * gdb.base/annota1.exp: Match at least one occurrence of the
21586 signal handler annotation.
21587
21588 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
21589
21590 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
21591 as well as 'Watchpoint'.
21592
21593 2003-11-05 Michael Chastain <mec@shout.net>
21594
21595 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
21596
21597 2003-11-03 Kris Warkentin <kewarken@qnx.com>
21598
21599 * gdb.arch/gdb1291.c: New test file.
21600 * gdb.arch/gdb1291.exp: New test script.
21601 * gdb.arch/gdb1431.c: New test file.
21602 * gdb.arch/gdb1431.exp: New test script.
21603
21604 2003-10-22 Michael Chastain <mec@shout.net>
21605
21606 * gdb.mi/pthreads.c: Add copyright notice.
21607
21608 2003-10-22 Michael Chastain <mec@shout.net>
21609
21610 * gdb.threads/pthreads.c: Add copyright notice.
21611
21612 2003-10-20 Michael Chastain <mec@shout.net>
21613
21614 * gdb.base/gdb1056.exp: New test script.
21615
21616 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
21617
21618 * gdb.threads/killed.exp: Use gdb_run_cmd.
21619
21620 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
21621
21622 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
21623 create a core file.
21624 * gdb.threads/gcore-thread.exp: Likewise.
21625
21626 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
21627
21628 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
21629 type, based on char type.
21630 (struct bit_flags_short_t): New bitfield type, based on short type.
21631 (init_bit_flags_char): New fuction.
21632 (init_bit_flags_short): Ditto.
21633 (print_bit_flags_char): Ditto.
21634 (print_bit_flags_short): Ditto.
21635 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
21636
21637 2003-10-11 Michael Chastain <mec@shout.net>
21638
21639 * gdb.base/call-rt-st.exp: Update copyright year.
21640
21641 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
21642
21643 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
21644 * gdb.disasm/sh3.s: Ditto.
21645
21646 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
21647
21648 * gdb.threads/switch-threads.exp: New test.
21649 * gdb.threads/switch-threads.c: New source file.
21650
21651 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
21652
21653 * gdb.base/ending-run.exp: Add sh specific case.
21654
21655 2003-10-06 Andrew Cagney <cagney@redhat.com>
21656
21657 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
21658 * gdb.disasm/mn10200.exp: Delete obsolete file.
21659
21660 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
21661
21662 * ChangeLog: Correct an entry command.exp -> commands.exp.
21663 * gdb.base/commands.exp (bp_deleted_in_command_test)
21664 (temporary_breakpoint_commands): Check noargs.
21665
21666 2003-09-25 David Carlton <carlton@kealia.com>
21667
21668 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
21669 of some print tests, where appropriate. Add tests for C::D::cd,
21670 E::ce, F::cXfX, G::XgX.
21671 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
21672
21673 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
21674
21675 * lib/java.exp (java_init): Import target_alias before using it.
21676
21677 2003-09-25 David Carlton <carlton@kealia.com>
21678
21679 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
21680
21681 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
21682
21683 * gdb.base/selftest.exp: Accomodate more instruction reordering
21684 weirdness.
21685
21686 2003-09-17 Michael Chastain <mec@shout.net>
21687
21688 * gdb.cp/gdb1355.exp: New file.
21689 * gdb.cp/gdb1355.c: New file.
21690
21691 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
21692
21693 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
21694 * gdb.asm/sh.inc: New file.
21695
21696 2003-09-11 David Carlton <carlton@kealia.com>
21697
21698 * gdb.cp/namespace.exp: Add tests for namespace types.
21699 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
21700 (test_namespace): New.
21701
21702 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
21703
21704 * gdb.base/relocate.exp: Handle new gdb output at startup.
21705 * gdb.stabs/weird.exp: Ditto.
21706
21707 2003-09-08 Michael Chastain <mec@shout.net>
21708
21709 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
21710
21711 2003-09-07 Michael Chastain <mec@shout.net>
21712
21713 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
21714 'parse error'.
21715
21716 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
21717
21718 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
21719
21720 2003-08-30 Michael Chastain <mec@shout.net>
21721
21722 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
21723 * gdb.gdb/observer.exp: Ditto.
21724 * gdb.gdb/xfullpath.exp: Ditto.
21725
21726 2003-08-29 Mark Kettenis <kettenis@gnu.org>
21727
21728 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
21729 *-*-*bsd*.
21730
21731 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
21732
21733 * gdb.base/dump.exp: Skip for ia64.
21734
21735 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
21736
21737 * gdb.asm/asm-source.exp: Add ia64 support.
21738 * gdb.asm/ia64.inc: New file.
21739
21740 2003-08-22 Michael Chastain <mec@shout.net>
21741
21742 * gdb.cp: New directory.
21743 * gdb.cp/*: Copy from gdb.c++/*.
21744 * gdb.c++/*: Remove.
21745 * Makefile.in: Change gdb.c++ to gdb.cp.
21746 * configure.in: Ditto.
21747 * configure: Regnerate.
21748
21749 2003-08-18 Mark Kettenis <kettenis@gnu.org>
21750
21751 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
21752 * gdb.arch/i386-prologue.c (gdb1338): Add function.
21753
21754 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
21755
21756 * mi-var-display.exp (-var-list-children weird): Accept function
21757 pointers with argument types.
21758 * mi1-var-display.exp (-var-list-children weird): Likewise.
21759 * mi2-var-display.exp (-var-list-children weird): Likewise.
21760
21761 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
21762
21763 * gdb.base/annota3.exp: Add missing newline.
21764
21765 2003-08-06 Michael Chastain <mec@shout.net>
21766
21767 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
21768
21769 2003-08-12 Michael Snyder <msnyder@redhat.com>
21770
21771 * gdb.base/float.exp: Add test for SH.
21772
21773 2003-08-10 Mark Kettenis <kettenis@gnu.org>
21774
21775 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
21776
21777 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
21778
21779 * gdb.base/completion.exp: Remove reduntant completion test
21780 on filename.
21781
21782 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
21783
21784 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
21785 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
21786 gdb.trace/save-trace.exp: Make sure that full pathnames are
21787 escaped correctly.
21788
21789 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
21790
21791 * configure.in: Don't generate config.h from config.hin.
21792 * configure: Regenerate.
21793 * config.hin: Remove file.
21794 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
21795 * gdb.threads/pthreads.c: Ditto.
21796
21797 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
21798
21799 From Kei Sakamoto <sakamoto.kei@renesas.com>:
21800 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
21801 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
21802 Replace ld24 with seth/add3.
21803
21804 2003-08-02 Andrew Cagney <cagney@redhat.com>
21805
21806 * gdb.base/annota3.exp: New file.
21807 * gdb.base/annota3.c: New file.
21808 * gdb.c++/annota3.exp: New file.
21809 * gdb.c++/annota3.cc: New file.
21810
21811 2003-07-29 Michael Chastain <mec@shout.net>
21812
21813 * gdb.threads/tls.c (spin): Check errno only if sem_wait
21814 actually failed.
21815 (do_pass): Likewise.
21816 * gdb.threads/tls.exp: Always initialize no_of_threads.
21817
21818 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
21819
21820 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
21821 pattern.
21822 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
21823 * gdb.threads/tls.exp: Recognize one case of the host library not
21824 supporting TLS.
21825
21826 2003-07-27 Andrew Cagney <cagney@redhat.com>
21827
21828 * gdb.base/fileio.exp: Use SH when running commands using
21829 remote_exec.
21830
21831 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
21832
21833 From Kei Sakamoto <sakamoto.kei@renesas.com>:
21834 * gdb.base/relocate.c (dummy): New padding array.
21835
21836 2003-07-22 Michael Snyder <msnyder@redhat.com>
21837
21838 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
21839
21840 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
21841 patterns to be more general, accepting old and new output.
21842 Some output chars (such as '+') also must be quoted.
21843 Some addresses are displayed numerically instead of
21844 symbolically.
21845
21846 2003-07-23 Michael Snyder <msnyder@redhat.com>
21847
21848 * gdb.base/return2.exp: Don't test long-long return.
21849
21850 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
21851 * gdb.disasm/t01_mov.exp: Ditto.
21852 * gdb.disasm/t02_mova.s: Ditto.
21853 * gdb.disasm/t02_mova.exp: Ditto.
21854 * gdb.disasm/t03_add.s: Ditto.
21855 * gdb.disasm/t03_add.exp: Ditto.
21856 * gdb.disasm/t04_sub.s: Ditto.
21857 * gdb.disasm/t04_sub.exp: Ditto.
21858 * gdb.disasm/t05_cmp.s: Ditto.
21859 * gdb.disasm/t05_cmp.exp: Ditto.
21860 * gdb.disasm/t06_ari2.s: Ditto.
21861 * gdb.disasm/t06_ari2.exp: Ditto.
21862 * gdb.disasm/t07_ari3.s: Ditto.
21863 * gdb.disasm/t07_ari3.exp: Ditto.
21864 * gdb.disasm/t08_or.s: Ditto.
21865 * gdb.disasm/t08_or.exp: Ditto.
21866 * gdb.disasm/t09_xor.s: Ditto.
21867 * gdb.disasm/t09_xor.exp: Ditto.
21868 * gdb.disasm/t10_and.s: Ditto.
21869 * gdb.disasm/t10_and.exp: Ditto.
21870 * gdb.disasm/t11_logs.s: Ditto.
21871 * gdb.disasm/t11_logs.exp: Ditto.
21872 * gdb.disasm/t12_bit.s: Ditto.
21873 * gdb.disasm/t12_bit.exp: Ditto.
21874 * gdb.disasm/t13_otr.s: Ditto.
21875 * gdb.disasm/t13_otr.exp: Ditto.
21876
21877 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
21878
21879 * gdb.threads/tls.exp :Add kfail for 'info address' case.
21880
21881 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
21882
21883 * gdb.threads/tls.c : New file.
21884 * gdb.threads/tls.exp : New file.
21885 * gdb.threads/tls-main.c : New file.
21886 * gdb.threads/tls-shared.c : New file.
21887 * gdb.threads/tls-shared.exp : New file.
21888
21889 2003-07-22 Andreas Schwab <schwab@suse.de>
21890
21891 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
21892
21893 2003-07-20 Andreas Schwab <schwab@suse.de>
21894
21895 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
21896 due to insn reordering.
21897
21898 2003-07-15 Andrew Cagney <cagney@redhat.com>
21899
21900 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
21901
21902 2003-07-15 Michael Chastain <mec@shout.net>
21903
21904 * gdb.base/gdb1250.exp: New file.
21905 * gdb.base/gdb1250.c: New file.
21906
21907 2003-07-09 Michal Ludvig <mludvig@suse.cz>
21908
21909 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
21910 expansion of size_t to 'unsigned long', not only to 'unsigned'.
21911
21912 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
21913
21914 * gdb.threads/tls.c: New file.
21915 * gdb.threads/tls.exp: New file.
21916 * gdb.threads/tls-main.c: New file.
21917 * gdb.threads/tls-shared.c: New file.
21918 * gdb.threads/tls-shared.exp: New file.
21919
21920 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
21921
21922 * gdb.base/annota1.exp: Make sure that we properly escape the
21923 full path of the source file. Xfail more permissive patterns,
21924 due to a compiler debug info problem.
21925
21926 2003-07-07 Andreas Schwab <schwab@suse.de>
21927
21928 * gdb.asm/m68k.inc: New file.
21929 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
21930
21931 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
21932 arguments"): Also match negative number.
21933
21934 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
21935
21936 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
21937
21938 * gdb.base/store.c (charest): New typedef.
21939 (add_char): Rename to add_charest, update.
21940 (wack_char): Rename to wack_charest, update types. Return l + r
21941 to keep r live across the call.
21942 (wack_short, wack_int, wack_long, wack_longest, wack_float)
21943 (wack_double, wack_doublest): Return l + r to keep r live across
21944 the call.
21945 * gdb.base/store.exp: Accomodate store.c changes.
21946
21947 2003-06-30 David Carlton <carlton@kealia.com>
21948
21949 * gdb.c++/maint.exp (test_invalid_name): New.
21950 (test_first_component): Add tests for invalid names.
21951
21952 2003-06-29 Michael Chastain <mec@shout.net>
21953
21954 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
21955 output of '<VTT for class>' for virtual base classes.
21956
21957 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
21958
21959 * gdb.base/completion.exp: Tab-complete "complet" instead of
21960 "compl".
21961 * gdb.base/complex.exp, gdb.base/complex.c: New files.
21962
21963 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
21964
21965 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
21966 * gdb.base/volatile.exp: Likewise.
21967
21968 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
21969
21970 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
21971 gdb/1265.
21972
21973 2003-06-28 Michael Chastain <mec@shout.net>
21974 Daniel Jacobowitz <drow@mvista.com>
21975
21976 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
21977 initial line count of 'captured_main' from 26 to 32.
21978 (test_with_self): Allow xmalloc call to be interleaved with the
21979 preceding two lines.
21980
21981 2003-06-24 Joel Brobecker <brobecker@gnat.com>
21982
21983 * gdb.base/bang.exp: New testcase.
21984
21985 2003-06-23 Joel Brobecker <brobecker@gnat.com>
21986
21987 * gdb.base/langs.exp: Add some tests for the "minimal" language
21988 support.
21989
21990 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
21991
21992 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
21993 the testcase.
21994
21995 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
21996
21997 * gdb.base/relocate.exp: Test add-symbol-file with a variable
21998 offset.
21999
22000 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22001
22002 * gdb.c++/pr-1210.cc: New file.
22003 * gdb.c++/pr-1210.exp: New file.
22004
22005 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
22006
22007 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
22008 000-exec-continue.
22009
22010 2003-06-15 Mark Kettenis <kettenis@gnu.org>
22011
22012 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
22013 on *-*-*bsd* instead of *-*-freebsd*.
22014
22015 2003-06-14 Andrew Cagney <cagney@redhat.com>
22016
22017 * gdb.base/store.exp: Test longest and doublest. Test all
22018 parameters. Weaken return statement match.
22019 * gdb.base/store.c: Add longest and doublest - aka long long and
22020 long double functions. Put all parameters into local register
22021 variables. Use negative values.
22022
22023 2003-06-14 Andrew Cagney <cagney@redhat.com>
22024
22025 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
22026 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
22027 exit status.
22028 * gdb.base/fileio.exp: Disable target when nointerrupts and
22029 noinferiorio, instead of limiting it to remote. Use remote_exec
22030 instead of system.
22031
22032 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
22033
22034 * gdb.base/float.exp: Add ia64 support.
22035
22036 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
22037
22038 * gdb.base/fileio.exp: Run only on remote targets.
22039
22040 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
22041
22042 * gdb.base/fileio.c: New file, testing File-I/O.
22043 * gdb.base/fileio.exp: Ditto.
22044
22045 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
22046
22047 * gdb.base/shreloc.exp: New file, check symbol values obtained from
22048 shared objects after relocation at load time (gdb PR/1132).
22049 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
22050 as above, part of the shared object relocation test.
22051
22052 2003-06-08 Mark Kettenis <kettenis@gnu.org>
22053
22054 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
22055 fully filled history list.
22056 * gdb.base/gdb_history: New file.
22057
22058 * gdb.base/signals.exp: XFAIL "continue to func1" on
22059 i*86-*-freebsd*.
22060
22061 * gdb.base/attach.exp: When trying to attach to a nonexistent
22062 process, make it possible to specify the PID based on the target,
22063 and do so for *-*-freebsd*.
22064
22065 2003-06-02 Richard Henderson <rth@redhat.com>
22066
22067 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
22068
22069 2003-06-02 Richard Henderson <rth@redhat.com>
22070
22071 * gdb.base/selftest.exp: Next over lim_at_start initialization.
22072
22073 2003-06-02 Richard Henderson <rth@redhat.com>
22074
22075 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
22076
22077 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
22078
22079 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
22080 of globalvar.
22081
22082 2003-06-01 Mark Kettenis <kettenis@gnu.org>
22083
22084 * gdb.asm/asm-source.exp: Check for memory read errors in
22085 disassembler test on *BSD too.
22086
22087 2003-06-01 Richard Henderson <rth@redhat.com>
22088
22089 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
22090 for .frame.
22091 (gdbasm_call): Lose ldgp.
22092 (gdbasm_startup): Add frame information.
22093 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
22094
22095 2003-05-31 Mark Kettenis <kettenis@gnu.org>
22096
22097 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22098 i?86-*-*.
22099
22100 2003-05-30 Mark Kettenis <kettenis@gnu.org>
22101
22102 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22103 FreeBSD.
22104
22105 2003-05-29 Richard Henderson <rth@redhat.com>
22106
22107 * gdb.asm/alpha.inc: New file.
22108 * gdb.asm/asm-source.exp: Use it.
22109
22110 2003-05-29 Jim Blandy <jimb@redhat.com>
22111
22112 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
22113 'core.PID'.
22114
22115 2003-05-22 Jim Blandy <jimb@redhat.com>
22116
22117 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
22118 backtrace.
22119
22120 2003-05-20 David Carlton <carlton@math.stanford.edu>
22121
22122 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
22123 this time.
22124
22125 2003-05-19 David Carlton <carlton@bactrian.org>
22126
22127 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
22128 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
22129
22130 2003-05-19 David Carlton <carlton@bactrian.org>
22131
22132 * gdb.c++/namespace.exp: Add namespace scope and anonymous
22133 namespace tests.
22134 Bump copyright date.
22135 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
22136 (main): Call C::D::marker2.
22137 * gdb.c++/namespace1.cc: New file.
22138
22139 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
22140
22141 Roland McGrath <roland@redhat.com>
22142 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
22143 there is no manager thread.
22144
22145 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
22146
22147 * gdb.threads/schedlock.exp: Remove assumption that all threads
22148 will run in a particular small time slice. Also ensure we break
22149 in one of the child threads rather than the main thread.
22150
22151 2003-05-07 Jim Blandy <jimb@redhat.com>
22152
22153 Add support for assembly source testing on the s390x.
22154 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
22155 architecture.
22156 * gdb.asm/s390x.inc: New file.
22157
22158 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
22159 succession of 'if' statements.
22160
22161 2003-05-05 Andrew Cagney <cagney@redhat.com>
22162
22163 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
22164
22165 2003-05-05 Andrew Cagney <cagney@redhat.com>
22166
22167 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
22168 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
22169
22170 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
22171
22172 * gdb.base/charset.exp: Update based on new behavior of set/show
22173 charset commands.
22174
22175 2003-05-01 Andrew Cagney <cagney@redhat.com>
22176
22177 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
22178 variable do not give memory errors.
22179
22180 2003-04-30 Adam Fedor <fedor@gnu.org>
22181
22182 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
22183 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
22184 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
22185 gdb.objc/basicclass.m: : New files
22186
22187 * lib/gdb.exp (gdb_compile_objc): New procedure.
22188
22189 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
22190
22191 * gdb.base/signals.exp: Make backtrace tests more specific.
22192
22193 2003-04-23 David Carlton <carlton@bactrian.org>
22194
22195 * gdb.c++/maint.exp (test_first_component): Add tests for
22196 'operator' in more locations.
22197
22198 2003-04-16 Kevin Buettner <kevinb@redhat.com>
22199
22200 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
22201
22202 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
22203
22204 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
22205 func marke' instead. Update test name.
22206
22207 2003-04-15 David Carlton <carlton@math.stanford.edu>
22208
22209 * gdb.c++/maint.exp: New file.
22210
22211 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22212
22213 * gdb.threads/schedlock.c: Change type of thread function argument
22214 to long, to avoid warnings on 64-bit platforms.
22215
22216 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22217
22218 * gdb.base/attach.exp: Add new message from ptrace in case of
22219 attaching to nonexistent process.
22220
22221 2003-04-11 Jim Blandy <jimb@redhat.com>
22222
22223 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22224 gdb.c++/userdef.cc: Place comments on the lines to which the
22225 marker function might return.
22226 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22227 gdb.c++/userdef.exp: Look for those comments to check that we've
22228 returned to the right place, instead of checking line numbers.
22229
22230 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
22231
22232 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
22233 match on sourcefile name, instead of directory name.
22234
22235 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
22236
22237 * gdb.base/completion.exp: Use string_to_regexp to match the
22238 working directory name.
22239
22240 2003-04-09 Jim Blandy <jimb@redhat.com>
22241
22242 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22243 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
22244 after an inferior function call, report the failure, but allow the
22245 test to continue.
22246
22247 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22248
22249 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22250 with -DPROTOTYPES.
22251
22252 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22253
22254 * gdb.base/break.exp: Revert last patch.
22255
22256 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
22257
22258 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22259 with -DPROTOTYPES.
22260
22261 2003-04-02 Andrew Cagney <cagney@redhat.com>
22262
22263 * gdb.base/callfuncs.exp: Make "print add" messages unique.
22264 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
22265 matching directories by the name breakpoint.
22266 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
22267 Make "continue to marker1" consistent.
22268 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
22269 message consistent.
22270 * lib/gdb.exp: Put "the program is no longer running", and "the
22271 program exited" in parenthesis.
22272 * lib/mi-support.exp: Ditto.
22273
22274 2003-04-02 Bob Rossi <bob_rossi@cox.net>
22275
22276 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
22277
22278 2003-03-29 Andrew Cagney <cagney@redhat.com>
22279
22280 * gdb.base/sizeof.c (main): Print the value of '\377'.
22281 * gdb.base/sizeof.exp: Check the sign of '\377'.
22282
22283 2003-03-27 Michael Chastain <mec@shout.net>
22284
22285 * gdb.base/gdb1090.exp: New file.
22286 * gdb.base/gdb1090.cc: New file.
22287
22288 2003-03-27 J. Brobecker <brobecker@gnat.com>
22289
22290 * gdb.gdb/observer.exp: New regression test.
22291
22292 2003-03-27 Michael Chastain <mec@shout.net>
22293
22294 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
22295 * gdb.base/ptype.exp: Likewise.
22296
22297 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
22298
22299 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
22300
22301 2003-03-26 Michael Chastain <mec@shout.net>
22302
22303 * gdb.base/ptype.exp: Actually use some typedef'd types.
22304
22305 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
22306
22307 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
22308 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
22309
22310 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22311
22312 * gdb.base/default.exp: Fix regular expression.
22313
22314 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22315
22316 * gdb.base/args.exp: Fix regular expression.
22317
22318 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22319
22320 * gdb.base/help.exp: Allow Win32 child process.
22321
22322 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22323
22324 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
22325 when stepping out of main().
22326
22327 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22328
22329 * gdb.base/default.exp: Check for win32 specific message when calling
22330 "run" without executable.
22331
22332 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22333
22334 * gdb.base/args.exp: Expect .exe in output.
22335
22336 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22337
22338 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
22339 Cygwin native.
22340
22341 2003-03-17 Andrew Cagney <cagney@redhat.com>
22342
22343 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
22344 vector registes.
22345 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
22346 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
22347
22348 2003-03-17 David Carlton <carlton@math.stanford.edu>
22349
22350 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
22351 test, for PR breakpoints/38.
22352 Call test_watchpoint_and_breakpoint.
22353 * gdb.base/watchpoint.c (func3): New function.
22354 (main): Call func3.
22355
22356 2003-03-04 David Carlton <carlton@math.stanford.edu>
22357
22358 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
22359 Garply<Garply<char> >:: garply".
22360 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
22361 with respect to PR c++/1111; note also PR c++/1113.
22362 (test_template_breakpoints): KFAIL "constructor breakpoint" with
22363 respect to PR c++/1062.
22364 KFAIL "destructor breakpoint" with respect to PR c++/1112.
22365
22366 2003-03-03 David Carlton <carlton@math.stanford.edu>
22367
22368 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
22369 with respect to PR c++/57.
22370 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
22371 c++/826.
22372 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
22373 respect to PR c++/57.
22374
22375 2003-03-03 David Carlton <carlton@math.stanford.edu>
22376
22377 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
22378 respect to PR c++/33 into FAILs.
22379
22380 2003-03-03 Michael Chastain <mec@shout.net>
22381
22382 * configure.in: Update copyright years.
22383
22384 2003-03-03 Michael Chastain <mec@shout.net>
22385
22386 * Makefile.in: Update copyright years.
22387
22388 2003-02-28 David Carlton <carlton@math.stanford.edu>
22389
22390 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
22391 print class instead of struct and/or superfluous protection
22392 specifiers, as long as the resulting output is equivalent to the
22393 source code.
22394 Delete FIXME from end of messages on tests that don't need
22395 fixing.
22396
22397 2003-02-28 David Carlton <carlton@math.stanford.edu>
22398
22399 * gdb.c++/templates.exp (do_tests): Allow const in the two
22400 Foo<volatile char *>::foo tests.
22401
22402 2003-02-27 Michael Snyder <msnyder@redhat.com>
22403
22404 * gdb.base/restore.c (main): Return zero, so exit code
22405 will be consistant.
22406
22407 2003-02-26 David Carlton <carlton@math.stanford.edu>
22408
22409 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
22410 char *>::foo" test with respect to PR c++/33. Create a new test
22411 which is identical to that one except that it doesn't put the
22412 space between the "char" and the "*"; KFAIL it, too.
22413
22414 2003-02-26 David Carlton <carlton@math.stanford.edu>
22415
22416 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
22417 template types into either PASSes or KFAILs (corresponding to PR
22418 c++/57). Tweak indentation. Update copyright.
22419
22420 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
22421
22422 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
22423
22424 2003-02-13 Michael Chastain <mec@shout.net>
22425
22426 * gdb.base/exprs.exp: Remove i960 remnants.
22427 * gdb.base/funcargs.exp: Likewise.
22428 * gdb.base/list.exp: Likewise.
22429 * gdb.base/ptype.exp: Likewise.
22430
22431 2003-02-14 David Carlton <carlton@math.stanford.edu>
22432
22433 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
22434 pEe->D::vg()" from XFAIL to KFAIL.
22435
22436 2003-02-13 Jason Molenda (jmolenda@apple.com)
22437
22438 * gdb.base/maint.exp: Update maint print statistics regexp to include
22439 new entries.
22440
22441 2003-02-13 Michael Chastain <mec@shout.net>
22442
22443 * gdb.c++/inherit.exp: Remove call to get_debug_format.
22444
22445 2003-02-12 Michael Chastain <mec@shout.net>
22446
22447 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
22448 * gdb.c++/inherit.exp: Likewise.
22449 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
22450 * gdb.c++/templates.exp: Likewise.
22451 * gdb.c++/virtfunc.exp: Likewise.
22452
22453 2003-02-06 Jason Molenda (jason-cl@molenda.com)
22454
22455 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
22456 why the code is written that way.
22457
22458 2003-02-05 Michael Chastain <mec@shout.net>
22459
22460 * gdb.base/dump.exp: Add missing copyright line.
22461
22462 2003-02-05 Jason Molenda (jason-cl@molenda.com)
22463
22464 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
22465 at the beginning so the breakpoint doesn't get set on the loop.
22466
22467 2003-02-05 Michael Chastain <mec@shout.net>
22468
22469 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
22470 output for configurations with gcc 2.95.3.
22471
22472 2003-02-05 Keith Seitz <keiths@redhat.com>
22473 Andrew Cagney <ac131313@redhat.com>
22474
22475 * gdb.mi/mi-cli.exp: New file.
22476
22477 2003-02-04 Michael Chastain <mec@shout.net>
22478
22479 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
22480 Call perror and then continue.
22481
22482 2003-02-03 Michael Chastain <mec@shout.net>
22483
22484 * gdb.c++/pr-1023.cc: New file.
22485 * gdb.c++/pr-1023.exp: New file.
22486
22487 2003-02-05 Jim Blandy <jimb@redhat.com>
22488
22489 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
22490 it's local to foobar. Check for it there, and check that it's not
22491 present in main.
22492 * gdb.c++/local.cc (marker2): New function.
22493 (foobar): Call marker1.
22494 (main): Call marker2 instead of marker1.
22495
22496 2003-02-04 Andrew Cagney <ac131313@redhat.com>
22497
22498 * gdb.disasm/mn10200.exp: Obsolete file.
22499 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
22500 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
22501 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
22502
22503 2003-02-04 David Carlton <carlton@math.stanford.edu>
22504
22505 * gdb.c++/overload.exp: Test intToChar(1).
22506 * gdb.c++/overload.cc (intToChar): New.
22507 (main): Call intToChar.
22508
22509 2003-02-03 David Carlton <carlton@math.stanford.edu>
22510
22511 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
22512 'might_kfail' arg.
22513 KFAIL some of the continue_to_bp_overloaded calls, according to
22514 PR c++/1025.
22515
22516 2003-02-01 Michael Chastain <mec@shout.net>
22517
22518 * gdb.base/advance.c (marker1): New marker function.
22519 * gdb.base/advance.exp: When the 'advance' command lands on the
22520 return breakpoint, it can legitimately stop on either the
22521 current line or the next line. Accommodate both outcomes.
22522 * gdb.base/until.exp: Likewise.
22523
22524 2003-02-02 Andrew Cagney <ac131313@redhat.com>
22525
22526 2002-11-10 Jason Molenda (jason-cl@molenda.com):
22527 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
22528 now a list, not a tuple.
22529 * gdb.mi/mi-var-display.exp: Ditto.
22530 * gdb.mi/gdb792.exp: Ditto.
22531
22532 2003-02-01 Andrew Cagney <ac131313@redhat.com>
22533
22534 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
22535 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
22536 stack backtraces.
22537 * gdb.mi/mi-syn-frame.c: Part of same.
22538
22539 2003-02-01 Mark Kettenis <kettenis@gnu.org>
22540
22541 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22542 gdb.mi/mi1-pthreads.exp: Return instead of calling
22543 gdb_suppress_entire_file.
22544
22545 2003-02-01 Mark Salter <msalter@redhat.com>
22546
22547 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
22548
22549 2003-01-31 Mark Salter <msalter@redhat.com>
22550
22551 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
22552 Support empty arg.
22553
22554 2003-01-30 Michael Chastain <mec@shout.net>
22555
22556 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
22557 This was a workaround for a UTF-8 bug in readline 4.3. The bug
22558 has been fixed in gdb/readline on 2003-01-09.
22559
22560 2003-01-29 Michael Snyder <msnyder@redhat.com>
22561
22562 * gdb.base/maint.exp: Allow for leading underscore in symbol.
22563 * gdb.base/display.exp: Allow for leading underscore in symbol.
22564 * gdb.base/args.exp: Skip if target does not support args passing.
22565
22566 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
22567
22568 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
22569 gdb_test. Accept a list of expect arguments as the third
22570 parameter.
22571 (gdb_test): Use it.
22572
22573 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
22574
22575 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
22576 allow for different test tree configurations. Update some
22577 tescases accordingly.
22578 * gdb.arch/altivec-regs.exp: Ditto.
22579 * gdb.asm/asm-source.exp: Ditto.
22580 * gdb.base/advance.exp: Ditto.
22581 * gdb.base/display.exp: Ditto.
22582 * gdb.base/long_long.exp: Ditto.
22583 * gdb.base/mips_pro.exp: Ditto.
22584 * gdb.base/overlays.exp: Ditto.
22585 * gdb.base/relocate.exp: Ditto.
22586 * gdb.base/setshow.exp: Ditto.
22587 * gdb.base/step-line.exp: Ditto.
22588 * gdb.base/step-test.exp: Ditto.
22589 * gdb.base/until.exp: Ditto.
22590 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
22591
22592 2003-01-17 David Carlton <carlton@math.stanford.edu>
22593
22594 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
22595 corresponding to PR c++/945.
22596 Update copyright.
22597
22598 2003-01-17 David Carlton <carlton@math.stanford.edu>
22599
22600 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
22601 corresponding to PR c++/68.
22602
22603 2003-01-17 David Carlton <carlton@math.stanford.edu>
22604
22605 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
22606 (test_paddr_hairy_functions): Call print_addr_2_kfail for
22607 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
22608
22609 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
22610
22611 * gdb.base/break.exp: Fix change of default location, because of
22612 removal of until tests.
22613 * gdb.base/help.exp: Update test for new 'until' help message.
22614 Add test for help on 'advance'.
22615 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
22616
22617 2003-01-15 Mark Kettenis <kettenis@gnu.org>
22618
22619 * gdb.base/default.exp: Adapt "info float" test for recent changes
22620 to that command. Add test for "info vector".
22621 * gdb.base/float.exp: New file. Add test for "info float" that
22622 resembles the old test in gdb.base/default.exp.
22623
22624 2003-01-15 David Carlton <carlton@math.stanford.edu>
22625
22626 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
22627
22628 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
22629
22630 * gdb.base/break.exp: Move the tests of until command from here...
22631 * gdb.base/until.exp: ... to here. New file. Add other tests.
22632 * gdb.base/advance.c: New file.
22633 * gdb.base/advance.exp: New file.
22634
22635 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
22636
22637 * gdb.base/args.c: New file.
22638 * gdb.base/args.exp: New file.
22639
22640 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
22641
22642 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
22643
22644 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
22645
22646 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
22647
22648 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
22649
22650 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
22651 dates.
22652
22653 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22654
22655 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
22656
22657 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22658
22659 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
22660 (ptype &*"foo").
22661 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
22662
22663 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22664
22665 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
22666 * gdb.mi/mi1-console.exp: Likewise.
22667
22668 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22669
22670 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
22671 * gdb.mi/mi1-console.exp: Likewise.
22672
22673 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22674
22675 * gdb.c++/overload.exp: Remove some fixed XFAILs.
22676
22677 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
22678
22679 * gdb.base/detach.exp: New test.
22680
22681 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
22682
22683 * Makefile.in (ALL_SUBDIRS): New variable.
22684 (subdirs, clean, distclean): Use it.
22685 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
22686 regenerating Makefile, since it is generated from the top level.
22687 * gdb.asm/Makefile.in: Likewise.
22688 * gdb.base/Makefile.in: Likewise.
22689 * gdb.c++/Makefile.in: Likewise.
22690 * gdb.disasm/Makefile.in: Likewise.
22691 * gdb.java/Makefile.in: Likewise.
22692 * gdb.mi/Makefile.in: Likewise.
22693 * gdb.threads/Makefile.in: Likewise.
22694 * gdb.trace/Makefile.in: Likewise.
22695
22696 2003-01-09 David Carlton <carlton@math.stanford.edu>
22697
22698 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
22699 Add copyright year 2003.
22700
22701 2003-01-06 Michael Chastain <mec@shout.net>
22702
22703 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
22704 When selecting a thread, 'line' and 'file' are optional.
22705 * gdb.mi/mi1-pthreads.exp: Likewise.
22706
22707 2003-01-06 Andreas Schwab <schwab@suse.de>
22708
22709 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
22710 failures.
22711
22712 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
22713
22714 Fix PR gdb/844
22715 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
22716 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
22717
22718 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
22719 instead of calling gdb_suppress_entire_file.
22720 * gdb.threads/print-threads.exp: Likewise.
22721 * gdb.threads/schedlock.exp: Likewise.
22722
22723 * gdb.threads/killed.exp: Return instead of calling
22724 gdb_suppress_entire_file.
22725 * gdb.threads/linux-dp.exp: Likewise.
22726 * gdb.threads/pthreads.exp: Likewise.
22727
22728 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
22729
22730 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
22731 stabs.
22732 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
22733 * gdb.base/whatis.exp: Always allow (void) after function names.
22734
22735 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
22736
22737 * gdb.c++/casts.exp: Correct regexp.
22738
22739 2003-01-04 Mark Kettenis <kettenis@gnu.org>
22740
22741 * configure.in: Call AC_CONFIG_HEADER. Don't call
22742 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
22743 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
22744 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
22745 aforementioned directories in the AC_OUPUT call.
22746 * config.hin: New file.
22747 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22748 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
22749 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
22750 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
22751 pass -I$objdir instead of -I$objdir/$subdir in compilation.
22752 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
22753 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
22754 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
22755 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
22756 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
22757 gdb.threads/configure.in, gdb.threads/configure,
22758 gdb.threads/config.in, gdb.trace/configure.in,
22759 gdb.trace/configure: Removed.
22760
22761 2003-01-03 Michael Chastain <mec@shout.net>
22762
22763 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
22764 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
22765
22766 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
22767
22768 * gdb.base/store.exp: Fix regular expressions.
22769
22770 2002-12-28 Mark Kettenis <kettenis@gnu.org>
22771
22772 * configure.in: Rewrite.
22773 * configure: Regenerated.
22774
22775 2003-01-03 David Carlton <carlton@math.stanford.edu>
22776
22777 * gdb.base/psymtab.exp: New file.
22778 * gdb.base/psymtab1.c: Ditto.
22779 * gdb.base/psymtab2.c: Ditto.
22780
22781 2002-12-23 Adam Fedor <fedor@gnu.org>
22782
22783 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
22784
22785 2002-12-23 David Carlton <carlton@math.stanford.edu>
22786
22787 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
22788 and current_directory initialization.
22789
22790 2002-12-22 Jim Blandy <jimb@redhat.com>
22791
22792 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
22793 rather than as part of the output file name.
22794
22795 * gdb.base/attach.exp: There's no need to copy the test program to
22796 /tmp; that was only ever necessary on HP/UX, and this test is
22797 entirely disabled there anyway.
22798
22799 2002-12-21 Jim Blandy <jimb@redhat.com>
22800
22801 * gdb.c++/psmang.exp: Doc fix.
22802
22803 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
22804 test.
22805
22806 2002-12-20 David Carlton <carlton@math.stanford.edu>
22807
22808 * gdb.c++/annota2.exp: KFAIL annotate-quit.
22809
22810 2002-12-18 Michael Chastain <mec@shout.net>
22811
22812 * gdb.c++/annota2.exp: Add copyright year 2002.
22813
22814 2002-12-17 David Carlton <carlton@math.stanford.edu>
22815
22816 * gdb.c++/try_catch.cc: Add marker comments.
22817 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
22818 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
22819 * gdb.c++/m-static.cc: Ditto.
22820 * gdb.c++/m-static1.cc: Ditto.
22821 * gdb.c++/try_catch.cc: Ditto.
22822
22823 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
22824
22825 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
22826 to see whether we are using the new -environment-directory
22827 command which resets via -r or the old version of the command
22828 which may prompt the user. Part of fix for gdb/741.
22829
22830 2002-12-13 Andrew Cagney <ac131313@redhat.com>
22831
22832 * gdb.fortran/types.exp: Update obsolete comment.
22833 * gdb.fortran/exprs.exp: Ditto.
22834 * lib/gdb.exp: Delete obsolete code.
22835 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
22836 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
22837 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
22838 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
22839 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
22840 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
22841 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
22842 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
22843 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
22844 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
22845 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
22846 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
22847 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
22848 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
22849 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
22850 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
22851 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
22852 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
22853 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
22854 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
22855 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
22856 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
22857 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
22858 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
22859 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
22860 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
22861 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
22862 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
22863 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
22864 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
22865 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
22866 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
22867 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
22868 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
22869 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
22870 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
22871 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
22872
22873 2002-12-11 David Carlton <carlton@math.stanford.edu>
22874
22875 * gdb.c++/m-data.exp: Add test for members that shadow global
22876 variables: see PR gdb/804.
22877 * gdb.c++/m-data.cc: Ditto.
22878
22879 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
22880
22881 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
22882
22883 2002-12-06 David Carlton <carlton@math.stanford.edu>
22884
22885 * gdb.base/store.c: Don't declare functions static.
22886
22887 2002-12-04 Andrew Cagney <ac131313@redhat.com>
22888
22889 * gdb.base/store.exp, gdb.base/store.c: New files.
22890
22891 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
22892
22893 * gdb.base/selftest.exp: Update for current gdb.
22894
22895 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
22896
22897 * gdb.base/maint.exp: Only dump symbols from one source file
22898 or objfile.
22899
22900 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
22901
22902 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
22903 function call.
22904
22905 2002-11-25 Jim Blandy <jimb@redhat.com>
22906
22907 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
22908 function appearing in error message.
22909
22910 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
22911
22912 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
22913
22914 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
22915
22916 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
22917 for mi1 and current mi is in correct format. New mi startup message
22918 should be in mi console format. This is part of fix for PR gdb/604.
22919
22920 2002-09-18 Fernando Nasser <fnasser@redhat.com>
22921
22922 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
22923 which explicitly prints the zero offset as "+0".
22924
22925 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
22926
22927 * gdb.threads/schedlock.c (args): Make unsigned.
22928
22929 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
22930
22931 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
22932 numbers. Allow "foo2|selected stack frame".
22933 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
22934 * gdb.asm/asmsrc2.s: Likewise.
22935 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
22936 comments.
22937 * gdb.asm/mips.inc: New file.
22938
22939 2002-10-18 Adam Fedor <fedor@gnu.org>
22940
22941 * gdb.base/default.exp: Update expected output to include 'ObjC'.
22942 * gdb.base/help.exp: Likewise.
22943
22944 2002-10-17 Kevin Buettner <kevinb@redhat.com>
22945
22946 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
22947 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
22948
22949 2002-10-02 Jim Blandy <jimb@redhat.com>
22950
22951 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
22952
22953 2002-10-01 Andrew Cagney <ac131313@redhat.com>
22954
22955 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
22956 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
22957 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
22958 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
22959 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
22960 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
22961 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
22962
22963 2002-09-29 Andrew Cagney <ac131313@redhat.com>
22964
22965 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
22966 * mi0-disassemble.exp, mi0-eval.exp: Delete.
22967 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
22968 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
22969 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
22970 * mi0-var-block.exp, mi0-var-child.exp: Delete.
22971 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
22972
22973 2002-09-27 Kevin Buettner <kevinb@redhat.com>
22974
22975 * gdb.base/annota1.exp (info break): Make directory components of
22976 path optional since not all compilers emit this debug information.
22977
22978 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
22979 step ends up stepping out of the function instead of stopping on
22980 the epilogue.
22981
22982 2002-09-26 Keith Seitz <keiths@redhat.com>
22983
22984 * lib/insight-support.exp (gdbtk_start): Figure out where
22985 the insight executable is based on where gdb is. Use this
22986 executable to start insight instead of gdb.
22987
22988 2002-09-25 Andrew Cagney <cagney@redhat.com>
22989
22990 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
22991
22992 2002-09-24 Andrew Cagney <ac131313@redhat.com>
22993
22994 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
22995 test_isolated_complaints.
22996 (test_empty_complaint): New function.
22997 (test_empty_complaints): New function. Check no output when no
22998 complaints.
22999
23000 2002-09-19 Jim Blandy <jimb@redhat.com>
23001
23002 * gdb.base/charset.exp, gdb.base/charset.c: New files.
23003
23004 2002-09-19 Andrew Cagney <ac131313@redhat.com>
23005
23006 * gdb.gdb/complaints.exp: New file.
23007
23008 2002-09-18 Andrew Cagney <ac131313@redhat.com>
23009
23010 * gdb.base/maint.exp: Check `help maint internal-warning'.
23011
23012 2002-09-18 David Carlton <carlton@math.stanford.edu>
23013
23014 * gdb.c++/m-static.exp: Remove breakpoints depending on line
23015 numbers, and replace them by a single breakpoint after the
23016 constructors are all finished.
23017 Add test 4.
23018 * gdb.c++/m-static.cc: Add test 4.
23019 * gdb.c++/m-static.h: New file.
23020 * gdb.c++/m-static1.cc: New file.
23021
23022 * gdb.c++/printmethod.exp: New file.
23023 * gdb.c++/printmethod.cc: New file.
23024
23025 * gdb.c++/pr-574.exp: New file.
23026 * gdb.c++/pr-574.cc: New file.
23027
23028 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23029
23030 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
23031 embedded targets which never actually exit.
23032
23033 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23034
23035 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
23036 "don't step after run" as unresolved or unsupported, instead of xfail.
23037
23038 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23039
23040 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
23041 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
23042 Add newline to expected string in "step out of main (status wrapper)"
23043 case.
23044
23045 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23046
23047 * lib/gdb.exp (rerun_to_main): Allow restarting application.
23048 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
23049
23050 2002-09-17 Tom Tromey <tromey@redhat.com>
23051
23052 * gdb.base/printcmds.exp (test_print_string_constants): Expect
23053 \000, not \0, in double-quoted string.
23054
23055 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
23056
23057 * gdb.base/commands.exp: Don't expect a "Program exited normally"
23058 string after running the commands execution on breakpoint tests.
23059
23060 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
23061
23062 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
23063
23064 2002-09-12 Joel Brobecker <brobecker@gnat.com>
23065
23066 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
23067
23068 2002-09-10 Keith Seitz <keiths@redhat.com>
23069
23070 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
23071 runto proc.
23072 (mi_run_to_main): Use mi_runto.
23073 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
23074
23075 2002-09-10 Keith Seitz <keiths@redhat.com>
23076
23077 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
23078 regexp for stopping at main. Could have multiple event notifications.
23079 Don't assume that main was declared with no parameters.
23080 (mi_next): Use mi_step_to.
23081 (mi_step): Use mi_next_to.
23082
23083 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
23084
23085 * gdb.base/default.exp: Fix expected string in `info float' test.
23086
23087 2002-09-09 Ben Elliston <bje@redhat.com>
23088
23089 * config/mips.exp: Update comments.
23090 * config/mips-idt.exp: Likewise.
23091 * config/nind.exp: Likewise.
23092 * config/slite.exp: Likewise.
23093 * config/sparclet.exp: Likewise.
23094 * config/udi.exp: Likewise.
23095 * config/vx.exp: Likewise.
23096 * config/vxworks29k.exp: Likewise.
23097
23098 2002-09-05 Jim Blandy <jimb@redhat.com>
23099
23100 * gdb.threads/killed.exp: Fix test failure message.
23101
23102 2002-09-04 Keith Seitz <keiths@redhat.com>
23103
23104 * lib/mi-support.exp: Update copyright.
23105 (mi_gdb_test): Increase the priority of the expected pattern
23106 so that it matches gdb_test.
23107
23108 2002-09-03 Keith Seitz <keiths@redhat.com>
23109
23110 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
23111 Use integer comparison instead of string comparison for testing
23112 whether binary was built.
23113
23114 2002-09-03 Jim Blandy <jimb@redhat.com>
23115
23116 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
23117
23118 2002-08-29 Jim Blandy <jimb@redhat.com>
23119
23120 * gdb.threads/pthreads.exp: Move the portable thread compilation
23121 code into a function in lib/gdb.exp, and call that from here.
23122 * lib/gdb.exp (gdb_compile_pthreads): New function.
23123
23124 2002-08-29 Keith Seitz <keiths@redhat.com>
23125
23126 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
23127 expect_out so that callers can get at it.
23128
23129 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
23130
23131 * gdb.threads/print-threads.c: New file.
23132 * gdb.threads/print-threads.exp: New file.
23133 * gdb.threads/schedlock.c: New file.
23134 * gdb.threads/schedlock.exp: New file.
23135
23136 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
23137
23138 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
23139 not altivec.c.
23140
23141 2002-08-17 Mark Kettenis <kettenis@gnu.org>
23142
23143 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
23144 targets. The problem should be fixed now.
23145
23146 2002-08-15 Mark Kettenis <kettenis@gnu.org>
23147
23148 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
23149 2002-07-24 change that removes final dots from error messages.
23150
23151 2002-08-13 Tom Tromey <tromey@redhat.com>
23152
23153 * gdb.base/readline.exp: New file.
23154
23155 2002-08-01 Andrew Cagney <ac131313@redhat.com>
23156
23157 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
23158 supress message.
23159
23160 2002-08-01 Andrew Cagney <cagney@redhat.com>
23161
23162 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
23163 CHILL_FOR_TARGET and CHILL_LIB.
23164 * configure.in (configdirs): Remove gdb.chill.
23165 * configure: Regenerate.
23166 * lib/gdb.exp: Obsolete references to chill.
23167 * gdb.fortran/types.exp: Ditto.
23168 * gdb.fortran/exprs.exp: Ditto.
23169
23170 2002-07-30 Kevin Buettner <kevinb@redhat.com>
23171
23172 * gdb.base/shlib-call.exp (additional_flags): Conditionally
23173 set Irix-specific compile and link flags.
23174
23175 2002-07-29 Kevin Buettner <kevinb@redhat.com>
23176
23177 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
23178 source files. The ``-o'' option doesn't work with the ``-E'' option
23179 when using the Irix compiler.
23180
23181 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
23182
23183 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
23184 Improve support for reusing an exec file. Copy exec file
23185 to target, and run gdbserver on the target instead of on the host.
23186
23187 2002-07-18 Jim Blandy <jimb@redhat.com>
23188
23189 * gdb.base/ending-run.exp: Don't expect to see the program end in
23190 some orderly fashion when we're running on a real stand-alone
23191 board.
23192
23193 * gdb.base/interrupt.exp: Correct logic for skipping tests on
23194 targets that don't support interrupts.
23195
23196 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
23197
23198 * gdb.base/attach.exp: Add patterns to match output from /proc-based
23199 systems.
23200 Move comments in expect statements to inside the actions, so that they
23201 don't get matched against.
23202
23203 2002-07-10 Mark Kettenis <kettenis@gnu.org>
23204
23205 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
23206 function when asleep" test.
23207
23208 2002-07-10 Andrew Cagney <ac131313@redhat.com>
23209
23210 * gdb.base/page.exp: Rewrite to handle problems with very long
23211 `info set' output. Update copyright.
23212
23213 2002-06-26 Andrew Cagney <ac131313@redhat.com>
23214
23215 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
23216 gdb.threads-hp.
23217 * gdb.hp/configure: Regenerate.
23218 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
23219 * gdb.hp/gdb.threads-hp/configure: Delete file.
23220 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
23221
23222 2002-06-22 Andrew Cagney <ac131313@redhat.com>
23223
23224 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
23225 setlocale, bindtextdomain and textdomain.
23226
23227 2002-06-11 Jim Blandy <jimb@redhat.com>
23228
23229 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
23230 preprocessor macro information is present.
23231
23232 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
23233 tests.
23234
23235 2002-06-06 Michael Snyder <msnyder@redhat.com>
23236
23237 * gdb.base/overlays.exp: Record addresses of overlay
23238 functions in TCL variables rather than in GDB variables,
23239 to avoid having GDB convert them to pointers (with loss
23240 of information).
23241
23242 * gdb.base/d10v.ld: Merge in several years worth of
23243 default linker script changes.
23244 * gdb.base/long_long.exp: Add check for sizeof (long double).
23245
23246 2002-06-06 Michal Ludvig <mludvig@suse.cz>
23247
23248 * gdb.asm/asm-source.exp: Add x86-64 target.
23249 * gdb.asm/x86_64.inc: New.
23250
23251 2002-05-30 Michael Chastain <mec@shout.net>
23252
23253 From Benjamin Kosnik <bkoz@redhat.com>:
23254 * gdb.c++/m-static.cc: New file.
23255 * gdb.c++/m-static.exp: New file.
23256
23257 2002-05-28 Michael Snyder <msnyder@redhat.com>
23258
23259 * gdb.base/call-ar-st.exp: Allow for reduced floating point
23260 precision.
23261
23262 2002-05-27 Michael Chastain <mec@shout.net>
23263
23264 From Benjamin Kosnik <bkoz@redhat.com>:
23265 * gdb.c++/m-data.cc: New file.
23266 * gdb.c++/m-data.exp: New file.
23267
23268 2002-05-27 Michael Chastain <mec@shout.net>
23269
23270 From Benjamin Kosnik <bkoz@redhat.com>:
23271 * gdb.c++/try_catch.cc: New file.
23272 * gdb.c++/try_catch.exp: New file.
23273
23274 2002-05-27 Michael Chastain <mec@shout.net>
23275
23276 * gdb.c++/local.exp: Accept more nested types in output.
23277
23278 2002-05-26 Michael Chastain <mec@shout.net>
23279
23280 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
23281
23282 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
23283
23284 * lib/gdb.exp (gdb_wrapper_init): Just because
23285 gdb_wrapper_file exists, this does not mean that the file
23286 should not be rebuilt. That is what gdb_wrapper_initialized
23287 is for.
23288 (default_gdb_init): Reset gdb_wrapper_initialized.
23289
23290 2002-05-23 Michael Snyder <msnyder@redhat.com>
23291
23292 * gdb.base/all-bin.exp: Revise previous patch by just reducing
23293 the precision of the floating point test results.
23294 * gdb.base/call-rt-st.exp: Ditto.
23295
23296 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
23297 * gdb.base/call-rt-st.exp: Ditto.
23298
23299 2002-05-19 Michael Chastain <mec@shout.net>
23300
23301 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
23302
23303 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
23304
23305 * configure.in (configdirs): Add gdb.arch.
23306 * configure: Regenerate.
23307
23308 2002-05-17 Jim Blandy <jimb@redhat.com>
23309
23310 * gdb.base/completion.exp: Recognize the more detailed error
23311 messages produced by the macro expander's lexical analyzer.
23312
23313 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23314
23315 * gdb.arch/altivec-abi.c: New file.
23316 * gdb.arch/altivec-abi.exp: New file.
23317 * gdb.arch/altivec-regs.c: New file.
23318 * gdb.arch/altivec-regs.exp: New file.
23319
23320 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
23321
23322 * gdb.base/maint.exp (maint print type): Update for new type
23323 structure.
23324
23325 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23326
23327 * gdb.arch: New directory.
23328 * gdb.arch/configure.in: New file.
23329 * gdb.arch/configure: New file.
23330 * gdb.arch/Makefile.in: New file.
23331
23332 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
23333
23334 * gdb.asm/asm-source.exp: Add v850 as supported target.
23335 * gdb.asm/v850.inc: New file.
23336
23337 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
23338
23339 * gdb.c++/annota2.exp (annotate-quit): Add comment.
23340
23341 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
23342
23343 * gdb.base/break.exp: Check 'break "marker2"'.
23344
23345 2002-05-10 Michael Snyder <msnyder@redhat.com>
23346
23347 * gdb.base/long_long.exp: Fix typo.
23348
23349 2002-05-10 Jim Blandy <jimb@redhat.com>
23350
23351 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
23352 a bug.
23353
23354 * gdb.base/printcmds.exp (test_integer_literals_rejected):
23355 Recognize more detailed error message produced by the macro
23356 expander's lexical analyzer.
23357 * lib/gdb.exp (test_print_reject): Same.
23358
23359 2002-05-09 Mark Kettenis <kettenis@gnu.org>
23360
23361 * gdb.c++/method.exp: Fix typo.
23362
23363 2002-05-08 Michael Snyder <msnyder@redhat.com>
23364
23365 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
23366 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
23367 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
23368 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
23369 Add iftarget clause for strongarm.
23370
23371 2002-05-06 Michael Snyder <msnyder@redhat.com>
23372
23373 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
23374 (gdb_continue_to_end): Accept output from status wrapper.
23375 * gdb.base/ending-run.exp: Add case for output from status wrapper.
23376 Clean up fail messages to match pass messages.
23377
23378 Enable the "needs_status_wrapper" testsuite feature.
23379 * lib/gdb.exp (gdb_wrapper_init): New procedure.
23380 (gdb_compile): Conditionally call gdb_wrapper_init.
23381 * gdb.base/a2-run.exp: Recognize output from status wrapper.
23382 * gdb.c++/method.exp: Recognize output from status wrapper.
23383
23384 2002-05-06 Ben Elliston <bje@redhat.com>
23385 From Graydon Hoare <graydon@redhat.com>
23386
23387 * config/sid.exp: Include support for "rawsid" protocol.
23388
23389 2002-05-03 Jim Blandy <jimb@redhat.com>
23390
23391 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
23392 * gdb.c++/hang3.C: New file.
23393
23394 2002-05-04 Andrew Cagney <ac131313@redhat.com>
23395
23396 * gdb.base/default.exp: Remove obsolete code.
23397 * gdb.c++/misc.exp: Ditto. Update copyright.
23398 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
23399 * gdb.base/whatis.exp: Ditto. Update copyright.
23400 * gdb.base/scope.exp: Ditto. Update copyright.
23401 * gdb.base/ptype.exp: Ditto. Update copyright.
23402 * gdb.base/printcmds.exp: Ditto. Update copyright.
23403 * gdb.base/opaque.exp: Ditto. Update copyright.
23404 * gdb.base/list.exp: Ditto.
23405 * gdb.base/funcargs.exp: Ditto. Update copyright.
23406 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
23407 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
23408 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
23409 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
23410 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
23411 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
23412
23413 2002-05-02 Michael Snyder <msnyder@redhat.com>
23414
23415 * gdb.base/watchpoint.exp: Add xscale target.
23416 * gdb.base/long_long.exp: Add xscale target.
23417 * gdb.base/default.exp: Add xscale target.
23418
23419 2002-05-01 Jim Blandy <jimb@redhat.com>
23420
23421 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
23422 gdb.c++/hang.exp: New test.
23423
23424 2002-05-01 Fred Fish <fnf@redhat.com>
23425
23426 * gdb.base/completion.exp: Handle completions of "./Make" for
23427 more than one completion possibility, as is the case when we
23428 build and test in the source tree.
23429
23430 2002-04-29 Anthony Green <green@redhat.com>
23431
23432 * gdb.java/jmisc1.exp: New file.
23433 * gdb.java/jmisc2.exp: New file.
23434
23435 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
23436
23437 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
23438
23439 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
23440
23441 * gdb.base/help.exp: Change 'help status' to allow for target
23442 dependent output differences.
23443
23444 2002-04-22 Michael Chastain <mec@shout.net>
23445
23446 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
23447
23448 2002-04-22 Michael Chastain <mec@shout.net>
23449
23450 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
23451
23452 2002-04-17 David S. Miller <davem@redhat.com>
23453
23454 * gdb.asm/sparc64.inc: New file.
23455 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
23456
23457 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
23458
23459 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
23460 instruction file directly into the build tree. Clean up at end of
23461 test.
23462
23463 2002-04-18 David S. Miller <davem@redhat.com>
23464
23465 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
23466 handle 64-bit platforms correctly.
23467 * gdb.base/maint.exp: Likewise.
23468
23469 2002-04-18 Kevin Buettner <kevinb@redhat.com>
23470
23471 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
23472 ``-fpic'' when compiling files comprising a shared library, but
23473 it does need additional linker flags in order to find shared
23474 libraries at run time.
23475
23476 2002-04-18 Kevin Buettner <kevinb@redhat.com>
23477
23478 * gdb.base/cvexpr.c (use): New function.
23479 (main): Invoke use() on all global variables to prevent
23480 some linkers from deleting these otherwise unused symbols.
23481
23482 2002-04-17 Michael Chastain <mec@shout.net>
23483 From David S. Miller <davem@redhat.com>
23484
23485 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
23486 handle 64-bit platforms correctly.
23487
23488 2002-04-12 Michael Snyder <msnyder@redhat.com>
23489 From Jim Blandy <jimb@redhat.com>
23490 * gdb.base/foo.c (foox): Remove section attribute; the linker
23491 script can handle this instead.
23492 * gdb.base/bar.c (barx): Same.
23493 * gdb.base/baz.c (bazx): Same.
23494 * gdb.base/grbx.c (grbxx): Same.
23495
23496 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
23497 manager doesn't automatically unmap overlays unnecessarily.
23498
23499 2002-04-10 Martin M. Hunt <hunt@redhat.com>
23500
23501 * gdb.base/ending-run.exp: Fix pattern for Mips targets
23502 stepping out of main.
23503
23504 2002-04-09 Michael Chastain <mec@shout.net>
23505
23506 * gdb.c++/local.cc (main): Move call to marker1() inside nested
23507 scope so that the nested scope tests will make sense.
23508 * gdb.c++/local.exp: Write patterns that actually work with gcc
23509 (the HP patterns "were never known to work with gcc").
23510 Keep the old aCC patterns too.
23511
23512 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
23513
23514 * gdb.base/attach.exp: Correct target board test.
23515
23516 2002-04-08 Michael Chastain <mec@shout.net>
23517
23518 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
23519 in a const method. Add some xfail and fail cases for configurations
23520 that do not emit the "const ...".
23521
23522 2002-04-07 Michael Chastain <mec@shout.net>
23523
23524 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
23525 Accept "A * const" and "const A * const" as type of "this".
23526 Fix spelling of getFunky throughout. Make messages uniform.
23527
23528 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
23529
23530 Work around for PR gdb/285:
23531 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
23532
23533 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
23534
23535 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
23536 instructions file at run time instead of configure time.
23537 Sometimes we run the test in a directory that is not the one we
23538 configured in.
23539 * gdb.asm/configure.in: Delete creation of symlink.
23540 * gdb.asm/configure: Regenerate.
23541
23542 2002-04-05 J. Brobecker <brobecker@gnat.com>
23543
23544 * gdb.gdb/xfullpath.exp: New test, to exercise the new
23545 xfullpath () function.
23546
23547 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
23548
23549 * gdb.asm/Makefile.in: Correct dependencies.
23550
23551 * gdb.asm/powerpc.inc: New file.
23552 * gdb.asm/asm-source.exp: Add PowerPC.
23553 * gdb.asm/configure.in: Likewise.
23554 * gdb.asm/configure: Regenerated.
23555
23556 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
23557
23558 * gdb.base/relocate.exp: New file.
23559 * gdb.base/relocate.c: New file.
23560
23561 2002-04-04 Fred Fish <fnf@redhat.com>
23562
23563 * gdb.base/step-test.exp: Update comment regarding stopping in
23564 memcpy/bcopy calls inserted as part of the compiler runtime.
23565
23566 2002-04-04 Michael Snyder <msnyder@redhat.com>
23567
23568 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
23569
23570 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
23571
23572 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
23573 (gdb_expect): Remove $notransfer hack.
23574
23575 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
23576
23577 * gdb.c++/classes.exp ("calling method for small class"): Match
23578 updated register output.
23579
23580 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
23581
23582 Fix PR gdb/452
23583 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
23584 when finished. Make gdb_file_cmd send "exec-file" when
23585 appropriate.
23586
23587 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
23588
23589 * gdb.base/attach.exp: Remove extra setup_xfail.
23590
23591 2002-03-26 Michael Snyder <msnyder@redhat.com>
23592
23593 * gdb.base/default.exp: Add tests for dump, append, and restore.
23594 * gdb.base/help.exp: Add tests for dump, append, and restore.
23595 * gdb.base/dump.exp: New file, test dump, append and restore.
23596 * gdb.base/dump.c: New file.
23597
23598 2002-03-27 Michael Snyder <msnyder@redhat.com>
23599
23600 * gdb.base/help.exp: Modify expect strings to reflect
23601 clean-ups in help messages.
23602
23603 2002-03-26 Fred Fish <fnf@redhat.com>
23604
23605 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
23606 have debugging info for those functions and the compiler uses them
23607 internally to copy structs around.
23608
23609 2002-03-26 Fred Fish <fnf@redhat.com>
23610
23611 * gdb.base/list.exp: Revert the change made yesterday and add note
23612 about why we don't list the default lines for remote targets.
23613
23614 2002-03-25 Michael Snyder <msnyder@redhat.com>
23615
23616 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
23617
23618 2002-03-25 Fred Fish <fnf@redhat.com>
23619
23620 * gdb.base/list.exp: This test works on remote targets so remove
23621 the short circuit for remote targets. Update copyright.
23622
23623 2002-03-25 Fred Fish <fnf@redhat.com>
23624
23625 * gdb.base/attach.exp: Fix logic error that was suppressing this
23626 test for all non hppa*-*-hpux* targets, instead of the hp target.
23627 Move comments closer to the suppression point. Also now need to
23628 check that we are running natively.
23629
23630 2002-03-22 Michael Snyder <msnyder@redhat.com>
23631
23632 * gdb.base/default.exp: Add test for gcore. Update copyright.
23633 * gdb.base/help.exp: Add test for gcore. Update copyright.
23634
23635 2002-03-06 Fred Fish <fnf@redhat.com>
23636
23637 * gdb.base/funcargs.c: Remove extraneous ';' character.
23638 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
23639
23640 2002-03-04 Michael Chastain <mec@shout.net>
23641
23642 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
23643 accommodate gcc v3 function signature.
23644 * gdb.mi/mi0-var-cmd-exp: Ditto.
23645
23646 2002-02-24 Andrew Cagney <ac131313@redhat.com>
23647
23648 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
23649 ``GNU/Linux'' or ``Linux kernel''
23650 * testsuite/gdb.threads/pthreads.c: Ditto.
23651
23652 2002-02-24 Michael Chastain <mec@shout.net>
23653
23654 * gdb.threads/pthreads.c (thread1): Add a return statement.
23655 (thread2): Likewise.
23656 (foo): Likewise.
23657
23658 2002-02-23 Michael Chastain <mec@shout.net>
23659
23660 * gdb.threads/linux-dp.c (philosopher): Add a return statement
23661 to placate gcc.
23662
23663 2002-02-23 Michael Chastain <mec@shout.net>
23664
23665 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
23666 test "ptype bint". The test passes on all my stabs configurations.
23667
23668 2002-02-21 Jim Blandy <jimb@redhat.com>
23669
23670 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
23671 filename at a time, and watch for the ones we want to see.
23672
23673 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
23674 types of pointers to prototyped functions.
23675
23676 2002-02-20 Andrew Cagney <ac131313@redhat.com>
23677
23678 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
23679 signed, unsigned and straight char.
23680 (padding_char, padding_short, padding_int, padding_long,
23681 padding_long_long, padding_float, padding_double,
23682 padding_long_double): New global variables.
23683 (fill, fill_structs): New functions.
23684
23685 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
23686 for correctly sized writes. Update copyright.
23687 (get_valueof): New procedure.
23688 (get_sizeof): Call get_valueof.
23689 (check_valueof): New procedure.
23690 (check_padding): New procedure.
23691
23692 2002-02-20 Michael Chastain <mec@shout.net>
23693
23694 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
23695 to setup_xfail. Document some of the remaining calls.
23696
23697 2002-02-18 Michael Chastain <mec@shout.net>
23698
23699 * gdb.c++/userdef.exp: Update copyright year.
23700
23701 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
23702
23703 * gdb.c++/userdef.exp: Test overloaded operators properly.
23704 Remove xfails.
23705
23706 2002-02-14 Michael Snyder <msnyder@redhat.com>
23707
23708 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
23709
23710 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
23711
23712 * gdb.base/a2-run.exp: Check for a remote target properly.
23713 * gdb.base/annota1.exp: Likewise.
23714 * gdb.base/list.exp: Likewise.
23715 * gdb.base/reread.exp: Likewise.
23716 * gdb.base/scope.exp: Likewise.
23717 * gdb.base/shlib-call.exp: Likewise.
23718 * gdb.base/term.exp: Likewise.
23719 * gdb.c++/annota2.exp: Likewise.
23720
23721 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
23722
23723 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
23724
23725 2002-02-10 Michael Chastain <mec@shout.net>
23726
23727 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
23728 (call_after_alloca): Ditto.
23729
23730 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
23731
23732 * gdb.base/ending-run.exp: Guard "cont" test with
23733 gdb_skip_stdio_test.
23734
23735 2002-02-06 Jim Blandy <jimb@redhat.com>
23736
23737 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
23738 from here...
23739 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
23740 To here. Disable this test on non-HP platforms. Add big comment.
23741
23742 2002-02-04 Michael Snyder <msnyder@redhat.com>
23743
23744 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
23745 other than d10v and m32r.
23746
23747 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
23748
23749 * gdb.base/default.exp: Rewrite test patterns to reduce time
23750 taken to match them.
23751
23752 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
23753
23754 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
23755 Allow a start function above main.
23756 * gdb.threads/linux-dp.exp: Fix copyright date.
23757
23758 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
23759
23760 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
23761 (check_philosopher_stack): Check for manager thread before checking
23762 for a just-starting thread.
23763
23764 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
23765
23766 From Neil Booth <neil@daikokuya.demon.co.uk>:
23767 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
23768 warnings.
23769
23770 2002-01-21 Fred Fish <fnf@redhat.com>
23771
23772 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
23773 not caller.
23774
23775 2002-01-21 Jim Blandy <jimb@redhat.com>
23776
23777 * gdb.base/reread.exp: Check that GDB properly re-reads the
23778 executable file when it changes while no inferior is running.
23779
23780 2002-01-21 Fred Fish <fnf@redhat.com>
23781
23782 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
23783 optionally accept the "shlib events" variation.
23784
23785 2002-01-21 Jim Blandy <jimb@redhat.com>
23786
23787 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
23788 call `fflush' after every `printf', so that the output is produced
23789 at predictable points, regardless of whatever buffering does (or
23790 doesn't) take place.
23791 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
23792 at different points.
23793
23794 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
23795
23796 * gdb.c++/inherit.exp: Update copyright years.
23797 * gdb.c++/method.exp: Likewise.
23798
23799 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
23800
23801 * gdb.c++/classes.exp: Update for improved v3 support and skipping
23802 artificial methods/arguments.
23803 * gdb.c++/derivation.exp: Likewise.
23804 * gdb.c++/inherit.exp: Likewise.
23805 * gdb.c++/method.exp: Likewise.
23806 * gdb.c++/virtfunc.exp: Likewise.
23807
23808 2002-01-18 Andrew Cagney <ac131313@redhat.com>
23809
23810 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
23811 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
23812 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
23813 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
23814 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
23815 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
23816
23817 2002-01-17 Jim Blandy <jimb@redhat.com>
23818
23819 * gdb.asm/asm-source.exp (info symbol): Take another shot at
23820 anchoring the pattern matching the entry point symbol's name.
23821
23822 2002-01-17 Andrew Cagney <ac131313@redhat.com>
23823
23824 * gdb.base/maint.exp: Update ``maint internal-error'' to match
23825 continue/quit query. Update copyright.
23826
23827 2002-01-14 Michael Snyder <msnyder@redhat.com>
23828
23829 * gdb.base/gcore.exp: Remove extra debugging output.
23830
23831 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
23832
23833 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
23834 for slightly dubious v2 mangled string.
23835
23836 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
23837
23838 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
23839
23840 2002-01-10 Jason Merrill <jason@redhat.com>
23841
23842 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
23843
23844 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
23845 constructors.
23846 * gdb.c++/derivation.exp: Likewise.
23847 * gdb.c++/templates.exp: Likewise.
23848 * gdb.c++/virtfunc.exp: Likewise.
23849
23850 2002-01-10 Michael Snyder <msnyder@redhat.com>
23851
23852 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
23853
23854 2002-01-08 Michael Snyder <msnyder@redhat.com>
23855
23856 * gdb.base/gcore.exp: New test for generate-core-file command.
23857 * gdb.base/gcore.c: Testcase for above.
23858 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
23859
23860 2002-01-08 Jason Merrill <jason@redhat.com>
23861
23862 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
23863
23864 2002-01-07 Fred Fish <fnf@redhat.com>
23865
23866 * gdb.c++/overload.exp: Remove unconditional xfails for:
23867 print foo_instance1.overloadargs(1)
23868 print foo_instance1.overloadargs(1, 2)
23869 print foo_instance1.overloadargs(1, 2, 3)
23870 print foo_instance1.overloadargs(1, 2, 3, 4)
23871 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
23872 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
23873 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
23874 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
23875 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
23876 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
23877 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
23878 print foo_instance1.overload1arg()
23879 print foo_instance1.overload1arg((char)arg2)
23880 print foo_instance1.overload1arg((signed char)arg3)
23881 print foo_instance1.overload1arg((unsigned char)arg4)
23882 print foo_instance1.overload1arg((int)arg7)
23883 print foo_instance1.overload1arg((unsigned int)arg8)
23884 print foo_instance1.overload1arg((float)arg11)
23885 print foo_instance1.overload1arg((double)arg12)
23886
23887 2002-01-07 Michael Snyder <msnyder@redhat.com>
23888
23889 * gdb.base/huge.exp: New test. Print a very large target data object.
23890 (skip_huge_test): New test variable. Define if you want to skip this
23891 test. The test reads an 8 megabyte data object from the target, so it
23892 might be very time consuming on remote targets with a slow connection.
23893 * gdb.base/huge.c: New file. Test case for above.
23894
23895 2002-01-07 Fred Fish <fnf@redhat.com>
23896
23897 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
23898 g_instance.bfoo, and g_instance.cfoo.
23899
23900 2002-01-07 Jeffrey A Law <law@redhat.com>
23901
23902 * gdb.base/break.c (multi_line_if_conditional): New function.
23903 (multi_ilne_while_conditional): Likewise.
23904 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
23905 IF or WHILE condition puts the breakpoint at the start of
23906 the condition.
23907
23908 * gdb.base/selftest.exp (backtrace through signal handler): Remove
23909 hppa*-*-hpux* expected failure.
23910 * gdb.base/structs.exp (do_function_calls): Similarly.
23911
23912 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
23913 watchpoints.
23914
23915 2002-01-06 Andrew Cagney <ac131313@redhat.com>
23916
23917 Fix PR gdb/66.
23918 * gdb.base/structs.exp: Replace skip for a29k with skip for
23919 gdb,cannot_call_functions.
23920 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
23921 * gdb.base/callfuncs.exp: Ditto.
23922 * gdb.base/call-rt-st.exp: Ditto.
23923 * gdb.base/call-strs.exp: Ditto.
23924 * gdb.base/callfwmall.exp: Ditto.
23925 * gdb.base/scope.exp: Obsolete xfail a29k.
23926 * gdb.c++/misc.exp: Ditto.
23927 * gdb.c++/cplusfuncs.exp: Ditto.
23928 * gdb.base/ptype.exp: Ditto.
23929 * gdb.base/printcmds.exp: Ditto.
23930 * gdb.base/opaque.exp: Ditto.
23931 * gdb.base/list.exp: Ditto.
23932 * gdb.base/funcargs.exp: Ditto.
23933 * gdb.base/default.exp: Ditto.
23934
23935 2002-01-04 Michael Snyder <msnyder@redhat.com>
23936
23937 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
23938 * gdb.base/maint.exp: Add tests for maint info sections options.
23939
23940 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
23941
23942 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
23943
23944 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
23945
23946 * gdb.asm/arm.inc: New file.
23947 * gdb.asm/asm-source.exp: Add arm targets.
23948 * gdb.asm/configure.in: Ditto.
23949 * gdb.asm/configure: Recreated from configure.in.
23950
23951 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
23952
23953 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
23954 with HP's compiler.
23955 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
23956 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
23957 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
23958 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
23959
23960 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
23961 either HP's compilers or GCC.
23962
23963 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
23964 a SIGBUS or SIGSEGV.
23965
23966 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
23967
23968 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
23969 can be compiled with either HP's compiler or GCC.
23970
23971 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
23972 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
23973 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
23974
23975 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
23976 to match current gdb output. Update due to using auto-solib-limit
23977 for limiting instead of overloading auto-solib-add.
23978 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
23979 test program.
23980
23981 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
23982 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
23983 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
23984 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
23985 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
23986 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
23987 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
23988 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
23989 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
23990 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
23991 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
23992 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
23993 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
23994
23995 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
23996 a SIGTRAP to the inferior.
23997
23998 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
23999
24000 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
24001 Substitute call to target_link by call to gdb_compile.
24002
24003 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
24004
24005 * gdb.base/break.exp: Fix HP specific search string when testing
24006 backtracing in a called function.
24007
24008 * gdb.base/constvars.exp: Only set lang to C++ if we're
24009 compiling the test with HP's compilers.
24010 * gdb.base/volatile.exp: Similarly.
24011
24012 2001-12-19 Jim Blandy <jimb@redhat.com>
24013
24014 * gdb.base/printcmds.exp: Expect the null character to be printed
24015 as '\0', and the '\013' to be printed as '\v'.
24016 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
24017 * gdb.base/setvar.exp: Same.
24018
24019 2001-12-17 Jim Blandy <jimb@redhat.com>
24020
24021 * gdb.base/completion.exp: Rather than completing very long
24022 filenames, which can make the readline library produce output we
24023 don't recognize, cd to the directory first, and then complete
24024 using nice, short relative paths.
24025
24026 * gdb.base/completion.exp: On some systems, there is, in fact, a
24027 variable named `b' in scope, since GDB treats all static
24028 variables as being in scope. So use `no_var_named_this'
24029 instead of `b'.
24030
24031 * gdb.base/corefile.exp: Recognize the message saying that GDB
24032 can't find the core file's registers as a failure.
24033
24034 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
24035
24036 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
24037 test expect string more specific.
24038
24039 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
24040
24041 * gdb.asm/asm-source.exp: Add support for xstormy16.
24042 * gdb.asm/configure.in: Ditto.
24043 * gdb.asm/configure: Rebuild.
24044 * gdb.asm/xstormy16.inc: New file.
24045
24046 2001-12-10 Fred Fish <fnf@redhat.com>
24047
24048 * gdb.base/maint.exp: Update to match changes in type dumping code.
24049
24050 2001-12-10 Jim Blandy <jimb@redhat.com>
24051
24052 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
24053 matching the entry point symbol's name at the beginning of the
24054 line.
24055
24056 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24057
24058 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
24059 gdb.c++/inherit.exp, gdb.c++/method.exp,
24060 gdb.c++/namespace.exp, gdb.c++/templates.exp,
24061 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
24062 and class layout support.
24063
24064 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24065
24066 * gdb.c++/classes.exp: Add test for static member function.
24067 * gdb.c++/misc.cc: Add class with static member function.
24068
24069 2001-12-07 Jim Blandy <jimb@redhat.com>
24070
24071 If GDB says it can't find the struct the function returned, report
24072 those tests as `unsupported'.
24073 * gdb.base/call-rt-st.exp (print_struct_call): New function.
24074 Rewrite subsequent tests to use it.
24075
24076 If GDB says it can't find the struct the function returned, report
24077 those tests as `unsupported'.
24078 * gdb.base/structs.exp (call_struct_func): New function.
24079 (do_function_calls): Use call_struct_func to call the functions
24080 returning structs.
24081
24082 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
24083 whether functions are prototyped or not, so we can't possibly pass
24084 arguments to t_float_values2 properly.
24085
24086 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
24087 value of `timeout' for targets other than the mips*tx39-*.
24088
24089 2001-12-06 Michael Snyder <msnyder@redhat.com>
24090
24091 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
24092 and detect whether the start symbol has a leading underscore.
24093
24094 2001-12-04 Jim Blandy <jimb@redhat.com>
24095
24096 * gdb.base/completion.exp: Clarify indentation.
24097
24098 2001-12-03 Jim Blandy <jimb@redhat.com>
24099
24100 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
24101 variables on the S/390, not `.word'.
24102
24103 2001-11-30 Jim Blandy <jimb@redhat.com>
24104
24105 Add assembly-source tests for s390-ibm-linux.
24106 * gdb.asm/s390.inc: New file.
24107 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
24108 the S/390 architecture.
24109 * gdb.asm/configure: Regenerated.
24110
24111 2001-11-30 Michael Snyder <msnyder@redhat.com>
24112
24113 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
24114 next, info source, info sources, info line, global and static
24115 variables, and static functions.
24116 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
24117 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
24118 * gdb.asm/asmsrc1.s: Add a static function and some variables.
24119 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
24120 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
24121 (gdbasm_leave): Restore frame pointer.
24122 (gdbasm_startup): Copy stack set-up from crt0.S.
24123
24124 2001-11-26 Fernando Nasser <fnasser@redhat.com>
24125
24126 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
24127 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
24128 to a local (non-static) variable. Copy tstruct.a to a static buffer
24129 and return a pointer to that buffer.
24130 * gdb.base/callfwmall.c (t_structs_a): Ditto.
24131
24132 2001-11-24 Mark Kettenis <kettenis@gnu.org>
24133
24134 * gdb.asm/configure.in: Fix recognition of ix86 target.
24135 * gdb.asm/configure: Regenerate.
24136
24137 2001-11-21 Michael Snyder <msnyder@redhat.com>
24138
24139 * gdb.asm/sparc.inc: New file.
24140 * gdb.asm/asm-source.exp: Recognize sparc target.
24141 * gdb.asm/configure.in: Recognize sparc target.
24142 * gdb.asm/configure: Regenerate.
24143
24144 2001-11-21 Michael Snyder <msnyder@redhat.com>
24145
24146 * gdb.asm/m32r.inc: New file.
24147 * gdb.asm/asm-source.exp: Recognize m32r target.
24148 * gdb.asm/configure.in: Recognize m32r target.
24149 * gdb.asm/configure: Regenerate.
24150
24151 2001-11-20 Michael Snyder <msnyder@redhat.com>
24152
24153 * gdb.asm/i386.inc: New file.
24154 * gdb.asm/asm-source.exp: Recognize ix86 target.
24155 * gdb.asm/configure.in: Recognize ix86 target.
24156 * gdb.asm/configure: Regenerate.
24157
24158 * gdb.c++/namespace.exp: Fix quotes in output messages.
24159
24160 2001-11-14 Michael Snyder <msnyder@redhat.com>
24161
24162 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
24163 qualifier in a type cast expression, to designate an address
24164 in the instruction space (Harvard architecture).
24165
24166 2001-11-13 Michael Snyder <msnyder@redhat.com>
24167
24168 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
24169 Tests for expressions using 'const' and 'volatile'.
24170
24171 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
24172
24173 * gdb.asm/asm-sources.exp: Allow defining linker flags.
24174
24175 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
24176
24177 * lib/mi-support.exp (mi_run_to_helper): Move comments
24178 outside of gdb_expect.
24179
24180 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
24181
24182 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
24183 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
24184 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
24185 mi0_run_to): New functions.
24186 * gdb.mi/mi-simplerun.exp: Use them.
24187 * gdb.mi/mi0-simplerun.exp: Likewise.
24188 * gdb.mi/mi-var-cmd.exp: Likewise.
24189 * gdb.mi/mi0-var-cmd.exp: Likewise.
24190
24191 2001-11-10 Andrew Cagney <ac131313@redhat.com>
24192
24193 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
24194 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
24195
24196 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24197
24198 * gdb.base/restore.exp: Include $expected value in restored test
24199 message.
24200
24201 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24202
24203 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
24204 implemented.
24205
24206 2001-11-08 Michael Snyder <msnyder@redhat.com>
24207
24208 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
24209 Add pass/fail message for stop at breakpoint in call dummy function.
24210
24211 2001-11-07 Michael Snyder <msnyder@redhat.com>
24212
24213 * gdb.c++/templates.exp (test_template_breakpoints):
24214 If we get an overload menu, but it does not match what
24215 we expect, we still need to issue the "cancel" command.
24216 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
24217 making the whitespace optional. Argument for "new" may be
24218 "unsigned" as well as "unsigned int/long".
24219 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
24220 making the whitespace optional. Also replace "(void) with
24221 "((void|)), making the keyword "void" optional.
24222 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
24223 making the whitespace optional. Also replace "(void) with
24224 "((void|)), making the keyword "void" optional.
24225 * gdb.base/callfuncs.c (t_float_values): This function must
24226 _not_ be prototyped, and the following function (t_float_values2)
24227 must be prototyped (if the compiler supports it), so that GDB
24228 can be tested against both cases. Usually one case involves
24229 promotion of float to double, while the other does not.
24230 * gdb.base/callfwmall.c: Ditto.
24231 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
24232 includes a stack frame for "start".
24233
24234 2001-11-05 Jim Blandy <jimb@redhat.com>
24235
24236 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
24237 pointers are 32 bits long, and that offsets of relocs are always
24238 stored in the data (REL-style), and not in the reloc entry itself
24239 (RELA-style).
24240 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
24241 stabs.
24242
24243 2001-11-01 Michael Snyder <msnyder@redhat.com>
24244
24245 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
24246 and regular expression operators by using quoting.
24247
24248 2001-10-31 Michael Snyder <msnyder@redhat.com>
24249
24250 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
24251 depending on what the symbol table contains.
24252 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
24253 the output of the ptype command. Similarly, accept both "const &"
24254 and "const&".
24255
24256 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
24257
24258 * gdb.base/miscexprs.c (main): Add usage of preprocessor
24259 symbol `STORAGE' to allow to choose the storage class of
24260 the local datastructures.
24261 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
24262 compiler directive.
24263
24264 2001-10-30 Michael Snyder <msnyder@redhat.com>
24265
24266 * gdb.base/jump.exp: Allow it to run for all targets.
24267
24268 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24269
24270 * gdb.base/call-ar-st.c (print_double_array): Match for loop
24271 with new double_array size.
24272 (main): Change storage class of all local variables to static.
24273 Reduce size of double_array to 9.
24274 * gdb.base/call-ar-st.exp: Increase timeout value.
24275 Change expected output for double array to match new size in
24276 call-ar-st.c.
24277
24278 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24279
24280 * gdb.base/ending-run.exp: Create identical output when passing
24281 `step to end of run' case. Add regular expression branch satisfying
24282 Stormy16 target.
24283
24284 2001-10-28 Mark Kettenis <kettenis@gnu.org>
24285
24286 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
24287 that we catch the expected failure under Linux/x86.
24288
24289 2001-10-29 Orjan Friberg <orjanf@axis.com>
24290
24291 * gdb.base/setvar.exp: Escape curly braces.
24292 * gdb.stabs/weird.exp: Ditto.
24293
24294 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
24295
24296 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
24297 * gdm.mi/mi0-hack-cli.exp: Likewise.
24298
24299 2001-10-25 Andrew Cagney <ac131313@redhat.com>
24300
24301 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
24302 messages.
24303
24304 2001-10-21 Andrew Cagney <ac131313@redhat.com>
24305
24306 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
24307 checking MI enabled.
24308
24309 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
24310
24311 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
24312
24313 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
24314
24315 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
24316 if gdb child process crashes, just signal an error.
24317
24318 2001-10-02 Jim Blandy <jimb@redhat.com>
24319
24320 * lib/gdb.exp (test_xfail_format): Simplify.
24321
24322 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
24323 front of the variable name `format'. Simplify `if'.
24324
24325 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24326
24327 * gdb.threads/pthreads.exp: Wait for output and delay
24328 before sending ^C.
24329
24330 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24331
24332 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
24333 some incorrect output instead of timing out.
24334 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
24335
24336 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
24337
24338 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
24339 check to allow additional `int'.
24340
24341 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
24342
24343 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
24344 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
24345
24346 2001-09-27 Michael Snyder <msnyder@redhat.com>
24347
24348 * lib/gdb.exp (test_debug_format): New proc.
24349 (setup_xfail_format): Use new proc test_debug_format.
24350 * gdb.base/constvars.exp (local_compiler_xfail_check): New
24351 proc; use new service proc test_debug_format.
24352 Replace all other "gcc_compiled" tests with this test.
24353 * gdb.base/volatile.exp (local_compiler_xfail_check): New
24354 proc; use new service proc test_debug_format.
24355 Replace all other "gcc_compiled" tests with this test.
24356
24357 2001-09-27 Michael Snyder <msnyder@redhat.com>
24358
24359 * gdb.base/cvexpr.exp: New file.
24360 * gdb.base/cvexpr.c: New file
24361 Test for expressions using const and volatile keywords.
24362
24363 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
24364
24365 * gdb.base/constvars.exp: Check for different orders of keywords
24366 and additional "int" strings in output.
24367
24368 2001-09-22 Andrew Cagney <ac131313@redhat.com>
24369
24370 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
24371 responses from "help maint".
24372
24373 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
24374
24375 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
24376 to localhost:NNN instead of :NNN, in case Xvfb is listening
24377 only on TCP.
24378
24379 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
24380
24381 * gdb.base/recurse.exp: When checking leaving the watchpoint
24382 scope, recognize when gdb is in function's epilogue and pass.
24383
24384 2001-09-18 Keith Seitz <keiths@redhat.com>
24385
24386 * lib/insight-support.exp (_gdbtk_export_target_info): Add
24387 support for running tests against sid targets.
24388 (gdbtk_done): Ditto.
24389
24390 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
24391
24392 * gdb.base/ending-run.c (main): Set stdout buffersize
24393 to the same reasonable value for any target.
24394 * gdb.base/ending-run.exp: Add a regular expression
24395 to make testsuite happy on Sanyo Stormy16 target.
24396
24397 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
24398
24399 * gdb.base/display.c (do_loops): Add float variable `f'.
24400 Increment f in loop.
24401 * gdb.base/display.exp: Increment timeout by 60 seconds.
24402 Change float display test to use variable `f'.
24403
24404 2001-09-17 Jim Blandy <jimb@redhat.com>
24405
24406 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
24407 overflowing the limited breakpoint tables on some ROM monitors
24408 (like the ROM68K).
24409
24410 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
24411
24412 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
24413 the "-ac" (disable access control) flag.
24414
24415 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
24416
24417 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
24418 ints.
24419
24420 2001-08-30 Keith Seitz <keiths@redhat.com>
24421
24422 * lib/gdb.exp: Move all insight-related functionality into
24423 separate file.
24424 * lib/insight-support.exp: New file.
24425
24426 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
24427
24428 * config/sid.exp (sid_start): Never set sid verbosity; disable
24429 expect_background {} that consumed its stdout; tolerate </dev/null.
24430 Attempt to set endianness override in "sid" protocol mode. Cleanup.
24431
24432 2001-08-18 Andrew Cagney <ac131313@redhat.com>
24433
24434 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
24435 CLI jump command to start it.
24436 (mi_run_to_main): Fail immediatly when unexpected output.
24437
24438 2001-08-18 Andrew Cagney <ac131313@redhat.com>
24439
24440 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
24441 beginning of function. Fix PR gdb/191.
24442
24443 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
24444
24445 * config/sid.exp (sid_start): Don't warn if we cannot figure out
24446 what to force sid endianness to.
24447
24448 2001-08-15 Keith Seitz <keiths@redhat.com>
24449
24450 * lib/gdb.exp (gdbtk_start): Don't set environment
24451 variables for TCL_LIBRARY and friends. Insight will
24452 now figure these out for itself.
24453
24454 2001-08-02 Michael Snyder <msnyder@redhat.com>
24455
24456 * gdb.base/completion.exp: Remove the symbol "a64l" from
24457 the expect string; this is target-specific, and not related
24458 to what is being tested.
24459
24460 2001-08-02 Dave Brolley <brolley@redhat.com>
24461
24462 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
24463
24464 2001-07-25 Michael Snyder <msnyder@redhat.com>
24465
24466 * gdb.base/consecutive.exp: New file. Test stepping over
24467 breakpoints on consecutive instructions.
24468 * gdb.base/consecutive.c: New file.
24469
24470 * gdb.base/call-rt-st.exp: Use double-backslash to quote
24471 curly braces in regular expressions.
24472
24473 2001-07-25 Michael Snyder <msnyder@redhat.com>
24474
24475 * gdb.base/ending-run.exp: Accept "Program exited normally" as
24476 legitimate output from stepping out of main.
24477
24478 2001-07-22 Keith Seitz <keiths@redhat.com>
24479
24480 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
24481 the empty string, do not run the tests.
24482
24483 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24484
24485 * gdb.base/long_long.exp: Detect size of pointer. Take into
24486 account 2-byte pointers when testing for p/a results.
24487
24488 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24489
24490 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
24491 and defined to 1K for m68hc11.
24492 (random_data): Reduce table to 1K for embedded platforms (68hc11).
24493 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
24494 (sizeof_random_data): New variable to tell the size of the data table;
24495 don't test past this size; always run to main.
24496
24497 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24498
24499 * gdb.base/return2.exp: return of long long and double fails for
24500 68HC11; don't execute these tests on that platform.
24501 * gdb.base/return.exp: Return of a double fails for 68hc11.
24502
24503 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24504
24505 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
24506 tests that print a float.
24507 * call-rt-st.exp: Likewise.
24508
24509 2001-07-12 Mark Kettenis <kettenis@gnu.org>
24510
24511 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
24512 running this test on Linux.
24513
24514 2001-06-24 Michael Chastain <chastain@redhat.com>
24515
24516 * gdb.base/arithmet.exp: Remove some tests to make all test names
24517 unique.
24518
24519 2001-07-03 Michael Snyder <msnyder@redhat.com>
24520
24521 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
24522 the output of the ptype command.
24523
24524 2001-07-02 Michael Snyder <msnyder@redhat.com>
24525
24526 * gdb.base/completion.exp: Don't assume that break.c is the only
24527 source file that may contain functions named "marker".
24528 * gdb.base/corefile.exp: Quote the curly braces in regexp.
24529
24530 2001-06-28 Andrew Cagney <ac131313@redhat.com>
24531
24532 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
24533 of files to delete.
24534
24535 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
24536 * gdb.disasm/h8300s.exp: New file.
24537 gdb.disasm/h8300s.s: Likewise.
24538
24539 2001-06-27 Andrew Cagney <ac131313@redhat.com>
24540
24541 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
24542 empty breakpoint tables.
24543
24544 2001-06-25 Andrew Cagney <ac131313@redhat.com>
24545
24546 * lib/mi-support.exp: Update args=... part of stop-reason
24547 patterns. Accept either a list or a tuple.
24548
24549 2001-06-23 Andrew Cagney <ac131313@redhat.com>
24550
24551 * lib/mi-support.exp: Remove local emacs variable defining
24552 change-log-default-name.
24553
24554 2001-06-22 Michael Chastain <chastain@redhat.com>
24555
24556 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
24557 This is operationally compatible with the previous version.
24558
24559 2001-06-13 Jim Blandy <jimb@redhat.com>
24560
24561 * lib/gdb.exp (gdb_test): Doc fix.
24562
24563 2001-06-10 Michael Chastain <chastain@redhat.com>
24564
24565 * gdb.base/exprs.exp: Remove a duplicate test.
24566
24567 2001-06-06 Jim Blandy <jimb@redhat.com>
24568
24569 * gdb.base/return2.exp (main): Use values to test float and double
24570 returns that are not NaN's, to avoid being confused by IEEE
24571 comparison rules.
24572
24573 2001-06-04 Michael Snyder <msnyder@redhat.com>
24574
24575 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
24576 non-zero if control_c fails. Terminate the test on failure,
24577 rather than wait for 12 more tests to time out.
24578
24579 2001-06-06 Jim Blandy <jimb@redhat.com>
24580
24581 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
24582 Don't forget to match the GDB prompt.
24583
24584 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
24585
24586 2001-06-04 Jim Blandy <jimb@redhat.com>
24587
24588 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
24589 command.
24590
24591 2001-05-31 Kevin Buettner <kevinb@redhat.com>
24592
24593 * gdb.base/annota1.exp (info break): Match four or more spaces
24594 after "Address".
24595
24596 2001-05-31 Michael Chastain <chastain@redhat.com>
24597
24598 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
24599 (dm_type_int_star): Likewise.
24600 (dm_type_long_star): Likewise.
24601 (dm_type_void_star): Likewise.
24602
24603 2001-05-29 Kevin Buettner <kevinb@redhat.com>
24604
24605 * gdb.base/completion.exp (INPUTRC): Set this environment variable
24606 to a known value in order to get consistent results regardless
24607 of the setting of INPUTRC or the presence or contents of .inputrc.
24608
24609 2001-05-24 Michael Snyder <msnyder@redhat.com>
24610
24611 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
24612 Don't require that the main thread and the manager thread are the
24613 first in the list.
24614
24615 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
24616 debugging. If test fails, issue an "unsupported" not a "fail".
24617
24618 2001-05-24 Jim Blandy <jimb@redhat.com>
24619
24620 Don't assume that short is shorter than int.
24621 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
24622 assume that shorts are smaller than ints. On a 16-bit machine,
24623 this isn't true.
24624 ("print unsigned char == (~0)"): Add test that verifies that ~0,
24625 an int, is not equal to ~0 stored in an unsigned char. This tests
24626 the same thing that the previous test meant to, but works on
24627 16-bit machines, too.
24628 ("print unsigned char != (~0)"): Same test, complemented.
24629
24630 2001-05-24 Michael Snyder <msnyder@redhat.com>
24631
24632 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
24633 test for (full_coverage == 0). This makes the test run faster,
24634 and prevents dejagnu getting out of step.
24635
24636 2001-05-23 Kevin Buettner <kevinb@redhat.com>
24637
24638 * gdb.base/finish.exp (finish_void): Revise pattern for
24639 stopping on the call statement to not permit stopping at
24640 the start of the instructions comprising the call sequence.
24641
24642 2001-05-19 Michael Chastain <chastain@redhat.com>
24643
24644 * gdb.base/callfuncs.exp: Make all test names unique.
24645 * gdb.base/commands.exp: Make all test names unique.
24646 * gdb.base/condbreak.exp: Make all test names unique.
24647 * gdb.base/dbx.exp: Make all test names unique.
24648 * gdb.base/default.exp: Make all test names unique.
24649 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
24650 and TIMEOUT messages to their corresponding PASS message.
24651 * gdb.base/ending-run.exp: Make all test names unique.
24652 * gdb.base/long_long.exp: Remove duplicate test.
24653
24654 2001-05-21 Kevin Buettner <kevinb@redhat.com>
24655
24656 * gdb.base/finish.exp (finish_void): Allow "finish" command to
24657 stop on the call statement as well as the statement after the
24658 call.
24659
24660 2001-05-21 Michael Snyder <msnyder@redhat.com>
24661
24662 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
24663
24664 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
24665
24666 * gdb.base/completion.exp: Revamp test. Make it execute on all
24667 platforms.
24668
24669 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
24670
24671 * config/gdbserver.exp (gdb_load): Handle the case
24672 in which the arguments to gdbserver are given in the
24673 baseboard configuration file.
24674 Also handle the case in which the server needs to do a
24675 load.
24676
24677 2001-05-07 Keith Seitz <keiths@cygnus.com>
24678
24679 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
24680 set up the display for testing.
24681 (gdbtk_start): Convert all paths to paths that tcl will like.
24682 Export target information to environment.
24683 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
24684 necessary.
24685 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
24686 (to_tcl_path): New proc to convert a given pathname into
24687 a path acceptible as an argument to a tcl command.
24688 (_gdbtk_export_target_info): New proc to export target info
24689 into the environment for gdbtk testing.
24690 (gdbtk_done): New proc to signal end-of-test.
24691
24692 2001-05-06 Jim Blandy <jimb@redhat.com>
24693
24694 * restore.c: Make the code of caller0 correspond to its comment.
24695
24696 2001-05-03 Michael Snyder <msnyder@redhat.com>
24697
24698 * config/sid.exp (gdb_target_sid): Check for error messages.
24699 On error or timeout, don't make expect exit (which will terminate
24700 all subsequent tests); instead just make gdb exit.
24701 (gdb_load): Check for error messages. On error or timeout,
24702 return a negative value.
24703
24704 2001-04-24 Jim Blandy <jimb@redhat.com>
24705
24706 * gdb.c++/templates.exp: If we see the prompt for the overload
24707 list, but we haven't recognized any of the longer patterns,
24708 arrange for this test to fail, not hang.
24709
24710 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
24711 variations.
24712
24713 2001-04-22 Michael Chastain <chastain@redhat.com>
24714
24715 * gdb.c++/local.exp: Use the 'runto' library function.
24716 * gdb.c++/namespace.exp: Likewise.
24717 * gdb.c++/overload.exp: Likewise.
24718
24719 2001-03-26 Kevin Buettner <kevinb@redhat.com>
24720
24721 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
24722 * gdb.base/step-line.exp: New file. Test step/next in presence of
24723 #line directives.
24724 * gdb.base/step-line.c: New file. Test program for the above.
24725 * gdb.base/step-line.inp: New file. We pretend that this file has
24726 been transformed by some other tool into step-line.c.
24727
24728 2001-03-21 Jim Blandy <jimb@redhat.com>
24729
24730 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
24731 unmangled operator names.
24732
24733 2001-03-20 Jim Blandy <jimb@redhat.com>
24734
24735 * gdb.threads/linux-dp.exp: Recognize an additional message
24736 generated by GDB when it doesn't understand how to debug threads
24737 on the target system.
24738
24739 2001-03-19 Andrew Cagney <ac131313@redhat.com>
24740
24741 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
24742
24743 2001-03-12 Michael Chastain <chastain@redhat.com>
24744
24745 * gdb.c++/derivation.exp: Use the 'runto' library function.
24746
24747 2001-03-12 Michael Chastain <chastain@redhat.com>
24748
24749 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
24750
24751 2001-02-24 Michael Chastain <chastain@redhat.com>
24752
24753 * gdb.c++/ref-types.exp: Change handwritten code to library
24754 function 'runto'.
24755
24756 2001-03-16 Orjan Friberg <orjanf@axis.com>
24757
24758 * gdb.base/signals.exp: Set count to 0 explicitly.
24759
24760 2001-03-15 Mark Salter <msalter@redhat.com>
24761
24762 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
24763 (gdb_target_monitor): Add check of gdb_target_cmd return value.
24764 (gdb_load): Add support for additional target_info: gdb_download_size
24765 and gdb_load_timeout.
24766
24767 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
24768
24769 * gdb.base/annota1.exp: Move test of isnative to earlier in the
24770 file -- to prevent failing when the compile fails but we have no
24771 intention of running the tests anyway.
24772
24773 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
24774 tests if set.
24775
24776 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
24777 integers.
24778
24779 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
24780 * gdb.c++/namespace.exp: Ditto.
24781
24782 2001-03-07 Orjan Friberg <orjanf@axis.com>
24783
24784 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
24785 * gdb.base/pointers.exp: Relax pattern match of decimals.
24786
24787 2001-03-06 Kevin Buettner <kevinb@redhat.com>
24788
24789 * Makefile.in, config/abug.exp, config/cfdbug.exp,
24790 config/cpu32bug.exp, config/dve.exp, config/est.exp,
24791 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
24792 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
24793 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
24794 config/sh.exp, config/sid.exp, config/slite.exp,
24795 config/sparclet.exp, config/udi.exp, config/unknown.exp,
24796 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
24797 config/vxworks.exp, config/vxworks29k.exp,
24798 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
24799 gdb.base/all-bin.exp, gdb.base/annota1.exp,
24800 gdb.base/arithmet.exp, gdb.base/assign.exp,
24801 gdb.base/async.exp, gdb.base/attach.exp,
24802 gdb.base/bitfields.exp, gdb.base/bitops.exp,
24803 gdb.base/break.exp, gdb.base/call-ar-st.exp,
24804 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
24805 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
24806 gdb.base/commands.exp, gdb.base/completion.exp,
24807 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
24808 gdb.base/constvars.exp, gdb.base/corefile.exp,
24809 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
24810 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
24811 gdb.base/ending-run.exp, gdb.base/environ.exp,
24812 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
24813 gdb.base/finish.exp, gdb.base/foll-exec.exp,
24814 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
24815 gdb.base/funcargs.exp, gdb.base/help.exp,
24816 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
24817 gdb.base/logical.exp, gdb.base/long_long.exp,
24818 gdb.base/maint.exp, gdb.base/mips_pro.exp,
24819 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
24820 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
24821 gdb.base/pointers.exp, gdb.base/printcmds.exp,
24822 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
24823 gdb.base/regs.exp, gdb.base/relational.exp,
24824 gdb.base/remote.exp, gdb.base/reread.exp,
24825 gdb.base/restore.exp, gdb.base/return2.exp,
24826 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
24827 gdb.base/selftest.exp, gdb.base/setshow.exp,
24828 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
24829 gdb.base/sigall.exp, gdb.base/signals.exp,
24830 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
24831 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
24832 gdb.base/step-test.exp, gdb.base/structs.c,
24833 gdb.base/structs.exp, gdb.base/structs2.exp,
24834 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
24835 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
24836 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
24837 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
24838 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
24839 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
24840 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
24841 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
24842 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
24843 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
24844 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
24845 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
24846 gdb.fortran/types.exp, gdb.java/jmisc.exp,
24847 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
24848 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
24849 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
24850 gdb.trace/circ.exp, gdb.trace/collection.exp,
24851 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
24852 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
24853 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
24854 gdb.trace/report.exp, gdb.trace/save-trace.exp,
24855 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
24856 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
24857 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
24858 notices.
24859
24860 2001-02-27 Michael Snyder <msnyder@cygnus.com>
24861
24862 * gdb.base/varargs.c (find_max_double): Fix printf format string:
24863 first arg is int not float.
24864
24865 2001-02-22 Michael Snyder <msnyder@cygnus.com>
24866
24867 * gdb.base/reread.exp: Unsupported for non-native targets;
24868 doesn't work for remote debugging.
24869
24870 2001-02-19 Fernando Nasser <fnasser@redhat.com>
24871
24872 From Drew Moseley <dmoseley@redhat.com>
24873 * gdb.base/ending-run.exp: Properly handle the BSP state when
24874 stepping past the end of main.
24875
24876 2001-02-19 John Moore <jmoore@redhat.com>
24877
24878 * gdb.base/commands.exp (infrun_breakpoint_command_test):
24879 Converted HPUX fix for non-expected items following multiple
24880 step commands into general solution for all platforms.
24881
24882 2001-02-18 Michael Chastain <chastain@redhat.com>
24883
24884 * gdb.c++/classes.exp (do_tests): Change runto statements
24885 from "runto 'foo(void)'" to "runto 'foo'". This makes the
24886 statements demangler agnostic.
24887 * gdb.c++/virtfunc.exp (do_tests): Likewise.
24888 (gdb_virtfunc_restart): Likewise.
24889
24890 2001-02-14 Michael Chastain <chastain@redhat.com>
24891
24892 * gdb.c++/inherit.exp (do_tests): Change runto statements
24893 from "runto 'foo(void)'" to "runto 'foo'". This makes the
24894 statements demangler agnostic.
24895
24896 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
24897
24898 * gdb.threads/pthreads.exp: Unify pass/fail messages for
24899 ``continue to bkpt at common_routine in thread 2'' and ``stopped
24900 before calling common_routine 15 times'' tests.
24901
24902 2001-02-11 Michael Chastain <chastain@redhat.com>
24903
24904 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
24905 Helps the test script figure out which demangler is in use.
24906 (dm_type_foo_ref): Ditto.
24907 (dm_type_int_star): Ditto.
24908 (dm_type_long_star): Ditto.
24909 (dm_type_unsigned_int): Ditto.
24910 (dm_type_void): Ditto.
24911 (dm_type_void_star): Ditto.
24912 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
24913 Probe the gdb demangler and set variables to accommodate
24914 formatting differences.
24915 (info_func_regexp): New function. Same as info_func, but
24916 matches against a regexp.
24917 (info_func): Match against a literal string.
24918 (print_addr_2): New function. Match against a literal string,
24919 which can be different from the input to gdb.
24920 (print_addr): Simply call print_addr_2 with the same argument twice.
24921 (test_lookup_operator_functions): Use demangler formatting variables.
24922 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
24923 the tests in the same order as the C++ class declaration.
24924 (test_paddr_operator_functions): Ditto.
24925 (test_paddr_overloaded_functions): Ditto.
24926 (test_paddr_hairy_functions): Use demangler formatting variables.
24927 Add reference to gdb/19 for related tests.
24928 (do_tests): Call probe_demangler.
24929
24930 2001-01-30 Kevin Buettner <kevinb@redhat.com>
24931
24932 * gdb.c++/templates.cc (printf): Remove unused function definition.
24933
24934 2001-01-26 Felix Lee <flee@redhat.com>
24935
24936 * sid.exp (sid_exit): Pass host, not target, to remote_close.
24937
24938 2001-01-25 matthew green <mrg@redhat.com>
24939
24940 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
24941 up sid.
24942 (sid_exit): Call `remote_pop_conn' after GDB is gone.
24943
24944 2001-01-25 matthew green <mrg@redhat.com>
24945
24946 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
24947 Deprecate $sid_spawn_id.
24948 (sid_exit): Remove code necessary only for `spawn.'
24949
24950 2001-01-25 matthew green <mrg@redhat.com>
24951
24952 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
24953
24954 2001-01-28 Michael Chastain <chastain@redhat.com>
24955
24956 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
24957 to call when tests fail. It takes gdb out of the overloaded
24958 function choice menu back to the main prompt, so that the test
24959 program stays synchronized.
24960 (set_bp_overloaded): New proc to collect all the common
24961 code for setting a breakpoint on an overloaded name. Calls
24962 take_gdb_out_of_choice_menu when needed.
24963 (menu_overload1arg): New variable to collect the repeated
24964 instances of the expected menu for an overloaded name. Change
24965 the regular expression to handle changes in g++ type encoding:
24966 "void" can be either "void" or "", and "unsigned int" can be
24967 either "unsigned int" or "unsigned".
24968 (continue_to_bp_overloaded): Change regular expressions to handle
24969 changes in g++ type encoding.
24970 (no proc): Call take_gdb_out_of_choice_menu when needed.
24971 Remove redundant calls to "info break". Accept either "canceled"
24972 or "cancelled". Change regular expressions in "info break"
24973 calls to handle changes in g++ type encoding. Give all tests
24974 unique strings.
24975
24976 2001-01-17 Ben Elliston <bje@redhat.com>
24977
24978 * config/sid.exp: New file.
24979
24980 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
24981
24982 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
24983
24984 2000-12-21 Michael Snyder <msnyder@cygnus.com>
24985
24986 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
24987 Add a RE to accept a non-ascii char if one is ever presented.
24988
24989 2000-12-20 Fernando Nasser <fnasser@redhat.com>
24990
24991 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
24992
24993 2000-12-18 Michael Snyder <msnyder@cygnus.com>
24994
24995 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
24996 in regexp. One '\' does not suffice on Linux.
24997
24998 2000-12-09 Michael Chastain <chastain@redhat.com>
24999
25000 * gdb.base/break.exp (test_clear_command): Use a marker function
25001 rather than 'main' for the test function. Also move this
25002 test to an execution point where the marker function names are
25003 guaranteed to be bound to functions. (Executing tests after a
25004 'finish' from main runs into name conflicts with local names
25005 in __libc_start_main).
25006
25007 2000-12-07 Michael Snyder <msnyder@cygnus.com>
25008
25009 * gdb.base/finish.exp: New test for gdb's "finish" command.
25010 * gdb.base/return2.exp: New test for gdb's "return" command.
25011 * gdb.base/return2.c: New source file for above.
25012
25013 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25014
25015 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
25016 * gdb.base/miscexprs.exp: Ditto.
25017 * gdb.base/pointers.exp: Ditto.
25018 * gdb.c++/derivation.exp: Ditto.
25019 * gdb.c++/local.exp: Ditto.
25020 * gdb.c++/namespace.exp: Ditto.
25021 * gdb.c++/overload.exp: Ditto.
25022 * gdb.c++/ref-types.exp: Ditto.
25023
25024 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25025
25026 * gdb.base/constvars.exp: Test result of "up" command.
25027 * gdb.base/miscexprs.exp: Ditto.
25028 * gdb.base/pointers.exp: Ditto.
25029 * gdb.base/scope.exp: Ditto.
25030 * gdb.c++/derivation.exp: Ditto.
25031 * gdb.c++/local.exp: Ditto.
25032 * gdb.c++/namespace.exp: Ditto.
25033 * gdb.c++/overload.exp: Ditto.
25034 * gdb.c++/ref-types.exp: Ditto.
25035
25036 2000-11-22 Michael Chastain <chastain@redhat.com>
25037
25038 * mips_pro.exp: Accept either "middle -> top -> main" or
25039 "middle -> main" in the backtrace, because gcc can optimize
25040 tail calls to jumps. Remove setup_xfail for the hppa case.
25041 Add a comment with the original warning messages from PR 3016,
25042 which was filed in 1993, to preserve them for posterity.
25043
25044 2000-11-17 Nick Duffek <nsd@redhat.com>
25045
25046 * lib/gdb.exp (gdb_test): Override timeout with board info.
25047
25048 2000-11-17 Nick Duffek <nsd@redhat.com>
25049
25050 * gdb.base/display.exp: Don't kill running stub. Add "again" to
25051 the second kill and detach messages.
25052
25053 2000-11-17 Nick Duffek <nsd@redhat.com>
25054
25055 * configure.in: Add AC_EXEEXT.
25056 * configure: Regenerate.
25057 * Makefile.in (just-check): Export EXEEXT.
25058 * lib/gdb.exp ($EXEEXT): Import from environment.
25059 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
25060 expect "maint dump-me" on Cygwin.
25061 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
25062 $EXEEXT.
25063
25064 2000-11-17 Nick Duffek <nsd@redhat.com>
25065
25066 * gdb.base/break.exp: Test backtrace and finish from called
25067 function on all platforms, not just HP-UX.
25068
25069 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25070
25071 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
25072 code from gdb_target_monitor, so it can be used independantly
25073 for gdbserver. Also comment out an unnecessary PUTS.
25074
25075 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25076
25077 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
25078 * gdb.base/corefile.exp: Expect the message "Program is being
25079 debugged already" when we send the "corefile" command, since
25080 the preceeding gdb_load may have connected gdb to a remote target.
25081 * gdb.base/display.exp: Disable hardware watchpoints if new
25082 board info variable "no_hardware_watchpoints" is true.
25083 Replace single-letter commands with more readable ones.
25084 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
25085 if new board info variable "no_hardware_watchpoints" is true.
25086 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
25087 to see if stdio (printf) testing is possible.
25088 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
25089 board info variable "no_hardware_watchpoints" is true. Use new
25090 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
25091
25092 2000-11-13 Fernando Nasser <fnasser@redhat.com>
25093
25094 From Orjan Friberg <orjanf@axis.com>:
25095 * gdb.base/printcmds.exp: Escape curly braces followed by a number
25096 in array print pattern match.
25097
25098 2000-11-09 Fernando Nasser <fnasser@redhat.com>
25099
25100 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
25101 spelling "cancelled" to U.S. spelling "canceled" to match changes
25102 made to gdb.
25103 * gdb.c++/ovldbreak.exp: Ditto.
25104
25105 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25106
25107 * gdb.base/callfuncs.c (main): Moved to end of file, call
25108 t_double_values to initialize the FPU before inferior calls are made.
25109 * gdb.base/callfuncs.exp: Test for register preservation after calling
25110 inferior functions. Add tests for continuining, finishing and
25111 returning from a stop in a call dummy.
25112
25113 2000-10-24 Michael Snyder <msnyder@cygnus.com>
25114
25115 * gdb.base/commands.exp: Break up long lines, and re-indent.
25116
25117 2000-10-19 Michael Snyder <msnyder@cygnus.com>
25118
25119 * config/gdbserver.exp: Rewritten from the ground up, to make it
25120 compatible with the current dejagnu tree, and to make it work with
25121 the new "gdbserver" in libremote.
25122
25123 2000-10-16 Michael Snyder <msnyder@cygnus.com>
25124
25125 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
25126 * gdb.base/varargs.exp: Skip entire test if no printf support.
25127 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
25128 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
25129
25130 2000-10-13 Michael Snyder <msnyder@cygnus.com>
25131
25132 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
25133 no floating point support.
25134 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
25135 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
25136 * gdb.base/call-rt-st.exp: Ditto.
25137 * gdb.base/call-strs.exp: Ditto.
25138
25139 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
25140
25141 * gdb.base/sizeof.c: include <stdio.h>.
25142
25143 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
25144 'finish', otherwise uncaptured gdb_prompt would potentially
25145 throw remaining test points out of sync.
25146
25147 2000-07-26 Scott Bambrough <scottb@netwinder.org>
25148
25149 * gdb.base/recurse.exp: Run tests for all targets.
25150 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
25151 gnu-oldld case on ARM.
25152 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
25153 for ARM targets.
25154
25155 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
25156
25157 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
25158 * gdb.java/configure: Rebuild.
25159
25160 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
25161
25162 * gdb.java/jv-exp.exp: New file.
25163
25164 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
25165
25166 * configure: Rebuilt.
25167 * configure.in (configdirs): Add gdb.java.
25168 * gdb.java/jmisc.java: New file.
25169 * gdb.java/jmisc.exp: New file.
25170 * gdb.java/Makefile.in: New file.
25171 * gdb.java/configure: Rebuilt.
25172 * gdb.java/configure.in: New file.
25173 * lib/java.exp: New file.
25174
25175 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
25176
25177 * gdb.base/exprs.exp: Test casts to a pointer including over and
25178 underflow.
25179
25180 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
25181
25182 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
25183 and the compilers sizes.
25184
25185 2000-07-09 Nick Duffek <nsd@redhat.com>
25186
25187 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
25188 (use_methods): New function.
25189 (main): Call use_methods().
25190 * gdb.c++/classes.exp (test_method_param_class): New procedure.
25191 (do_tests): Call test_method_param_class.
25192
25193 2000-07-09 Nick Duffek <nsd@redhat.com>
25194
25195 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
25196 spelling.
25197 (test_enums): New procedure. Move enum tests from end of script
25198 to here. Set breakpoint on function name instead of line number.
25199 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
25200 (enums2): New marker function.
25201 (enums1): New function.
25202 (main): Call enums1(). Move enum tests to enums1().
25203
25204 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
25205
25206 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
25207 compile/link program. Update line numbers.
25208 * gdb.asm/d10v.inc: Define ``startup''.
25209 * gdb.asm/asmsrc1.s: Add definition of _start.
25210
25211 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
25212
25213 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
25214
25215 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25216
25217 * gdb.base/maint.exp: Add 'maint print architecture' item to output
25218 of 'help maint print' command.
25219
25220 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
25221
25222 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
25223 they use gdb_expect_list.
25224
25225 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
25226
25227 * gdb.base/commands.exp: Use ``set remote
25228 memory-read-packet-size'' instead of ``set endian big'' to test
25229 long commands.
25230
25231 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
25232
25233 * gdb.c++/templates.exp (do_tests): Make all of these work under
25234 g++, and stop skipping them.
25235
25236 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
25237 work under g++.
25238
25239 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
25240 initialization.
25241
25242 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25243
25244 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
25245 the regular expression: accept an (almost) arbitrary sequence of
25246 "frames-invalid" and "breakpoints-invalid" messages both before
25247 and after the "starting" message.
25248
25249 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25250
25251 * gdb.c++/local.exp: This test has never been known to work with g++.
25252
25253 2000-05-18 Michael Snyder <msnyder@cygnus.com>
25254
25255 * gdb.base/annota1.exp (annotate-signal-handler-caller):
25256 Relax the regular expression a little, make it pass on Solaris 8.
25257
25258 2000-05-12 Kevin Buettner <kevinb@redhat.com>
25259
25260 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
25261 a call, do not require that gdb stop on the line after the call.
25262 Instead, it is permissible for gdb to stop on the line of the
25263 call itself.
25264
25265 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
25266
25267 * gdb.base/break.exp (bp on small function, optimized file):
25268 Add a second pass pattern. The behavior differs here between stabs
25269 and dwarf for one-line functions. Stabs preserves two line symbols
25270 (one before the prologue and one after) with the same line number,
25271 but dwarf regards these as duplicates and discards one of them.
25272 Therefore the address after the prologue (where the breakpoint is)
25273 has no exactly matching line symbol, and GDB reports the breakpoint
25274 as if it were in the middle of a line rather than at the beginning.
25275
25276 2000-05-08 Michael Snyder <msnyder@cygnus.com>
25277
25278 * gdb.base/interrupt.exp: Make "pass" message say "send"
25279 rather than "send_gdb" (for consistancy).
25280
25281 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
25282
25283 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
25284 * gdb.c++/templates.cc: Properly check for GCC version number.
25285 * lib/compiler.cc: Likewise
25286
25287 2000-04-28 Michael Snyder <msnyder@cygnus.com>
25288
25289 * gdb.base/break.exp: When compiled with -O2 optimization,
25290 gdb may not stop at the first line of main, due to code motion.
25291
25292 2000-04-26 Michael Snyder <msnyder@cygnus.com>
25293
25294 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
25295 This test depends on parsing the printf output from the target.
25296 Since the sparclet stub doesn't do stdio, this will never work.
25297 * gdb.base/call-rt-st.exp: ditto.
25298 * gdb.base/call-strs: ditto.
25299
25300 2000-04-24 Michael Snyder <msnyder@cygnus.com>
25301
25302 * gdb.base/miscexprs.exp: make sizeof long array test portable.
25303
25304 * gdb.base/ending-run.exp: After connecting to a remote target,
25305 but before running, the target will appear to be in a random
25306 location. Specify both a file and a line for breakpoints.
25307 Also, the function that calls main may be called 'init'
25308 rather than 'start'.
25309
25310 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25311
25312 * gdb.base/help.exp: Update output for add-symbol-file command.
25313
25314 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
25315
25316 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25317 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
25318
25319 2000-04-07 J.T. Conklin <jtc@redback.com>
25320
25321 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
25322
25323 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
25324
25325 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
25326
25327 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
25328 values that can be represented exactly.
25329 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
25330 above change, and to not check against the directory part of the source
25331 file name.
25332 (step into print_long_arg_list): Likewise.
25333 (print print_small_structs from print_long_arg_list): Likewise.
25334 (print print_long_arg_list): Likewise.
25335
25336 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25337
25338 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
25339
25340 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
25341
25342 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
25343
25344 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
25345
25346 * gdb.base/commands.exp (deprecated_command_test): Add test for
25347 deprecate with no arguments.
25348
25349 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
25350
25351 * gdb.base/break.exp: Add new test for setting breakpoints on
25352 optimized code so we can test breakpoints work even when function
25353 prologues may be optimized away
25354
25355 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
25356
25357 From David Whedon <dwhedon@gordian.com>
25358 * gdb.base/commands.exp : Added command deprecator tests.
25359
25360 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
25361
25362 * gdb.base/help.exp: Added test for new apropos command.
25363
25364 2000-03-21 Kevin Buettner <kevinb@redhat.com>
25365
25366 * gdb.base/pointers.c (usevar): New function.
25367 (main): Make sure that global variables v_int_pointer2, rptr,
25368 and y are all referenced someplace in the program by calling
25369 usevar() on them. [Some linkers delete symbols which are
25370 never referenced. The space remains, but there's no way to
25371 get a (symbolic) handle on the variable from the debugger.]
25372
25373 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25374
25375 * gdb.base/printcmds.c: Add typedeffed arrays.
25376
25377 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
25378 procedure to test arrays that are typedef'd.
25379
25380 2000-03-13 James Ingham <jingham@leda.cygnus.com>
25381
25382 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
25383 the library directories.
25384
25385 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
25386
25387 * configure.in (configdirs): Add sub directory gdb.mi.
25388 * configure: Re-generate.
25389
25390 * gdb.mi: New directory.
25391
25392 2000-02-25 Scott Bambrough <scottb@netwinder.org>
25393
25394 * gdb.base/long_long.exp: Correct test suite failure when printing
25395 a long long value as a double on ARM platforms.
25396
25397 2000-02-16 Jim Blandy <jimb@redhat.com>
25398
25399 * gdb.base/break.exp ("breakpoint line number"): Make sure the
25400 default source file is set properly before running this test.
25401
25402 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25403
25404 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
25405 gdbtk/library directory, not in gdbtcl2.
25406
25407 2000-02-04 Jim Blandy <jimb@redhat.com>
25408
25409 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
25410 backslash from regexp pattern.
25411
25412 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
25413 procedure. Use it to run all the "continue to bp overloaded"
25414 tests. Note that this changes the names of the tests slightly.
25415 If the breakpoint hit message includes a hex PC value, because
25416 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
25417 from the real source code, still consider that a pass.
25418
25419 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
25420 XFAIL here if the breakpoint message contains a hex address. Note
25421 similar change on 1999-11-02.
25422
25423 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
25424
25425 * gdb.base/ptype.exp: Establish a default source file before
25426 calling get_debug_format.
25427
25428 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
25429
25430 * gdb.base/watchpoint.exp: Remove duplication of test messages.
25431
25432 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25433
25434 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
25435 of successive stepi commands -- while in the prologue we should see
25436 the function entry bracket.
25437
25438 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25439
25440 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
25441 reach __change_mode() when stepping through the end of main().
25442
25443 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
25444
25445 * gdb.base/default.exp: Fix expected pattern.
25446 * gdb.base/help.exp: Same.
25447
25448 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25449
25450 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
25451 Don't use xfail's because that affects only the following test.
25452
25453 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
25454 solaris or linux.
25455
25456 * gdb.base/selftest.exp: Update to reflect changes to main.c.
25457
25458 2000-01-07 Michael Snyder <msnyder@cygnus.com>
25459
25460 * gdb.base/display.exp: Some yacc parsers like to say
25461 "A syntax error" rather than "A parse error". Accept both.
25462
25463 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
25464
25465 * gdb.base/default.exp: Remove OS dependent string from "target
25466 remote" test.
25467 * gdb.base/help.exp: Same for "help target remote" test.
25468
25469 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25470
25471 From Jim Kingdon <kingdon@redhat.com>:
25472
25473 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
25474 prompt (cleanup rather than necessity, but still might keep output
25475 from spilling to next test).
25476
25477 2000-01-02 Fred Fish <fnf@cygnus.com>
25478
25479 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
25480 AIX, which defines them in <sys/types.h>.
25481
25482 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
25483
25484 * gdb.base/default.exp: Match arm* etc instead of arm in "info
25485 float" test.
25486
25487 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
25488
25489 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
25490
25491 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
25492 outermost frame disallowed".
25493
25494 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
25495
25496 * gdb.base/setvar.exp: New tests for setting the value of a struct
25497 with a constant list.
25498
25499 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
25500
25501 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
25502 require the user to type a cast before setting the value of a struct.
25503
25504 1999-12-06 Jim Blandy <jimb@cygnus.com>
25505
25506 * gdb.base/default.exp: Expect the new 'info float' command on
25507 all i386 platforms.
25508
25509 * gdb.threads/linux-dp.exp: Expand our ability to recognize
25510 LinuxThreads libraries that don't support debugging.
25511
25512 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
25513
25514 * gdb.base/remote.c: Fill the buffer with truely random data.
25515 Change the buffer type to ``unsigned char'' to simplify size
25516 arithmetic.
25517
25518 * gdb.base/remote.exp: Reduce download numbers by one. Typical
25519 stub only handles 400-1 byte packets. Verify that the download
25520 worked.
25521
25522 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
25523
25524 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
25525 tests, using UNRESOLVED for the untested cases. Also, does not wait
25526 for a timeout if the prompt was received before a recognizable pattern.
25527
25528 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
25529
25530 * lib/gdb.exp (gdb_expect_list): Fix spelling.
25531
25532 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25533
25534 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
25535 watchpoints.
25536
25537 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
25538
25539 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
25540
25541 * gdb.c++/local.exp: Be more flexible in recognizing local class
25542 name mangling. Don't allow horribly truncated method names.
25543 * gdb.c++/derivation.exp: Expect protected inheritance.
25544 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
25545 * gdb.c++/virtfunc.exp: Likewise.
25546 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
25547 when printing a nested enum.
25548
25549 1999-11-22 Jim Blandy <jimb@cygnus.com>
25550
25551 * gdb.base/step-test.exp: Properly await GDB's response to setting
25552 a breakpoint on the call to large_struct_by_value.
25553
25554 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
25555 just because we have debug info for the `start' function.
25556
25557 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
25558
25559 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
25560 "Unknown signal" messages, which indicate (on LinuxThreads) that
25561 GDB doesn't know how to debug threads on this system. This is
25562 better than hanging while philosopher 0 dumps chatter into gdb.log.
25563
25564 1999-11-18 Tom Tromey <tromey@cygnus.com>
25565
25566 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
25567
25568 1999-11-18 Fred Fish <fnf@cygnus.com>
25569
25570 * gdb.base/coremaker2.c: Add sample program for generating
25571 cores that is more self contained than coremaker.c. Eventually
25572 I'll add more code to this and tie it into the testsuite.
25573
25574 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
25575
25576 * gdb.base/dollar.exp: Remove, now in gdb.hp.
25577
25578 1999-11-10 Jimmy Guo <guo@cup.hp.com>
25579
25580 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
25581 from $srcdir/lib/.
25582 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
25583 and gdb.c++/.
25584
25585 * gdb.c++/derivation.exp: remove redundant get compiler info code.
25586
25587 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
25588 'continue with watch' test point.
25589
25590 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
25591
25592 Merged from p2linux-990323-branch:
25593
25594 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
25595
25596 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
25597
25598 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
25599 {limit,fixed}''. Test ``set download-write-size''.
25600
25601 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
25602
25603 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
25604 gdb_expect_list.
25605
25606 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
25607
25608 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
25609
25610 1999-11-03 Mark Salter <msalter@cygnus.com>
25611
25612 * gdb.base/break.exp: Fix "stub continue" pattern.
25613
25614 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
25615
25616 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
25617
25618 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
25619
25620 * gdb.base/display.exp ("finish"): Add timeout clause.
25621
25622 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
25623 plain prompt clause, so this doesn't have to time out in order to
25624 fail.
25625
25626 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
25627 breakpoint hit messages include an address.
25628
25629 * gdb.base/display.exp: Don't forget to escape parens in regular
25630 expressions. Unix regexp notatation sucks.
25631
25632 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25633
25634 * gdb.base/annota1.exp: Test for annotate-signalled: change output
25635 order for 'signalled' message.
25636
25637 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
25638
25639 From Jimmy Guo <guo@cup.hp.com>:
25640 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
25641 * gdb.base/annota1.c: Add code for tests to work with.
25642
25643 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
25644
25645 * gdb.base/remote.exp: New test for remote downloading settings.
25646 * gdb.base/remote.c: New file with large .data.
25647
25648 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
25649
25650 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
25651 for LinuxThreads support, merged from the Code Fusion branch.
25652
25653 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
25654
25655 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
25656 containing exp_continue into a while within an expect. Don't
25657 attempt a start more than three times. Check return value from
25658 gdb_load.
25659
25660 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
25661
25662 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
25663 a pass case.
25664
25665 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
25666
25667 * gdb.base/break.c (main): Added a statement that we can step
25668 off of.
25669 * gdb.base/break.exp: Added tests for setting a breakpoint
25670 at an offset and stepping onto a breakpoint.
25671
25672 1999-10-01 Fred Fish <fnf@cygnus.com>
25673
25674 * gdb.base/help.exp (help add-symbol-file): Update to match current
25675 gdb output.
25676
25677 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
25678
25679 * gdb.base/break.exp: Code locations are in hex, don't forget!
25680 (For HP-UX.)
25681
25682 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
25683
25684 * condbreak.exp: Use break.c as test program.
25685 * condbreak.c: Remove, redundant with break.c.
25686
25687 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
25688
25689 * config/monitor.exp (gdb_target_monitor): Disable X- and
25690 Z-packets if the target needs it.
25691
25692 1999-09-13 James Ingham <jingham@leda.cygnus.com>
25693
25694 * gdb.c++/overload.exp: Added tests for listing overloaded
25695 functions with function pointers in the arg, explicitly calling
25696 out the version you want.
25697
25698 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
25699
25700 * long_long.exp: Add variations of test cases that work for
25701 targets with 16-bit ints and 32-bit doubles.
25702
25703 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
25704
25705 * break.c (main): Compare a possibly-uninitialized argc with an
25706 unlikely value that fits in 16 bits.
25707
25708 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
25709
25710 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
25711 0xfeeb, don't want negative numbers if ints are 16 bits.
25712
25713 * lib/gdb.exp (skip_cplus_tests): New proc.
25714 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25715 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
25716 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
25717 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
25718 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
25719 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
25720 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
25721 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
25722
25723 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
25724
25725 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
25726
25727 * gdb.base/corefile.exp (up): Allow a parameter to appear
25728 in the frame that we're going up to.
25729
25730 From Jim Blandy <jimb@cygnus.com>:
25731
25732 * gdb.base/default.exp (info float): Expect some output now.
25733
25734 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
25735 returning floating-point values to fail on the x86.
25736 * gdb.base/callfwmall.exp (do_function_calls): Same.
25737
25738 * gdb.base/list.exp (test_listsize): Correct expectations for
25739 listing line 1 with listsize 2. Also, listing a single line
25740 works now, as does listing three lines. [Kevin's note: There
25741 were a number of other cases fixed too where the expectations
25742 differed...]
25743
25744 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
25745
25746 * gdb.base/selftest.exp: Add case for when version prints as
25747 constant string instead of char pointer.
25748
25749 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
25750
25751 * gdb.base/ending-run.exp: Add Solaris case for what happens when
25752 stepping out of main.
25753
25754 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
25755 G++ used.
25756
25757 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
25758 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
25759
25760 * gdb.c++/ovldbreak.exp: Update match string in test that
25761 includes a warning of multiple breakpoints.
25762
25763 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
25764
25765 * gdb.base/display.exp: Improve precision of step-after-finish
25766 added yesterday.
25767
25768 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
25769 test.
25770
25771 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
25772 configs when using G++, not just hppa*.
25773
25774 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25775
25776 * gdb.base/async.c: New file.
25777 * gdb.base/async.exp: New file.
25778
25779 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
25780
25781 * gdb.base/break.exp: Tweak PA specific tests to properly handle
25782 PA64.
25783
25784 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
25785
25786 * gdb.base/display.exp: "finish" can leave us mid-line on many
25787 targets, deal with it. Add a small constant to main, instead of
25788 1000 since main+1000 may not be a valid address in the target.
25789
25790 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
25791 on hpux11.
25792
25793 * gdb.base/attach.exp: Handle another hpux11 error message variant
25794 when attaching to a process that does not exist.
25795
25796 1999-08-19 J.T. Conklin <jtc@redback.com>
25797
25798 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
25799 characters in 'continue to 1241' test.
25800
25801 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
25802
25803 * gdb.base/call-ar-st.exp: Add a shorter match case for the
25804 stop in print_long_arg_list, define and use a whitespace
25805 variable in print_small_structs test, add an XFAIL for Solaris.
25806 * gdb.base/dbx.exp: XFAIL func commands until somebody is
25807 interested enough to fix.
25808
25809 1999-08-13 Keith Seitz <keiths@cygnus.com>
25810
25811 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
25812 (dbx_gdb_load): Remove. Use gdb_load instead, since that
25813 proc knows about targets other than the natives.
25814 (test_assign): Use "gdb_run_cmd" to "run" the target.
25815 Check that we've actually hit the breakpoint at main.
25816 When we attempt to assign a value to a local variable, check
25817 that the variable is in the current scope, i.e., don't use
25818 a test with an empty result.
25819
25820 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
25821
25822 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
25823 command.
25824
25825 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
25826
25827 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25828 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
25829 gdb.compat, gdb.threads-hp.
25830 gdb.hp/configure, gdb.hp/configure.in: New files.
25831 gdb.hp/Makefile.in: Recurse into new subdirs.
25832 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
25833 gdb.hp/gdb.objdbg: New directory, tests for debugging info
25834 in object files.
25835 gdb.hp/tools: New directory, aux tools for HP-specific tests.
25836
25837 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
25838
25839 * gdb.base/display.exp: Help expect by putting a newline in the
25840 funky printf, remove a bogus p/a test.
25841
25842 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25843
25844 * gdb.base/display.exp: Make sure that when we say 'run', we are
25845 connected to the target. This is necessary when running not
25846 natively.
25847
25848 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
25849
25850 * gdb.base/step-test.exp: Removed some extraneous messages.
25851
25852 * gdb.base/long_long.exp: Don't run memory examination tests
25853 on little-endian targets (they will need a different set of
25854 results to match).
25855
25856 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
25857
25858 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
25859 until somebody decides to fix GDB.
25860
25861 * gdb.base/long_long.c: Stop compiler complaint by specifying long
25862 constant as "ULL".
25863 * gdb.base/long_long.exp: Loosen x/c test, add partial result
25864 matches for a couple x/2 commands.
25865
25866 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
25867
25868 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
25869 by merging in ref-types2 tests.
25870 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
25871
25872 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25873 * gdb.c++/Makefile.in: Add standard actions.
25874 (EXECUTABLES): Rename from PROGS, update list.
25875 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
25876 from gdb.hp.
25877 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
25878 foo and bar locals.
25879 * gdb.c++/anon-union.exp: Fix tests to match.
25880 * gdb.c++/classes.exp: Run if HP compiler used, add extra
25881 expect matches to handle output variations.
25882 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
25883 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
25884 output, add HP alternatives for new and delete prints.
25885 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
25886 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
25887 * gdb.c++/demangle.exp: Use $style when reporting failure.
25888 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
25889 * gdb.c++/inherit.exp: Run if HP compiler used, add some
25890 match alternatives.
25891 * gdb.c++/local.exp: Add match alternatives or xfails for HP
25892 compilers.
25893 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
25894 * gdb.c++/method.exp: Add match alternatives.
25895 * gdb.c++/misc.cc: Add bool types.
25896 * gdb.c++/misc.exp: Add tests for bool types.
25897 * gdb.c++/overload.exp: Add xfails.
25898 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
25899 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
25900 add some more template parameter tests (only for HP currently).
25901 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
25902 * gdb.c++/virtfunc.cc: Add return type and value for main.
25903 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
25904 match alternatives.
25905
25906 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25907
25908 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
25909
25910 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
25911
25912 * gdb.base/signals.exp: Don't expect getting a backtrace from
25913 within a signal handler to fail on Linux.
25914
25915 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
25916
25917 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25918 * lib/gdb.exp: Remove some gratuitious semicolons.
25919 (delete_breakpoints): Increase timeout.
25920 (gdb_expect): Add -notransfer option.
25921 (gdb_test): Use -notransfer option.
25922 (get_compiler_info): Add f77 case.
25923 (get_compiler): New proc, split out from gdb_preprocess, add f77
25924 case.
25925 (gdb_preprocess): Call get_compiler.
25926
25927 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
25928 * gdb.base/attach.exp, gdb.base/display.exp,
25929 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
25930 gdb.base/long_long.exp, gdb.base/printcmds.exp,
25931 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
25932 third arg to gdb_test.
25933 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
25934 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
25935 HP-UX xfails, add others.
25936 * gdb.base/completion.exp: Reflect name change of self-test.
25937 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
25938 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
25939 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
25940 HP failure number.
25941 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
25942 useless HP-UX 10.30 references.
25943 * gdb.base/maint.exp: Loosen matches.
25944 * gdb.base/pointers.c (main): Declare more_code.
25945 * gdb.base/pointers.exp: Match on output of a `next'.
25946 * gdb.base/structs.c: Add prototypes.
25947 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
25948 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
25949
25950 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25951
25952 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
25953 command.
25954
25955 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25956
25957 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
25958 Fix run to main failures. Watchpoint can be hardware watchpoint.
25959
25960 * gdb.base/annota1.exp: Clean up some more, in case printf has
25961 debug info. Deal with lack of signal hanlder info in stack.
25962
25963 From Jim Kingdon <kingdon@redhat.com>:
25964 * gdb.base/annota1.exp: If printf has debug info, deal with it.
25965
25966 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
25967
25968 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
25969 gdb.base/foll-vfork.exp: Don't run for crosses.
25970
25971 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
25972
25973 * gdb.base/configure.in: Check for gdbvars.exp instead of
25974 a1-selftest.exp.
25975 * gdb.base/configure: Re-generate.
25976
25977 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
25978
25979 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
25980 in trying to run first and name is too long.
25981
25982 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
25983 pointers2.c and pointers2.exp, respectively.
25984 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
25985 doschk happier.
25986
25987 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
25988
25989 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
25990 callfuncs2.c and callfuncs2.exp.
25991
25992 * gdb.base/list.exp: Remove mistaken xfails.
25993 * gdb.base/list0.h: Add optional prototypes.
25994
25995 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
25996
25997 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
25998 calling malloc.
25999 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
26000 * ptype.exp: Move test for get_debug_format to before its first
26001 use.
26002
26003 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26004
26005 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
26006 * gdb.base/annota2.cc, annota2.exp: Move from here.
26007 * gdb.c++/annota2.cc, annota2.exp: To here.
26008 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
26009
26010 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
26011
26012 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
26013 a consistent format.
26014
26015 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
26016
26017 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26018 * lib/gdb.exp (get_compiler_info): Add detection for assorted
26019 HP compilers, also set the globals $true and $false.
26020
26021 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
26022 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
26023 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
26024 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
26025 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
26026 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
26027 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
26028 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
26029 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
26030 whatis.c} Add C++ compatible function definitions and return
26031 types, add includes for library functions.
26032 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
26033 * gdb.base/step-test.c (myglob): Rename from glob.
26034 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
26035 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
26036 files, move here from gdb.hp.
26037 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
26038 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
26039 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
26040 Adjust line numbers in regexps.
26041
26042 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
26043 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
26044 instead of 0/1.
26045
26046 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
26047 foll-vfork.exp: New files, move here from gdb.hp.
26048 * gdb.base/page.exp: New file, test of pagination command.
26049
26050 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
26051 recursion test.
26052 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
26053
26054 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
26055 gdb.base/solib.exp: Fix compiler invocation process.
26056
26057 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
26058 HP-UX 11, turn off overload resolution explicitly.
26059 * gdb.base/commands.exp: Set argument list explicitly, add
26060 watchpoint test.
26061 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
26062 them work.
26063 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
26064 expressions properly.
26065 * gdb.base/corefile.exp: Loosen the match slightly.
26066 * gdb.base/default.exp: Allow "Error accessing memory" message
26067 also.
26068 * gdb.base/display.exp: Skip over x/0 j if PA64.
26069 * gdb.base/funcargs.exp: Add xfails for HP-UX.
26070 * gdb.base/interrupt.exp: Ditto.
26071 * gdb.base/langs.exp: Add symbolic matches governed by compiler
26072 in use.
26073 * gdb.base/list.exp: Add xfails for HP-UX.
26074 * gdb.base/long_long.exp: Refine some of the numeric matches.
26075 * gdb.base/mips_pro.exp: Xfail on HP-UX.
26076 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
26077 * gdb.base/nodebug.exp: Succeed on more varieties of output.
26078 * gdb.base/opaque.exp: Remove some HP-UX xfails.
26079 * gdb.base/ptype.exp: Succeed on more varieties of output.
26080 * gdb.base/scope.exp: Add xfails for HP-UX.
26081 * gdb.base/sect-cmd.exp: Add more cases.
26082 * gdb.base/setvar.exp: Add xfails for HP-UX.
26083 * gdb.base/shlib-call.exp: Loosen some matches slightly.
26084 * gdb.base/signals.exp: Match on void symbolically.
26085 * gdb.base/step-test.exp: Add case for PA64.
26086 * gdb.base/term.exp: Add exit and restart.
26087 * gdb.base/twice.exp: Clean up after self.
26088 * gdb.base/varargs.exp: Disable overload resolution explicitly.
26089 * gdb.base/whatis.exp: Allow more ways to pass tests.
26090
26091 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
26092 no longer useful.
26093
26094 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
26095
26096 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
26097 list of patterns.
26098 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
26099 print_double_array(double_array)", "continuing to breakpoint
26100 1018", "print print_double_array(array_d)" and "continuing to
26101 1034" tests.
26102
26103 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
26104
26105 * Makefile.in: Add empty html and install-html targets.
26106
26107 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
26108
26109 * config/mt-*: Remove, these haven't been used since 1996.
26110
26111 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
26112
26113 * gdb.base/call-strs.c, gdb.base/ending-run.c,
26114 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
26115 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
26116
26117 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
26118
26119 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
26120 simpler match case for the ptype of the big class.
26121
26122 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26123
26124 * gdb.exp: Fix test for gdb_prompt existence.
26125
26126 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26127
26128 * gdb.exp (gdb_test): Add fail after calls to perror.
26129
26130 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26131
26132 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
26133
26134 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26135
26136 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
26137
26138 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
26139
26140 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
26141 malloc() is linked in.
26142
26143 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26144
26145 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
26146 step at end.
26147
26148 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
26149
26150 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
26151
26152 * gdb.java/jv-print.exp: New file. (Our first Java test!)
26153
26154 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
26155
26156 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
26157 * gdb.base/mips_pro.exp: Likewise.
26158
26159 1999-06-02 Keith Seitz <keiths@cygnus.com>
26160
26161 * gdb.c++/templates.cc: Change all "new" operators to throw
26162 an exception.
26163 * gdb.c++/cplusfuncs.cc: Likewise.
26164
26165 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
26166
26167 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
26168
26169 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
26170 * gdb.base/ending-run.exp: When stepping out of main, accept a
26171 step into an arbitrary assembler file.
26172
26173 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26174
26175 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
26176 "breakpoint-invalid" to be printed.
26177 * gdb.base/annota2.exp: Revise line number for main
26178 breakpoint. Allow any number of "frames-invalid" and
26179 "breakpoint-invalid" to be printed.
26180 * gdb.base/annota2.cc: Initialize a.x to 0.
26181
26182 1999-05-17 Keith Seitz <keiths@cygnus.com>
26183
26184 * gdb.base/call-ar-st.exp: Skip
26185 "print print_double_array (double_array)" when "skip_float_tests" set.
26186 Ditto for "print print_double_array(array_d)",
26187 "print print_small_structs", "print print_ten_doubles", and
26188 "step into print_long_arg_list".
26189 Don't assume we can step into "print_long_arg_list": we could step
26190 into memcpy.
26191 * gdb.base/call-rt-st.exp: Don't run float-related tests when
26192 "skip_float_tests" is set: "print print_one_double(*d1)"
26193 and "print print_two_floats(*f3)".
26194 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
26195 "skip_float_tests" is set.
26196 * gdb.base/varargs.exp: Skip
26197 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
26198 "skip_float_tests" set.
26199
26200 1999-05-06 Keith Seitz <keiths@cygnus.com>
26201
26202 * gdb.base/annota2.cc: Include stdio.h.
26203
26204 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
26205
26206 * gdb.base/crossload.exp: Remove, this has been disabled ever
26207 since BFD stopped including all targets, and cross-GDB gets
26208 plenty of testing anyway.
26209 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
26210 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
26211 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
26212 * gdb.base/README: Remove, was doc for this.
26213 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
26214 needed.
26215
26216 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26217
26218 * gdb.base/call-ar-st.exp: Fix one regular expression in test
26219 output.
26220
26221 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
26222 * gdb.base/annota2.exp: New file. More annotation tests.
26223 * gdb.base/annota1.c: New file. Source file for annota1.exp.
26224 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
26225
26226 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
26227
26228 * config/cfdbug.exp: New file.
26229
26230 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
26231
26232 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
26233 Marcus Daniel's and Dale Hawkins's demangler crashes.
26234
26235 * gdb.c++/demangle.exp (test_gnu_style_demangling,
26236 test_lucid_style_demangling, test_arm_style_demangling,
26237 test_hp_style_demangling): Try Tom Tromey's core-dumping
26238 identifier under each demangling style.
26239
26240 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26241
26242 * gdb.c++/demangle.exp: Include the current demangling style
26243 in all test names.
26244 (current_demangling_style): New global variable.
26245 (set_demangling_style, test_demangling_core, test_demangling,
26246 test_demangling_exact): New functions.
26247 (test_gnu_style_demangling, test_lucid_style_demangling,
26248 test_arm_style_demangling, test_hp_style_demangling): Use those,
26249 instead of calling gdb_test and gdb_test_exact directly.
26250 (catch_demangling_errors): New function, which reports errors
26251 signalled by the demangling test functions in an orderly way.
26252 (do_tests): Use catch_demangling_errors.
26253
26254 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
26255
26256 * gdb.base/signals.exp (test_handle_all_print): Use () for
26257 grouping in expressions, not {}.
26258
26259 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
26260 initialized yet.
26261
26262 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
26263
26264 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
26265 are listed.
26266
26267 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
26268
26269 * gdb.stabs/weird.exp: Test for CC being defined before
26270 looking at its value.
26271
26272 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
26273
26274 * gdb.base/call-ar-st.exp: Remove stray '#'.
26275 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
26276 "short int" and "long int".
26277 * gdb.c++/overload.cc: Cast the string added in the previous
26278 change, to mollify finicky HP compiler.
26279 * gdb.hp/reg-test.exp (testfile): Fix file name.
26280 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
26281
26282 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
26283 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
26284 alternate form of enum ptype.
26285
26286 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
26287
26288 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
26289 * gdb.hp/*.exp: Change all to run compiler probe only after
26290 passing skip_hp_tests, so as not to waste time on guaranteed
26291 failure.
26292
26293 * gdb.c++/overload.cc: Pass string instead of char addr, always
26294 init ccpfoo.
26295 * gdb.c++/templates.cc: Fix syntax error.
26296
26297 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26298
26299 * gdb.base/commands.exp: Add test for correct position of '>'
26300 when issuing the 'commands' command after a 'while' or 'if'
26301 command.
26302
26303 1999-03-18 James Ingham <jingham@cygnus.com>
26304
26305 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
26306
26307 * gdb.c++/method.exp: It was testing an uninitialized int on the
26308 stack and assuming it was positive.
26309
26310 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
26311
26312 * gdb.base/step-test.exp: Catch a case where finish is broken and
26313 keep it from killing the rest of the tests.
26314 Use gdb_continue_to_end.
26315
26316 * gdb.base/sigall.exp: use gdb_continue_to_end.
26317
26318 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
26319
26320 * gdb.base/display.exp: use runto_main, not run.
26321
26322 * gdb.base/default.exp: Check for the current error message in the
26323 r abbreviation test.
26324 Add strongarm to the targets that know info float.
26325
26326 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
26327 run which doesn't work with monitors.
26328
26329 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
26330 1034 test.
26331
26332 * gdb.base/break.exp: use the gdb_continue_to_end proc.
26333
26334 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
26335 end of a program. Traps the case (in Cygmon) when the program
26336 never really exits. Same as Mark's continue_to_exit, but I had
26337 put it in a lot more places, so I used my name. Sorry Mark...
26338
26339 * config/monitor.exp (gdb_target_monitor): added another
26340 target_info parameter: remotebinarydownload. This will set the
26341 remotebinarydownload flag if this is causing some boards trouble.
26342
26343 1999-03-18 Mark Salter <msalter@cygnus.com>
26344
26345 * lib/gdb.exp (continue_to_exit): New function.
26346
26347 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
26348 * gdb.base/ending-run.exp: Ditto.
26349 * gdb.base/step-test.exp: Ditto.
26350
26351 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
26352
26353 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
26354 (suggested by Art Haas <ahaas@neosoft.com>).
26355
26356 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
26357
26358 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
26359
26360 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
26361
26362 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
26363 descriptions of types (short unsigned int vs unsigned short, etc).
26364
26365 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
26366
26367 * gdb.base/call-strs.exp: Don't assume that `step' will step over
26368 a call to strlen; sometimes we do have sources.
26369
26370 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26371
26372 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
26373 character, so GDB won't print garbage after its end.
26374
26375 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
26376 breakpoint there instead. Sometimes GCC emits memcpy to handle
26377 the large structures being passed by value, so we step into that
26378 instead of sum_array_print, which obscures what we're really testing.
26379 * gdb.base/step-test.exp: However, we do want a test that notices
26380 the bizarre steps into memcpy, so do that here. Add check for
26381 stepping into function calls that pass large structures by value.
26382 ("Is that a noun clause, or are you just happy to see me?")
26383 Remove all references to specific line numbers.
26384 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
26385 New type and function.
26386 (main): Call large_struct_by_value, passing it a large struct by value.
26387 * lib/gdb.exp (gdb_get_line_number): New function.
26388
26389 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
26390 more portable.
26391
26392 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26393
26394 * lib/gdb.exp: Doc fixes.
26395
26396 1999-03-05 Nick Clifton <nickc@cygnus.com>
26397
26398 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
26399
26400 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
26401
26402 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
26403 commands. They're not germane to this test, and they don't work
26404 that way on remote targets.
26405
26406 1999-03-01 James Ingham <jingham@cygnus.com>
26407
26408 * Changelog entries merged over from gdb development branch.
26409
26410 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
26411
26412 * lib/gdb.exp (gdbtk_analyze_results): Generic function
26413 for outputting results of test run.
26414
26415 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
26416
26417 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
26418
26419 1999-02-25 Felix Lee <flee@cygnus.com>
26420
26421 * lib/gdb.exp (debug_format): initialize
26422
26423 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
26424
26425 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
26426 * gdb.base/call-rt-st.c: Ditto.
26427
26428 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
26429
26430 * gdb.threads/pthreads.exp (horiz): New variable.
26431 (test_startup): Fix regexps that capture thread numbers.
26432
26433 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
26434
26435 * gdb.base/smoke.exp: Disambiguate two test case names (both
26436 called ``print'').
26437
26438 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26439
26440 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
26441 compilation.
26442
26443 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26444
26445 * gdb.base/miscexprs.exp: Change patterns to match GDB's
26446 actual output formatting.
26447 * gdb.base/smoke.exp: GDB removes leading 0's.
26448 * gdb.base/volatile.exp: Don't check type of remuneration;
26449 that variable is no longer defined in constvars.c.
26450 * gdb.base/step-test.c (main): Exit with explicit exit code.
26451 * gdb.base/step-test.exp: Remove two nexti checks--they are
26452 not portable.
26453
26454 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26455
26456 * gdb.base/help.exp ("help delete display"): Fix test to match
26457 gdb's output.
26458
26459 * gdb.base/long_long.c (known_types): Initialize values to zero.
26460 * gdb.base/long_long.exp: Step one more line
26461 so 'dec' is initialized in "get to known place". GDB removes
26462 leading zeros. Explicitly ask for hex formatting. Use
26463 unique test case names.
26464
26465 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26466
26467 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
26468
26469 * gdb.c++/method.exp: Add missing close brace.
26470
26471 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
26472
26473 * gdb.base/maint.exp: Use 'set height 0' to disable page
26474 prompting, not 'set height 400'.
26475
26476 Fix a bunch of timeouts.
26477 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
26478 four separate tests, so expect doesn't take forever to match a ton
26479 of text against a regexp with lots of .* forms.
26480 ("maint print psymbols", "maint print symbols"): Make some of
26481 these greps more selective, so that expect doesn't try to wade
26482 through huge piles of output and time out.
26483
26484 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
26485
26486 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
26487 tests: one which doesn't expect shlib events to be reported, and
26488 another which does, but is XFAIL for all platforms other than
26489 HP/UX.
26490
26491 * gdb.base/break.exp: Teach the test suite that the `catch
26492 fork', `catch vfork', and `catch exec' commands produce error
26493 messages on platforms that don't provide these features.
26494
26495 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26496
26497 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
26498 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
26499 (shortening names from solib_threshold.exp etc), won't run on
26500 anything but HP-UX for the foreseeable future.
26501 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
26502 reflect move.
26503
26504 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
26505
26506 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
26507 gdb.trace/Makefile.in (clean): Remove all test executables.
26508
26509 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
26510
26511 * gdb.base/shlib-call.exp: add test cases to verify that gdb
26512 successfully re-sets breakpoints in shared libraries.
26513 * gdb.base/shmain.c (main): return 0, don't fall off the end.
26514
26515 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26516
26517 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
26518 and compiled w/o GCC.
26519
26520 * gdb.hp/watch-cmd.exp: ditto.
26521
26522 * gdb.hp/watch-hp.exp: ditto.
26523
26524 * gdb.hp/xdb1.exp: ditto.
26525
26526 * gdb.hp/xdb2.exp: ditto.
26527
26528 * gdb.hp/dbx.exp: ditto.
26529
26530 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
26531
26532 * constvars.c: Remove C++-isms.
26533 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
26534 with GCC.
26535
26536 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
26537
26538 The following changes are part of the HP merge.
26539
26540 * gdb.base/break.exp: new tests to verify that catchpoints for
26541 fork, vfork, and exec don't trigger inappropriately.
26542
26543 * gdb.base/opaque.exp: compile one file at a time, then link.
26544
26545 * gdb.base/signals.exp: be more restrictive about which hppa
26546 systems receive a setup_xfail. new tests.
26547
26548 * gdb.base/solib_threshold.build: new file.
26549 * gdb.base/solib_threshold.exp: new file.
26550 * gdb.base/solib_threshold.link_opts: new file.
26551 * gdb.base/solib_threshold.mk: new file.
26552 * gdb.base/gen_solib_threshold.c: new file.
26553
26554 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
26555 tests. New tests for enums inside classes.
26556
26557 * gdb.c++/compiler.cc: indicate support of template debugging.
26558
26559 * gdb.c++/demangle.exp: run hp style demangling tests.
26560
26561 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
26562 tests.
26563
26564 * gdb.c++/misc.cc: changes to support new tests.
26565
26566 * gdb.c++/templates.cc: changes to support HP's compiler; changes
26567 to support new tests.
26568
26569 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
26570 gcc, then skip these tests.
26571
26572 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
26573
26574 The following files are part of the HP merge; some had longer
26575 names at HP, but have been renamed to be no more than 14
26576 characters in length.
26577
26578 * gdb.hp/ambiguous.cc: new file.
26579 * gdb.hp/ambiguous.exp: new file.
26580 * gdb.hp/attach.exp: new file.
26581 * gdb.hp/attach2.exp: new file.
26582 * gdb.hp/classes-hp.exp: new file.
26583 * gdb.hp/ctti.exp: new file.
26584 * gdb.hp/ctti-add.cc: new file.
26585 * gdb.hp/ctti-add1.cc: new file.
26586 * gdb.hp/ctti-add2.cc: new file.
26587 * gdb.hp/ctti-add3.cc: new file.
26588 * gdb.hp/dbx.exp: new file.
26589 * gdb.hp/exception.cc: new file.
26590 * gdb.hp/exception.exp: new file.
26591 * gdb.hp/foll-exec.c: new file.
26592 * gdb.hp/foll-exec.exp: new file.
26593 * gdb.hp/foll-fork.c: new file.
26594 * gdb.hp/foll-fork.exp: new file.
26595 * gdb.hp/foll-vfork.c: new file.
26596 * gdb.hp/foll-vfork.exp: new file.
26597 * gdb.hp/inherit-hp.exp: new file.
26598 * gdb.hp/more-steps.exp: new file.
26599 * gdb.hp/namespace.cc: new file.
26600 * gdb.hp/namespace.exp: new file.
26601 * gdb.hp/optimize.exp: new file.
26602 * gdb.hp/pxdb.c: new file.
26603 * gdb.hp/pxdb.exp: new file.
26604 * gdb.hp/quicksort.exp: new file.
26605 * gdb.hp/reg-test.exp: new file.
26606 * gdb.hp/reg-test.s: new file.
26607 * gdb.hp/sized-enum.c: new file.
26608 * gdb.hp/sized-enum.exp: new file.
26609 * gdb.hp/start-stop.exp: new file.
26610 * gdb.hp/templ-hp.cc: new file.
26611 * gdb.hp/templ-hp.exp: new file.
26612 * gdb.hp/thr-lib.c: new file.
26613 * gdb.hp/thr-lib.exp: new file.
26614 * gdb.hp/thr-lib.h: new file.
26615 * gdb.hp/thr-liblib.c: new file.
26616 * gdb.hp/virtfun-hp.c: new file.
26617 * gdb.hp/virtfun-hp.exp: new file.
26618 * gdb.hp/watch-cmd.exp: new file.
26619 * gdb.hp/watch-hp.exp: new file.
26620 * gdb.hp/xdb1.exp: new file.
26621 * gdb.hp/xdb2.exp: new file.
26622 * gdb.hp/xdb3.exp: new file.
26623
26624 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
26625
26626 The following files are part of the HP merge; some had longer
26627 names at HP, but have been renamed to be no more than 14
26628 characters in length.
26629
26630 * gdb.base/ss.h: new file.
26631 * gdb.base/call-ar-st.c: new file.
26632 * gdb.base/call-ar-st.exp: new file.
26633 * gdb.base/call-rt-st.c: new file.
26634 * gdb.base/call-rt-st-exp: new file.
26635 * gdb.base/call-strs.exp: new file.
26636 * gdb.base/ena-dis-br.exp: new file.
26637 * gdb.base/environ.exp: new file.
26638 * gdb.base/long_long.exp: new file.
26639 * gdb.base/sect-cmd.exp: new file.
26640 * gdb.base/shlib-cl2.exp: new file.
26641 * gdb.base/smoke.exp: new file.
26642 * gdb.base/so-impl-ld.c: new file.
26643 * gdb.base/so-impl-ld.exp: new file.
26644 * gdb.base/so-indr-cl.c: new file.
26645 * gdb.base/so-indr-cl.exp: new file.
26646 * gdb.base/varargs.exp: new file.
26647 * gdb.base/volatile.exp: new file.
26648 * gdb.base/whatis-exp.exp: new file.
26649 * gdb.base/display.exp: new file.
26650 * gdb.c++/derivation.exp: new file.
26651 * gdb.c++/local.exp: new file.
26652 * gdb.c++/member-ptr.exp: new file.
26653 * gdb.c++/overload.exp: new file.
26654 * gdb.c++/ovldbreak.exp: new file.
26655 * gdb.c++/ref-types.exp: new file.
26656 * gdb.c++/ref-types2.exp: new file.
26657 * gdb.c++/userdef.exp: new file.
26658
26659 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
26660
26661 * gdb.base/default.exp: Reflect wording change in remote.c.
26662
26663 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
26664
26665 * gdb.base/help.exp: Update to reflect current text.
26666
26667 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
26668
26669 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
26670 they're stack variables and contain garbage.
26671 * gdb.c++/anon-union.exp: new file.
26672
26673 The following changes were made by David Taylor
26674 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
26675 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
26676 in changes by HP.
26677
26678 * gdb.base/bitops.exp: new file.
26679 * gdb.base/default.exp: change expected messages for catch and
26680 info catch tests to reflect HP merge changes.
26681 * gdb.base/enable-disable-break.exp
26682 * gdb.base/ending-run.c: new file.
26683 * gdb.base/long_long.c: new file.
26684 * gdb.base/maint.exp: new file.
26685 * gdb.base/pointers2.exp: new file.
26686 * gdb.base/shlib-call2.exp: new file.
26687 * gdb.base/solib.exp: new file.
26688 * gdb.base/step-test.c: new file.
26689 * gdb.c++/anon-union.cc: new file.
26690 * gdb.c++/local.cc: new file.
26691 * gdb.c++/member-pointer.cc: new file.
26692 * gdb.c++/method.cc: new file.
26693 * gdb.c++/ref-types.cc: new file.
26694 * gdb.c++/ref-types2.cc: new file.
26695 * gdb.c++/userdef.cc: new file.
26696
26697 * gdb.base/scope.exp: compile one file at a time, then link.
26698 * gdb.base/langs.exp: ditto.
26699 * gdb.base/list.exp: ditto.
26700
26701 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
26702
26703 The following changes were made by David Taylor
26704 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
26705 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
26706 in changes by HP.
26707
26708 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
26709 skip tests. When compiling pass c++ flag to gdb_compile.
26710 * gdb.c++/
26711
26712 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
26713 test for on hppa*-*-hpux*; use args to see if c++ was specified.
26714 (skip_hp_tests): new function.
26715 (gdb_preprocess): new function.
26716
26717 * configure.in (hpdir): decide whether to configure gdb.hp.
26718 * configure: regenerated.
26719
26720 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
26721 to delete on clean.
26722 (EXECUTABLES): update to reflect new additions.
26723 * gdb.base/commands.exp: update message expected.
26724 * gdb.base/default.exp: add copyright notice.
26725 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
26726 * gdb.base/help.exp: update messages to reflect current text.
26727 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
26728 targets for recurse tests.
26729 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
26730 skip this file.
26731
26732 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
26733 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
26734 compilation.
26735 * gdb.c++/misc.exp: ditto.
26736 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
26737 run the tests. tell gdb_compile that it's a c++ compilation.
26738
26739 * gdb.threads/pthreads.exp: fix typo in message.
26740
26741 * gdb.base/all-bin.exp: new file.
26742 * gdb.base/arithmet.exp: new file.
26743 * gdb.base/assign.exp: new file.
26744 * gdb.base/completion.exp: new file.
26745 * gdb.base/cond-expr.exp: new file.
26746 * gdb.base/condbreak.exp: new file.
26747 * gdb.base/define.exp: new file.
26748 * gdb.base/dollar.exp: new file.
26749 * gdb.base/environment.exp: new file.
26750 * gdb.base/eval-skip.exp: new file.
26751 * gdb.base/jump.exp: new file.
26752 * gdb.base/logical.exp: new file.
26753 * gdb.base/pointers.exp: new file.
26754 * gdb.base/relational.exp: new file.
26755 * gdb.base/section_command.exp: new file.
26756 * gdb.base/whatis-expr.exp: new file.
26757
26758 * gdb.base/all-types.c: new file.
26759 * gdb.base/call-array-struct.c: new file.
26760 * gdb.base/call-return-struct.c: new file.
26761 * gdb.base/call-strings.c: new file.
26762 * gdb.base/callfuncs2.c: new file.
26763 * gdb.base/condbreak.c: new file.
26764 * gdb.base/constvars.c: new file.
26765 * gdb.base/display.c: new file.
26766 * gdb.base/int-type.c: new file.
26767 * gdb.base/jump.c: new file.
26768 * gdb.base/miscexprs.c: new file.
26769 * gdb.base/pointers.c: new file.
26770 * gdb.base/pointers2.c: new file.
26771 * gdb.base/shmain.c: new file.
26772 * gdb.base/shr1.c: new file.
26773 * gdb.base/shr2.c: new file.
26774 * gdb.base/solib.c: new file.
26775 * gdb.base/solib1.c: new file.
26776 * gdb.base/solib2.c: new file.
26777 * gdb.base/varargs.c: new file.
26778 * gdb.c++/derivation.cc: new file.
26779 * gdb.c++/overload.cc: new file.
26780 * gdb.c++/ovldbreak.cc: new file.
26781 * gdb.hp/attach.c: new file.
26782 * gdb.hp/attach2.c: new file.
26783 * gdb.hp/average.c: new file.
26784 * gdb.hp/compiler.c: new file.
26785 * gdb.hp/compiler.cc: new file.
26786 * gdb.hp/execd-program.c: new file.
26787 * gdb.hp/follow-exec.c: new file.
26788 * gdb.hp/follow-fork.c: new file.
26789 * gdb.hp/follow-vfork-and-exec.c: new file.
26790 * gdb.hp/misc-hp.cc: new file.
26791 * gdb.hp/more-steps.c: new file.
26792 * gdb.hp/optimize.c: new file.
26793 * gdb.hp/quicksort.c: new file.
26794 * gdb.hp/run-hp.c: new file.
26795 * gdb.hp/start-stop.c: new file.
26796 * gdb.hp/sum.c: new file.
26797 * gdb.hp/templates-hp.cc: new file.
26798 * gdb.hp/thread-local-in-lib.c: new file.
26799 * gdb.hp/thread-local-in-lib.h: new file.
26800 * gdb.hp/thread-local-in-lib.lib.c: new file.
26801 * gdb.hp/vforked-program.c: new file.
26802 * gdb.hp/virtfunc-hp.cc: new file.
26803 * gdb.hp/watchpoint-hp.c: new file.
26804 * gdb.hp/xdb.c: new file.
26805 * gdb.hp/xdb0.c: new file.
26806 * gdb.hp/xdb0.h: new file.
26807 * gdb.hp/xdb1.c: new file.
26808
26809 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
26810
26811 The following change was made by Edith Epstein
26812 <eepstein@cygnus.com> as part of a project to merge in changes
26813 originally made by HP; HP did not create ChangeLog entries.
26814
26815 * gdb.c++/demangle.exp: changed the expected output for some
26816 ARM-style mangling -- removed second reference to datatype.
26817 For example, maint demangle __dt__11T1__pt__2_cFv
26818 T1<char>::~T1<char>(void)
26819 becomes,
26820 maint demangle __dt__11T1__pt__2_cFv
26821 T1<char>::~T1(void)
26822
26823 (test_hp_style_demangling): new hp specific demangling test cases.
26824
26825 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
26826
26827 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
26828 * gdb.trace/backtrace.exp: Likewise.
26829 * gdb.trace/circ.exp: Likewise.
26830 * gdb.trace/collection.exp: Likewise.
26831 * gdb.trace/deltrace.exp: Likewise.
26832 * gdb.trace/infotrace.exp: Likewise.
26833 * gdb.trace/limits.exp: Likewise.
26834 * gdb.trace/packetlen.exp: Likewise.
26835 * gdb.trace/passc-dyn.exp: Likewise.
26836 * gdb.trace/passcount.exp: Likewise.
26837 * gdb.trace/report.exp: Likewise.
26838 * gdb.trace/save-trace.exp: Likewise.
26839 * gdb.trace/tfind.exp: Likewise.
26840 * gdb.trace/tracecmd.exp: Likewise.
26841 * gdb.trace/while-dyn.exp: Likewise.
26842 * gdb.trace/while-stepping.exp: Likewise.
26843
26844 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
26845
26846 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
26847
26848 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
26849
26850 From Brendan Kehoe:
26851 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
26852 int return types.
26853
26854 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
26855
26856 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
26857 remote dos host testing right.
26858
26859 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
26860
26861 * gdb.base/corefile.exp: remove some xfails.
26862
26863 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
26864
26865 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
26866 have different timestamps.
26867
26868 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
26869
26870 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
26871 gdb.base/default.exp: Replace "exec" with "executable".
26872
26873 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
26874
26875 * gdb.base/default.exp: Change else if to elseif from previous
26876 delta.
26877
26878 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
26879
26880 * gdb.base/default.exp: Add brace missing from previous delta.
26881
26882 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
26883
26884 * gdb.base/default.exp: Support test for info float for all
26885 varieties of arm toolchain.
26886
26887 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
26888
26889 * gdb.trace/*.exp: remove "remote_download" command.
26890
26891 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
26892
26893 * gdb.trace/*.exp: remove -gdwarf from compile.
26894
26895 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
26896
26897 * gdb.trace/configure.in(AC_INIT): typo
26898 * gdb.trace/configure: regenerated
26899
26900 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
26901
26902 * config/m68k-emc.exp: New file.
26903 * lib/<emc-support.exp trace-support.exp}: New files.
26904 * configure.in: add new test directory gdb.trace.
26905 * gdb.trace/{configure configure.in Makefile.in}: New files.
26906 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
26907 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
26908 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
26909 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
26910 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
26911 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
26912 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
26913
26914 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
26915
26916 * gdb.c++/classes.exp: Change all regular expressions to match
26917 arbitrary combinations of newline/carriage-return, so that they
26918 will work equally well on Unix and Windows.
26919 * gdb.c++/inherit.exp: ditto.
26920 * gdb.c++/virtfunc.exp: ditto.
26921
26922 1998-08-11 Dawn Perchik <dawn@cygnus.com>
26923
26924 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
26925
26926 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
26927
26928 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
26929 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
26930 to use a0-a3/d0-d3 as needed.
26931
26932 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
26933
26934 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
26935 * gdb.disasm/am33.exp: Corresponding changes.
26936
26937 1998-07-11 Felix Lee <flee@cygnus.com>
26938
26939 * gdb.base/callfuncs.exp: add cmp10 test.
26940 * gdb.base/callfuncs.c (cmp10): new function.
26941
26942 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
26943
26944 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
26945 into two parts to get around a synchronization problem in expect.
26946
26947 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
26948
26949 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
26950
26951 * configure.in: Add options for gdbtk testsuite.
26952
26953 * configure: Regenerate.
26954
26955 * gdb.gdbtk: New directory to hold gdbtk tests.
26956
26957 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26958
26959 * gdb.fortran/types.exp: Escape brackets in expect patterns
26960 for test_float_literal_types_accepted tests.
26961 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
26962 before run test.
26963
26964 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
26965
26966 * am33.exp: Just compile, do not link the testcase.
26967 * am33.s: Add ".am33" pseudoop to force am33 mode.
26968
26969 1998-06-25 Felix Lee <flee@cygnus.com>
26970
26971 * gdb.base/setshow.exp: make sure $pc is sane.
26972
26973 * gdb.stabs/weird.exp: split expect patterns properly.
26974
26975 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
26976
26977 * gdb.disasm/am33.s: New disassembler testfile for the am33.
26978 * gdb.disasm/am33.exp: Run it.
26979
26980 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
26981
26982 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
26983 match processing (and eliminate spurious timeouts when running).
26984
26985 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
26986
26987 * gdb.base/signals.exp (test_handle_all_print): put back Mach
26988 exception test, but conditionalize it on target [mach | gnu].
26989
26990 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
26991
26992 * gdb.base/overlays.exp: fixup compile line for linker script.
26993
26994 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
26995
26996 * gdb.fortran/types.exp: don't guess at float size.
26997
26998 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
26999
27000 * gdb.base/exprs.exp: delete test that depends on int size.
27001
27002 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
27003
27004 * config/sim.exp: Removed checks for target triplets.
27005 (gdb_target_sim): Use gdb,target_sim_options.
27006
27007 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
27008
27009 * gdb.base/reread.exp: New file.
27010 * gdb.base/reread1.c: New file.
27011 * gdb.base/reread2.c: New file.
27012
27013 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
27014
27015 * config/sim.exp: Use 'target sim -sparclite' when running
27016 SPARClite programs.
27017
27018 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
27019
27020 * gdb.base/structs2.exp: New file.
27021 * gdb.base/structs2.c: New file.
27022
27023 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
27024
27025 * gdb.asm/common.inc: New file.
27026 * gdb.asm/d10v.inc: New file.
27027 * asm-source.exp: Pass -I's to gas to find .inc files.
27028 Update line numbers in expected output.
27029 * asmsrc1.s: Rewrite.
27030 * asmsrc2.s: Rewrite.
27031 * configure.in: Create arch.inc symlink.
27032 * configure: Regenerate.
27033 * Makefile.in (distclean): Delete arch.inc.
27034
27035 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
27036
27037 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
27038 (t_enum_value2): ditto
27039 (t_enum_value3): ditto
27040 (main): ditto
27041 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27042
27043 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
27044 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
27045 change.
27046 Use gdb_test instead of send_gdb/gdb_expect sequences.
27047
27048 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
27049
27050 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
27051 not void.
27052
27053 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
27054
27055 * gdb.base/branches.c: Code with lots of loops and
27056 subroutines. Used to test gdbs ability to single step through PC
27057 changes, especially to test mips-tdep.c:mips_next_pc
27058
27059 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
27060
27061 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
27062 more rigorous EGCS C++ error checking.
27063
27064 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27065
27066 * gdb.base/help.exp: Clean up `help set args' and `help show args'
27067 tests.
27068 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
27069 function when asleep.
27070 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
27071 for i*86 Linux and SVR4 signal handling problems.
27072 Remove linux xfail for `next to handler in signals_tests_1', fixed
27073 by recent infrun.c change.
27074 Limit backtrace to 10 frames to avoid timeout problems with infinite
27075 stack backtraces.
27076 Adjust expect pattern in `handle all print' test to match Apr 28 1997
27077 target.[ch] change.
27078
27079 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
27080
27081 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
27082 for a newline from gdb before continuing.
27083 (default_gdb_exit): Just look for y or n.
27084 (gdb_test): Detect abnormal exit from GDB running on DOS; if
27085 it does, fail the rests of the tests in the file.
27086
27087 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
27088
27089 * config/cygmon.exp: New file.
27090
27091 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
27092
27093 * gdb.base/list.exp: Fix problem with "list default lines around
27094 main" test on remote targets.
27095
27096 * gdb.base/scope.exp: Fix problem with filelocal_bss before
27097 run test on remote targets.
27098
27099 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
27100
27101 * gdb.asm: New directory.
27102 * configure.in: Configure it.
27103 * configure: Regenerate.
27104 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
27105 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
27106
27107 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
27108
27109 * config/mn10300-eval.exp: New file to support MN10300 eval board.
27110
27111 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
27112
27113 * gdb.base/overlays (several files): Merge the two overlay
27114 managers into one. Change variables (foox, barx, bazx, grbxx)
27115 back into ints but force them to load in their proper sections.
27116
27117 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
27118
27119 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
27120 on-chip insn memory and IMAP1 to upper 128k.
27121 (D10VCopy): Handle memory regions crossing 16k boundaries.
27122 (D10VCopy): Transfer data in 32 bit chunks.
27123
27124 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
27125
27126 * gdb.base/overlays.c (main): Exit normally when result is
27127 correct.
27128
27129 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
27130 map. Include space for printf in .text segment.
27131
27132 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
27133 updated d10v memory VMA/LMA map.
27134 (D10VCopy): Call D10VTranslate.
27135
27136 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
27137
27138 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
27139
27140 * gdb.base/bar.c (barx, bar): Change variable to small array so
27141 that it won't be put into the .sdata - small data -
27142 section. Update reference.
27143 * gdb.base/baz.c (bazx, baz): Ditto.
27144 * gdb.base/foo.c (foox, foo): Ditto.
27145 * gdb.base/grbx.c (grbxx, grbx): Ditto.
27146
27147 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
27148 to be arrays.
27149
27150 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
27151
27152 * gdb.base/overlays.exp: fix up and get working again.
27153 Add tests for backtraces from an overlay function.
27154
27155 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
27156
27157 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
27158 "calling function with watchpoint enabled".
27159
27160 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
27161
27162 * gdb.base/break.exp (test_next_with_recursion): Remove
27163 gdb_suppress_tests for d10v-*-*.
27164 * lib/gdb.exp (gdb_suppress_tests): Disable this function
27165 pending review of whether it is useful or not.
27166
27167 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
27168
27169 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
27170
27171 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
27172
27173 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
27174 * config/dve.exp: New file to support Densan boards.
27175
27176 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
27177
27178 * gdb.base/interrupt.exp: Document problem of simulators, signals,
27179 reads and BSD.
27180
27181 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
27182
27183 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
27184 response.
27185
27186 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
27187
27188 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
27189
27190 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
27191 test.
27192
27193 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
27194 target_sizeof_long and target_bigendian_p.
27195 (structs_by_value, structs_by_reference): Check values according
27196 to targets word size and endianess.
27197
27198 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
27199
27200 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
27201 output.
27202
27203 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
27204
27205 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
27206 Update test of set args help to match source change.
27207
27208 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
27209
27210 * gdb.base/default.exp: Expect help system output to be in
27211 alphabetical order.
27212 * gdb.base/help.exp: Ditto.
27213
27214 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
27215
27216 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
27217 "i*86-pc-linux-gnu*".
27218 * gdb.base/interrupt.exp: Ditto.
27219 * gdb.base/corefile.exp: Ditto.
27220
27221 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
27222 define vxworks when building the testcase.
27223
27224 * gdb.base/ptype.exp: Fix testnames to be unique.
27225 * gdb.base/radix.exp: Ditto.
27226 * gdb.base/term.exp: Ditto.
27227 * gdb.base/whatis.exp: Ditto.
27228 * gdb.c++/classes.exp: Ditto.
27229
27230 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
27231
27232 * gdb.base/callfuncs.exp: Fix indentation.
27233
27234 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
27235 suppress_flag has been set.
27236 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
27237 target feature.
27238
27239 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
27240
27241 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
27242 the testcase.
27243
27244 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
27245 set_debug_traps() and breakpoint().
27246 * gdb.c++/misc.cc (main): Ditto.
27247 * gdb.c++/templates.cc (main): Ditto.
27248 * gdb.c++/virtfunc.cc (main): Ditto.
27249
27250 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
27251
27252 * lib/gdb.exp(gdb_step_for_stub): New function.
27253 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
27254 exists, reload the executable and do a "continue" instead of
27255 doing a jump.
27256 (runto_main): Use gdb_step_for_stub.
27257
27258 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
27259 tests to have unique names.
27260 * gdb.base/callfuncs.exp: Ditto.
27261 * gdb.base/commands.exp: Ditto.
27262 * gdb.base/default.exp: Ditto.
27263 * gdb.base/help.exp: Ditto.
27264 * gdb.base/list.exp: Ditto.
27265 * gdb.base/opaque.exp: Ditto.
27266 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
27267 similar tests.
27268
27269 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
27270 * gdb.c++/cplusfuncs.cc: Ditto.
27271 * gdb.c++/virtfunc.cc: Ditto.
27272
27273 * config/monitor.exp: Keep track of the last file we saw, rather
27274 than trying to get the info from gdb.
27275
27276 * gdb.fortran/types.exp: Move comment to previous line.
27277
27278 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
27279
27280 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
27281 target mode.
27282
27283 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
27284
27285 From Bob Manson:
27286 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
27287 string from GDB when it connects.
27288
27289 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
27290
27291 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
27292
27293 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
27294 if we can't get a debug format from GDB (we may be testing an
27295 older GDB). Use a 10 second timeout when checking for the format.
27296
27297 * gdb.stabs/weird.exp: Fix quoting.
27298
27299 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
27300
27301 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
27302
27303 * config/arm-ice.exp: New file.
27304
27305 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
27306
27307 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
27308 until it has been modified to work with the new testsuite.
27309
27310 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
27311 testcase won't compile, cause all of the testcases in the file to
27312 fail instead.
27313
27314 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
27315 (gdb_clear_suppressed): New procedure.
27316 (gdb_stop_suppressing_tests): Only clear suppress_flag if
27317 it contains a positive value.
27318
27319 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
27320
27321 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
27322
27323 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
27324
27325 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
27326
27327 * lib/gdb.exp (setup_xfail_format): New function.
27328 (get_debug_format): New function to get debug format.
27329 (debug_format): New global variable to hold last value set
27330 by get_debug_format.
27331 * gdb.base/list.exp: Call get_debug_format and expect some
27332 tests to fail for DWARF 1 and COFF formats.
27333 * gdb.c++/ptype.exp: Ditto.
27334 * gdb.c++/classes.exp: Ditto.
27335 * gdb.c++/cplusfuncs.exp: Ditto.
27336 * gdb.c++/inherit.exp: Ditto.
27337 * gdb.c++/templates.exp: Ditto.
27338 * gdb.c++/virtfunc.exp: Ditto.
27339
27340 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
27341
27342 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
27343 host doesn't have a currently-open connection.
27344
27345 * config/sparclet.exp: Cleanups and fixes to make it generic for
27346 any gdb stub target. Handle cases where gdb doesn't respond when
27347 interrupted in a sane fashion.
27348
27349 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
27350 same thing in a totally different way.
27351
27352 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
27353 setting "timeout".
27354 (gdb_start): We set the global gdb_prompt variable in
27355 default_gdb_init now.
27356
27357 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
27358
27359 * gdb.base/printcmds.exp: Fix "check for floating addition"
27360 regexp to accept results within approx +/- .01 of exact value.
27361 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
27362
27363 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
27364
27365 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
27366 properly.
27367 (gdb_expect): Add optional timeout parameter, and add timeout
27368 value to various calls.
27369 (gdb_suppress_tests): Only give one warning message per group.
27370
27371 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
27372
27373 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
27374 global variables. Handle getting a value for $timeout more
27375 gracefully.
27376
27377 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27378
27379 * lib/gdb.exp: Close connection to remote host if gdb doesn't
27380 initialize.
27381 (default_gdb_init): New procedure; allow gdb_init to be overridden
27382 by a target configuration file.
27383 (gdb_expect): Pass the timeout to remote_expect.
27384
27385 * config/monitor.exp(gdb_load): Fix typo in regexp.
27386
27387 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
27388
27389 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
27390
27391 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
27392
27393 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
27394 here. Call gdb_target_exec before rebooting the target, to make
27395 sure the connection to the target is closed.
27396 (gdb_load): Pass the name of the executable to gdb_target_monitor.
27397 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
27398 Also detect "Timeout reading from remote" error.
27399
27400 * config/gdbserver.exp: Pass the executable being loaded to
27401 gdb_target_monitor. Don't call gdb_file_cmd here; let
27402 gdb_target_monitor do it.
27403
27404 * gdb.disasm/hppa.exp: Don't use exec_output.
27405
27406 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
27407
27408 * gdb.base/list.exp: If we're debugging a non-native target,
27409 try to set the pc register to point to the start of the
27410 program before doing the first list command.
27411
27412 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
27413 test_calls after restarting.
27414
27415 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
27416 reloading.
27417
27418 * gdb.base/watchpoint.exp: Fix typo.
27419
27420 * gdb.base/setshow.exp: Check for use_gdb_stub.
27421
27422 * gdb.base/break.exp: Fix continue until exit test for the gdb
27423 stub case.
27424 * gdb.base/langs.exp: Ditto.
27425
27426 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
27427 gdb_load_offset. If we weren't given a file to load, figure out
27428 what the current file is and use it.
27429
27430 * config/i386-bozo.exp: New file.
27431
27432 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
27433
27434 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
27435 feature.
27436
27437 * config/proelf.exp: New entry.
27438
27439 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
27440
27441 * lib/gdb.exp: Remove spurious .* patterns at the beginning
27442 of regexps.
27443
27444 * gdb.base/watchpoint.exp: Don't run the test_stepping
27445 tests if gdb can't call functions on the target.
27446
27447 * gdb.base/setshow.exp: Don't run the set prompt tests if
27448 the board has gdb_prompt set.
27449
27450 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
27451
27452 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
27453 * gdb.base/commands.exp: Likewise.
27454 * gdb.base/setshow.exp: Likewise.
27455
27456 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
27457
27458 * config/monitor.exp(gdb_start): Look for gdb_prompt target
27459 feature.
27460
27461 * config/i960.exp: New file.
27462
27463 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
27464
27465 * gdb.base/funcargs.exp: Check for gdb,short_int target
27466 feature instead of looking for explicit target triplets.
27467
27468 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
27469
27470 * gdb.base/printcmds.exp: add a couple more tests a la
27471 "p 123DEADBEEF", to check parse_number.
27472 * top.c: change "to enable to enable" to "to enable" in a couple
27473 of help strings.
27474
27475 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
27476
27477 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
27478 on the mn10300.
27479
27480 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
27481
27482 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
27483 where the test executable is run with explicit args.
27484 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
27485
27486 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
27487
27488 * gdb.base/run.c: Use FAKEARGV to build test executable that
27489 does not require a command line arg, since most simulators
27490 don't currently support passing such an arg into the simulated
27491 program.
27492 * gdb.base/commands.exp: Change tests to insert the proper
27493 value as the arg to the first recursive factorial call. Change
27494 compilation line to define FAKEARGV at compile time.
27495
27496 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
27497
27498 * gdb.base/recurse.exp: Enable these tests for the mn10300.
27499 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
27500 function with watchpoint enabled" test.
27501
27502 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
27503
27504 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
27505 Don't call gdb_test when the command doesn't return to a gdb prompt.
27506
27507 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
27508 "Tests restarted" messages.
27509
27510 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
27511
27512 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
27513
27514 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
27515
27516 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
27517 for INFO SYMBOL; add help tests for OVERLAY commands.
27518 * gdb.base/default.exp: add tests for INFO SYMBOL command;
27519 add tests for OVERLAY commands
27520 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
27521 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
27522 * gdb.base/sigall.c: add usestubs code frag
27523 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
27524
27525 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
27526
27527 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
27528 failures.
27529 (gdb_stop_suppressing_tests): Note that tests have restarted.
27530
27531 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
27532
27533 * config/h8300.exp: New file.
27534
27535 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
27536
27537 * gdb.base/setshow.exp: Check for the existence of a
27538 feature, not its value.
27539
27540 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
27541
27542 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
27543
27544 * gdb.base/scope.exp: It's now init0(), not init().
27545
27546 * gdb.base/scope0.c: For now, change init() to be init0().
27547
27548 * config/monitor.exp: Use gdb_serial in preference to serial
27549 or netport.
27550
27551 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
27552 and it's not already set.
27553
27554 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
27555
27556 * gdb.base/setshow.exp: Only test the run command if the target
27557 isn't using a stub and if it supports argument passing.
27558
27559 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
27560
27561 * config/udi.exp(gdb_start): Make sure UDICONF is set
27562 properly before starting gdb.
27563
27564 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
27565
27566 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
27567 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
27568 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
27569
27570 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
27571
27572 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
27573 specialized code to reboot the board, use remote_reboot instead.
27574
27575 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
27576
27577 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
27578
27579 * config/monitor.exp: Make sure we disconnect from the target.
27580 Also, try a reboot/reload cycle instead of failing if the
27581 load fails.
27582
27583 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
27584
27585 * gdb.base/default.exp: Don't set match_max.
27586 * gdb.base/help.exp: Ditto.
27587 * gdb.base/list.exp: Ditto.
27588 * gdb.base/signals.exp: Ditto.
27589
27590 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
27591 set, use remote_ld to download the testcase instead of
27592 the GDB loader.
27593
27594 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
27595
27596 * config/vr5000.exp: New file.
27597
27598 * config/monitor.exp(gdb_target_monitor): Add pattern for
27599 "Ending remote" to detect errors in connecting.
27600
27601 * gdb.base/setshow.exp: Add .* within auto language test.
27602
27603 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
27604 target feature.
27605
27606 * config/monitor.exp(gdb_load): Check for a failure when loading,
27607 and reboot the board if necessary.
27608
27609 * gdb.base/setvar.exp(test_set): Handle multiple prints within
27610 a set of tests. Remove print.* from the patterns being checked.
27611
27612 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
27613
27614 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
27615 refer to gdb_spawn_id.
27616
27617 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
27618 longer used.
27619 * config/sparclet.exp: Ditto.
27620 * config/sparclet-old.exp: Ditto.
27621 * config/slite.exp: Ditto.
27622 * config/sim.exp: Ditto.
27623 * gdb.base/funcargs.exp: Ditto.
27624
27625 * lib/gdb.exp:Remove references to gdb_spawn_id.
27626 (gdb_expect): Move to remote.exp.
27627
27628 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
27629
27630 * config/monitor.exp: Detect the "Couldn't establish connection"
27631 message from GDB.
27632
27633 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
27634
27635 * gdb.base/bitfields.exp: Use runto instead of explicit
27636 gdb_run_cmd/gdb_expect sequences.
27637
27638 * gdb.base/break.exp(text_next_with_recursion): Add match for
27639 gdb_expect call.
27640
27641 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
27642 We also need to handle the "A program is being debugged already"
27643 prompt from gdb. Use gdb_test to set the baud rate.
27644
27645 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
27646 to 20000. Really. I mean it.
27647
27648 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27649
27650 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
27651 fails. If suppress_flag is set, skip perror message about not
27652 being able to send to GDB.
27653 (send_gdb): If suppress_flag is set, don't try to send commands to
27654 GDB.
27655 (gdb_expect): If suppress_flag is set, always fail immediately.
27656 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
27657 (gdb_init): Call gdb_stop_suppressing_tests.
27658 (default_gdb_exit): Ditto.
27659 (default_gdb_start): Ditto.
27660
27661 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
27662 gdb_stop_suppressing_tests as appropriate.
27663 * gdb.base/break.exp: Ditto.
27664 * gdb.base/callfuncs.exp: Ditto.
27665 * gdb.base/commands.exp: Ditto.
27666 * gdb.base/exprs.exp: Ditto.
27667 * gdb.base/funcargs.exp: Ditto.
27668 * gdb.base/list.exp: Ditto.
27669 * gdb.base/recurse.exp: Ditto.
27670 * gdb.base/scope.exp: Ditto.
27671 * gdb.base/structs.exp: Ditto.
27672 * gdb.c++/inherit.exp: Ditto.
27673
27674 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
27675
27676 * config/vr4300.exp: New file.
27677
27678 * gdb.*/*.exp: Call gdb_expect instead of expect.
27679
27680 * lib/gdb.exp(gdb_expect): New function.
27681
27682 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
27683
27684 * lib/gdb.exp(gdb_init): New function.
27685
27686 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
27687 for each individual variable set.
27688
27689 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
27690 name.
27691
27692 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
27693
27694 * gdb.base/scope.exp: Use gdb_test.
27695
27696 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
27697 aborting; the testsuite driver will do that for us (see
27698 gdb_finish). Also, use gdb_test in a few more places.
27699
27700 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
27701
27702 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
27703
27704 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
27705
27706 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
27707 and "add_tests" are not at the same address.
27708
27709 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
27710
27711 * gdb.base/ptype.exp: Use gdb_test.
27712
27713 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
27714
27715 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
27716 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
27717 left in. No longer expect them to fail.
27718
27719 * gdb.stabs/*.mt; Deleted, no longer used.
27720 * gdb.stabs/configure.in: Remove references to target makefile
27721 frags.
27722 * gdb.stabs/configure: Rebuilt.
27723
27724 * gdb.disasm/*.mt: Deleted, no longer used.
27725 * gdb.disasm/configure.in: Remove references to target makefile
27726 frags. Use "sh3.s" as the unique filename for this directory.
27727 * gdb.disasm/configure: Rebuilt.
27728
27729 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
27730 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
27731 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
27732
27733 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
27734
27735 * config/udi.exp: Use mondfe,name instead of remote_host.
27736
27737 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
27738
27739 * gdb.base/watchpoint.exp: Don't expect a failure when calling
27740 a function with a watchpoint enabled on the mn10200.
27741
27742 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
27743 before trying to create it!
27744
27745 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
27746
27747 * config/vx.exp: Use hostname instead of netport.
27748
27749 * config/vxworks.exp: New file.
27750
27751 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
27752
27753 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
27754 gdb before assuming everything worked. Send a ^C if a timeout
27755 occurs.
27756
27757 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
27758 $gdb_spawn_id directly.
27759 (gdb_run_cmd): Try _start as well as start. Use the target feature
27760 gdb,start_symbol as the symbol to start from when jumping.
27761
27762 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
27763
27764 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
27765 redundant) test.
27766
27767 * gdb.base/recurse.exp: Relax final value test for 'b' so that
27768 it doesn't lose for 16bit integer systems.
27769
27770 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
27771
27772 * gdb.fortran/types.exp: If the target doesn't support "double"
27773 data types, then expect "real" types to only be 4 bytes.
27774
27775 * gdb.c++/virtfunc.exp: Expect failure for virtual function
27776 call tests if the target doesn't support inferior function calls.
27777
27778 * gdb.base/printcmds.exp: Allow minor deviation in FP values
27779 in printf tests.
27780
27781 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
27782
27783 * gdb.base/help.exp: Disable "help set", "help show", and
27784 "help support". Simplify regexp for "help stack".
27785
27786 * gdb.base/default.exp: Set match_max to 5000 and the timeout
27787 to 60 seconds. Temporarily set match_max to 15000 around the
27788 "info copying" test.
27789
27790 * gdb.base/nodebug.exp: Don't try to do an inferior function
27791 call if the target doesn't support them.
27792 * gdb.base/printcmds.exp: Likewise.
27793 * gdb.base/setvar.exp: Likewise.
27794 * gdb.base/structs.exp: Likewise.
27795 * gdb.c++/templates.exp: Likewise.
27796 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
27797
27798 * gdb.base/recurse.exp: Enable for the mn10200.
27799
27800 * configure.in: Do configure gdb.stabs directory for *-*-elf
27801 targets.
27802 * configure: Rebuilt.
27803
27804 * gdb.base/break.exp: Check for gdb,noresults before testing
27805 exit status and/or results from the target.
27806 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
27807 * lib/gdb.exp: Remove old (now bogus) initialization of
27808 noinferior, noargs, noresults and nosignals.
27809
27810 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
27811
27812 * config/sh.exp: New file.
27813
27814 * config/slite.exp: Try to connect multiple times to the board
27815 before rebooting. Only send a "monitor run" if need_monitor_run
27816 is set.
27817
27818 * gdb.base/break.exp: Don't do the "stub continue" test if
27819 the target has gdb_stub set.
27820
27821 * gdb.base/callfuncs.exp: Increase the timeout.
27822
27823 * gdb.base/interrupt.exp: Don't even try to compile the testcase
27824 if the target has gdb,noinferiorio set.
27825
27826 * gdb.base/list.exp: Increase match_max to 10000 characters.
27827
27828 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
27829
27830 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
27831 target.
27832
27833 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
27834
27835 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
27836
27837 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
27838 trying to delete the copy of gdb. Catch the file delete so we
27839 don't die if the delete fails; also, the file should be copied to
27840 the host, not to the build.
27841
27842 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
27843
27844 * lib/gdb.exp(gdb_test): Surround the result pattern with
27845 parenthesis in case it contains multiple regexps separated
27846 with |.
27847
27848 * gdb.base/watchpoint.exp: Use gdb_test.
27849 * gdb.base/default.exp: Ditto.
27850
27851 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
27852
27853 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
27854
27855 * gdb.base/scope.exp: Use gdb_test.
27856 * gdb.c++/classes.exp: Ditto.
27857 * gdb.c++/inherit.exp: Ditto.
27858
27859 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
27860
27861 * gdb.base/crossload.exp: Don't use execute_anywhere, use
27862 remote_exec instead.
27863 * gdb.base/corefile.exp: Don't be ridiculous.
27864 * gdb.base/*.c: Add missing stub invocations.
27865
27866 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
27867
27868 * config/slite.exp: Miscellaneous fixes.
27869
27870 * lib/gdb.exp: Fix runto.
27871
27872 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
27873 the target.
27874
27875 * gdb.base/watchpoint.exp: Fix regexp.
27876
27877 * lib/gdb.exp(default_gdb_exit): Add a catch to the
27878 close and wait commands, as the descriptor may now be
27879 invalid. Always call "remote_close host".
27880
27881 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
27882
27883 Major rewrite for testsuite revision.
27884
27885 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
27886 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
27887 instead of relying on spawn_id to always contain a valid
27888 spawn id.
27889 (get_compiler_info): New procedure to build the ${binfile}.ci
27890 file, instead of replicating this in N different places.
27891 (gdb_compile): New procedure.
27892
27893 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
27894 appropriate arguments) instead of compile. Use gdb_test in a lot
27895 more places. Use send_gdb instead of send. Always run gdb_start
27896 at the start of a testcase, as this is no longer done magically.
27897
27898 config/*-gdb.exp: Rename without the -gdb suffix.
27899
27900 config/mips.exp: Use remote_close instead of exit_remote_shell.
27901 config/monitor.exp: Use target_info instead of looking at
27902 baud, timeout, etc.
27903 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
27904
27905 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27906
27907 * gdb.c++/templates.exp (test_ptype_of_templates),
27908 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
27909 Update expect patterns for destructors and assignment operators
27910 to match corresponding c-typeprint.c changes.
27911 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
27912 to destructor breakpoint test, GDB should be able to set the
27913 destructor breakpoint without specifying arguments.
27914
27915 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
27916
27917 * gdb.threads/pthreads.exp: Change result for failure to compile due
27918 to lack of pthreads runtime support from an error to simply an
27919 unsupported test, per dejagnu standards.
27920
27921 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27922
27923 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
27924 where GDB exits to reduce pattern match time.
27925 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
27926
27927 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
27928
27929 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
27930
27931 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
27932 * gdb.base/default.exp: ditto.
27933 * gdb.base/nodebug.exp: ditto.
27934 * gdb.base/printcmds.exp: ditto.
27935 * gdb.base/ptype.exp: ditto.
27936 * gdb.base/setvar.exp: ditto.
27937 * gdb.base/structs.exp: ditto.
27938 * gdb.base/setshow.c: Guard against uninitialized values of argc.
27939
27940 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
27941
27942 * configure, */configure: Rebuild with autoconf 2.12.
27943
27944 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
27945
27946 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
27947 use new i*86-pc-linux*-gnu quads.
27948 * gdb.base/corefile.exp: Ditto.
27949 * gdb.base/signals.exp: Ditto.
27950 * gdb.base/sigall.exp: Ditto.
27951 * gdb.base/interrupt.exp: Ditto.
27952
27953 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
27954 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
27955 RedHat 4.0.
27956
27957 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
27958 linux. This allows the test case to at least compile on latest
27959 linux, but still not run due to missing the threads runtime library.
27960
27961 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27962
27963 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
27964 directory to search gdb directory. Accept and step over conditional
27965 stack alignment code. Consume $prompt in failure cases.
27966 Reset timeout to $oldtimeout instead of some arbitrary value.
27967 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
27968 timeout problems with infinite stack backtraces.
27969 * gdb.base/ptype.exp (ptype struct link, union tu_link):
27970 Accept function parameters for linkfunc member.
27971
27972 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
27973
27974 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
27975 (CXXFLAGS): Remove, unreferenced.
27976 (B_OPTIONS): Add for -B options and add code to initialize with
27977 previous -B options and also add -B option to pick up cross compiled
27978 runtime.
27979 (TARGET_INCLUDES): Add for -I options and add code to initialize when
27980 doing cross compiles.
27981 (target_alias): Declare global.
27982 (xgcc): Set variable to full path of gcc in build tree. Use findfile
27983 to verify that gcc exists in build tree, and if so set CC to that
27984 gcc and to use B_OPTIONS and TARGET_INCLUDES.
27985
27986 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
27987
27988 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
27989 ptype test for anonymous union. Fixup testcase to match
27990 current gcc debug output.
27991
27992 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
27993
27994 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
27995 force argument to an unsigned long type.
27996
27997 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
27998
27999 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
28000 tests and anonymous union print/ptype tests.
28001 * gdb.base/list.exp (test_forward-search): Increase timeout by
28002 5 minutes for the "search extremely long line" case.
28003 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
28004 completely optional and that the pass/fail messages use the command as
28005 the message if that third arg is a null string.
28006 (gdb_test_exact): Arrange that a null string pattern means match a
28007 null string output rather than any output, which might include random
28008 errors.
28009 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
28010 backtrace test.
28011 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
28012 always failing and failure is now exposed by gdb.exp changes.
28013
28014 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
28015
28016 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
28017 weren't being noted.
28018
28019 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28020
28021 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
28022 * gdb.stabs/weird.exp: Remove v_comb xfails.
28023
28024 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
28025
28026 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
28027 list.exp scope.exp watchpoint.exp]
28028 Make all timeout error msgs explicitly say "(timeout)".
28029
28030 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
28031
28032 * config/monitor.exp: Increase download timeout to 1000 seconds.
28033
28034 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
28035
28036 * config/m32r.exp: Increase timeout to 120 seconds.
28037
28038 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
28039
28040 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
28041 and accept older ordering as obsolescent gcc or gdb.
28042 * gdb.c++/templates.exp: Ditto.
28043 * gdb.c++/virtfunc.exp: Ditto.
28044
28045 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
28046
28047 * gdb.base/coremaker.c: Add code to mmap some data so we
28048 can check that it ends up in the core file.
28049 * gdb.base/corefile.exp: Add test to read mmapped data
28050 from core file.
28051
28052 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
28053
28054 * config/m32r.exp: New file.
28055
28056 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
28057
28058 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
28059 that cflags can contains -gstabs, and work correctly for other tests.
28060
28061 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
28062
28063 * gdb.base/setshow.exp: New file, tests show and set.
28064 * gdb.base/setshow.c: New file, tests show and set.
28065 * gdb.base/help.exp: Add test for help set|show annotate.
28066 * gdb.base/default.exp: Add test for set|show annotate.
28067
28068 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
28069
28070 * testsuite/gdb.base/break.exp: Make backtrace from factorial
28071 errors unique.
28072 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
28073 explicitly.
28074
28075 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
28076
28077 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
28078 and width commands. This is done elsewhere.
28079 * (gdb_start): Don't call gdb_start_sim here. That's already
28080 done in gdb_load. This fixes lots of failures in default.exp.
28081
28082 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
28083
28084 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
28085 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
28086 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
28087 in the same we we treat other failures (since it may be an expected
28088 condition), rather than as an error.
28089 * gdb.base/signals.exp (test_handle_all_print): Revert back to
28090 old test format.
28091
28092 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
28093
28094 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
28095 (distclean maintainer-clean realclean): No need to remove files
28096 twice. Nuke the duplicates.
28097 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
28098 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
28099 Remove config.h along with other config files.
28100
28101 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
28102
28103 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
28104 "p func1 ()" and note that rests of tests are skipped.
28105 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
28106 setup_xfails for "print func2::coremaker_local".
28107 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
28108 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
28109 affected by the previous run test.
28110 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
28111 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
28112 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
28113 "pass int powerset tuple" and "pass modeless int powerset tuple".
28114 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
28115 "real write 4" and "real write 8".
28116 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
28117 setup_xfails for "print vs1 after tuple assign 2",
28118 "print \$i after tuple assign 2", and
28119 "print vs2 after tuple assign 2".
28120 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
28121 meaningful error message and return -1 so the caller can
28122 suppress further tests and avoid a cascade of errors.
28123
28124 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
28125
28126 * gdb.base/a1-selftest.exp: Tweak tests to account for new
28127 format for printing version.
28128 * gdb.base/default.exp: Ditto.
28129 * gdb.base/interrupt.exp: Fix problem with cascade of
28130 errors if child process dies while calling a function.
28131
28132 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
28133
28134 * Makefile.in (VPATH): Add
28135 * Makefile.in (Makefile, config.status): Fix rules so things get
28136 remade when necessary.
28137
28138 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
28139
28140 * Makefile.in (just-check): Add path to sibling expect dir
28141 to environment variable specified by RPATH_ENVVAR.
28142
28143 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
28144
28145 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
28146 (just-check): Add shared library paths for libstdc++, tk,
28147 tcl, bfd, and opcodes to the environment variable specified
28148 in RPATH_ENVVAR.
28149 * configure.in: Add support to recognize --enable-shared flag
28150 and generate correct value for RPATH_ENVVAR.
28151 * configure: Regenerated with autoconf.
28152
28153 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
28154
28155 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
28156 include all osf versions.
28157 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
28158 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
28159 when target is linux. When failing to build pthreads test
28160 executable, give more meaningful message.
28161 * gdb.threads/pthreads.c: Hpux also uses old definition of second
28162 arg for pthread_create.
28163
28164 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
28165
28166 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
28167 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
28168 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
28169 and -lpthreads (everybody else).
28170 (test_startup): Fail gracefully if threads are not supported.
28171 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
28172 "p/c array_index("abcdef",2)" when not gcc compiled.
28173 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
28174 "print func2::coremaker_local" when not gcc compiled.
28175 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
28176 "ptype on opaque struct tagname (statically)",
28177 "ptype on opaque struct tagname (dynamically) 1", and
28178 "ptype on opaque struct tagname (dynamically) 2"
28179 for not compiled with gcc.
28180 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
28181 backtrace when compiled with gcc.
28182 * lib/gdb.exp (runto_main): Return result of "runto main" rather
28183 than always return success.
28184
28185 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
28186
28187 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
28188
28189 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
28190
28191 * gdb.base/structs.exp: Undo last change.
28192
28193 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
28194
28195 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
28196 encapsulate all the steps/nexts done during self test, starting
28197 at main, and makes them less sensitive to optimization issues.
28198 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
28199 signal handler" test.
28200 * gdb.threads/pthreads.exp: Only run this for native configs.
28201 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
28202 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
28203 tests.
28204 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
28205 for "runto test_calls(void)" test.
28206
28207 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
28208
28209 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
28210 and don't expect address info in breakpoint confirmations.
28211
28212 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
28213
28214 * gdb.base/list.exp (test_forward_search): Increase timeout
28215 temporarily by 60 seconds for searching extremely long line,
28216 and then reset to old value when done. Increase expect input
28217 buffer to 10000.
28218
28219 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
28220
28221 * gdb.base/list.exp (test_forward_search): Fix to handle very
28222 long source line without overflowing expect's input buffer.
28223
28224 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
28225
28226 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
28227 "buffer_full".
28228
28229 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
28230 "buffer_full".
28231
28232 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
28233 "buffer_full".
28234
28235 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
28236 "buffer_full".
28237
28238 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
28239
28240 * configure.in (configdirs): Add gdb.threads.
28241 * configure: Regenerated with autoconf.
28242 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
28243 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
28244 * gdb.threads/configure: New, generated with autoconf.
28245
28246 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
28247
28248 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
28249
28250 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
28251
28252 * gdb.base/signals.exp (test_handle_all_print): Test separately for
28253 each signal's status in the output of "handle all print".
28254 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
28255 the \r\n sequence that immediately precedes the gdb prompt.
28256 * gdb.base/a1-selftest.exp: Save original timeout and restore
28257 after test.
28258
28259 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
28260
28261 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
28262 symbol.
28263
28264 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
28265
28266 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
28267
28268 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
28269
28270 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
28271 timeout by 60 seconds.
28272
28273 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
28274
28275 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
28276 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
28277 error return.
28278
28279 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
28280
28281 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
28282 gdb initialization, also report how long dejagnu waited. Restore
28283 old timeout before doing error return. Temporarily increase timeout
28284 by 3 minutes to allow for slow startups over heavy NFS use.
28285
28286 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
28287
28288 * lib/gdb.exp: Report timeout value for verbosity level 2.
28289 * config/gdbserver.exp: Ditto.
28290 * config/hppro.exp: Ditto.
28291 * config/mips-gdb.exp: Ditto.
28292 * config/monitor.exp: Ditto.
28293 * config/netware.exp: Ditto.
28294 * config/sim-gdb.exp: Ditto.
28295 * config/slite-gdb.exp: Ditto.
28296 * config/udi-gdb.exp: Ditto.
28297 * config/unix-gdb.exp: Ditto.
28298 * config/vx-gdb.exp: Ditto.
28299 * gdb.base/a1-selftest.exp: Ditto.
28300 * gdb.base/a2-run.exp: Ditto.
28301 * gdb.base/break.exp: Ditto.
28302 * gdb.base/corefile.exp: Ditto.
28303 * gdb.base/list.exp: Ditto.
28304 * gdb.base/recurse.exp: Ditto.
28305 * gdb.base/scope.exp: Ditto.
28306 * gdb.base/signals.exp: Ditto.
28307
28308 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28309
28310 * gdb.threads/Makefile.in (docdir): Removed.
28311
28312 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28313
28314 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
28315 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
28316 @srcdir@.
28317 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
28318 autoconf 2.5 or higher.
28319 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
28320
28321 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
28322
28323 * configure: Regenerated.
28324 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
28325 avoid name clashes with SunOS headers.
28326
28327 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
28328
28329 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
28330
28331 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
28332
28333 * gdb.base/callfuncs.exp: Finish last change -- make sure the
28334 prototype information ends up in the compiler info file.
28335
28336 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
28337
28338 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
28339 attempting to regenerate it. Eliminate use of a temporary file
28340 and just generate the info file directly. Source it immediately,
28341 for consistency of use.
28342 * gdb.base/corefile.exp: Ditto
28343 * gdb.base/exprs.exp: Ditto.
28344 * gdb.base/funcargs.exp: Ditto.
28345 * gdb.base/langs.exp: Ditto.
28346 * gdb.base/list.exp: Ditto.
28347 * gdb.base/mips_pro.exp: Ditto.
28348 * gdb.base/nodebug.exp: Ditto.
28349 * gdb.base/opaque.exp: Ditto.
28350 * gdb.base/ptype.exp: Ditto.
28351 * gdb.base/scope.exp: Ditto.
28352 * gdb.base/setvar.exp: Ditto.
28353 * gdb.base/signals.exp: Ditto.
28354 * gdb.base/whatis.exp: Ditto.
28355 * gdb.c++/templates.exp: Ditto.
28356 * gdb.c++/virtfunc.exp: Ditto.
28357 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
28358 whether or not to add -lstdc++ to the compile command line args.
28359
28360 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28361
28362 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
28363 it got fixed by the recent lookup_minimal_symbol_by_pc change.
28364 Increase timeout, a lot of single stepping might be needed if the
28365 target has no hardware watchpoints.
28366
28367 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
28368
28369 * gdb.base/break.exp: Ignore compiler warnings when compiling
28370 break.c.
28371 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
28372 * gdb.base/default.exp: Add h8300 xfails. Handle messages
28373 from remote-sim.
28374 * gdb.base/exprs.exp: Add h8300 xfails.
28375 * gdb.base/funcargs.exp: Likewise.
28376 * gdb.base/nodebug.exp: Likewise.
28377 * gdb.base/printcmds.exp: Likewise.
28378 * gdb.base/ptype.exp: Likewise.
28379 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
28380 h8300 xfails.
28381 * gdb.base/return.exp: Handle float/double precision problems
28382 on the h8300.
28383 * gdb.base/funcargs.c: Explicitly make last constant argument to
28384 call_after_alloca_subr an unsigned long type.
28385 * gdb.base/return.c: Include stdio.h.
28386
28387 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
28388
28389 * config/abug.exp: New file for the older Motorola Bug monitor
28390 that runs on the mvme13x series VME boards.
28391 * config/monitor.exp: Use the new config array for target settings
28392 if they exist.
28393
28394 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
28395
28396 * sim-gdb.exp: Make the SH simulator allocate less space when
28397 it is targeted.
28398
28399 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
28400
28401 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
28402 test.
28403
28404 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
28405
28406 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
28407 "rs6000-*-*" for "list function in include file" when gcc compiled.
28408 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
28409 for "p ctable1[120]".
28410 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
28411 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
28412 Remove setup_xfail for "rs6000-*-*" for
28413 "print 'scope0.c'::filelocal before run".
28414 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
28415 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
28416 since some compilers don't allow both options to be given
28417 on the same command line. Create object file and move it.
28418
28419 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
28420
28421 * gdb.base/corefile.exp: Always regenerate the core file, since
28422 we always regenerate the coremaker program. Detect special case
28423 where registers cannot be read from core file.
28424
28425 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
28426
28427 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
28428 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
28429 * gdb.c++/templates.exp: Only match on basename of file since
28430 some formats like xcoff don't encode directory information.
28431 * gdb.stabs/weird.exp: Use the right sed script for powerpc
28432 and rs6000 AIX xcoff targets.
28433 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
28434 * configure: Regenerate.
28435 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
28436 here, rather than in distclean.
28437
28438 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
28439
28440 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
28441 defined, and use it to compile the test case with -O2. The
28442 native compilation still uses no optimization.
28443 * gdb.base/mips_pro.c: Remove inline assembly code since
28444 it is compiled PIC by default, which results in assembler
28445 warnings that make the testsuite think the compilation
28446 was unsuccessful.
28447
28448 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
28449
28450 * gdb.c++/misc.exp: Add note to message for
28451 "print s.a for foo struct" that this is a known gcc 2.7.2
28452 and earlier bug.
28453
28454 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
28455
28456 * gdb.base/break.exp: Fix pattern for matching "Delete all
28457 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
28458 setup_xfail for deleting all breakpoints test. Fix various
28459 timeout messages to include "(timeout)".
28460 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
28461 for "p t_float_values2(3.14159,float_val2)".
28462 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
28463 for "continue to call2g" when gcc compiled.
28464 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
28465 "up to foo in langs.exp", "show language at foo in langs.exp",
28466 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
28467 and "show language at fsub in langs.exp".
28468 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
28469 "list line 1 in include file", "list message for lines past EOF",
28470 "list function in include file", "list list0.h:foo", and
28471 "list filename:function; nonexistant function".
28472 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
28473 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
28474 and "ptype t_char_array" to be for native cc only.
28475
28476 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
28477
28478 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
28479 setup_xfail for "print coremaker_bss", "print coremaker_ro",
28480 "print func2::coremaker_local", and "backtrace in corefile.exp".
28481
28482 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
28483
28484 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
28485 "bt in signals.exp". This problem only appears when running
28486 the testsuite, and then only intermittently.
28487
28488 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
28489
28490 * gdb.base/return.exp (return_tests): Differentiate between
28491 two tests of continuing.
28492
28493 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
28494
28495 * */Makefile.in (maintainer-clean): Remove config.log.
28496 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
28497 * gdb.c++/Makefile.in (PROGS): Add inherit.
28498 (clean): Remove *.ci.
28499
28500 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
28501
28502 * gdb.c++/misc.cc: Add test code from Mike Stump.
28503 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
28504
28505 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
28506
28507 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
28508 to "alpha-*-osf2*" and add comment.
28509 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
28510 setup_xfail for "step over execarg initialization" and
28511 "step over corearg initialization".
28512 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
28513 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
28514 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
28515 gcc compiled for "print coremaker_bss", "print coremaker_ro",
28516 "print func2::coremaker_local", and "backtrace in corefile.exp".
28517 * gdb.base/signals.exp: Build and source signals.ci.
28518 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
28519 to be for gcc only.
28520 * lib/gdb.exp: Move verbose statements outside conditionals.
28521
28522 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28523
28524 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
28525 Feb 3 procfs.c change.
28526
28527 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
28528
28529 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
28530
28531 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
28532
28533 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
28534 from dejagnu's apparent default of 10 seconds, which gives random
28535 results when running the tests over NFS on moderately loaded systems.
28536 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
28537
28538 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
28539
28540 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
28541 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
28542 result reports.
28543
28544 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
28545
28546 * configure.in (CY_AC_PATH_TCLH): Remove.
28547 * configure: Regenerate.
28548
28549 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
28550
28551 * gdb.c++/Makefile.in (clean): Add missing '{'.
28552
28553 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
28554
28555 * lib/gdb.exp: Provide a default value for noinferior.
28556
28557 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
28558 Load libgloss.exp.
28559
28560 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
28561
28562 * gdb.disasm/hppa.exp: Compile directly into an executable, use
28563 the executable, not the .o to run the tests from.
28564
28565 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
28566
28567 * gdb.base/break.exp: Don't test for program exit or exit status
28568 if $noresults if nonzero.
28569 * gdb.base/langs.exp: Likewise.
28570 * gdb.base/watchpoint.exp: Likewise.
28571
28572 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
28573 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
28574 trying to compile the testcase.
28575
28576 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
28577
28578 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
28579 * gdb.base/signals.exp (continue to handler): Likewise.
28580
28581 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
28582
28583 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
28584
28585 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
28586
28587 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
28588
28589 * gdb.base/corefile.exp: Recognize "not found" as failure
28590 when trying to determine if a core file was generated.
28591 If no core file was generate the first time, try again without
28592 the ulimit -c to work around braindamaged shells.
28593
28594 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
28595
28596 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
28597 [] tests with "test" and enclose string in quotes.
28598 * gdb.stabs/configure: Rebuild
28599
28600 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
28601
28602 Changes in sync with expect:
28603 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
28604 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
28605 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
28606 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
28607 argument to AC_REQUIRE.
28608 * configure: Regenerated.
28609
28610 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
28611
28612 * gdb.base/corefile.exp: When generating a core, discard any
28613 error messages about ulimit not found and the "core dumped"
28614 message from the shell that runs the coredumper.
28615
28616 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
28617
28618 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
28619
28620 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
28621 which sed script to run. Expect failure for v_comb test
28622 on PA targets too.
28623
28624 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
28625
28626 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
28627 "print func2::coremaker_local" and for "backtrace in corefile.exp"
28628
28629 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
28630
28631 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
28632 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
28633 "sparc-sun-solaris*" xfails for "p v_comb".
28634 * lib/gdb.exp (default_gdb_start): Fix typo.
28635 * gdb.base/corefile.exp: Allow "Core was generated by ..."
28636 messages to not include the full program name that caused
28637 the core dump since some systems (such as solaris) apparently
28638 truncate this path to about 80 characters.
28639 When generating a core file first try increasing the core file
28640 size limit to unlimited since some systems may default it to
28641 zero, and it is harmless to try it. Move the test for failing
28642 to generate a core file to where it will actually get executed.
28643 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
28644 new gdb result from g++ debug info improvements and make old
28645 pattern obsolescent. Also account for size_t differences
28646 (may be int or long).
28647 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
28648 initialization before function call is placed in the delay slot
28649 and thus appears to be skipped over by commands such as "next".
28650
28651 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
28652
28653 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
28654
28655 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
28656
28657 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
28658 input source file; fix code to compile test to deal with this
28659 convention.
28660 * gdb.c++/*.exp: Likewise.
28661
28662 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
28663
28664 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
28665 "bt in signals.exp".
28666
28667 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
28668
28669 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
28670 "step over execarg initialization" and
28671 "step over corearg initialization".
28672
28673 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
28674
28675 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
28676 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
28677
28678 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
28679
28680 From Rob Savoye (rob@poseidon.cygnus.com)
28681 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
28682 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
28683 configure.in}, gdb.disasm/{Makefile.in, configure.in},
28684 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
28685 configure.in}: Major reworking for autoconfig.
28686 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
28687 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
28688 New files.
28689 * config/unix-gdb.exp: Make GDB global.
28690 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
28691 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
28692 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
28693 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
28694 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
28695 term.exp, twice.exp, watchpoint.exp, whatis.exp},
28696 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
28697 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
28698 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
28699 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
28700 pr-8136.exp, result.exp, string.exp, tuples.exp},
28701 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
28702 to returns as necessary, arrange for test to compile own testcase
28703 executable.
28704 * lib/gdb.exp: Changes for testsuite to compile own test cases.
28705
28706 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
28707
28708 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
28709 clear_xfail at end of test which might not call either pass or fail.
28710 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
28711 "backtrace through signal handler".
28712
28713 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28714
28715 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
28716 continuing from a job control stop signal.
28717 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
28718
28719 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
28720
28721 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
28722 * gdb.base/corefile.exp: Likewise.
28723 * gdb.base/funcargs.exp: Likewise.
28724
28725 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
28726
28727 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
28728 * config/monitor.exp: Add support for setting baud rate.
28729
28730 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
28731
28732 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
28733 i*86-*-linux* xfails for "backtrace through signal handler".
28734 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
28735 "print func2::coremaker_local".
28736 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
28737 alpha-dec-osf2* xfail for
28738 "delete all breakpoints when none".
28739
28740 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
28741
28742 * gdb.base/break.exp: Change test that deletes all breakpoints
28743 when no user breakpoints are installed. A post 4.15 change
28744 causes gdb to no longer prompt in this case.
28745
28746 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
28747
28748 * gdb.base/return.exp (return_tests): Change xfail for test
28749 "correct value returned double test" to stop xfailing at
28750 Solaris 2.5. Apparently the bug has been fixed.
28751
28752 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
28753
28754 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
28755 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
28756
28757 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
28758
28759 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
28760 * gdb.disasm/hppa.s: Corresponding changes.
28761
28762 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
28763
28764 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
28765 makefile fragment.
28766 * config/mt-hpux: Deleted.
28767
28768 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
28769
28770 * Many files: When warning about suppressed tests due to a
28771 nonexistant test binary, avoid incrementing the warning count.
28772
28773 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
28774
28775 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
28776
28777 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28778
28779 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
28780 "sparc-*-solaris2*".
28781
28782 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28783
28784 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
28785 Add global and local variables and initialize them.
28786 * gdb.base/corefile.exp: Test correct mapping of corefile sections
28787 by printing variables. Remove rs6000 and powerpc xfails, BFD now
28788 extracts the file name and terminating signal from the core file.
28789 * TODO: Remove note about tests for correct mapping of corefile.
28790 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
28791 from optimizing it away.
28792 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
28793 handles common blocks.
28794
28795 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
28796
28797 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
28798 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
28799
28800 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
28801
28802 * Makefile.in (maintainer-clean): New target, synonym for
28803 realclean.
28804 * gdb.base/Makefile.in (maintainer-clean): Likewise.
28805 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
28806 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
28807 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
28808 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
28809 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
28810
28811 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
28812
28813 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
28814 xfails when not gcc compiled for "print foo::funclocal".
28815 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
28816 "print foo::funclocal at foo",
28817 "print 'scope1.c'::foo::funclocal at foo",
28818 "print foo::funclocal_bss at foo",
28819 "print 'scope1.c'::foo::funclocal_bss at foo",
28820 "print foo::funclocal_ro at foo",
28821 "print 'scope1.c'::foo::funclocal_ro at foo",
28822 "print bar::funclocal at foo" and
28823 "print 'scope1.c'::bar::funclocal at foo".
28824 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
28825 gcc compiled for "print foo::funclocal at bar".
28826 Expand all messages to ensure that they identify that
28827 the test is at bar().
28828 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
28829 gcc compiled for:
28830 "ptype on opaque struct pointer (statically)",
28831 "ptype on opaque struct tagname (statically)",
28832 "ptype on opaque struct pointer (dynamically) 1",
28833 "ptype on opaque struct tagname (dynamically) 1",
28834 "ptype on opaque struct pointer (dynamically) 2" and
28835 "ptype on opaque struct tagname (dynamically) 2
28836 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
28837 gcc compiled for:
28838 "p datalocal"
28839 "whatis datalocal",
28840 "ptype datalocal",
28841 "p bsslocal",
28842 "whatis bsslocal", and
28843 "ptype bsslocal".
28844 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
28845 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
28846 when not gcc compiled.
28847 * gdb.base/funcargs.exp (float_and_integral_args): Add
28848 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
28849 compiled.
28850 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
28851 "backtrace from call6a" when not gcc compiled.
28852 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
28853 "backtrace from call7a" when not gcc compiled.
28854 * gdb.base/callfuncs.exp (do_function_calls):
28855 Add "hppa*-*-hpux*" xfail when not gcc compiled for
28856 "p t_char_array_values(char_array_val2,char_array_val1)",
28857 "p t_char_array_values(char_array_val1,char_array_val2)",
28858 "p t_char_array_values("carray 1","carray 2")",
28859 "p t_char_array_values("carray 1",char_array_val2)",
28860 "p t_char_array_values(char_array_val1,"carray 2")",
28861 "p sum_args(1,{2})",
28862 "p sum_args(2,{2,3})",
28863 "p sum_args(3,{2,3,4})",
28864 "p sum_args(4,{2,3,4,5})"
28865 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
28866 "backtrace in corefile.exp" when not gcc compiled.
28867
28868 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28869
28870 * gdb.base/signals.exp: Rewrite `handle all print' test as
28871 a procedure. Accept blanks or TABs as whitespace, increase
28872 timeout and expect input buffer size for the large output
28873 from the command. Remove "i*86-*-bsdi2.0" xfail.
28874
28875 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28876
28877 * gdb.base/setvar.exp: Add new testcases for truncation when
28878 assigning invalid values to bitfields.
28879
28880 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
28881
28882 * gdb.base/callfuncs.exp (do_function_calls): Remove
28883 mips-sgi-irix* xfail for
28884 "call inferior func with struct - returns char *"
28885 and fix test so that an optional (unsigned char *) cast is
28886 accepted in the result.
28887
28888 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
28889
28890 * gdb.base/funcargs.exp (float_and_integral_args): Remove
28891 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
28892 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
28893 * gdb.base/signals.exp: Remove duplicate "handle all print" test
28894 that accidentally got checked in.
28895
28896 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
28897
28898 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
28899 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
28900 compiled test.
28901 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
28902 Add mips-sgi-irix5* xfail for not gcc compiled.
28903 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
28904 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
28905 compiled for "p top", "whatis top", "p middle", and "whatis
28906 middle".
28907 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
28908 "whatis signed char" for not gcc compiled.
28909 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
28910 "set variable signed char=-1 (-1)" and
28911 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
28912 * gdb.base/funcargs.exp (float_and_integral_args):
28913 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
28914 Add mips-sgi-irix* xfail when not gcc compiled for
28915 "continue to call2b".
28916 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
28917 "continue to call2g".
28918 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
28919 compiled for "backtrace from call6a"
28920 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
28921 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
28922 when not gcc compiled for "backtrace from call7a".
28923 (localvars_after_alloca): Fix gdb_test cmds for
28924 "print * after runto ...".
28925 Remove rs6000-*-* xfails for
28926 "print i after runto localvars_after_alloca" and
28927 "print l after runto localvars_after_alloca"
28928 for all compilers.
28929 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
28930 when not compiled with gcc, for:
28931 "print signed char == (minus)",
28932 "print signed char != (minus)",
28933 "print signed char < (minus)",
28934 "print signed char > (minus)".
28935 * gdb.base/callfuncs.exp (do_function_calls):
28936 Add mips-sgi-irix* xfail, when compiled with native compiler, for
28937 "call inferior func with struct - returns char *".
28938 * gdb.base/return.exp (return_tests): Change xfail for
28939 "correct value returned double test" to include Solaris 2.4.
28940 * gdb.base/funcargs.exp (float_and_integral_args):
28941 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
28942
28943 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28944
28945 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
28946 enumeration bitfields if compiling with GNU C.
28947 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
28948 to empty' prompt.
28949
28950 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
28951
28952 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
28953 test for PRO targets.
28954
28955 * gdb.base/funcargs.exp: Avoid ever setting more than 8
28956 breakpoints in the inferior at any given time by making
28957 two groups of breakpoints for call2*, call6* and call7*
28958 tests.
28959
28960 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28961
28962 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
28963 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
28964 from optimizing it away.
28965 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
28966 "call inferior func with struct".
28967
28968 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
28969
28970 * configure.in: Only configure gdb.chill for particular targets.
28971
28972 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
28973
28974 * gdb.base/Makefile.in: Add action to .c.o transformation
28975 rule that generates a .ci file for each .o file and remove
28976 explicit .c.o rules except for callfuncs.o.
28977 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
28978 generates a .ci file for each .o file and remove explicit
28979 .cc.o rules.
28980 (clean): Remove *.tmp *.ci files.
28981 (EXECUTABLES): Remove templ-info.exp.
28982 * gdb.base/compiler.c: New file.
28983 * gdb.c++/compiler.cc: New file
28984 * gdb.base/scope.exp: Source gdb.base/scope.ci.
28985 Change rs6000-*-* xfail for
28986 "print 'scope0.c'::filelocal_ro" and
28987 "print 'scope1.c'::filelocal" and
28988 "print 'scope1.c'::filelocal_bss" and
28989 "print 'scope1.c'::filelocal_ro" and
28990 "print 'scope1.c'::foo::funclocal" and
28991 "print 'scope1.c'::foo::funclocal_ro" and
28992 "print 'scope1.c'::bar::funclocal" and
28993 "print 'scope0.c'::filelocal_ro" and
28994 "print 'scope1.c'::filelocal at foo" and
28995 "print 'scope1.c'::filelocal_bss at foo" and
28996 "print 'scope1.c'::filelocal_ro at foo" and
28997 "print 'scope1.c'::foo::funclocal at foo" and
28998 "print 'scope1.c'::foo::funclocal_bss at foo" and
28999 "print 'scope1.c'::foo::funclocal_ro at foo" and
29000 "print 'scope1.c'::bar::funclocal at foo" and
29001 "print 'scope0.c'::filelocal_ro" and
29002 "print 'scope1.c'::filelocal" and
29003 "print 'scope1.c'::filelocal_bss" and
29004 "print 'scope1.c'::filelocal_ro" and
29005 "print 'scope1.c'::foo::funclocal" and
29006 "print 'scope1.c'::foo::funclocal_bss" and
29007 "print 'scope1.c'::foo::funclocal_ro" and
29008 "print 'scope1.c'::bar::funclocal" and
29009 "print 'scope1.c'::bar::funclocal_bss"
29010 to only be xfail'd when not compiled with gcc.
29011 Add rs6000-*-* xfail for
29012 "print 'scope0.c'::filelocal_bss before run"
29013 when compiled with gcc.
29014 (test_at_main): Add rs6000-*-* xfail for
29015 "print filelocal_ro in test_at_main"
29016 when compiled with gcc.
29017 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
29018 Add rs6000-*-aix* xfail for
29019 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
29020 "ptype t_char_array", not compiled with gcc.
29021 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
29022 xfail for "list foo (in include file)" when gcc compiled.
29023 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
29024 (integral_args): Add rs6000-*-* xfail for
29025 "run to call0a" if not compiled with gcc.
29026 (unsigned_integral_args): Add rs6000-*-* xfail for
29027 "run to call1a" if not compiled with gcc.
29028 (float_and_integral_args): Add rs6000-*-* xfail for
29029 "run to call2a" if not compiled with gcc and for
29030 "continue to call2b" for any compiler.
29031 Add rs6000-*-* xfail to
29032 "print f1 after run to call2a" for gcc compiled.
29033 (discard_and_shuffle): Add rs6000-*-* xfail for
29034 "run to call6a".
29035 (shuffle_round_robin): Add rs6000-*-* xfail for
29036 "backtrace from call7a" if not compiled with gcc.
29037 Add rs6000-*-* xfail for
29038 "backtrace from call7b" if compiled with gcc.
29039 (call_after_alloca): Add rs6000-*-* xfail for
29040 "print c in call_after_alloca" and
29041 "print s in call_after_alloca" and
29042 "backtrace from call_after_alloca_subr"
29043 if not compiled with gcc.
29044 (localvars_in_indirect_call): Add rs6000-*-* xfail for
29045 "print c in localvars_in_indirect_call" and
29046 "print c in localvars_in_indirect_call" and
29047 "backtrace in indirectly called function" and
29048 "stepping into indirectly called function"
29049 if not compiled with gcc.
29050 (localvars_after_alloca): Add rs6000-*-* xfail for
29051 "print c after runto localvars_after_alloca" and
29052 "print s after runto localvars_after_alloca" and
29053 "print i after runto localvars_after_alloca" and
29054 "print l after runto localvars_after_alloca"
29055 for all compilers.
29056 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
29057 than whatis-info.exp.
29058 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
29059 than opaque-info.exp.
29060 Setup rs6000-*-* xfail for
29061 "ptype on opaque struct pointer (statically)" and
29062 "ptype on opaque struct pointer (dynamically)" when
29063 not compiled with gcc.
29064 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
29065 rather than callf-info.exp.
29066 (do_function_calls): Add clear_xfail for rs6000-*-* for
29067 "p t_float_values2(3.14159,float_val2)". Seems to work
29068 fine there, both with xlc and gcc. Need to find out what
29069 it is doing right and fix other platforms.
29070 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
29071 "call inferior func with struct - returns int",
29072 "call inferior func with struct - returns long",
29073 "call inferior func with struct - returns float",
29074 "call inferior func with struct - returns double",
29075 "call inferior func with struct - returns char *",
29076 but only if not gcc compiled (presumes xlc compiled).
29077 Change rs6000-*-* xfails for
29078 "call inferior func with struct - returns char" and
29079 " call inferior func with struct - returns short" to only
29080 xfail if not using gcc.
29081 (clean mostlyclean): Remove *.ci and *.tmp files.
29082 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
29083 than templ-info.exp.
29084 * gdb.base/langs.exp: Source gdb.base/langs.ci.
29085 Add rs6000-*-* xfail for "up to foo in langs.exp"
29086 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
29087 when not gcc compiled.
29088
29089 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29090
29091 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
29092 * gdb.base/corefile.exp: Likewise.
29093 * gdb.base/list.exp: Likewise.
29094 * gdb.base/scope.exp: Likewise.
29095 * gdb.base/siganls.exp: Likewise.
29096
29097 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
29098 compiler output.
29099 * gdb.base/whatis.exp: Likewise.
29100
29101 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
29102
29103 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
29104 failure (opcode table has been fixed to match reality).
29105
29106 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
29107
29108 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
29109 "call inferior func with struct - returns char",
29110 "call inferior func with struct - returns short"
29111
29112 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
29113 "print 'scope0.c'::filelocal at main",
29114 "print 'scope0.c'::filelocal_bss in test_at_main",
29115 "print 'scope0.c'::filelocal at foo",
29116 "print 'scope0.c'::filelocal_bss in test_at_foo",
29117 "print 'scope0.c'::filelocal at bar",
29118 "print 'scope0.c'::filelocal_bss in test_at_bar"
29119
29120 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
29121 in source file 1". This bug seems to have been fixed with both
29122 gcc and native cc (was native assembler bug?).
29123
29124 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
29125
29126 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
29127 "backtrace through signal handler" to "i*86-*-sysv4*".
29128 * gdb.base/signals.exp: Add xfail for "'next' behaved as
29129 continue" case. Add "known SVR4 bug" to fail message.
29130 Add "i*86-*-bsdi2.0" xfail for "handle all print".
29131 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
29132 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
29133 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
29134 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
29135 "up to foo in langs.exp", "show language at foo in
29136 langs.exp", "up to cppsub_ in langs.exp", "show
29137 language at cppsub_ in langs.exp", "up to fsub in
29138 langs.exp", and "show language at fsub in langs.exp".
29139 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
29140 "bactrace in corefile.exp".
29141 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
29142 "call inferior function with struct - returns float" and
29143 "call inferior function with struct - returns double".
29144
29145 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
29146
29147 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
29148 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
29149 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
29150 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
29151
29152 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
29153
29154 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
29155 (or overriden) "CHILL" macro rather then bare "gcc".
29156 Also look for ../../gcc/xgcc since that is what we will
29157 actually need, not "Makefile". Remove following assignment
29158 of CHILL to CHILL_FOR_TARGET because that results in
29159 recursive definition.
29160
29161 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
29162
29163 * gdb.base/corefile.exp: Change xfail for backtrace in
29164 corefile.exp from linuxaout to all linux.
29165 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
29166 cases where we miss the breakpoint at the signal handler
29167 for some reason. Setup xfail for linuxoldld/linuxaout and
29168 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
29169 hitting SIGURG breakpoint.
29170 * gdb.base/signals.exp: Setup xfail for "next" acting like
29171 continue to add linuxoldld. Setup xfail for all linux for
29172 "next to handler in signals_tests_1", "backtrace in
29173 signals_tests_1", "continue to func1", "pass SIGUSR1",
29174 and continue to handler".
29175
29176 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
29177
29178 * Update all FSF addresses except those in COPYING* files.
29179
29180 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
29181
29182 * gdb.base/a2-run.exp: Change messages to be more explicit about
29183 the status of args, and quote binfile in results.
29184
29185 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
29186
29187 * gdb.base/callfuncs.exp: Add tests for passing structs to
29188 inferior functions and return various types.
29189 * gdb.base/callfuncs.c: Add functions to receive a struct
29190 and return a member of the struct, in various types.
29191
29192 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29193
29194 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
29195
29196 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
29197
29198 * config/vxworks29k.exp: New file, sources vxworks.exp.
29199
29200 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29201
29202 * config/gdbremote.exp: New file. Testing framework using
29203 gdbserver.
29204
29205 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
29206
29207 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
29208 "call function when asleep" and "send end of file".
29209 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
29210 for "backtrace in corefile.exp".
29211 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
29212 for "backtrace through signal handler".
29213 * gdb.base/corefile.exp: Make sure we actually generate a core file
29214 before trying the core tests. Some systems allow the user to suppress
29215 generation of core files and default to that (linux for example).
29216 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
29217 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
29218
29219 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29220
29221 * gdb.threads: New directory with some crude multi-threaded
29222 gdb tests (step.exp and step2.exp).
29223 * config/mt-lynx (STEP_EXECUTABLE): Define.
29224 (THREADFLAGS): Define.
29225
29226 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
29227
29228 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
29229
29230 * gdb.base/signals.exp: Disable whole file for lynx until
29231 further notice.
29232
29233 * gdb.base/signals.exp: xfail test where "next" acts like
29234 "continue" for lynx.
29235
29236 * gdb.base/interrupt.exp: xfail test for calling function while
29237 inferior is asleep for lynx.
29238
29239 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
29240 than one cr-lf after each command.
29241
29242 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29243
29244 * configure.in: Reinstate setting of stabsdirs variable, fix
29245 typo in setting up configdirs for native builds.
29246
29247 * gdb.base/return.exp: Fix typo in return double test.
29248 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
29249 compiler from optimizing them away.
29250
29251 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
29252
29253 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
29254 sequences to be echo'd by gdb when using gdb_test.
29255 * gdb.chill/chexp.exp: Likewise.
29256 * gdb.fortran/exprs.exp: Likewise
29257
29258 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29259
29260 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
29261 after the inferior gdb has started.
29262
29263 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
29264 after each command.
29265 * gdb.base/funcargs.exp: Likewise.
29266 * gdb.base/gdbvars.exp: Likewise.
29267 * gdb.base/interrupt.exp: Likewise.
29268 * gdb.base/list.exp: Likewise.
29269 * gdb.base/watchpoint.exp: Likewise.
29270 * gdb.c++/demangle.exp: Likewise.
29271 * gdb.c++/inherit.exp: Likewise.
29272 * gdb.chill/chexp.exp: Likewise.
29273 * gdb.fortran/exprs.exp: Likewise.
29274
29275 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
29276 test if we can't handle IO to/from the inferior.
29277
29278 * gdb.c++/misc.exp: Always check for a program already being
29279 started after sending a "run" command to gdb.
29280
29281 * gdb.base/twice.exp: Start with a fresh gdb.
29282
29283 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
29284 only depend on gdb's expression code, not the chill runtime.
29285
29286 * gdb.base/return.c: Put return values into variables so we
29287 can have gdb print them rather than depending on the program
29288 to print them.
29289 * gdb.base/return.exp: Corresponding changes.
29290
29291 * lib/gdb.exp: Provide default value for noinferiorio.
29292 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
29293 the inferior.
29294
29295 * gdb.base/break.exp: Always check for a program already being
29296 started after sending a "run" command to gdb.
29297 (text_next_with_recursion): Don't check the output from the
29298 program's printf statement. Instead just make sure the program
29299 exited.
29300
29301 * gdb.base/commands.exp: Protect tests which need arguments with
29302 $noargs conditionals.
29303
29304 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29305
29306 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
29307 of structure member arrays to match gdb/valops.c:value_addr change.
29308
29309 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
29310
29311 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
29312 cases.
29313
29314 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
29315
29316 * configure.in (configdirs): Remove gdb.chill from default list
29317 of subdirs and then add it back in only if doing a native build.
29318 The current chill compiler does not yet work in any cross build.
29319 * Revert all signal changes from Jul 6.
29320 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
29321 for sh-hms targets, allowing these tests to link, with no other
29322 changes. Testing is suppressed by setting "nosignals" in site.exp.
29323
29324 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
29325
29326 * configure.in (signaldirs): Define and add to configdirs for all
29327 targets except some specific ones that are known to not support signals.
29328 Also clean up formatting.
29329 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
29330 (signals, sigall): Remove rules to build.
29331 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
29332 Moved to new gdb.signals directory.
29333 * gdb.signals: New test directory.
29334 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
29335 signals.c signals.exp}: New or moved files.
29336
29337 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
29338
29339 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
29340
29341 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
29342
29343 * gdb.base/return.exp: Xfail `return double' test failure
29344 on at least Solaris 2.3 and handle future/past versions on
29345 a case by case basis as appropriate. Also update message
29346 to include i*86 failures.
29347
29348 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29349
29350 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
29351
29352 * lib/gdb.exp: Fix comment which erroneously identified
29353 gdb_file_cmd as gdb_load (the 19 May change was in fact to
29354 gdb_file_cmd not gdb_load).
29355 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
29356
29357 * gdb.base/setvar.exp: Make test names consistent between pass and
29358 fail cases. Use gdb_test more.
29359
29360 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29361
29362 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
29363
29364 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29365
29366 * gdb.base/help.exp: Fix expected help string for `show commands'.
29367
29368 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
29369
29370 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
29371
29372 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
29373 of a text section.
29374
29375 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
29376
29377 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
29378 that loop eventually terminates. Fix Connection refused logic so
29379 that testsuite will expire nicely.
29380
29381 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
29382
29383 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
29384 config/rom68k.exp: New tcl glue for the appropriate monitors.
29385 These all just end up calling monitor.exp.
29386 * config/monitor.exp (gdb_target_monitor): Handle `Connection
29387 refused' by retrying. Cleanup some timeout issues.
29388 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
29389 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
29390 callers don't have to set/restore global timeout variable.
29391
29392 * The following set of changes centralizes management of the global
29393 timeout variable. This way, it can be set in one target dependent
29394 place instead of dozens of places scattered throughout the test suite.
29395 If you need to lengthen a timeout, then you should either set timeout
29396 in one of the config/{target}.exp files, or multiply it by a factor.
29397 Setting it to an absolute value is always going to lose for some
29398 targets.
29399 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
29400 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
29401 * gdb.base/funcargs.exp: Don't set timeout.
29402 * gdb.base/list.exp (test_forward_search): Only use local timeout.
29403 * gdb.base/printcmds.exp (test_print_string_constants
29404 test_print_array_constants): Don't set timeout.
29405 * gdb.base/ptype.exp: Don't set timeout.
29406 * gdb.base/recurse.exp: Don't set timeout.
29407 * gdb.base/return.exp: Don't set timeout.
29408 * gdb.base/watchpoint.exp: Don't set timeout.
29409 * gdb.c++/classes.exp (do_tests): Don't set timeout.
29410 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
29411
29412 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
29413
29414 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
29415
29416 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29417
29418 * lib/gdb.exp: Disable chill tests for irix5.
29419
29420 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29421
29422 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
29423 each test pass or fail.
29424
29425 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29426
29427 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
29428 xlc not gcc.
29429
29430 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
29431
29432 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
29433
29434 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
29435
29436 * config/est.exp: Fix copyright and comments. Remove dead code.
29437 Use targetname, serialport and baud variables instead of fixed
29438 constants.
29439 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
29440 * config/cpu32bug.exp: New file to support cpu32bug monitors.
29441
29442 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29443
29444 * gdb.base/watchpoint.exp: Don't run
29445 test_watchpoint_triggered_in_syscall for sunos.
29446
29447 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29448
29449 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
29450 they don't seem to exist. Do include stdio.h.
29451
29452 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29453
29454 * gdb.base/a1-selftest.exp: Add alpha xfail.
29455
29456 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29457
29458 * gdb.base/watchpoint.c (main): Prompt before calling read().
29459 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
29460 Revise accordingly. Remove cruft about sending "123" several
29461 times, until it gets noticed. Clean up the "print buf[0]" stuff
29462 so that it passes or fails, and waits for prompts in the usual way.
29463
29464 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29465
29466 * gdb.base/recurse.exp: Fix comment.
29467
29468 * TODO: Remove item about printing variables in nodebug.exp. Add
29469 item about enabling tests which are only run on some targets.
29470
29471 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
29472 fail, make test names unique, use new gdb_test convention
29473 regarding pattern, use gdb_test more, etc.).
29474
29475 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
29476 fail, make test names unique, etc.).
29477
29478 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29479
29480 * gdb.base/nodebug.c: Change return type of top and middle to
29481 short.
29482 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
29483 are fixed by the recent mdebugread.c changes. Allow `short ()'
29484 as type for top and middle.
29485
29486 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29487
29488 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
29489 nearly as I can tell, the whole thing was an accident in Stu's
29490 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
29491 to replace a send/expect pair with gdb_test, but ended up only
29492 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
29493 of 30 Mar 1995 took care of it, but left this vestigial comment
29494 which I am now nuking.
29495
29496 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29497
29498 * gdb.base/break.exp: Look for different line number for
29499 breakpoint at main depending on usestubs.
29500
29501 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29502
29503 * gdb.base/list.exp: Adjust some alternate expect patterns to
29504 match recent list0.c change. Add alternate expect pattern for
29505 output from `list default lines around main' for optimizing
29506 compilers.
29507
29508 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29509
29510 * lib/gdb.exp: If nosignals is not set, set it to 0.
29511
29512 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
29513
29514 * config/slite-gdb.exp: Responds to load symbol table prompt.
29515 * gdb.base/break.exp: Adjust line number, fix rerun.
29516 * gdb.base/langs0.c: Add #ifdef usestubs.
29517
29518 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
29519
29520 * gdb.base/list.exp: Adjust line contents after adding new lines in
29521 list0.c. Also fix a syntax error.
29522
29523 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
29524 * gdb.base/break.exp: ditto.
29525 * gdb.base/list.exp: ditto.
29526 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
29527 * gdb.base/run.c: ditto.
29528 * gdb.base/list0.c: ditto.
29529 * gdb.base/funcargs.c: ditto.
29530
29531 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
29532
29533 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
29534 $targetname, $serialport and $baud instead of hardwired variables.
29535 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
29536 target doesn't support signals.
29537
29538 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
29539
29540 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
29541
29542 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29543
29544 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
29545 Don't rely on the value of an auto variable before it has been
29546 initialized. Use gdb_test more.
29547
29548 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29549
29550 * lib/gdb.exp (default_gdb_version): A version number must start
29551 with a digit, but other than that contains all characters up to
29552 the first whitespace character.
29553
29554 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29555
29556 * gdb.base/commands.exp (breakpoint_command_test): New tests.
29557
29558 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29559
29560 * gdb.c++/*.exp: Warn if executable does not exist. The original
29561 reason for skipping the warning was that configure.in sometimes
29562 intentionally skipped building the executables but the tcl code
29563 had no way of knowing. That (a) was always bogus with respect to
29564 error handling, (b) is no longer true (right now there is no way
29565 to skip C++ tests).
29566
29567 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
29568
29569 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29570
29571 * gdb.base/list.exp: Add expect patterns for output from
29572 SunPRO compiled executables.
29573 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
29574 types.
29575
29576 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29577
29578 * gdb.base/break.exp (test_next_with_recursion): Accept any line
29579 number (we are already testing that the correct source line text
29580 gets printed).
29581
29582 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
29583 that is what is intended, but something needed to be done to get
29584 sunos4 native working again.
29585
29586 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
29587
29588 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
29589 apparently went with a (very) old xfail.
29590
29591 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
29592
29593 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
29594 runto_main is a proc in gdb.exp that will do 'step' for target use
29595 stubs.
29596 * gdb.base/exprs.exp: ditto.
29597 * gdb.base/interrupt.exp: ditto.
29598 * gdb.base/opaque.exp: ditto.
29599 * gdb.base/printcmds.exp: ditto.
29600 * gdb.base/ptype.exp: ditto.
29601 * gdb.base/scope.exp: ditto.
29602 * gdb.base/setvar.exp: ditto.
29603 * gdb.base/signals.exp: ditto.
29604 * gdb.base/twice.exp: ditto.
29605 * gdb.c++/classes.exp: ditto.
29606 * gdb.c++/inherit.exp: ditto.
29607 * gdb.c++/templates.exp: ditto.
29608 * gdb.base/break.exp: no run and hit main for stubs. Change line
29609 numbers for breakpoints and info breakpoint.
29610 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
29611 breakpoint().
29612 * gdb.base/callfuncs.c: ditto.
29613 * gdb.base/exprs: ditto.
29614 * gdb.base/interrupt.c: ditto.
29615 * gdb.base/opaque0.c: ditto.
29616 * gdb.base/printcmds.c: ditto.
29617 * gdb.base/ptype.c: ditto.
29618 * gdb.base/scope0.c: ditto.
29619 * gdb.base/setvar.c: ditto.
29620 * gdb.base/signals.c: ditto.
29621 * gdb.base/twice.c: ditto.
29622 * gdb.c++/misc.cc: ditto.
29623 * gdb.c++/templates.cc: ditto.
29624
29625 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29626
29627 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
29628
29629 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
29630 somewhere between `read' and `main.c'. I'm pretty sure the
29631 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
29632 and it isn't particularly useful.
29633
29634 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
29635
29636 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29637
29638 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
29639
29640 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
29641
29642 * config/mt-slite: add LIBS and -nostdlib.
29643 * config/slite-gdb.exp: add this new file to support sparclite target.
29644
29645 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
29646
29647 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
29648
29649 * gdb.base/a2-run.exp: Change argument to istarget from
29650 "*-*-vxworks" to "*-*-vxworks*".
29651 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
29652
29653 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
29654
29655 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
29656 will not runto main but do a 'step' to step out of breakpoint().
29657 * config/mt-slite: add -Dusestubs.
29658
29659 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29660
29661 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
29662 instead of just @.
29663
29664 * gdb.base/signals.exp: Add test for "handle all print".
29665 * TODO: Remove "handle all print". Also remove item about
29666 checking copyright date (I don't like the idea of a spurious FAIL
29667 based on when we run the tests).
29668
29669 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
29670 for SunOS4 (reason for failure not investigated). Remove
29671 redundant test for $binfile.
29672
29673 * gdb.base/nodebug.c (array_index): Call malloc.
29674
29675 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
29676
29677 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
29678
29679 * gdb.base/recurse.exp: Update gdb_test invocation to use new
29680 conventions and slightly simplify the matching regexp.
29681
29682 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29683
29684 * gdb.base/break.exp: Update gdb_test invocation to use new
29685 convention.
29686
29687 * lib/gdb.exp: If noargs is not set, set it to 0.
29688
29689 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
29690 tests unique.
29691
29692 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
29693
29694 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29695
29696 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
29697 one argument of type "<non-float parameter>".
29698
29699 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
29700
29701 * config/rom68k.exp: New file to support Motorola IDP board.
29702 * gdb.base/a2-run.exp: Skip this file if noargs is set.
29703 * gdb.base/break.c: Change things around so that this program
29704 doesn't depend upon args. This is necessary to make remote
29705 targets work (in general, they can't take args).
29706 * gdb.base/break.exp: Don't try to send args to program. Don't
29707 expect output. Also, replace lots of code with gdb_test.
29708
29709 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29710
29711 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
29712 printing of '\'' (which is what the comment says we are testing,
29713 even though we were not), not '''.
29714 (test_integer_literals_rejected): Test that printing ''' is an error.
29715
29716 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
29717 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
29718 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
29719 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
29720 Use gdb_test not test_print_accept.
29721 * lib/gdb.exp: Remove test_print_accept.
29722
29723 * gdb.base/signals.exp (signal_tests_1): Make pass message
29724 consistent with fail message.
29725
29726 * gdb.base/whatis.exp: Remove xfails for printing char vs.
29727 unsigned char; the bug (PR 1821) is fixed.
29728
29729 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
29730
29731 * gdb.base/scope.exp (test_at_localscopes): Call pass for
29732 successful tests--makes xfailing them work right.
29733
29734 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29735
29736 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
29737 only \r\n, not .*. The test can pass .* as the last thing in
29738 $pattern if that is what it wants. In addition to providing this
29739 flexibility, this change should speed up pattern matching in cases
29740 where the pattern already ended with .* (there were a number of
29741 them). This change also helps catch bad patterns--in the old
29742 scheme the typo "char \*" instead of "char \\*" would pass. Now
29743 it is caught.
29744 * Many .exp files: Update callers.
29745
29746 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
29747 clearer and does not spuriously match multiple ('s. Likewise for
29748 ) and *.
29749
29750 * gdb.base/nodebug.exp: Test ability to call a function and pass
29751 it a string (even with no debugging info).
29752
29753 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
29754 "p '\'", which is the same as "p ''" once tcl gets done with
29755 quoting, to "p '\\'", which I suspect is what is intended (one
29756 backslash gets sent to GDB).
29757
29758 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
29759
29760 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29761
29762 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
29763 1817) was fixed literally years ago.
29764
29765 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29766
29767 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
29768 test, it causes stepping out of call_after_alloca_subr with
29769 optimizing compilers.
29770 (localvars_in_indirect_call): Consume GDB prompt if `finish'
29771 fails.
29772
29773 * gdb.c++/templates.exp: Source templ-info.exp only if
29774 the templates executable exists.
29775
29776 * gdb.c++/misc.cc (class Contains_static_instance,
29777 class Contains_nested_static_instance),
29778 gdb.c++/classes.exp (test_static_members): Test printing of
29779 a class that contains a static instance of the class.
29780
29781 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29782
29783 * gdb.base/langs2.c (cppsub_): Don't prototype.
29784 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
29785 only, I believe).
29786
29787 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29788
29789 * lib/gdb.exp (skip_chill_tests): New procedure.
29790
29791 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
29792
29793 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
29794
29795 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
29796 each expect pattern. Cuts runtime from 12 to about 4 seconds.
29797
29798 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29799
29800 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
29801
29802 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
29803 disassemble 8, not 16, instructions for part 4.
29804
29805 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
29806 support the latter anymore.
29807
29808 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
29809 -DNO_PROTOTYPES.
29810 * gdb.base/callfuncs.c: Control use of prototypes based on
29811 NO_PROTOTYPES, not __STDC__.
29812 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
29813 t_float_values2 tests if prototypes in use.
29814
29815 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
29816 t_double_values): When checking differences against DELTA, check
29817 that difference is within the range (-DELTA,DELTA), not just
29818 (-infinity,DELTA).
29819
29820 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
29821
29822 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
29823 'file' command firts, then 'target', then 'load', this is due to gdb
29824 target set up.
29825 * config/mips-gdb.exp: Fix a couple regular exp bugs.
29826
29827 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
29828
29829 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
29830 FP load/store variants.
29831 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
29832
29833 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
29834
29835 * gdb.base/term.exp: Do not give a warning if not native, it is
29836 not an abnormal condition.
29837
29838 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
29839
29840 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
29841 t_char_array".
29842
29843 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
29844
29845 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
29846 are getting the version number.
29847
29848 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
29849 if not native, it is not an abnormal condition.
29850
29851 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29852
29853 * lib/gdb.exp: Just use "file exists", rather than undocumented
29854 dejagnu procedure "findfile".
29855
29856 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
29857
29858 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
29859 (LDFLAGS): Set to -Xlinker -Ur.
29860
29861 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
29862 Removed, these values are set by lib/gdb.exp.
29863
29864 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
29865
29866 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
29867
29868 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
29869 of replicating gdb startup code.
29870
29871 * config/mt-vxworks (LDFLAGS): Set to -r.
29872 (CFLAGS_FOR_TARGET): Removed.
29873
29874 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
29875 (gdb) and gdb for vxworks uses (vxgdb).
29876
29877 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
29878 executable is not in the tree and host != target, use sed and
29879 program_transform_name to determine the gdb name used by the
29880 target.
29881
29882 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
29883 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
29884
29885 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29886
29887 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
29888 floats, chars, and shorts where there are ANSI-style function
29889 definitions.
29890
29891 * gdb.base/langs.exp, gdb.base/langs*: New test.
29892 * gdb.base/Makefile.in: Build it.
29893 * TODO: Remove item about checking that C names don't get C++
29894 demangling applied; this test tests it.
29895
29896 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29897
29898 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
29899 went with the const70 xfail. The xfail went away a year ago.
29900
29901 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
29902
29903 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
29904 for hp300.
29905
29906 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
29907
29908 * gdb.base/a1-selftest.exp: Don't run on hp300.
29909
29910 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29911
29912 * Makefile.in (site.exp): Set host_alias and target_alias as well
29913 as host_triplet and target_triplet.
29914
29915 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29916
29917 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
29918
29919 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
29920 places as other ecoff systems).
29921
29922 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
29923 ultrix.
29924
29925 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29926
29927 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
29928 remove them.
29929 * gdb.base/nodebug.exp: Accept "function" in addition to "text
29930 variable and "variable" in addition to "data variable".
29931 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
29932
29933 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
29934 2.
29935 * gdb.base/list1.c (long_line): Add additional statement at start
29936 of function.
29937 * gdb.base/list.exp (test_forward_search): Update line number to
29938 reflect new statement.
29939
29940 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29941
29942 * gdb.base/signals.exp: Reinitialize searched source directories
29943 after gdb_start call.
29944
29945 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
29946
29947 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
29948 * gdb.stabs/Makefile.in: Likewise.
29949
29950 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
29951 change. Instead split the tests into smaller pieces.
29952 * gdb.disasm/hppa.s: Corresponding changes.
29953
29954 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29955
29956 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
29957 Quote ^C when passing it to stty. For some shells ^ is a pipe.
29958
29959 * gdb.base/funcargs.exp: Modify many tests so that every test
29960 either passes or fails. Make some test names unique.
29961
29962 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29963
29964 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
29965 Call stty to set interrupt character.
29966
29967 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
29968 for HP assembler versus GNU assembler based on actual behavior of
29969 $(CC), rather than assuming that $(AS) is always the GNU assembler.
29970
29971 * TODO: Suggest a few more stepping tests.
29972
29973 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
29974
29975 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
29976 restart GDB for h8300 after a continue.
29977 (return): Add pattern to match a29k-udi behavior.
29978 * gdb.base/nodebug.exp: Remove obsolete comment.
29979 * gdb.base/regs.exp: New file, testing of register displays.
29980 * gdb.base/return.exp: Fix typo in reference to $objdir.
29981 * gdb.base/whatis.exp: Always start with a fresh GDB.
29982
29983 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29984
29985 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
29986 higher, these tests generate a lot of output.
29987
29988 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29989
29990 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
29991 code following the catch silently ignored some errors; without the
29992 catch they should be thrown like any other tcl error. Also, the
29993 catch used "" instead of {} which meant all the callers who wanted
29994 to include one of the characters "[]$ had to quote it an extra time.
29995 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
29996 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
29997 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
29998 Remove extra quoting.
29999
30000 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
30001
30002 * gdb.base/commands.exp: Make test names unique; every test either
30003 passes or fails. Update some comments.
30004
30005 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
30006
30007 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30008
30009 The following fixes a FAIL caused by the fact that the alpha stabs
30010 configuration didn't use the ".if alpha" code in weird.def.
30011 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
30012 bit pointer, so the 32 bit version works even on the alpha.
30013 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
30014 Remove the stuff which allowed us to have separate versions for
30015 alpha and everything else.
30016
30017 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
30018 regexp which "info func operator\[\](" is supposed to match. Fix
30019 string to send to GDB. Note that GDB still doesn't work right. Add a
30020 new test for "info func .perator\[\](" which GDB does handle correctly.
30021
30022 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
30023
30024 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30025
30026 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
30027 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
30028 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
30029 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
30030 it makes the tests harder to understand and confuses test-o-matic.
30031 The preferred style is that each test provides a PASS or a FAIL,
30032 and has a unique message (e.g. "continue #54" not just "continue")
30033 which is the same for the pass and the fail.
30034 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30035 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
30036 to lib/gdb.exp.
30037 * gdb.base/printcmds.exp: Use test_print_accept. Remove
30038 prt_accept which was basically the same thing. Likewise for
30039 test_print_reject and prt_reject.
30040 * lib/gdb.exp (test_print_reject): Add some more error message
30041 patterns to match from the former printcmds.exp (prt_reject).
30042 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
30043 One defect of the passcount stuff is that some of it failed to
30044 report XPASS where appropriate.
30045 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
30046 stuff before and after arg in expected pattern.
30047 (test_paddr_operator_functions): Re-do test without print_addr_of;
30048 this is the only test which seems to want extra stuff there.
30049
30050 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30051
30052 * gdb.base/nodebug.exp: Update new tests to reflect improved
30053 wording of gdb output.
30054
30055 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
30056 and "ptype" work on variables in files compiled without -g.
30057 Replaces commented out "maint print msymbol" tests.
30058
30059 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30060
30061 * gdb.base/setvar.c (dummy): Call malloc.
30062
30063 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
30064 losing with the irix4 sed.
30065
30066 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
30067 ALRM" on irix4.
30068
30069 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30070
30071 * TODO: Remove items about corefile.exp testing new exec-file and
30072 backtrace; both are now done. Add items about printing enums.
30073
30074 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30075
30076 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
30077 "get signal $thissig" test fails.
30078
30079 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
30080
30081 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30082
30083 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
30084 compiler warning with dec alpha compiler.
30085
30086 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
30087 extra \n from gdb_test call (this explains why the prompt test
30088 that I removed yesterday was there).
30089 (user_defined_command_test): Remove extra \n and prompt test.
30090
30091 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
30092 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
30093 doesn't exist.
30094 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
30095 Also remove alpha workaround, which turns out to be because
30096 SIGABRT == SIGLOST.
30097
30098 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
30099
30100 * gdb.base/help.exp: Don't test "help show".
30101
30102 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30103
30104 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
30105 "set print address" is on.
30106 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
30107 pass prompt to gdb_test; gdb_test already looks for the prompt.
30108
30109 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
30110
30111 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
30112 was a vestige of the manual TESTSTRATEGY, and the purpose of it
30113 was to make sure that gdb can read a core file. But (a) the "read
30114 the corefile" part didn't make it to a1-selftest.exp, we just
30115 delete the corefile after creating it, and (b) we test reading
30116 corefiles in corefile.exp anyway. Also, this test left around a
30117 xgdb process on Solaris.
30118
30119 * gdb.base/corefile.exp: Also test backtrace.
30120
30121 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
30122
30123 * gdb.base/commands.exp: Test a simple user defined command with
30124 arguments and if/while statements; verify the full user command is
30125 printed by "show user".
30126
30127 * gdb.base/commands.exp: Test if/while commands as part of a
30128 breakpoint command list; verify they appear in breakpoint
30129 information.
30130
30131 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30132
30133 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
30134 than by dividing by zero.
30135
30136 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
30137
30138 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
30139 performing an inferior call with watchpoints enabled.
30140 * gdb.base/watchpoint.c (main): Delete second unnecessary read
30141 call.
30142
30143 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30144
30145 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
30146 of "file" command.
30147
30148 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
30149 Add additional pattern for when "int operator int(void);" appears
30150 in a different order.
30151
30152 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30153
30154 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
30155
30156 * gdb.base/help.exp: Replace most of docstrings for "info signals"
30157 and "signal" with ".*".
30158
30159 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30160
30161 * TODO: Add note about "handle all nostop".
30162
30163 * gdb.base/{sigall.c, sigall.exp}: New test.
30164 * gdb.base/Makefile.in: Add it.
30165
30166 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
30167
30168 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
30169 when invoking GDB, suppresses any windowing interface.
30170
30171 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
30172
30173 * config/sim-gdb: New file, simulator testing support.
30174
30175 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
30176
30177 * gdb.base/interrupt.exp: Test calling func1 twice.
30178
30179 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
30180
30181 * gdb.base/list.exp (test_forward_search): Set timeout higher
30182 when we'll be getting lots of output from gdb.
30183
30184 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
30185 "init_malloc" to after the expect statement. Run it if that
30186 regexp is taken, but also for two others which happen if source
30187 cannot be found.
30188
30189 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30190
30191 * gdb.base/printcmds.exp: New test, for printing register before
30192 program is running.
30193
30194 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30195
30196 * gdb.base/list.exp: Correct some alternate expect patterns
30197 to reflect changes in list1.c.
30198
30199 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30200
30201 * TODO: Add item regarding large frames.
30202
30203 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
30204
30205 * TODO: Remove item about enabling return.exp; it
30206 is enabled. Suggest a few more "return" tests.
30207
30208 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30209
30210 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
30211 anonymous unions.
30212
30213 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30214
30215 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
30216 and pr-5646.o, so "make" is the same as "make all", not "make
30217 pr-4975.o".
30218
30219 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
30220
30221 * gdb.base/list.exp: Adjust expectations to reflect changes in
30222 list1.c.
30223 (test_forward_search): New test proc.
30224 * gdb.base/list1.c (long_line): New function, has long source line.
30225
30226 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
30227
30228 * gdb.base/a1-selftest.exp: Change initial stepping to know about
30229 additional line of code that was added.
30230
30231 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
30232
30233 * gdb.disasm/hppa.s: Break the large branching tests into smaller
30234 tests so as not to overflow expect's input buffers.
30235 * gdb.disasm/hppa.exp: Corresponding changes.
30236
30237 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30238
30239 Beginnings of template debugging tests.
30240 * gdb.c++/templ-info.cc: New file to test for template
30241 debugging capability of the compiler.
30242 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
30243 templ-info.cc.
30244 * gdb.c++/templates.cc: Add explicit template instantiations
30245 to enable compiling with -fno-implicit-templates. Add destructor
30246 and 'value' method to T5 class for template tests.
30247 * gdb.c++/templates.exp: Add testcases for printing of template
30248 types, setting breakpoints on template methods and calling a
30249 template method.
30250
30251 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
30252
30253 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
30254 branch target since some assemblers (gas-2.5) may emit a
30255 relocation for the branch instead of resolving it in the
30256 assembler.
30257
30258 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30259
30260 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
30261 through signal handler.
30262
30263 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30264
30265 * configure.in (*-*-netware): Use config/mt-netware.
30266
30267 * config/mt-netware: New file.
30268 * config/mt-i386-netware: Removed, separate configs for different
30269 netware architectures are no longer needed now that we have
30270 --with-headers.
30271
30272 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30273
30274 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
30275 by the recent changes to use ANSI C arithmetic conversions.
30276
30277 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30278
30279 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
30280 bug involving using inferior_pid to figure out whether to select a
30281 frame.
30282
30283 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
30284
30285 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
30286 match the current disassembler output.
30287
30288 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
30289
30290 * gdb.fortran/exprs.exp: Expect VOID instead of void.
30291 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
30292 types, expect "int" as type of integer values (for now).
30293
30294 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
30295
30296 * gdb.base/commands.exp: New tests for if/while commands.
30297
30298 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
30299
30300 * lib/gdb.exp (runto): Replace sub-pattern for hex value
30301 by .*, since hex values have different syntax in Chill mode.
30302
30303 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30304
30305 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
30306 linefeed from expect pattern for repeated types with indices > 9.
30307
30308 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
30309
30310 First part of Fortran test suite.
30311 * gdb.fortran: New directory.
30312 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
30313
30314 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30315
30316 * gdb.base/default.exp: Update expect pattern for load command
30317 without arguments.
30318
30319 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
30320
30321 * configure.in: Change i386 to i[345]86.
30322 * gdb.base/configure.in: Likewise.
30323 * gdb.c++/configure.in: Likewise.
30324 * gdb.chill/configure.in: Likewise.
30325
30326 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
30327
30328 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
30329 patterns, since that is not a valid context for comments.
30330
30331 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
30332
30333 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
30334 repeated types and repeated types with indices > 9.
30335
30336 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
30337
30338 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
30339 2417; old bug has been fixed.
30340
30341 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
30342
30343 * gdb.base/interrupt.exp: When trying to wake up the inferior,
30344 send the newline ourselves instead of assuming gdb_test will do
30345 so when passed an empty input string.
30346
30347 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
30348 stabs testcode.
30349
30350 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30351
30352 * lib/gdb.exp (gdb_test): Don't send anything if the first
30353 argument is an empty string. This makes cases where we want to
30354 match output that is already in expect's buffers (for example,
30355 matching a breakpoint after gdb_run_cmd has been called) work
30356 reliably.
30357
30358 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30359
30360 * config/netware.exp: New file.
30361
30362 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30363
30364 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
30365 the -B and -L prefixes so we can find the debugging stub.
30366
30367 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
30368 there and we are using the gcc from the tree.
30369
30370 * gdb.base/types.c: Removed.
30371
30372 * gdb.base/configure.in: Look for makefile fragments in ../config.
30373 Recognize i386-*-netware.
30374 * gdb.c++/configure.in: Likewise.
30375
30376 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30377
30378 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
30379 the correct TCL syntax.
30380
30381 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30382
30383 * gdb.base/opaque.exp: use runto instead of messing around with
30384 breakpoints. Simplify by using gdb_test.
30385
30386 * gdb.base/bitfields.exp: restart between tests on netware targets
30387 because breakpoints aren't relocated after target death. Run
30388 processes to completion.
30389
30390 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
30391
30392 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
30393
30394 * Makefile.in: Remove extra tabs that confuse some versions
30395 of "make". Use the newly built gdb to test with by default,
30396 rather than the first one in the tester's search path.
30397
30398 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
30399
30400 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
30401
30402 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
30403 condition help.
30404
30405 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30406
30407 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
30408
30409 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
30410 running.
30411 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
30412 * gdb.base/funcargs.exp: Likewise.
30413
30414 * gdb.base/bitfields.exp: Simplify by using gdb_test.
30415 * gdb.base/funcargs.exp: Likewise.
30416
30417 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
30418 message is "".
30419
30420 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30421
30422 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
30423 return,signals,twice}.exp: Handle non-existant binaries
30424 consistantly.
30425
30426 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
30427 * gdb.base/Makefile.in: Don't try to generate a core dump, we
30428 might testing a cross development system.
30429
30430 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30431
30432 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
30433 runtest script is relative to ${srcdir}, not ${rootdir}.
30434
30435 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
30436
30437 * gdb.base/signals.exp: Allow for optionality of breakpoint
30438 address.
30439
30440 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30441
30442 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
30443
30444 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30445
30446 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
30447 for size_t definition.
30448 * gdb.c++/templates.cc: Likewise
30449
30450 * config/mt-i386-netware: New file.
30451
30452 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
30453 defined.
30454
30455 * gdb.base/Makefile.in: Added support for systems that name core
30456 files by appending "core" to the program name.
30457 * gdb.base/a1-selftest.exp: Likewise.
30458
30459 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30460
30461 * gdb.base/return.exp: Add comment and message for `return double'
30462 test failure on Sparc Solaris.
30463
30464 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
30465
30466 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
30467
30468 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30469
30470 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
30471 from optimizing them away.
30472 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
30473 patterns to include default constructors and assignment operators,
30474 to match gcc versions beyond 2.5.8. Accept any cplus demangling
30475 character in the output of the virtual base pointer.
30476
30477 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30478
30479 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
30480 expression match in print_addr_of to avoid unintented matches.
30481 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
30482 versions up to 2.5.8.
30483
30484 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30485
30486 * gdb.base/list.exp: Tweak alternate pattern for listing of an
30487 included file to run under newer versions of expect.
30488 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
30489 consecutive >'s in templates to accomodate recent cplus-dem.c change.
30490 Remove xfail for the virtual table of BDDHookV.
30491
30492 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
30493
30494 * lib/gdb.exp (string_to_regexp): Set a default result.
30495 (default_gdb_start): Fix misleading message.
30496
30497 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
30498
30499 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
30500 Remove all CC, etc definitions.
30501 * config/mt-hpux: New file.
30502 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
30503 (CFLAGS, LDFLAGS): Define.
30504 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
30505
30506 * Makefile.in (site.exp): Don't insert host_os, etc.
30507 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
30508 (distclean): Check existence of subdir.
30509 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
30510 * gdb.base/Makefile.in: General cleanup and simplification.
30511 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30512 to build executables. Use default rule to build .o files.
30513 (EXPECT, RUNTEST, CC): Fix relative pathname.
30514 (site.exp): Don't insert host_os, etc.
30515 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
30516 and/or SIGUSR1 defined.
30517 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
30518 * gdb.c++/Makefile.in: General cleanup and simplification.
30519 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30520 (CFLAGS): Remove.
30521 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
30522
30523 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
30524
30525 * gdb.base/recurse.exp: Misc changes to get tests running again
30526 after Kung's changes to the watchpoint code.
30527 * gdb.base/watchpoint.exp: Likewise.
30528
30529 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
30530
30531 * lib/gdb.exp (string_to_regexp): Convert {\} also.
30532
30533 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
30534
30535 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
30536 * lib/gdb.exp (default_gdb_start): Define.
30537 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
30538 gdb.base/funcargs.exp, gdb.base/opaque.exp,
30539 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
30540 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
30541 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
30542 Don't call gdb_target_udi in between tests.
30543
30544 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30545
30546 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
30547 (which was basically just a local version of the same thing). In
30548 addition to avoiding duplication, gdb_test_exact is faster.
30549 * lib/gdb.exp (gdb_test_exact): Fix typo.
30550
30551 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
30552 don't give an error.
30553
30554 * gdb.base/term.exp: Call delete_breakpoints before starting.
30555
30556 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
30557 (t10): Add comment.
30558
30559 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30560
30561 Reorganization of the GDB Test Suite.
30562
30563 * gdb.base: New directory, contains all the basic tests.
30564 * gdb.c++: New directory, tests specific to C++.
30565 * gdb.chill: New directory, tests specific to Chill.
30566 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
30567 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
30568 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
30569 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
30570 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
30571 t30-31 to chill).
30572 * */gdbme.*: Rename to match appropriate expect scripts.
30573 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
30574 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
30575 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
30576 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
30577 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
30578 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
30579 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
30580 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
30581 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
30582 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
30583 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
30584 gdb.c++/virtfunc.cc: New names of C++ files.
30585 * gdb.chill/chillvars.ch: New name of Chill file.
30586 * gdb.base/configure.in, gdb.c++/configure.in,
30587 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
30588 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
30589 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
30590 * configure.in (configdirs): Update to reflect directory changes.
30591 (target_abbrev): No longer define for any configuration.
30592 * Makefile.in: Cosmetic improvements to header comments.
30593
30594 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
30595
30596 Various changes to gdb.t31:
30597
30598 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
30599 * gdbme.ch: Make all key-words and predefineds be upper-case.
30600 * chillvars.exp: Expect key-words and predefinds in upper-case.
30601
30602 * chillvars.exp: Use gdb_test_exact many places.
30603 Change expected output for arrays (which now includes index labels).
30604
30605 * pr-5020.exp, gdme.ch (module PR_5020):
30606 New test, for PR-5020.
30607
30608 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
30609
30610 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
30611 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
30612
30613 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
30614
30615 * Makefile.in: Fix bit-rot in definitions of CHILL,
30616 CHILL_FOR_TARGET and Chill_LIB.
30617 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
30618 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
30619 CHILL, and CHILL_LIB.
30620
30621 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
30622
30623 * Revert the previous changes. Please see Rob's directory
30624 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
30625
30626 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
30627
30628 * Makefile.in, configure.in, config/mips-gdb.exp,
30629 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
30630 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
30631 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
30632 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
30633 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
30634 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
30635 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
30636 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
30637 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
30638 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
30639 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
30640 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
30641 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
30642 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
30643 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
30644 changes from 94Q1.
30645
30646 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
30647
30648 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
30649 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
30650 Rob's new testing fragments.
30651
30652 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
30653
30654 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
30655 lib/gdb.exp: Replace error proc calls with perror.
30656
30657 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30658
30659 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
30660 version also, match on casted version strings, and match on
30661 gdb startup case where the line numbers might be messed up.
30662
30663 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
30664
30665 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
30666 (CFLAGS): Delete it from here.
30667
30668 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
30669
30670 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
30671
30672 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
30673
30674 * Makefile.in (RUNTEST): Default to just "runtest".
30675
30676 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30677
30678 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
30679 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
30680 the code has been restructured.
30681
30682 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30683
30684 * gdb.t00/default.exp (set write): Allow any number of \r and/or
30685 \n, not just one of each.
30686
30687 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
30688 /bin/cc gives a warning if you do.
30689
30690 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
30691
30692 * gdb.t24/demangle.exp: change expect pattern of
30693 __t10ListS_link1ZUiRCUiPT0
30694
30695 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30696
30697 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
30698 on local variables in recursive functions.
30699
30700 * gdb.t07/Makefile.in: Build the new test.
30701
30702 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30703
30704 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
30705 directly. Instead compare the return values from actual calls.
30706
30707 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
30708
30709 * Makefile.in (check): Set TCL_LIBRARY for runtest.
30710
30711 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30712
30713 * From Peter Schauer with minor modifications.
30714 * gdb.t15/return.exp (return_tests): Handle targets where "return"
30715 stops in mid-line in the caller. Add xfail for returning a float
30716 value on X86 targets.
30717
30718 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30719
30720 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
30721 to avoid expect lossage.
30722 (fmem_LRbug_tests): Likewise.
30723 * gdb.disasm/hppa.s: Corresponding changes.
30724
30725 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
30726 conditions to work with latest dejagnu/expect.
30727
30728 * gdb.t15/funcargs.exp (finish from indirect call): No longer
30729 expected to fail on the PA.
30730 (backtrace in call with trampolines): Explicitly require main
30731 to be frame #1 (no trampolines should show up in backtrace).
30732
30733 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
30734 "continue -expect".
30735 * gdb.t06/break.exp: Likewise.
30736 * gdb.t07/watchpoint.exp: Likewise.
30737 * gdb.t13/bitfields.exp: Likewise.
30738 * gdb.t15/{funcargs,return}.exp: Likewise.
30739 * gdb.stabs/weird.exp: Likewise.
30740 * config/{mips,udi}-gdb.exp: Likewise.
30741
30742 * hppa.sed: Enclose comments within a sed command to avoid
30743 losing with the old OSF1 sed.
30744
30745 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30746
30747 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
30748 sequent dynix.
30749 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
30750 * gdb.t15/funcargs.exp: Conditionally step again to really
30751 finish from marker_call_with_trampolines. Handle the case where
30752 the first step from within call_with_trampolines already steps
30753 us back to main.
30754 * gdb.t15/gdbme.c: Add comment to closing brace of
30755 call_with_trampolines for funcargs.exp.
30756
30757 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30758
30759 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30760 Fix typo(s).
30761
30762 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30763
30764 * gdb.t07/gdbme.c: More code for watchpoint testing.
30765
30766 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
30767 "Hardware watchpoint" throughout file.
30768 (test_watchpoint_triggered_in_syscall): New test.
30769 (test_complex_watchpoint): New test.
30770
30771 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30772
30773 * gdbme.c (call_with_trampolines): New function to try and step
30774 into. Tests trampoline problems on the PA.
30775
30776 * funcargs.exp (localvars_in_indirect_call): No longer expect
30777 stepping into indirect call to fail on PAs.
30778 (test_stepping_over_trampolines): New test.
30779
30780 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30781
30782 * TODO: Add suggestions for static member function tests, and
30783 completion tests.
30784
30785 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30786
30787 * TODO: Add suggestions for "p/a" tests.
30788
30789 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
30790 (default_gdb_exit): Replace all the hair with sending "quit" to
30791 the process with a simple close.
30792
30793 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30794
30795 * TODO: Add suggestions for shared library tests.
30796
30797 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30798
30799 * TODO: Add suggestions for x/s tests.
30800
30801 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30802
30803 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
30804 "enable once", and "enable breakpoints once" with ".*".
30805
30806 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30807
30808 * TODO: Add suggestions about structure passing tests.
30809
30810 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30811
30812 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
30813 the primary1 test, use work around if __GNUC__ < 2.
30814 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
30815 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
30816 Test for bad output rather than waiting for timeout. Issue
30817 second continue only if first continue failed.
30818
30819 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30820
30821 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
30822 operator[] test with gdb_test because the old code didn't seem to
30823 be getting the quoting right with the new dejagnu.
30824
30825 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
30826
30827 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
30828 one from the path.
30829 * Makefile.in: Use a fresh expect if there is one, use runtest
30830 from the src tree if there is one.
30831
30832 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30833
30834 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
30835 next over recursive call. Revise the tests from that point on
30836 (which had been skipped) to match GDB's actual (correct) output.
30837
30838 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
30839 with next over a breakpoint whose condition is false.
30840
30841 * gdb.t00/help.exp: Comment out "help set print" tests just like
30842 (and for same reason as) "help set" test.
30843
30844 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30845
30846 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
30847 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
30848
30849 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30850
30851 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
30852 necessary gdb_target_udi.
30853
30854 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
30855
30856 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
30857 1838 and 2417; they are fixed.
30858
30859 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
30860 gdb.t03/ptype.exp (ptype structure, ptype union):
30861 Remove xfails; the test is looser than when the xfails were added.
30862
30863 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
30864 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
30865
30866 * gdb.t01/run.exp: Only run shell test if isnative.
30867
30868 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
30869 since "run" automatically loads if necessary. Call gdb_target_udi
30870 after the "file" since "file" kills any execution target.
30871
30872 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
30873 GDB. GDB doesn't work that way (not anymore at least) on UDI.
30874 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
30875 argument for UDI.
30876
30877 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30878
30879 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
30880
30881 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
30882
30883 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30884
30885 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
30886 properly quoting regexps. This makes the second argument to
30887 demangle a fixed string, which matches the callers, instead of a
30888 shell-style pattern which is what the previous implementation
30889 used. Update some of the callers.
30890
30891 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30892
30893 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
30894 (comib_nullified_tests): Fix typo.
30895 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
30896 strings. No longer expected to fail.
30897
30898 * gdb.disasm/hppa.s (addib_tests): Fix typo.
30899 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
30900 strings. No longer expected to fail.
30901
30902 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
30903 string. No longer expected to fail.
30904
30905 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30906
30907 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
30908 No longer expected to fail.
30909
30910 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
30911 string. No longer expected to fail.
30912
30913 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30914
30915 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
30916 only in the names (I probably got most of them). I was even
30917 generous with some which differed in underscores in names, and
30918 probably missed a few, and I *still* was able to remove almost a
30919 third of the file with almost no impact on testsuite coverage.
30920
30921 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30922
30923 * gdb.t00/default.exp: Match udi_attach error message as well as
30924 the one from child_attach.
30925
30926 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
30927
30928 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
30929
30930 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
30931 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
30932
30933 * Move test with enums and partial symbols back to
30934 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
30935 Reverts the change of 26 May 93. Per today's change to
30936 stabs.texinfo, the behavior that weird.exp was expecting was
30937 unreasonable; what is important is that the compiler+gdb get
30938 things right, which happens with a recent gcc. Also fix the test
30939 to deal with native compilers which put out the stab gdb can't
30940 deal with.
30941
30942 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30943
30944 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
30945 in the names. The main thing these accomplish is to slow things down.
30946 Many more such duplicates surely remain.
30947
30948 * gdb.t00/help.exp: Comment out "help support" test just like
30949 (and for same reason as) "help set" test.
30950
30951 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
30952
30953 * gdb.t06/break.exp: Remove setup_xfails for
30954 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
30955 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
30956 about known bug in gcc to include up through 2.5.8.
30957 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
30958 well as "_vb$".
30959 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
30960 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
30961 with latest gcc and gdb.
30962 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
30963 well as "_vb$".
30964
30965 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30966
30967 * configure.in (hppa*-*-*): Also configure and build stabs-only
30968 tests.
30969
30970 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30971
30972 * gdb.t10/hppa.mt: A makefile fragment for the PA.
30973 * gdb.t10/configure.in (hppa*-*-*): Use it.
30974
30975 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30976
30977 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
30978
30979 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30980
30981 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
30982 versions prior to 1.13.5.
30983
30984 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30985
30986 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
30987 the prompt is at the start of a line.
30988
30989 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30990
30991 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
30992 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
30993 in the copr tests now.
30994 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
30995 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
30996 expected to fail.
30997
30998 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
30999
31000 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
31001 gdb.t31/chillvars.exp, lib/gdb.exp:
31002 Tweak to run under either version of expect.
31003 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
31004 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
31005 * gdb.t11/list.exp: Remove extraneous whitespace.
31006
31007 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31008
31009 * gdb.t16/printcmds.exp (test_print_strings): Accept
31010 "(unsigned char *) " before the string.
31011
31012 * TODO: Add notes about printing of fancy types and GDB expressions.
31013
31014 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
31015
31016 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
31017 * gdb.t06/configure.in: Don't try to compile signals test program
31018 if doing mips-idt-ecoff.
31019
31020 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
31021
31022 * Most .exp files: Tweak to run under either version of expect.
31023
31024 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31025
31026 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
31027 xfails; I'm not sure why they are failing, but not because of PR 1806.
31028
31029 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
31030
31031 * config/unix-gdb.exp: Remove gdb_unload cause it's already
31032 defined in lib/gdb.exp.
31033
31034 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31035
31036 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
31037 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
31038 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
31039 have to be typeless.
31040
31041 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31042
31043 * TODO: Add suggestion for copyright year test.
31044
31045 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
31046
31047 * configure.in (*-*-lynxos*): Add stabs tests.
31048
31049 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31050
31051 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
31052 so insert a tab before any assembler directive in column zero.
31053
31054 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
31055 stores.
31056 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
31057 stores.
31058 (fpu_short_memory_tests): Likewise.
31059
31060 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31061
31062 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
31063 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
31064 .stabs directives in comments.
31065
31066 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31067
31068 * TODO: New file, describing tests we could write.
31069 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
31070
31071 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31072
31073 * gdb.t06/signals.exp: Add kludge to force re-sync.
31074
31075 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
31076 to xgdb instead of gdb, get out of gdb.
31077
31078 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
31079
31080 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
31081 for info.
31082
31083 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31084
31085 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
31086 * gdb.stabs/configure.in (hppa*-*-*): Use it.
31087 * gdb.stabs/hppa.sed: New sed script for the PA.
31088
31089 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31090
31091 * gdb.stabs: Re-write weird.def and configuration to use sed
31092 instead of cpp. sed is portable and POSIX; cpp is neither.
31093
31094 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31095
31096 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
31097
31098 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31099
31100 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
31101
31102 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31103
31104 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
31105 "_vb$".
31106 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
31107 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
31108
31109 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31110
31111 * lib/gdb.exp: Comment out code which depends on non-existent
31112 `transform' procedure.
31113
31114 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
31115
31116 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
31117 * lib/gdb.exp: Transform tool name.
31118 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
31119 1.1's new error handling system.
31120
31121 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31122
31123 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
31124
31125 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31126
31127 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
31128 They made pattern matching so slow that timeouts happened on
31129 heavily loaded systems. Now any output from "show print" which
31130 gets us back to the GDB prompt is a PASS.
31131
31132 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
31133
31134 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
31135
31136 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31137
31138 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
31139
31140 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
31141 It is not from PR 3220.
31142
31143 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31144
31145 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
31146 just started failing because they depended on the order the
31147 subcommands are presented, or exact docstring text. This kind of
31148 test is a pain and has minimal benefit.
31149
31150 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31151
31152 * gdb.t09/corefile.exp: At end of test, use "core" command with
31153 no arguments.
31154
31155 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
31156
31157 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
31158 17}/Makefile.in: Make it possible to run the testsuite with Sun
31159 make and CC = cross gcc by adding explicit build rules for .o
31160 files.
31161
31162 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31163
31164 * gdb.t15/funcargs.exp: Don't put comments on same line as
31165 setup_xfail (@#$*%& tcl braindamage!).
31166
31167 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31168
31169 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
31170
31171 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
31172
31173 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
31174 * gdb.t20/inherit.exp: remove three dumplicate entries.
31175
31176 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31177
31178 * gdb.t06/break.exp: For "next over recursive call", fail on any
31179 incorrect output, not just on "factorial (value=2)".
31180
31181 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31182
31183 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
31184 working now. Add an xfail if accesing a bss variable causes
31185 a memory error if the target is not yet run.
31186
31187 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31188
31189 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
31190 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
31191 name of __st* demangling (2 strings). Did Kung really get the
31192 more than 95 others right without testing them?
31193
31194 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
31195
31196 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
31197
31198 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
31199
31200 * configure.in (configdirs): Add gdb.disasm
31201 * gdb.disasm: New directory for GDB disassembler tests.
31202 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
31203
31204 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31205
31206 * gdb.t00/help.exp: Don't test "help set".
31207
31208 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
31209 from within expect statements. None of these happen anymore and
31210 they cause regressions to be silently unnoticed.
31211
31212 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
31213 messages) about known failures with gcc cygnus-2.4.5-930417.
31214
31215 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
31216 comp-info.exp so it gets built if it doesn't exist.
31217
31218 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
31219 it is no longer used.
31220 * gdb.t13/comp-info.c: Removed.
31221
31222 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31223
31224 * gdb.t06/signals.exp: Add xfail for sun3.
31225
31226 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31227
31228 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
31229 relevant because ^C doesn't get sent but failure can be reproduced
31230 interactively).
31231
31232 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31233
31234 * gdb.stabs/alpha.mt: New configuration file for alpha.
31235 * gdb.stabs/configure.in: Use it.
31236 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
31237 sharing with alpha.mt, redefine long to word via preprocessor.
31238 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
31239 for alpha.
31240 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
31241 native cc.
31242 * gdb.t00/teststrategy.exp: Change expect string so that we
31243 consume the `(xgdb)' from the command echo and from the gdb prompt.
31244 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
31245 gdb currently compares all values as long, so this failure probably
31246 applies to any configuration where LONGEST is bigger than a target int.
31247 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
31248 with gcc.
31249 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
31250 to handle opaque pointers, gcc is.
31251 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
31252 as first argument. Include <sys/types.h> and change all operator
31253 new definitions to use size_t.
31254 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
31255 now that we use size_t.
31256
31257 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31258
31259 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
31260 a long or float array cast all array members to the same type.
31261 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
31262 with 64 bit longs.
31263 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
31264 on alpha.
31265 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
31266
31267 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31268
31269 * gdb.t24 (demangle.exp): Constructors of templates have names like
31270 vector<int>::vector(int) not vector<int>::vector<int>(int). See
31271 section 14.6 of the ARM.
31272
31273 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
31274 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
31275 accomplish little and slow down the testsuite.
31276
31277 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
31278 Accept spaces various places.
31279
31280 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31281
31282 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
31283 with watchpoint enabled.
31284
31285 * Makefile.in: Remove definition of CC and remove the second
31286 definition of CXX (the "CXX = gcc" one remains). These definitions
31287 were causing backquotes to be expanded within backquotes, which
31288 doesn't work.
31289
31290 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
31291
31292 * gdb.t17/callfuncs.exp: Add "return 0" to end.
31293
31294 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31295
31296 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
31297 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
31298 by mips cc and contains no stabs entries.
31299
31300 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
31301
31302 * config/vx-gdb.exp: Use fake device to load files rather than
31303 NFS.
31304 * lib/gdb.exp: New proc to do "file" command.
31305 * config/unix-gdb.exp: Use new "file" proc.
31306
31307 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
31308
31309 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
31310 Rework board rebooting slightly.
31311 (gdb_exit): Don't exit from the remote shell; there isn't one.
31312 * gdb.stabs/weird.exp: If a program is being debugged already,
31313 kill it.
31314 * gdb.t04/setvar.exp: Stop and restart gdb.
31315 * gdb.t05/expr.exp: Likewise.
31316 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
31317 restart gdb and reload the program.
31318 * gdb.t08/opaque.exp: Likewise.
31319 * gdb.t12/scope.exp: Likewise.
31320 * gdb.t13/bitfields.exp: Likewise.
31321 * gdb.t15/funcargs.exp: Likewise.
31322 * gdb.t20/classes.exp: Likewise.
31323 * gdb.t03/ptype.exp: Increase timeout.
31324 * gdb.t16/printcmds.exp (test_print_string_constants,
31325 test_print_array_constants): Likewise.
31326 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
31327 * gdb.t20/classes.exp (do_tests): Likewise.
31328 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
31329
31330 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
31331
31332 * gdb.stabs: Renamed *wierd* to *weird*.
31333
31334 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31335
31336 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
31337 for timeout. Add "known gcc 2.4.5 bug" to failure message.
31338
31339 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31340
31341 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
31342 (do_tests): Remove xfail for whatis on one_var and two_var.
31343
31344 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
31345
31346 * Makefile.in: Made cross building work better by adding
31347 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
31348
31349 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31350
31351 * gdb.t15/{return.c,return.exp,Makefile.in}:
31352 New test, currently commented out.
31353
31354 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
31355
31356 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
31357 still running and removes the leftover named socket so GDb can do
31358 clean restarts.
31359
31360 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
31361
31362 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
31363 console, not GDB.
31364 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
31365 cross testing works better with "make check"
31366 * config/unix-gdb: Use default procedures for exit and version.
31367 * config/vx-gdb.exp: Cleaned up and massaged back to working order
31368 with the newest VxWorks.
31369
31370 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31371
31372 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
31373 old form.
31374
31375 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
31376 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
31377
31378 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
31379
31380 * config/unix-gdb.exp: Remove this version of gdb_exit
31381 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
31382 Rob says he'll look at it when he gets back to testing boards.
31383
31384 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
31385
31386 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
31387 an expected fail for certain ptype commands.
31388
31389 * gdb.t20/classes.exp: Update expected results of "ptype class
31390 Base1" to account for the constructor that now appears in the type.
31391
31392 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
31393
31394 * configure.in (configdirs): Restore gdb.t04, which mysteriously
31395 disappeared from list.
31396 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
31397 "alldone" proc with call to cleanup and exit.
31398 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
31399 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
31400 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
31401 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
31402 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
31403 "alldone" proc with simple returns that suppress remaining
31404 tests. The alldone proc went away many months ago.
31405
31406 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31407
31408 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
31409
31410 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
31411
31412 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31413
31414 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
31415 as vax gdb will display them.
31416
31417 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31418
31419 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
31420 optimizers.
31421
31422 * scope.exp: Change "bad value for localval" messages so each one
31423 is unique.
31424
31425 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
31426 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
31427
31428 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
31429
31430 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31431
31432 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
31433 doesn't exist (due to optimization).
31434
31435 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31436
31437 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
31438 contains \r because the filename is long.
31439
31440 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
31441 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
31442
31443 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31444
31445 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
31446 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
31447 Ultrix.
31448 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
31449 int tests.
31450 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
31451
31452 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
31453
31454 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
31455
31456 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
31457 to match does not match the passing case but still matches the
31458 failing case.
31459
31460 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31461
31462 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
31463
31464 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
31465
31466 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
31467 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
31468 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
31469 Remove various versions of gdb_exit.
31470 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
31471 gdb_exit.
31472 * config/unix-gdb.exp: gdb_exit remains here, and should override
31473 the generic version, since it's doing a lot of wierd stuff that
31474 the other versions aren't. FIXME, fold it in, or abandon this
31475 version.
31476
31477 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31478
31479 * gdb.t24/demangle.exp: Add tests for PR 3220.
31480
31481 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31482
31483 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
31484
31485 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
31486
31487 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
31488 "i386-*-*". Works for i486 as well.
31489
31490 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
31491 bug, and expand domain of xfail to all SVR4 systems, since the
31492 actual problem is likely to be in generic SVR4 /proc support.
31493
31494 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31495
31496 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
31497
31498 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
31499
31500 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
31501 xfails for other systems. Match a missing 'Continuing.' as an
31502 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
31503
31504 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
31505 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
31506 Only issue warning for missing executables if -all option is used.
31507
31508 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
31509 file if -all option is used. It's like an unpredictable XFAIL.
31510
31511 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31512
31513 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
31514 for dynamically linked binaries.
31515
31516 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
31517
31518 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31519
31520 * gdb.t20/inherit.exp: Change message for "print tagless struct"
31521 to state that this is a known bug in old versions of g++.
31522
31523 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31524
31525 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
31526 while waiting for `Continuing'.
31527
31528 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
31529
31530 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
31531 in text, data, and bss.
31532 * gdb.t10/nodebug.c: Add local and global test variables for
31533 initialized and uninitialized data.
31534
31535 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31536
31537 * config/unix-gdb.exp (gdb_exit): Add "wait".
31538
31539 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31540
31541 * gdb.t06/signals.exp: xfail the continue from the handler for all
31542 targets.
31543
31544 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
31545 function with watchpoints enabled, the i386 call dummy starts with
31546 a call.
31547
31548 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
31549 386 bsd names its corefiles.
31550
31551 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
31552
31553 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
31554 compilers don't grok it.
31555 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
31556 with small octal ints rather than character constants, which
31557 are signed and might not fit if first promoted to int.
31558
31559 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
31560
31561 * gdb.t09/Makefile.in (clean): Remove corefile.
31562
31563 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31564
31565 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
31566
31567 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31568 and Jim Kingdon (kingdon@cygnus.com)
31569
31570 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
31571 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
31572 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
31573
31574 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31575
31576 * gdb.t17/interrupt.exp: Add xfail for hppa.
31577
31578 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31579
31580 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
31581 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
31582 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
31583 to determine signed-ness of bitfields and use the result to setup
31584 the xfail.
31585 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
31586 * gdb.t15/funcargs.exp: Use them to step until the second indirect
31587 call line is reached if necessary.
31588
31589 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31590
31591 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
31592
31593 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31594
31595 * gdb.t06/break.exp: Also test `clear' command.
31596
31597 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31598
31599 * gdb.t00/teststrategy.exp: Remove extra quote.
31600
31601 * gdb.t07/watchpoint.exp: Change xfail for calling function with
31602 watchpoint enabled to be for all non-68k machines.
31603
31604 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
31605
31606 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31607
31608 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
31609 targets use aout.mt instead of ecoff.mt as gas understands
31610 standard aout format.
31611
31612 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31613
31614 * lib/gdb.exp (runto): Don't insist that function we are running to
31615 was compiled with -g.
31616
31617 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
31618
31619 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
31620 to get back into the read system call.
31621 Accept leading newline in case where we woke it up.
31622
31623 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31624
31625 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
31626 to make the stabs test work on ecoff systems using gcc and -with-stabs.
31627 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
31628 enable ecoff configuration.
31629
31630 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31631
31632 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
31633
31634 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31635
31636 * gdb.t16/printcmds.exp: Add another printf test.
31637
31638 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
31639
31640 * configure.in: If configured -with-stabs on any target, add
31641 stabsdirs to configdirs.
31642
31643 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31644
31645 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
31646 fun" so pattern does not match the command itself.
31647
31648 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31649
31650 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
31651
31652 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31653
31654 * gdb.t17/interrupt.exp: Test for more things.
31655
31656 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31657
31658 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
31659 compiler arranges the code and line numbers.
31660
31661 * gdb.t17/interrupt.exp: Don't send \n after ^C.
31662
31663 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31664
31665 * gdb.t00/help.exp: Increase expect input buffer size.
31666
31667 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31668
31669 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
31670
31671 * gdb.t07/watchpoint.exp: Add xfail for hppa.
31672
31673 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
31674
31675 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
31676 [0-9]*, not just [0-9].
31677
31678 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31679
31680 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
31681
31682 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
31683
31684 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31685
31686 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
31687
31688 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31689
31690 * gdb.t06/signals.c: Add xfails for sun3.
31691
31692 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
31693
31694 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
31695 test_stepping tests.
31696
31697 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31698
31699 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
31700
31701 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
31702
31703 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
31704 rather than actually putting it through cpp twice.
31705
31706 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
31707
31708 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
31709
31710 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
31711 no longer needed.
31712
31713 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31714
31715 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
31716
31717 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
31718 C++ features prints as "struct", make it a pass, not an xfail.
31719
31720 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31721
31722 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
31723 Don't require VA to print as "class" rather than "struct".
31724
31725 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
31726
31727 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
31728
31729 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31730
31731 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
31732
31733 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31734
31735 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
31736 order.
31737
31738 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31739
31740 * gdb.t16/printcmds.exp: Add printf tests.
31741
31742 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
31743
31744 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
31745
31746 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
31747
31748 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
31749 pass counts, to counteract any existing or future setup_xfails.
31750
31751 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31752
31753 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
31754 {BEGIN,END}_COMMON for common block instead of STAB.
31755 * gdb.stabs/wierd.exp: Add xfail for rs6000.
31756
31757 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
31758 intp_var should be N_GSYM not N_LSYM.
31759 wierd-aout.S: Use a label for the value of the N_SO.
31760 wierd.def: Remove all backslashes.
31761 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
31762
31763 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31764
31765 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
31766 get the expected next to inheritance3.
31767
31768 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31769
31770 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
31771 now that gcc-2.4 gets it right.
31772
31773 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31774
31775 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
31776
31777 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
31778 generating comp-info.exp which works for cross-compilation.
31779
31780 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
31781
31782 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
31783 "*-*-sysv4.*".
31784
31785 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
31786
31787 * gdb.t01/run.exp: Start with a fresh gdb.
31788 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
31789 SVR4.x.
31790
31791 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
31792
31793 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
31794 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
31795 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
31796 Makefile.in (distclean, realclean): Remove gdbme.c from list of
31797 things to remove.
31798
31799 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
31800
31801 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
31802 test cases from bug reports.
31803
31804 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
31805
31806 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
31807 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
31808 avoid spurious xfails.
31809 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
31810 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
31811 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
31812
31813 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
31814
31815 * gdb.t00/teststrategy.exp: Rework to provide more useful
31816 description of each test, fix problem with systems that define
31817 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
31818 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
31819 results for "next over recursive call" so timeouts aren't taken
31820 by error.
31821
31822 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
31823
31824 * gdb.t12/scope.exp: Test printing of variables before run.
31825
31826 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
31827 printed in wrong order due to sorting.
31828
31829 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
31830
31831 * gdb.t00/teststrategy.exp: Fix expected results for printing
31832 user entered string constant. Is array of char, prints with no
31833 address.
31834
31835 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
31836 commands.
31837 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
31838 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
31839 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
31840 of struct of char arrays.
31841 * gdb.t00/radix.exp: New tests for radix commands.
31842
31843 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
31844
31845 * gdb.t16/printcmd.exp: Print a variable before running program
31846 (with xfail for AIX).
31847
31848 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
31849
31850 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
31851
31852 * gdb.t16/printcmd.exp: Don't print variables before running program.
31853
31854 * gdb.t06/break.exp: Don't require envp argument to main.
31855
31856 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
31857
31858 * gdb.t02/whatis.exp, gdb.t11/list.exp:
31859 Add xfails for rs6000.
31860
31861 * gdb.t02/whatis.exp: Change other tests not to re-test something
31862 we already tested.
31863
31864 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
31865 each type used has a variable of that type.
31866
31867 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
31868
31869 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
31870
31871 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
31872
31873 * configure.in: change srctrigger to be a file, not a directory
31874
31875 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
31876
31877 * configure.in (mips-idt-ecoff*): Added trailing '*'.
31878
31879 * gdb.t11/list.exp: Fixed a couple of typos.
31880
31881 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
31882
31883 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
31884 is fixed and PR is closed.
31885 * gdb.t16 (gdbme.c): Add simple test string variable.
31886 * gdb.t16 (printcmds.exp): Add tests with simple test string
31887 variable, primarily for boundaries on "set print elements".
31888
31889 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
31890
31891 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
31892 Make leading 0's optional and don't expect a tab in the middle
31893 of the number.
31894
31895 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
31896
31897 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
31898 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
31899 don't end command passed to gdb_test with newline.
31900
31901 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
31902 signed keyword away, don't expect signed bitfields to be signed.
31903
31904 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
31905 printing with only as many 1's as are in the field as well as printing
31906 with 32 1's (see comment).
31907
31908 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
31909
31910 * gdb.t00/default.exp: Start with a fresh gdb.
31911 * configure.in (configdirs): Remove gdb.t31 until the chill
31912 compiler works again. It no longer is able to find chillrt0
31913 since it isn't in libchill.a anymore.
31914 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
31915 wierd.o, make more modular.
31916 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
31917 spurious newlines that caused problems.
31918
31919 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31920
31921 * Move test with enums and partial symbols from gdb.t03/ptype.exp
31922 to gdb.stabs/wierd.exp since GCC has worked around the bug.
31923 gdb.stabs/wierd.{exp,def}: Many new tests.
31924
31925 * gdb.t00/default.exp: update info line for new message.
31926
31927 * gdb.t02/{whatis.exp,gdbme.c}:
31928 Test that "char *" doesn't print as "caddr_t".
31929
31930 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31931
31932 * gdb.t00/help.exp: Use .* in place of some help messages which
31933 just changed.
31934 gdb.t00/default.exp: Update "info frame" test for new message.
31935 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
31936 Remove some xfails
31937
31938 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31939
31940 * gdb.t03/{gdbme.c,ptype.exp}:
31941 Add tests for typedef'd struct and union without tags.
31942 Also check "whatis" on a variable of a typedef'd enum without a tag.
31943
31944 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
31945 PRMS 1823; the bug still exists but isn't reproduced by this test
31946 anymore), and remove rs6000 XFAIL (the bug is fixed).
31947
31948 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
31949 duplicated from whatis.exp. For those that are left, accept
31950 "long", "long int", or "int" for long variables (whatis.exp already
31951 has an XFAIL for "int", so no need to fail it here).
31952
31953 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
31954 Deal with GCC's names for types now that GDB uses the compiler's names.
31955
31956 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
31957 setup_xfail's for sunos4. If we #defined the signed keyword away,
31958 don't expect GDB to know that char it is signed.
31959
31960 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
31961
31962 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
31963
31964 * configure.in (configdirs): Add gdb.t24 for C++ tests that
31965 should work on any system, regardless of debugging format.
31966 * gdb.t21/demangle.exp: Move to gdb.t24.
31967 * gdb.t24/demangle.exp: Move from gdb.t21.
31968 * gdb.t24/{Makefile.in, configure.in}: New files.
31969
31970 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31971
31972 * configure.in: Do gdb.stabs and C++ tests only for stabs.
31973 * gdb.stabs: New directory.
31974
31975 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31976
31977 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
31978 not just "Quit anyway?".
31979
31980 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
31981
31982 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
31983 that all setup_xfails are immediately followed by clear_xfails.
31984
31985 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
31986
31987 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
31988 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
31989 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
31990 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
31991 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
31992 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
31993 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
31994 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
31995 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
31996 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
31997 gdb.t31/chillvars.exp, lib/gdb.exp:
31998 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
31999 bug-gdb@prep.ai.mit.edu.
32000
32001 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
32002
32003 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
32004 with 0.0, not integer 0.
32005
32006 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
32007
32008 * gdb.t06/break.exp: Update for "Kill the program" message change.
32009
32010 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
32011
32012 * Makefile.in (GDBFLAGS): Set to -nx.
32013 * Makefile.in (site.exp): Use GDBFLAGS.
32014
32015 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32016
32017 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
32018 Makefiles.
32019 (check): depend on just-check.
32020 (just-check): added so that tests can be run without a noop
32021 build pass.
32022
32023 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32024
32025 Switch to using configure's configdirs.
32026 * Makefile.in (Makefile): add configure.in dependency.
32027 (SUBDIRS): removed redundant assignment.
32028 * configure.in: switch subdirs assignment to configdirs.
32029 * gdb.t*/configure.in: new files.
32030
32031 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
32032
32033 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
32034 works.
32035
32036 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
32037
32038 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
32039 in explicit rules. Apparently this is not supported by some makes.
32040
32041 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
32042
32043 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
32044
32045 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32046
32047 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
32048 disappeared.
32049
32050 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
32051
32052 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
32053
32054 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
32055
32056 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
32057 watchpoint problem that is now fixed.
32058 * gdb.t30/chexp.exp: Remove setup_xfail for printing
32059 uninitialized convenience variables.
32060 * gdb.t31/chillvars.exp: Fix expected patterns for printing
32061 structures.
32062
32063 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32064
32065 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
32066 which causes expect to get out of sync with gdb on long output
32067 from help set.
32068 * gdb.t09/corefile.exp: Make expected pattern for core file
32069 failing signal and frame output format less sun specific.
32070
32071 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
32072
32073 * gdb.t31/chillvars.exp: Add and remove initial dummy
32074 breakpoint, so that symbol table is forced in.
32075 (Needed at least on Sunos4, though it seems not SVR4.)
32076 * gdb.t31/chillvars.exp: Update for changed output format.
32077
32078 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
32079
32080 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
32081
32082 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
32083
32084 * Makefile.in: Added --srcdir when invoking runtest, removed the
32085 need for a local config file. (optional now)
32086
32087 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
32088
32089 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
32090 failure count used to force early termination. Add some more
32091 expected failures for gnu style demangling.
32092
32093 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32094
32095 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
32096 pmi variable from gdb.t20/gdbme to get optimized away.
32097 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
32098 Check for written corefile upon timeout _and_ eof.
32099
32100 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32101
32102 * config/unix-gdb.exp: Add missing return 0.
32103
32104 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32105
32106 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
32107 test termination.
32108
32109 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
32110
32111 * configure.in (subdirs): Put back gdb.t17 which mysteriously
32112 disappeared.
32113
32114 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
32115
32116 * gdb.t10/crossload.exp: Disable the i860-elf test until such
32117 time as i860 support works.
32118
32119 * gdb.t15/funcargs.exp: Fix expected outputs to include
32120 "backtrace 100\r" rather than just "backtrace\r", to match last
32121 change.
32122
32123 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
32124
32125 * config/udi-gdb.exp (gdb_exit): Remove close command.
32126 (gdb_target_udi): New procedure to set the UDI target.
32127 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
32128 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
32129 Added waits for prompts after several question responses. Added
32130 some more responses used by a29k-amd-udi-gdb.
32131 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
32132 pass different arguments, restart UDI connection after program
32133 completion.
32134 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
32135 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32136 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
32137 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
32138 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
32139 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
32140 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32141 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
32142 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
32143 after program completion.
32144 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
32145 compiled with a SELECT_VECS setting.
32146 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
32147 infinite recursion.
32148
32149 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
32150 Added checks for COFF results, and made them expected failures for
32151 all targets. It would be better to make them expected failures
32152 for COFF targets only.
32153
32154 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
32155
32156 * Makefile.in: add null dvi target, don't bother to recurse
32157 through test directories for info and install-info; rename
32158 $(datadir) to be dejagnu instead of deja-gnu
32159
32160 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
32161
32162 * gdb.t31/gdbme.ch: Re-enable code that previously caused
32163 compiler to coredump.
32164 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
32165 code.
32166
32167 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
32168
32169 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
32170 coredump.
32171 * gdb.t31/chillvars.exp: Comment out tests that depend on that
32172 code.
32173
32174 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
32175
32176 * gdb.t03/ptype.exp: tests for return code from gdb_test.
32177 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
32178 which in a shell. Deletes xgdb when done.
32179 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
32180 Tests the return from the "set height" or "set width" commands.
32181 Added a few return codes where needed.
32182
32183 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
32184
32185 * Makefile.in (SUBDIRS): Add gdb.t17.
32186 * configure.in (subdirs): Add gdb.t17.
32187 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
32188 files to test gdb's calling of functions in the inferior with
32189 the correct arguments and gdb's ability to retrieve any
32190 result returned.
32191
32192 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
32193
32194 * config/unix-gdb.exp (gdb_exit): Remove close commands that
32195 may be called after gdb goes away. Previous versions of expect
32196 needed these to avoid file descriptor leaks, but they cause
32197 errors with the current revision of expect.
32198 * gdb.t00/gdbvars.exp: Use -re on expected output after
32199 setting sevenbit-strings.
32200 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
32201 to set sevenbit-strings consistent across tests.
32202 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
32203 set sevenbit-strings consistent across tests.
32204
32205 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
32206
32207 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
32208 expected output to match current "expect" expectations.
32209
32210 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
32211
32212 * gdb.t00/default.exp: Change expected output for default "source"
32213 command, to match new gdb behavior which requires a filename to
32214 source.
32215
32216 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
32217
32218 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
32219 expected fail for i486-*-* that misses the marker2 function.
32220 * gdb.t10/crossload.exp (bfddefault): Allow successful
32221 recognition of a format to pass even if no symbols are found.
32222 Explicitly catch failures where the format is not recognized
32223 or is ambiguous, and add the reason to the fail message.
32224 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
32225 the cause is and invalid target and add reason to failure message.
32226 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
32227 elf32-i386, elf32-sparc, and elf32-i860.
32228 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
32229 Set up expected failure for 'filename'::variable scope resolution,
32230 which is now apparently broken on all targets.
32231 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
32232 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
32233 gdb.t23/templates.exp: Change failure for missing binfile into
32234 just a warning.
32235 gdb.t21/demangle.exp: Change all cfront references to 'arm'
32236 references.
32237
32238 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
32239
32240 * gdb.t00/default.exp: Add expected output for default "source"
32241 command, to match new gdb behavior.
32242 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
32243
32244 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
32245
32246 * config/*-gdb.exp: returns an error, rather than exiting on
32247 internal errors.
32248
32249 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
32250
32251 * gdb.t03/gdbme.c: Add pointer to struct variable.
32252 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
32253 referencing struct members.
32254
32255 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
32256
32257 * configure.in (mips-idt-ecoff): New target.
32258 * config/mips-gdb.exp: New file for remote board using MIPS remote
32259 debugging protocol.
32260
32261 * Redid configuration scheme. Removed gdb.t*/configure.in.
32262 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
32263 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
32264 distclean targets. Built executables via .o files. Adjusted
32265 tests to account for source files in $(srcdir) rather than
32266 $(objdir).
32267 * lib/gdb.exp (runto): Don't expect () after the function name,
32268 because it may have arguments.
32269
32270 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
32271
32272 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
32273 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
32274 expected failures for mips-idt-* and mips-sgi-*.
32275 * gdb.t00/default.exp (attach): Kill process if requested.
32276 * gdb.t00/help.exp (help target core, help target): Accept a gdb
32277 that does not read core files.
32278 * gdb.t01/run.exp: Removed checks for exit status code.
32279 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
32280 it is linked in.
32281 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
32282 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
32283 appropriate, rather than doing it by hand.
32284 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
32285 execution.
32286 * gdb.t10/crossload.exp: Kill existing program if needed.
32287 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
32288 appropriate, rather than doing it by hand. Always increase
32289 timeout for this test, not just for VxWorks.
32290
32291 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
32292
32293 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
32294 of Chill STRUCT types and STRUCT values.
32295 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
32296 than "char".
32297 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
32298 struct2): New struct definitions and initializations to test
32299 simple Chill STRUCT types.
32300
32301 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
32302
32303 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
32304 the null byte at the end of strings.
32305 * gdb.t00/default.exp: Make show version insensitive to copyright
32306 date.
32307 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
32308 to avoid dependencies on target char signedness.
32309 * gdb.t16/printcmds.exp: Update expected results for explicitly
32310 unsigned char.
32311 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
32312 now work.
32313 * gdb.t21/demangle.exp: Add many more patterns for template
32314 demangling, most of them being expected failures.
32315 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
32316 string we are matching for, to match on the whole string.
32317 * gdb.t21/demangle.exp: Add many new test strings to demangle,
32318 and fix a whole bunch that had incorrect expected output but were
32319 passing anyway because of the bug in "proc demangle".
32320 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
32321 type.
32322 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
32323
32324 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
32325
32326 * gdb/testsuite: made modifications to testcases, etc., to allow
32327 them to work properly given the reorganization of deja-gnu and the
32328 relocation of the testcases from deja-gnu to a "tool" subdirectory.
32329
32330 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
32331
32332 * gdb/testsuite: Initial creation of gdb/testsuite.
32333 Migrated dejagnu testcases and support files for testing nm to
32334 gdb/testsuite from deja-gnu. These files were moved "as is"
32335 with no modifications. This migration is part of a major overhaul
32336 of dejagnu. The modifications to these testcases, etc., which
32337 will allow them to work with the new version of dejagnu will be
32338 made in a future update.
32339
32340 For additional changes see gdb.mi/ChangeLog-1999-2003.
32341 \f
32342 ;; Local Variables:
32343 ;; mode: change-log
32344 ;; left-margin: 8
32345 ;; fill-column: 74
32346 ;; version-control: never
32347 ;; End:
32348
32349 Copyright 1993-2013 Free Software Foundation, Inc.
32350 Copying and distribution of this file, with or without modification,
32351 are permitted provided the copyright notice and this notice are preserved.
This page took 0.699912 seconds and 5 git commands to generate.