]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
cleanup: constify "struct attribute" function parameter
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
5b32ae97
KS
12013-07-26 Keith Seitz <keiths@redhat.com>
2
3 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
4 of f77.
5 Allow for compiler variations of integer types.
6 Use mi_create_varobj.
7 Use mi_list_varobj_children for the immediate children of `array'.
8 Add "has_more" attribute for grandchildren test.
9
6f64ef53
PA
102013-07-26 Pedro Alves <palves@redhat.com>
11
12 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
13 files.
14
fdc8aae8
AB
152013-07-25 Andrew Burgess <aburgess@broadcom.com>
16
17 * gdb.mi/mi-reg-undefined.exp: New file.
18 * gdb.mi/mi-reg-undefined.c: Likewise.
19 * gdb.mi/mi-reg-undefined.S: Likewise.
20
6fbe845e
AB
212013-07-25 Andrew Burgess <aburgess@broadcom.com>
22
23 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
24 z, o, and t output formats.
25 * gdb.base/display.exp: Use 'k' as an undefined format now that
26 'z' is defined.
27
7b79b135
DE
282013-07-24 Doug Evans <dje@google.com>
29
30 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
31 "--" to switch.
32
a0607b84
YQ
332013-07-24 Yao Qi <yao@codesourcery.com>
34
35 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
36 host.
37 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
38 Likewise. If host is remote, copy ${binfile} to host.
39
2eb14a9b
YQ
402013-07-23 Yao Qi <yao@codesourcery.com>
41
42 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
43 message.
44
5d0a3b53
WN
452013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
46
47 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
48 instructions and enable disp-step-syscall for arm targets.
49
9a5911c0
WN
502013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
51
52 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
53 assembler errors on arm.
54 * gdb.dwarf2/mac-fileno.S: Likewise.
55 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
56 * gdb.dwarf2/pr13961.S: Likewise.
57
fa876972
HZ
582013-07-19 Hui Zhu <hui@codesourcery.com>
59
60 PR gdb/15692
61 * gdb.mi/mi-dprintf.exp: Add double quotes test.
62
1527aea8
YQ
632013-07-19 Yao Qi <yao@codesourcery.com>
64
65 * gdb.trace/read-memory.exp (test_from_remote): Update test.
66 (teset_from_exec): Likewise.
67
73c1d57e
YQ
682013-07-19 Yao Qi <yao@codesourcery.com>
69
70 * gdb.trace/read-memory.c: New.
71 * gdb.trace/read-memory.exp: New.
72
a075c3e5
YQ
732013-07-19 Yao Qi <yao@codesourcery.com>
74
75 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
76 $dest to link options if host is remote. Move the
77 generated file to $dest.a on host if host is remote.
78
623cc285
WN
792013-07-18 Will Newton <will.newton@linaro.org>
80
81 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
82 to ensure the test is linked against pthreads.
83 * gdb.threads/tls-var-main.c: Likewise.
84 * gdb.threads/tls-shared.c: Likewise.
85
1f74d3b5
YQ
862013-07-18 Yao Qi <yao@codesourcery.com>
87
88 * lib/future.exp (gdb_default_target_compile): Use tail name
89 of $destfile as the output name of compile. Move the
90 generated file to $destfile on build.
91
f6dc277e
YQ
922013-07-18 Yao Qi <yao@codesourcery.com>
93
94 * lib/gdb.exp (gdb_compile): Set
95 gdb_saved_set_unbuffered_mode_obj to
96 set_unbuffered_mode_saved.o if host is remote. Invoke
97 remote_download to copy $unbuf_obj to host.
98
e7045703
DE
992013-07-17 Doug Evans <dje@google.com>
100
101 * gdb.python/py-frame-args.c: New file.
102 * gdb.python/py-frame-args.py: New file.
103 * gdb.python/py-frame-args.exp New file.
104
5ea5559b
AB
1052013-07-16 Andrew Burgess <aburgess@broadcom.com>
106
107 * gdb.base/printcmds.exp (test_printf): Add tests for format
108 strings with missing format specifier.
109
4229ca0e
TT
1102013-07-16 Tom Tromey <tromey@redhat.com>
111
112 * gdb.ada/info_types.exp: Use standard_testfile.
113
5ee657d5
TT
1142013-07-16 Tom Tromey <tromey@redhat.com>
115
116 * gdb.mi/mi-basics.exp: Use standard_output_file.
117 (test_dir_specification, test_cwd_specification)
118 (test_path_specification): Use testsubdir, not subdir and objdir.
119
20e3d738
TT
1202013-07-16 Tom Tromey <tromey@redhat.com>
121
122 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
123
7d7c6477
JB
1242013-07-09 Joel Brobecker <brobecker@adacore.com>
125
126 * gdb.ada/small_reg_param.exp: Accept optional entry value
127 for parameter "w".
128
52cd8b7d
JB
1292013-07-09 Joel Brobecker <brobecker@adacore.com>
130
131 * gdb.ada/small_reg_param.exp: Remove trailing space.
132
2a998fc0
DE
1332013-07-09 Doug Evans <dje@google.com>
134
135 * gdb.base/default.exp: Update expected output of "show print array"
136 and "show print pretty".
137
0329e9fb
UW
1382013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
139
140 * gdb.threads/wp-replication.exp: Stop counting available hardware
141 watchpoints after NR_THREADS iterations.
142
1953058f
AB
1432013-07-08 Andrew Burgess <aburgess@broadcom.com>
144
145 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
146
7c0de741
YQ
1472013-07-07 Yao Qi <yao@codesourcery.com>
148
149 * boards/native-gdbserver.exp: Move invoke of
150 process_multilib_options to gdbserver-base.exp.
151 Move set_board_info 'compiler', 'gdb,noinferiorio',
152 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
153 gdbserver-base.exp.
154 Move proc ${board}_download, ${board}_upload and
155 ${board}_file to gdbserver-base.exp.
156 * boards/native-extended-gdbserver.exp: Likewise.
157 * boards/native-stdio-gdbserver.exp: Likewise.
158 * boards/gdbserver-base.exp: New file.
159
497a4c48
LM
1602013-07-05 Luis Machado <lgustavo@codesourcery.com>
161
162 * gdb.base/dump.exp: Remove arch-specific tests and do a
163 generic data address check to set is64bitonly correctly.
164
bb3f62fc
LM
1652013-07-05 Luis Machado <lgustavo@codesourcery.com>
166
167 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
168 the register number instead of expecting only 0.
169
005faa9d
WN
1702013-07-05 Will Newton <will.newton@linaro.org>
171
172 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
173 in asm syntax to allow building on ARM.
174
4767856f
YQ
1752013-07-05 Yao Qi <yao@codesourcery.com>
176
177 * boards/local-remote-host.exp: Remove obsolete comments.
178 * boards/native-extended-gdbserver.exp: Likewise.
179 * boards/native-gdbserver.exp: Likewise.
180 * boards/native-stdio-gdbserver.exp: Likewise.
181
691a26f5
AB
1822013-07-04 Andrew Burgess <aburgess@broadcom.com>
183
184 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
185 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
186 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
187
4d142eaa
JK
1882013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
189
190 * gdb.base/break-on-linker-gcd-function.exp: Replace
191 prepare_for_testing by build_executable_from_specs and clean_restart.
192
62cef515
TT
1932013-06-27 Tom Tromey <tromey@redhat.com>
194
195 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
196 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
197 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
198 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
199 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
200 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
201 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
202 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
203 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
204 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
205 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
206 Use standard_testfile, standard_output_file, prepare_for_testing,
207 clean_restart.
208
0ab77f5f
TT
2092013-06-27 Tom Tromey <tromey@redhat.com>
210
211 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
212 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
213 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
214 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
215 gdb.base/shreloc.exp, gdb.base/sigall.exp,
216 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
217 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
218 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
219 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
220 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
221 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
222 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
223 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
224 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
225 gdb.base/solib-weak.exp, gdb.base/source.exp,
226 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
227 gdb.base/stap-probe.exp, gdb.base/start.exp,
228 gdb.base/step-break.exp, gdb.base/step-bt.exp,
229 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
230 gdb.base/step-test.exp, gdb.base/structs.exp,
231 gdb.base/structs2.exp, gdb.base/structs3.exp,
232 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
233 standard_output_file, prepare_for_testing, clean_restart.
234
822bd149
TT
2352013-06-27 Tom Tromey <tromey@redhat.com>
236
237 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
238 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
239 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
240 gdb.base/pending.exp, gdb.base/permissions.exp,
241 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
242 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
243 gdb.base/printcmds.exp, gdb.base/prologue.exp,
244 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
245 gdb.base/ptype.exp, gdb.base/randomize.exp,
246 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
247 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
248 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
249 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
250 standard_testfile, standard_output_file, prepare_for_testing,
251 clean_restart.
252
f8b41b00
TT
2532013-06-27 Tom Tromey <tromey@redhat.com>
254
a8c97a87
TT
255 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
256 gdb.base/huge.exp, gdb.base/included.exp,
257 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
258 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
259 gdb.base/info-os.exp, gdb.base/info-proc.exp,
260 gdb.base/info-target.exp, gdb.base/infoline.exp,
261 gdb.base/interp.exp, gdb.base/interrupt.exp,
262 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
263 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
264 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
265 gdb.base/logical.exp, gdb.base/long_long.exp,
266 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
267 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
268 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
269 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
270 standard_testfile, standard_output_file, prepare_for_testing,
271 clean_restart.
272
289f9037
TT
2732013-06-27 Tom Tromey <tromey@redhat.com>
274
a8c97a87
TT
275 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
276 gdb.base/enumval.exp, gdb.base/environ.exp,
277 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
278 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
279 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
280 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
281 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
282 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
283 gdb.base/fullname.exp, gdb.base/funcargs.exp,
284 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
285 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
286 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
287 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
288 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
289 gdb.base/gnu_vector.exp: Use standard_testfile,
290 standard_output_file, prepare_for_testing, clean_restart.
289f9037 291
f76495c8
TT
2922013-06-27 Tom Tromey <tromey@redhat.com>
293
a8c97a87
TT
294 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
295 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
296 gdb.base/call-strs.exp, gdb.base/callexit.exp,
297 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
298 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
299 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
300 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
301 gdb.base/commands.exp, gdb.base/completion.exp,
302 gdb.base/complex.exp, gdb.base/cond-expr.exp,
303 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
304 gdb.base/constvars.exp, gdb.base/corefile.exp,
305 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
306 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
307 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
308 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
309 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
310 standard_output_file, prepare_for_testing, clean_restart.
311
a64d2530
TT
3122013-06-27 Tom Tromey <tromey@redhat.com>
313
a8c97a87
TT
314 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
315 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
316 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
317 gdb.base/async-shell.exp, gdb.base/async.exp,
318 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
319 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
320 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
321 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
322 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
323 gdb.base/break-on-linker-gcd-function.exp,
324 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
325 standard_output_file, prepare_for_testing, clean_restart.
326
aaff8d73
YQ
3272013-06-26 Yao Qi <yao@codesourcery.com>
328
329 * gdb.trace/mi-trace-frame-collected.exp: New.
330
a0743c90
YQ
3312013-06-25 Yao Qi <yao@codesourcery.com>
332
333 * boards/native-extended-gdbserver.exp: Set board_info
334 'gdb,predefined_tsv'.
335 * boards/native-gdbserver.exp: Likewise.
336 * boards/native-stdio-gdbserver.exp: Likewise.
337 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
338 uploaded TSVs if target supports tracing.
339 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
340 tracing and target has predefined tsv.
341
9d6e6e84
HZ
3422013-06-25 Yao Qi <yao@codesourcery.com>
343 Hui Zhu <hui@codesourcery.com>
344 Pedro Alves <palves@redhat.com>
345
346 PR breakpoints/15075
347 PR breakpoints/15434
348 * gdb.base/dprintf-next.c: New file.
349 * gdb.base/dprintf-next.exp: New file.
350 * gdb.base/dprintf-non-stop.c: New file.
351 * gdb.base/dprintf-non-stop.exp: New file.
352 * gdb.base/dprintf.exp: Don't check "continue" in the output
353 of "info breakpoints".
354 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
355 Don't check "continue" in script field.
356
e7ab3185
TT
3572013-06-21 Tom Tromey <tromey@redhat.com>
358
359 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
360 name in a test name.
361
c898adb7
YQ
3622013-06-20 Yao Qi <yao@codesourcery.com>
363
364 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
365 and set an action.
366 (test_trace_unavailable): Test command -data-list-register-values
367 in the context of traceframe and with option --skip-unavailable.
368 * gdb.trace/trace-unavailable.c (foo): New.
369 (main): Call it.
370 * gdb.mi/gdb2549.exp: Update matching pattern.
371
4d157a3d
MF
3722013-06-19 Mike Frysinger <vapier@gentoo.org>
373
374 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
375 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
376 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
377 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
378 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
379
d69cace4
LM
3802013-06-19 Luis Machado <lgustavo@codesourcery.com>
381
382 * gdb.base/subst.exp: Delete default rules before further
383 tests.
384
9bdd0636
YQ
3852013-06-19 Yao Qi <yao@codesourcery.com>
386
387 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
388 unsupported if it is not registered.
389
427cd150
TT
3902013-06-18 Tom Tromey <tromey@redhat.com>
391
392 * gdb.base/random-signal.c: New file.
393 * gdb.base/random-signal.exp: New file.
394
6de7c271
WN
3952013-06-18 Will Newton <will.newton@linaro.org>
396
397 * gdb.base/skip.c: Use comma to evaluate results of foo()
398 and bar() before passing to baz().
399 * gdb.base/skip.c: baz() now takes one argument instead of
400 two.
401
5bd1ef56
TT
4022013-06-18 Tom Tromey <tromey@redhat.com>
403
404 * gdb.dwarf2/implptrpiece.exp: New file.
405 * gdb.dwarf2/implptrconst.exp (d): New variable.
406 Print d.
407 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
408
e379b391
TT
4092013-06-18 Tom Tromey <tromey@redhat.com>
410
411 * lib/selftest-support.exp (do_self_tests): Reject remote or
412 non-native targets.
413 * gdb.gdb/complaints.exp: Remove check.
414 * gdb.gdb/observer.exp: Remove check.
415 * gdb.gdb/xfullpath.exp: Remove check.
416 * gdb.gdb/complaints.exp: Remove check.
417
4ec70201
PA
4182013-06-07 Pedro Alves <palves@redhat.com>
419
420 * boards/native-extended-gdbserver.exp: Remove semicolon.
421 * config/arm-ice.exp: Likewise.
422 * config/bfin.exp: Likewise.
423 * config/cygmon.exp: Likewise.
424 * config/h8300.exp: Likewise.
425 * config/monitor.exp: Likewise.
426 * config/sid.exp: Likewise.
427 * config/sim.exp: Likewise.
428 * config/slite.exp: Likewise.
429 * config/vx.exp: Likewise.
430 * gdb.arch/i386-bp_permanent.exp: Likewise.
431 * gdb.asm/asm-source.exp: Likewise.
432 * gdb.base/args.exp: Likewise.
433 * gdb.base/attach-pie-misread.exp: Likewise.
434 * gdb.base/auxv.exp: Likewise.
435 * gdb.base/bigcore.exp: Likewise.
436 * gdb.base/bitfields2.exp: Likewise.
437 * gdb.base/bitfields.exp: Likewise.
438 * gdb.base/break.exp: Likewise.
439 * gdb.base/break-interp.exp: Likewise.
440 * gdb.base/callfuncs.exp: Likewise.
441 * gdb.base/call-sc.exp: Likewise.
442 * gdb.base/commands.exp: Likewise.
443 * gdb.base/corefile.exp: Likewise.
444 * gdb.base/dbx.exp: Likewise.
445 * gdb.base/ending-run.exp: Likewise.
446 * gdb.base/exprs.exp: Likewise.
447 * gdb.base/funcargs.exp: Likewise.
448 * gdb.base/hbreak2.exp: Likewise.
449 * gdb.base/huge.exp: Likewise.
450 * gdb.base/list.exp: Likewise.
451 * gdb.base/memattr.exp: Likewise.
452 * gdb.base/overlays.exp: Likewise.
453 * gdb.base/printcmds.exp: Likewise.
454 * gdb.base/recurse.exp: Likewise.
455 * gdb.base/remotetimeout.exp: Likewise.
456 * gdb.base/reread.exp: Likewise.
457 * gdb.base/savedregs.exp: Likewise.
458 * gdb.base/scope.exp: Likewise.
459 * gdb.base/sepdebug.exp: Likewise.
460 * gdb.base/setshow.exp: Likewise.
461 * gdb.base/setvar.exp: Likewise.
462 * gdb.base/sigaltstack.exp: Likewise.
463 * gdb.base/siginfo-addr.exp: Likewise.
464 * gdb.base/siginfo.exp: Likewise.
465 * gdb.base/siginfo-obj.exp: Likewise.
466 * gdb.base/sigrepeat.exp: Likewise.
467 * gdb.base/sigstep.exp: Likewise.
468 * gdb.base/structs.exp: Likewise.
469 * gdb.base/testenv.exp: Likewise.
470 * gdb.base/twice.exp: Likewise.
471 * gdb.base/valgrind-db-attach.exp: Likewise.
472 * gdb.base/valgrind-infcall.exp: Likewise.
473 * gdb.base/varargs.exp: Likewise.
474 * gdb.base/watchpoint.exp: Likewise.
475 * gdb.cp/gdb1355.exp: Likewise.
476 * gdb.cp/misc.exp: Likewise.
477 * gdb.disasm/hppa.exp: Likewise.
478 * gdb.disasm/t01_mov.exp: Likewise.
479 * gdb.disasm/t02_mova.exp: Likewise.
480 * gdb.disasm/t03_add.exp: Likewise.
481 * gdb.disasm/t04_sub.exp: Likewise.
482 * gdb.disasm/t05_cmp.exp: Likewise.
483 * gdb.disasm/t06_ari2.exp: Likewise.
484 * gdb.disasm/t07_ari3.exp: Likewise.
485 * gdb.disasm/t08_or.exp: Likewise.
486 * gdb.disasm/t09_xor.exp: Likewise.
487 * gdb.disasm/t10_and.exp: Likewise.
488 * gdb.disasm/t11_logs.exp: Likewise.
489 * gdb.disasm/t12_bit.exp: Likewise.
490 * gdb.disasm/t13_otr.exp: Likewise.
491 * gdb.gdb/selftest.exp: Likewise.
492 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
493 * gdb.mi/mi-reverse.exp: Likewise.
494 * gdb.pascal/floats.exp: Likewise.
495 * gdb.python/py-inferior.exp: Likewise.
496 * gdb.threads/attach-into-signal.exp: Likewise.
497 * gdb.threads/pthreads.exp: Likewise.
498 * gdb.threads/thread_events.exp: Likewise.
499 * gdb.threads/watchthreads.exp: Likewise.
500 * gdb.trace/actions-changed.exp: Likewise.
501 * gdb.trace/actions.exp: Likewise.
502 * gdb.trace/ax.exp: Likewise.
503 * gdb.trace/backtrace.exp: Likewise.
504 * gdb.trace/change-loc.exp: Likewise.
505 * gdb.trace/deltrace.exp: Likewise.
506 * gdb.trace/disconnected-tracing.exp: Likewise.
507 * gdb.trace/ftrace.exp: Likewise.
508 * gdb.trace/infotrace.exp: Likewise.
509 * gdb.trace/passc-dyn.exp: Likewise.
510 * gdb.trace/passcount.exp: Likewise.
511 * gdb.trace/pending.exp: Likewise.
512 * gdb.trace/qtro.exp: Likewise.
513 * gdb.trace/range-stepping.exp: Likewise.
514 * gdb.trace/report.exp: Likewise.
515 * gdb.trace/save-trace.exp: Likewise.
516 * gdb.trace/status-stop.exp: Likewise.
517 * gdb.trace/strace.exp: Likewise.
518 * gdb.trace/tfile.exp: Likewise.
519 * gdb.trace/tfind.exp: Likewise.
520 * gdb.trace/trace-break.exp: Likewise.
521 * gdb.trace/tracecmd.exp: Likewise.
522 * gdb.trace/trace-mt.exp: Likewise.
523 * gdb.trace/tspeed.exp: Likewise.
524 * gdb.trace/tsv.exp: Likewise.
525 * gdb.trace/while-stepping.exp: Likewise.
526 * lib/gdb.exp: Likewise.
527 * lib/gdbserver-support.exp: Likewise.
528 * lib/java.exp: Likewise.
529 * lib/mi-support.exp: Likewise.
530 * lib/pascal.exp: Likewise.
531 * lib/prompt.exp: Likewise.
532 * lib/trace-support.exp: Likewise.
533
47d48711
PA
5342013-06-07 Pedro Alves <palves@redhat.com>
535
536 * gdb.ada/info_types.c: Fix formating in copyright header.
537 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
538 * gdb.base/float.c: Likewise.
539 * gdb.base/inferior-died.c: Likewise.
540 * gdb.base/interp.c: Likewise.
541 * gdb.base/jit-main.c: Likewise.
542 * gdb.base/jit-solib.c: Likewise.
543 * gdb.base/long_long.c: Likewise.
544 * gdb.base/longjmp.c: Likewise.
545 * gdb.base/nextoverexit.c: Likewise.
546 * gdb.base/pr11022.c: Likewise.
547 * gdb.base/prelink-lib.c: Likewise.
548 * gdb.base/prelink.c: Likewise.
549 * gdb.base/prologue.c: Likewise.
550 * gdb.base/restore.c: Likewise.
551 * gdb.base/sigchld.c: Likewise.
552 * gdb.base/solib-search-lib1.c: Likewise.
553 * gdb.base/solib-search-lib2.c: Likewise.
554 * gdb.base/solib-search.c: Likewise.
555 * gdb.base/solib-search.h: Likewise.
556 * gdb.base/whatis.c: Likewise.
557 * gdb.cp/abstract-origin.cc: Likewise.
558 * gdb.cp/anon-struct.cc: Likewise.
559 * gdb.cp/baseenum.cc: Likewise.
560 * gdb.cp/bs15503.cc: Likewise.
561 * gdb.cp/call-c-1.c: Likewise.
562 * gdb.cp/call-c.cc: Likewise.
563 * gdb.cp/class2.cc: Likewise.
564 * gdb.cp/classes.cc: Likewise.
565 * gdb.cp/cttiadd.cc: Likewise.
566 * gdb.cp/cttiadd1.cc: Likewise.
567 * gdb.cp/cttiadd2.cc: Likewise.
568 * gdb.cp/cttiadd3.cc: Likewise.
569 * gdb.cp/derivation.cc: Likewise.
570 * gdb.cp/derivation2.cc: Likewise.
571 * gdb.cp/dispcxx.cc: Likewise.
572 * gdb.cp/exception.cc: Likewise.
573 * gdb.cp/gdb2384-base.cc: Likewise.
574 * gdb.cp/gdb2384-base.h: Likewise.
575 * gdb.cp/gdb2384.cc: Likewise.
576 * gdb.cp/gdb2495.cc: Likewise.
577 * gdb.cp/mb-inline.h: Likewise.
578 * gdb.cp/mb-inline1.cc: Likewise.
579 * gdb.cp/mb-inline2.cc: Likewise.
580 * gdb.cp/member-name.cc: Likewise.
581 * gdb.cp/member-ptr.cc: Likewise.
582 * gdb.cp/misc.cc: Likewise.
583 * gdb.cp/namespace1.cc: Likewise.
584 * gdb.cp/nextoverthrow.cc: Likewise.
585 * gdb.cp/pr-574.cc: Likewise.
586 * gdb.cp/pr9631.cc: Likewise.
587 * gdb.cp/printmethod.cc: Likewise.
588 * gdb.cp/psmang1.cc: Likewise.
589 * gdb.cp/psmang2.cc: Likewise.
590 * gdb.cp/psymtab-parameter.cc: Likewise.
591 * gdb.cp/ptype-flags.cc: Likewise.
592 * gdb.cp/ref-params.cc: Likewise.
593 * gdb.cp/ref-types.cc: Likewise.
594 * gdb.cp/smartp.cc: Likewise.
595 * gdb.cp/try_catch.cc: Likewise.
596 * gdb.cp/userdef.cc: Likewise.
597 * gdb.cp/using-crash.cc: Likewise.
598 * gdb.cp/virtfunc.cc: Likewise.
599 * gdb.cp/virtfunc2.cc: Likewise.
600 * gdb.dwarf2/callframecfa.S: Likewise.
601 * gdb.dwarf2/dw2-ranges.c: Likewise.
602 * gdb.dwarf2/dw2-ranges2.c: Likewise.
603 * gdb.dwarf2/dw2-ranges3.c: Likewise.
604 * gdb.dwarf2/dw2-restore.S: Likewise.
605 * gdb.dwarf2/pieces.S: Likewise.
606 * gdb.dwarf2/valop.S: Likewise.
607 * gdb.java/jnpe.java: Likewise.
608 * gdb.mi/mi-stepn.c: Likewise.
609 * gdb.mi/mi-var-cp.cc: Likewise.
610 * gdb.mi/mi-var-rtti.cc: Likewise.
611 * gdb.mi/ns-stale-regcache.c: Likewise.
612 * gdb.mi/pr11022.c: Likewise.
613 * gdb.mi/solib-lib.c: Likewise.
614 * gdb.mi/solib-main.c: Likewise.
615 * gdb.python/py-arch.c: Likewise.
616 * gdb.python/py-block.c: Likewise.
617 * gdb.python/py-breakpoint.c: Likewise.
618 * gdb.python/py-events.c: Likewise.
619 * gdb.python/py-evthreads.c: Likewise.
620 * gdb.python/py-explore.c: Likewise.
621 * gdb.python/py-explore.cc: Likewise.
622 * gdb.python/py-finish-breakpoint.c: Likewise.
623 * gdb.python/py-finish-breakpoint2.cc: Likewise.
624 * gdb.python/py-symbol.c: Likewise.
625 * gdb.threads/execl.c: Likewise.
626 * gdb.threads/execl1.c: Likewise.
627
88ab5684
WN
6282013-06-07 Will Newton <will.newton@linaro.org>
629
630 * gdb.base/long_long.exp: Fix ARM EABI target glob.
631
42daa7a0
WN
6322013-06-07 Will Newton <will.newton@linaro.org>
633
634 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
635 and "starting".
636
f4059ef3
WN
6372013-06-07 Will Newton <will.newton@linaro.org>
638
639 * gdb.cp/anon-struct.exp: Conditionalize constructor and
640 destructor prototypes for ARM ABI.
641 * gdb.cp/m-static.exp: Likewise.
642
8cb5cc78
YQ
6432013-06-07 Yao Qi <yao@codesourcery.com>
644
645 * gdb.trace/mi-trace-unavailable.exp: New.
646 * gdb.trace/trace-unavailable.c: New.
647
c6cf1712
DE
6482013-06-06 Doug Evans <dje@google.com>
649
650 * gdb.cp/derivation.exp: Make tests have unique names.
651
bf6be0f4
TT
6522013-06-06 Tom Tromey <tromey@redhat.com>
653
654 * gdb.base/dump.exp (capture_value): Don't put expression into
655 test name if arguments passed in.
656 Rename a couple more tests to make them unique.
657
ebb022fa
TT
6582013-06-06 Tom Tromey <tromey@redhat.com>
659
660 * gdb.base/break-always.exp: Explicitly specify test name.
661
69fc87c2
DE
6622013-06-05 Doug Evans <dje@google.com>
663 Keith Seitz <keiths@redhat.com>
664
665 * gdb.cp/derivation2.cc: New file.
666 * gdb.cp/derivation.cc (main): Call foo2.
667 * gdb.cp/derivation.exp: Add tests for typedefs in another
668 file, and when there's an active block.
669
f993f39e
LM
6702013-06-05 Luis Machado <lgustavo@codesourcery.com>
671
672 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
673 from targets that use function descriptors in the virtual tables.
674 Handle presence of dot symbols.
675
afacd7f3
GB
6762013-06-04 Gary Benson <gbenson@redhat.com>
677
678 * gdb.base/break-probes.exp: New file.
679 * gdb.base/break-probes.c: Likewise.
680 * gdb.base/break-probes-solib.c: Likewise.
681 * gdb.base/info-shared.exp: New file.
682 * gdb.base/info-shared.c: Likewise.
683 * gdb.base/info-shared-solib1.c: Likewise.
684 * gdb.base/info-shared-solib2.c: Likewise.
685
a29a3fb7
GB
6862013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
687 Gary Benson <gbenson@redhat.com>
688
689 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
690 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
691 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
692 to be set to "no" to indicate that no ld.so copy should be made.
693 * gdb.base/break-interp.exp (solib_bp): New constant.
694 (reach_1): Use the above instead of "_dl_debug_state".
695 (test_attach): Likewise.
696 (test_ld): Likewise.
697 * gdb.threads/dlopen-libpthread.exp: New file.
698 * gdb.threads/dlopen-libpthread.c: Likewise.
699 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
700 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
701
62a813cc
YQ
7022013-05-30 Yao Qi <yao@codesourcery.com>
703
704 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
705 Add a test that no MI notification is emitted when executing
706 -exec-arguments.
707
8f56dad4
JK
7082013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
709
710 PR testsuite/12649
711 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
712 $mi_gdb_prompt expectation by mi_expect_stop.
713 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
714 (mi info dprintf second time): Replace them by mi_send_resuming_command
715 and mi_expect_stop.
716
c588eb20
GB
7172013-05-24 Gary Benson <gbenson@redhat.com>
718
719 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
720 backslash.
721 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
722 backslashes.
723 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
724 backslash.
725
c0ea94eb
YQ
7262013-05-24 Yao Qi <yao@codesourcery.com>
727
728 * gdb.trace/tfile.exp: Test inferior and thread.
729
db1ac436
YQ
7302013-05-24 Yao Qi <yao@codesourcery.com>
731 Pedro Alves <palves@redhat.com>
732
733 * gdb.base/range-stepping.exp: Skip the rest of tests if the
734 test fails.
735 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
736 Return 0 if the test passes, otherwise return 1.
737
b6abb10c
DE
7382013-05-23 Doug Evans <dje@google.com>
739
740 * boards/fission-dwp.exp: New file.
741
bc5065a7
PA
7422013-05-23 Yao Qi <yao@codesourcery.com>
743 Pedro Alves <palves@redhat.com>
744
745 * gdb.base/range-stepping.c: New file.
746 * gdb.base/range-stepping.exp: New file.
747 * gdb.trace/range-stepping.c: New file.
748 * gdb.trace/range-stepping.exp: New file.
749 * lib/range-stepping-support.exp: New file.
750
5f2e6b00
TT
7512013-05-22 Tom Tromey <tromey@redhat.com>
752
753 * gdb.cp/class2.cc (main): New local 'aref'.
754 * gdb.cp/class2.exp: Check printing of 'aref'.
755
e6ba475a
DE
7562013-05-22 Doug Evans <dje@google.com>
757
758 * gdb.threads/wp-replication.c (main): Insert some code at the start
759 to ensure the breakpoint on main is only hit once. Fix comment.
760
52c935b6
KS
7612013-05-21 Keith Seitz <keiths@redhat.com>
762 Pedro Alves <palves@redhat.com>
763
764 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
765 gdb_expect.
766 Add test to flush the remaining input buffer so that this
767 file passes testsuite/12649.
768
bd9673a4
PW
7692013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
770
771 * gdb.base/catch-signal-fork.exp: New file.
772 * gdb.base/catch-signal-fork.c: New file.
773
69a97597
SA
7742013-05-21 Sterling Augustine <saugustine@google.com>
775
776 * boards/remote-stdio-gdbserver.exp: New file.
777
44e97363
JK
7782013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
779
780 PR testsuite/12649
781 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
782 racy matches.
783
02392865
CG
7842013-05-21 Christian Groessler <chris@groessler.org>
785
786 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
787 since it's not supported in all shells.
788
c5867ab6
HZ
7892013-05-21 Hui Zhu <hui@codesourcery.com>
790
791 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
792 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
793
6c9e2db4
DE
7942013-05-20 Doug Evans <dje@google.com>
795
796 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
797 (_handle_DW_TAG): Use it.
798 (cu, tu): Replace parameters is_64, version, addr_size with options.
799 All callers updated. Add Fission support.
800 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
801 * gdb.dwarf2/method-ptr.exp: Ditto.
802 * gdb.dwarf2/nostaticblock.exp: Ditto.
803 * gdb.dwarf2/subrange.exp: Ditto.
804 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
805
4a6e676c
TT
8062013-05-20 Tom Tromey <tromey@redhat.com>
807
808 * gdb.gdb/python-selftest.exp: New file.
809
e19d3afb
DE
8102013-05-20 Doug Evans <dje@google.com>
811
812 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
813 -fdebug-types-section.
814
4d804846
JB
8152013-05-20 Joel Brobecker <brobecker@adacore.com>
816
817 * gdb.ada/float_param: New testcase.
818
8d324e83
DE
8192013-05-17 Doug Evans <dje@google.com>
820
7d0c9981
DE
821 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
822 Add tests for "maint check-symtabs", "maint expand-symtabs".
823
8d324e83
DE
824 * gdb.base/maint.exp: Remove testing of individual maint command
825 help output.
826
177aadc4
PA
8272013-05-16 Pedro Alves <palves@redhat.com>
828
829 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
830 comment. Use gdb_test_no_output.
831
b8fea896
JB
8322013-05-16 Joel Brobecker <brobecker@adacore.com>
833
834 * gdb.ada/complete.exp: Add test verifying completion using
835 the "tab" key.
836
52c935b6
KS
8372013-05-15 Keith Seitz <keiths@redhat.com>
838
839 * gdb.base/filesym.exp: New completer test.
840 * gdb.base/filesym.c: New file.
841
ed0f00b8
PA
8422013-05-15 Pedro Alves <palves@redhat.com>
843
844 * gdb.base/fixsection.c: Remove attribution.
845 * gdb.base/watch-read.exp: Ditto.
846
55fb6d27
TT
8472013-05-13 Tom Tromey <tromey@redhat.com>
848
849 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
850 size and change type sizes to 4 bytes.
851
ac1ca910
TT
8522013-05-13 Tom Tromey <tromey@redhat.com>
853
854 * gdb.base/exprs.exp (test_expr): Add regression test.
855 * gdb.base/exprs.c (null_t_struct): New global.
856
8414efef
MB
8572013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
858
859 * gdb.base/default.exp: Disable history saving.
860 * gdb.base/setshow.exp: Likewise.
861
9779ab84
PA
8622013-05-10 Pedro Alves <palves@redhat.com>
863
864 PR remote/15455
865
866 * gdb.trace/qtro.c: New file.
867 * gdb.trace/qtro.exp: New file.
868
1e611234
PM
8692013-05-10 Phil Muldoon <pmuldoon@redhat.com>
870
871 * gdb.python/py-framefilter.py: New File.
872 * gdb.python/py-framefilter-mi.exp: Ditto.
873 * gdb.python/py-framefilter.c: Ditto.
874 * gdb.python/py-framefilter-mi.exp: Ditto.
875 * gdb.python/py-framefilter-mi.c: Ditto,
876 * gdb.python/py-framefilter-gdb.py.in: Ditto.
877
5e4c3ac4
TT
8782013-05-08 Tom Tromey <tromey@redhat.com>
879
880 * gdb.base/solib-search.exp: Set test name for "set
881 solib-search-path" test.
882
993654a9
HAQ
8832013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
884
885 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
886 (set_a_tracepoint): Set tracepoint before prologue.
887 (run_trace_experiment): Test setup_tracepoints and 'break end'
888 in it.
889 (trace_buffer_normal): Remove.
890 (gdb_trace_circular_tests): Remove. Move tests to...
891 (top level): ...here. Call 'runto_main' before checking for
892 trace support. Use commands to check the support for circular
893 trace buffer and changing of trace buffer size. Add test
894 to calculate size of single frame. Use this size to
895 calculate the size of trace buffer. Use 'tfind pc func9'
896 instead of 'tfind 9'. Use 'with_test_prefix'.
897
c95aea6b
TT
8982013-05-07 Tom Tromey <tromey@redhat.com>
899
900 * lib/selftest-support.exp: New file.
901 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
902 do_self_tests.
903 (setup_test, find_gdb): Remove.
904 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
905 do_self_tests.
906 (setup_test, find_gdb): Remove.
907 (test_observer): Don't call setup_test. Remove argument.
908 * gdb.gdb/selftest.exp: Load selftest-support.exp.
909 (find_gdb): Remove.
910 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
911 do_self_tests.
912 (setup_test, find_gdb): Remove.
913 (test_with_self): Don't call setup_test. Remove argument.
914
1f031429
PA
9152013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
916
917 * gdb.arch/system-gcore.exp: Remove.
918 * gdb.arch/gcore.c: Remove.
919 * gdb.base/gcore.exp: Add "info reg system".
920
58ce7251
SDJ
9212013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
922
923 PR breakpoints/15413:
924 * gdb.base/pending.exp: Add test for completion of the "condition"
925 command for pending breakpoints.
926 * gdb.linespec/linespec.ex: Add test for completion of the
927 "condition" command when dealing with multiple locations.
928
aacbb8a5
LM
9292013-05-07 Luis Machado <lgustavo@codesourcery.com>
930
931 * gdb.threads/wp-replication.c: New file.
932 * gdb.threads/wp-replication.exp: New file.
933
2dd6254d
SL
9342013-05-06 Sandra Loosemore <sandra@codesourcery.com>
935
936 * gdb.xml/tdesc-regs.exp: Add case for nios2.
937
c2a96e8c
DE
9382013-05-06 Doug Evans <dje@google.com>
939
b903e17e
DE
940 * gdb.base/solib-search-lib1.c: New file.
941 * gdb.base/solib-search-lib2.c: New file.
942 * gdb.base/solib-search.c: New file.
943 * gdb.base/solib-search.h: New file.
944 * gdb.base/solib-search.exp: New file.
945
fac51dd9
DE
946 * lib/gdb.exp (gdb_core_cmd): New function.
947 * gdb.arch/system-gcore.exp: Use it.
948 * gdb.arch/vsx-regs.exp: Ditto.
949 * gdb.base/gcore.exp: Ditto.
950 * gdb.threads/gcore-thread.exp: Ditto.
951
c2a96e8c
DE
952 * gdb.reverse/shr.h: New file.
953 * gdb.reverse/shr1.c: New file.
954 * gdb.reverse/shr2.c: #include "shr.h".
955 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
956 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
957 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
958 Update tests using sleep/printf to use shr2.sl instead.
959 * gdb.reverse/solib-reverse.exp: Ditto.
960
b6807d98
TT
9612013-05-06 Tom Tromey <tromey@redhat.com>
962
963 * gdb.dwarf2/implptrconst.c: New file.
964 * gdb.dwarf2/implptrconst.exp: New file.
965 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
966 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
967 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
968
96f7d3f1
PW
9692013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
970
971 * gdb.base/catch-sig.c (main): Raise SIGINT.
972 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
973
1ebff1fd
HAQ
9742013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
975
976 * status-stop.exp (test_tstart_tstart): Check for error
977 returned by the second 'tstart' command.
978
f92b06da
WT
9792013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
980
981 * gdb.xml/maint_print_struct.exp: New file.
982 * gdb.xml/maint_print_struct.xml: New file.
983
ff546935
TT
9842013-04-25 Tom Tromey <tromey@redhat.com>
985
986 * gdb.dwarf2/nostaticblock.exp: New file.
987
bf9e4d0c
MB
9882013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
989
990 PR gdb/10462
991 * gdb.base/setshow.exp: Add test case.
992
a11cfd87
HZ
9932013-04-23 Hui Zhu <hui@codesourcery.com>
994
995 PR gdb/15293
a11cfd87
HZ
996 * gdb.base/dprintf.exp: Add ignore command.
997
2d9442cc
HZ
9982013-04-23 Hui Zhu <hui@codesourcery.com>
999
1000 PR gdb/15165
2d9442cc
HZ
1001 * gdb.base/save-bp.exp: Add test for dprintf.
1002
0f3305ed
TT
10032013-04-22 Tom Tromey <tromey@redhat.com>
1004
1005 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
1006 notice_open_fds.
1007
d504301e
SDJ
10082013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1009
1010 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
1011 ldflags.
1012
9991b207
SDJ
10132013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1014
1015 * gdb.arch/arm-bl-branch-dest.c: New file.
1016 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
1017
433730c9
PA
10182013-04-19 Vladimir Kargov <kargov@gmail.com>
1019 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.arch/i386-float.S: New file.
1022 * gdb.arch/i386-float.exp: New file.
1023
9a908334
LM
10242013-04-18 Luis Machado <lgustavo@codesourcery.com>
1025
1026 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
1027 type void *.
1028
4f22ed5c
DE
10292013-04-17 Doug Evans <dje@google.com>
1030
1031 * lib/dwarf.exp (Dwarf): New proc "tu".
1032 * gdb.dwarf2/missing-sig-type.exp: New file.
1033
a0d3f2f5
SCR
10342013-04-15 Siva Chandra Reddy <sivachandra@google.com>
1035
1036 Add option to link testcases with Pthreads library when
1037 using 'prepare_for_testing' in tests.
1038
1039 * lib/gdb.exp (build_executable_from_specs): Use
1040 gdb_compile_pthreads to compile if option "pthreads" is
1041 specified.
1042
cc16e6c9
TT
10432013-04-15 Tom Tromey <tromey@redhat.com>
1044
1045 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
1046
72f1fe8a
TT
10472013-04-15 Tom Tromey <tromey@redhat.com>
1048
1049 * gdb.base/default.exp: Update for $_exception.
1050 * gdb.cp/exceptprint.cc: New file.
1051 * gdb.cp/exceptprint.exp: New file.
1052 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
1053
6e72ca20
TT
10542013-04-15 Tom Tromey <tromey@redhat.com>
1055
1056 * gdb.cp/typeid.cc: New file.
1057 * gdb.cp/typeid.exp: New file.
1058
591f19e8
TT
10592013-04-15 Tom Tromey <tromey@redhat.com>
1060
1061 * gdb.cp/exception.exp: Add "catch rethrow" tests.
1062
da9160e4
YQ
10632013-04-13 Yao Qi <yao@codesourcery.com>
1064
1065 * gdb.base/completion.exp: Test completion of command
1066 'target ctf' if target ctf is supported.
1067
f81d1120
PA
10682013-04-10 Pedro Alves <palves@redhat.com>
1069
1070 * gdb.base/completion.exp: Test "set height", "set listsize" and
1071 "set trace-buffer-size" completion.
1072 * gdb.base/setshow.exp: Test "set height unlimited".
1073 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
1074 unlimited".
1075
393fd4c3
YQ
10762013-04-10 Yao Qi <yao@codesourcery.com>
1077
1078 * gdb.trace/actions.exp: Save trace data to CTF.
1079 Change to ctf target if GDB supports, read CTF data in ctf
1080 target, and check the actions of tracepoints.
1081 * gdb.trace/while-stepping.exp: Likewise.
1082 * gdb.trace/report.exp: Test GDB saves trace data to CTF
1083 format and read CTF trace file if GDB supports.
1084 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
1085 target is supported, change to ctf target, read trace data and
1086 check output of command "tstatus".
1087 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
1088 read CTF data by target ctf and call check_tsv.
1089
b7a273f8
YQ
10902013-04-10 Yao Qi <yao@codesourcery.com>
1091
1092 * gdb.trace/actions.exp (check_tracepoint): New.
1093 (top level): Start the tracing and check the actions of
1094 tracepoints. Save trace data to tfile format. Restart GDB
1095 and read trace file in tfile target. Check the actions of
1096 tracepoints again.
1097 * gdb.trace/while-stepping.exp: Likewise.
1098
f3786771
YQ
10992013-04-10 Yao Qi <yao@codesourcery.com>
1100
1101 * gdb.trace/report.exp: Use standard_output_file for saved
1102 trace file.
1103
5c2b4418
HZ
11042013-04-10 Hui Zhu <hui@codesourcery.com>
1105
1106 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
1107 (MISCELLANEOUS): Add dprintf-pendshr.sl.
1108 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
1109
f7543f0a
JK
11102013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1111
1112 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
1113 response.
1114
f6de8ec2
PA
11152013-04-08 Pedro Alves <palves@redhat.com>
1116
1117 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
1118 the location.
1119
b8abfd58
SL
11202013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1121
1122 * gdb.cp/cplabel.exp: Allow empty directory in file reported
1123 for breakpoint location.
1124
156bffd0
SL
11252013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1126
1127 * gdb.linespec/linespec.exp: Make dir/file:line tests
1128 conditional for non-remote hosts only.
1129
c9a6ce02
PA
11302013-04-04 Stan Shebs <stan@codesourcery.com>
1131 Pedro Alves <palves@redhat.com>
1132
1133 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
1134 * gdb.trace/actions-changed.c: New file.
1135 * gdb.trace/actions-changed.exp: New file.
1136 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
1137 (gdb_trace_setactions_command): ... this. Add "actions_command"
1138 parameter, and handle it.
1139 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
1140
4bd05f24
YQ
11412013-04-04 Yao Qi <yao@codesourcery.com>
1142
1143 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
1144 'step'.
1145
3758b5ce
YQ
11462013-04-03 Yao Qi <yao@codesourcery.com>
1147
1148 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
1149 "tfile-basic.tf".
1150 (test_tfind_tfile): Likewise.
1151
1dcaed0d
YQ
11522013-04-03 Yao Qi <yao@codesourcery.com>
1153
1154 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
1155 "tfile-basic.tf" instead of "basic.tf".
1156 (write_error_trace_file): Pass argument "tfile-error.tf"
1157 instead of "error.tf".
1158 * gdb.trace/tfile.exp: Update tfile names to
1159 "tfile-basic.tf" and "tfile-error.tf".
1160
0e7a53fc
SL
11612013-04-02 Sandra Loosemore <sandra@codesourcery.com>
1162
1163 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
1164 empty directory in file for breakpoint hit.
1165
9852c492
YQ
11662013-03-29 Yao Qi <yao@codesourcery.com>
1167
1168 * gdb.base/completion.exp: Test completion of commands
1169 "target core", "target tfile" and "target exec".
1170 * gdb.trace/tfile.exp: Test completion of command
1171 "target tfile".
1172
af312be7
JB
11732013-03-28 Joel Brobecker <brobecker@adacore.com>
1174
1175 * gdb.ada/win_fu_syms: New testcase.
1176
e4a48d9d
DE
11772013-03-28 Doug Evans <dje@google.com>
1178
1179 * gdb.base/maint.exp (maint print statistics): Update expected output.
1180
7f7cc265
PA
11812013-03-28 Pedro Alves <palves@redhat.com>
1182
1183 PR gdb/15294
1184
1185 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
1186 mean unlimited instead of $arg < 0.
1187 (test_listsize): Remove "listsize of 0 suppresses output" test.
1188 Test that "set listsize 0" ends up with an unlimited listsize.
1189
fc0da894
PA
11902013-03-28 Pedro Alves <palves@redhat.com>
1191
1192 * gdb.base/list.exp (last_line): New global.
1193 (last_line_re): New global.
1194 (test_listsize, test_list_function, test_list_forward)
1195 (test_repeat_list_command, test_list_range)
1196 (test_list_filename_and_function): Use them.
1197 * gdb.base/list0.c: Comment the last line of the file with "last
1198 line".
1199
abe7b711
PA
12002013-03-28 Pedro Alves <palves@redhat.com>
1201
1202 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
1203 list the whole file.
1204
15b3979c
PA
12052013-03-28 Pedro Alves <palves@redhat.com>
1206
1207 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
1208 "set listsize".
1209
96811e3b
KS
12102013-03-26 Keith Seitz <keiths@redhat.com>
1211
1212 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
1213 from passing.
1214
4043f22b
PA
12152013-03-26 Pedro Alves <palves@redhat.com>
1216
1217 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
1218 until after GDB has run.
1219
14a1aa17
YQ
12202013-03-26 Yao Qi <yao@codesourcery.com>
1221
1222 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
1223 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
1224
99c819ee
MM
12252013-03-26 Markus Metzger <markus.t.metzger@intel.com>
1226
1227 * gdb.btrace/enable.exp: Add regression test.
1228
24955f63
TT
12292013-03-25 Tom Tromey <tromey@redhat.com>
1230
1231 * gdb.cp/m-static.exp: Add destructor-printing tests.
1232
fce632b6
TT
12332013-03-25 Tom Tromey <tromey@redhat.com>
1234
1235 * gdb.cp/m-static.exp: Add constructor ptype tests.
1236 * gdb.cp/m-static.cc (single_constructor): New class.
1237 (main): Make instance of single_constructor.
1238
598d3636
JK
12392013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1240 Pedro Alves <palves@redhat.com>
1241
1242 * gdb.server/server-kill.c: New file.
1243 * gdb.server/server-kill.exp: New file.
1244
c12440c9
PA
12452013-03-21 Pedro Alves <palves@redhat.com>
1246
1247 * gdb.trace/trace-buffer-size.exp (get default buffer size):
1248 Expect $gdb_prompt in gdb_test_multiple.
1249
bd712aed
DE
12502013-03-21 Doug Evans <dje@google.com>
1251
1252 * gdb.base/maint.exp: Update tests for per-command stats.
1253
b2f83c08
TT
12542013-03-21 Tom Tromey <tromey@redhat.com>
1255
1256 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
1257 * gdb.cp/misc.exp: Add test for FILENAME:: case.
1258
ef0026f0
PA
12592013-03-20 Pedro Alves <palves@redhat.com>
1260
1261 PR gdb/15289
1262
1263 * gdb.base/remote.exp: Test
1264 "set remote hardware-watchpoint-limit -1",
1265 "set remote hardware-breakpoint-limit -1",
1266 "set remote hardware-watchpoint-limit 2147483647" and
1267 "set remote hardware-breakpoint-limit 2147483647".
1268
3f1175a9
PA
12692013-03-20 Pedro Alves <palves@redhat.com>
1270 Yao Qi <yao@codesourcery.com>
1271
1272 * gdb.trace/tfile.c: Add comments.
1273 (nonconstglob): New global.
1274 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
1275 global that is not covered by the trace frame. Test
1276 disassembling.
1277
a09ae1c1
JK
12782013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1279
1280 * gdb.base/valgrind-infcall.exp
1281 (continue #$continue_count) <remote connection closed>
1282 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
1283 $valgrind_pid.
1284
9ce98649
TT
12852013-03-15 Tom Tromey <tromey@redhat.com>
1286
1287 * gdb.cp/overload.cc (intintfunc): New.
1288 * gdb.cp/overload.exp: Add regression test.
1289
0a251e08
YQ
12902013-03-15 Yao Qi <yao@codesourcery.com>
1291
1292 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
1293 using with_test_prefix.
1294 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
1295 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
1296 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
1297 * gdb.threads/watchpoint-fork.exp (test): Likewise.
1298 * gdb.base/break-interp.exp (test_core): Likewise.
1299 (test_attach_gdb): Likewise.
1300 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
1301 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1302 Likewise.
1303 * gdb.base/jit-so.exp (one_jit_test): Likewise.
1304 * gdb.base/jit.exp (one_jit_test): Likewise.
1305 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
1306 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
1307 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
1308 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
1309 Likewise.
1310 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1311 Likewise.
1312 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
1313 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
1314 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
1315 (tracepoint_change_loc_2): Likewise.
1316 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1317 Likewise.
1318 (disconnected_tfind): Likewise.
1319 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
1320 Likewise.
1321 (test_tfind_remote): Likewise.
1322 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
1323 Likewise.
1324 (test_pending_resolved): Likewise.
1325 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1326 Likewise.
1327 (test_upload_tsv): Likewise.
1328 * gdb.trace/pending.exp (pending_tracepoint_resolved):
1329 Likewise.
1330 (pending_tracepoint_works): Likewise.
1331 * gdb.trace/report.exp (use_collected_data): Likewise.
1332 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
1333 Likewise.
1334 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
1335 * gdb.trace/strace.exp (strace_info_marker): Likewise.
1336 (strace_trace_on_same_addr): Likewise.
1337 (strace_trace_on_diff_addr): Likewise.
1338 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
1339 (gdb_collect_locals_test): Likewise.
1340 (gdb_unavailable_registers_test): Likewise.
1341 (gdb_collect_globals_test): Likewise.
1342
2c415c0f
YQ
13432013-03-15 Yao Qi <yao@codesourcery.com>
1344
1345 * gdb.base/condbreak.exp: Add semicolon back which was removed
1346 by my previous commit.
1347
ae59b1da
YQ
13482013-03-14 Yao Qi <yao@codesourcery.com>
1349
1350 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
1351 'return'.
1352 (gdb_target_monitor, gdb_load): Likewise.
1353 * config/sid.exp (gdb_load): Likewise.
1354 * config/slite.exp (gdb_load): Likewise.
1355 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
1356 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
1357 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
1358 (single_step_until): Likewise.
1359 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1360 * gdb.arch/system-gcore.exp: Likewise.
1361 * gdb.base/bigcore.exp (extract_heap): Likewise.
1362 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
1363 * gdb.base/call-ar-st.exp: Likewise.
1364 * gdb.base/call-rt-st.exp: Likewise.
1365 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
1366 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
1367 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
1368 * gdb.base/corefile.exp: Likewise.
1369 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
1370 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
1371 * gdb.base/fixsection.exp: Likewise.
1372 * gdb.base/funcargs.exp: Likewise.
1373 * gdb.base/gcore-buffer-overflow.exp: Likewise.
1374 * gdb.base/gcore-relro.exp: Likewise.
1375 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
1376 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
1377 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
1378 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
1379 * gdb.base/list.exp: Likewise.
1380 (set_listsize): Likewise.
1381 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
1382 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
1383 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
1384 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
1385 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
1386 * gdb.base/setvar.exp: Likewise.
1387 (test_set): Likewise.
1388 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
1389 * gdb.base/solib-overlap.exp: Likewise.
1390 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
1391 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
1392 * gdb.base/watchpoint.exp (initialize): Likewise.
1393 (test_simple_watchpoint): Likewise.
1394 (test_disabling_watchpoints): Likewise.
1395 (test_watchpoint_triggered_in_syscall): Likewise.
1396 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
1397 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
1398 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
1399 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
1400 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
1401 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
1402 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1403 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1404 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
1405 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
1406 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1407 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
1408 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
1409 * gdb.mi/gdb792.exp: Likewise.
1410 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
1411 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
1412 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
1413 * gdb.threads/gcore-thread.exp: Likewise.
1414 (load_core): Likewise.
1415 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
1416 (test_startup, check_control_c): Likewise.
1417 * gdb.threads/sigstep-threads.exp: Likewise.
1418 * gdb.threads/thread_check.exp: Likewise.
1419 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
1420 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
1421 (set_a_tracepoint, trace_buffer_normal): Likewise.
1422 (gdb_trace_circular_tests): Likewise.
1423 * gdb.trace/collection.exp: Likewise.
1424 * gdb.trace/disconnected-tracing.exp: Likewise.
1425 * gdb.trace/infotrace.exp: Likewise.
1426 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1427 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1428 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
1429 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
1430 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
1431 * gdb.trace/stap-trace.exp: Likewise.
1432 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
1433 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
1434 * gdb.trace/trace-buffer-size.exp: Likewise.
1435 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
1436 * gdb.trace/unavailable.exp: Likewise.
1437 * gdb.trace/while-dyn.exp: Likewise.
1438 * lib/fortran.exp (set_lang_fortran): Likewise.
1439 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
1440 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
1441 (default_gdb_start, get_compiler_info): Likewise.
1442 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
1443 (get_debug_format, setup_xfail_format): Likewise.
1444 (rerun_to_main, gdb_skip_float_test): Likewise.
1445 (build_id_debug_filename_get, get_remotetimeout): Likewise.
1446 * lib/java.exp (set_lang_java): Likewise.
1447 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
1448 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
1449 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
1450 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
1451 * lib/objc.exp (set_lang_objc): Likewise.
1452 * lib/pascal.exp (set_lang_pascal): Likewise.
1453 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1454 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
1455 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
1456
bb869963
SDJ
14572013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
1458
1459 PR c++/15203
1460 PR c++/15210
1461 * gdb.cp/m-static.cc (keepalive_int): New function.
1462 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
1463 * gdb.cp/m-static.exp: New test for `sintvar'.
1464
e2be70a0
YQ
14652013-03-14 Yao Qi <yao@codesourcery.com>
1466
1467 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
1468 of 'tstatus' into tstatus_output.
1469 (top level): Save the trace data to tfile. Read trace file in
1470 tfile target. Check the trace status.
1471
8ddb1965
YQ
14722013-03-13 Yao Qi <yao@codesourcery.com>
1473
1474 * gdb.trace/tsv.exp (check_tsv): New.
1475 (top level): Save a tfile on current trace session. Call
1476 check_tsv on live target. Load the tfile with target tfile
1477 and call check_tsv again.
1478
045dd51f
YQ
14792013-03-13 Yao Qi <yao@codesourcery.com>
1480
1481 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
1482 Replace some "gdb_test" with "gdb_test_no_output".
1483
82d049ab
PH
14842013-03-12 Paul Hilfinger <hilfingr@adacore.com>
1485
1486 * gdb.ada/expr_delims.exp: New file.
1487 * gdb.ada/expr_delims/foo.adb: New file.
1488 * gdb.ada/expr_delims/pck.ads: New file.
1489 * gdb.ada/expr_delims/pck.adb: New file.
1490
cb8ea32b
KS
14912013-03-11 Keith Seitz <keiths@redhat.com>
1492
1493 * watchpoint.exp (test_no_hw_watchpoints): Add test using
1494 both condition and thread. Then delete the watchpoint.
1495
2f1d9bdd
MM
14962013-03-11 Christian Himpel <christian.himpel@intel.com>
1497
1498 * Makefile.in: Add btrace testsuite.
1499 * configure: Regenerated.
1500 * configure.ac: Add btrace testsuite.
1501 * gdb.btrace/Makefile.in: New file.
1502 * gdb.btrace/enable.c: New file.
1503 * gdb.btrace/enable.exp: New file.
1504 * gdb.btrace/function_call_history.c: New file.
1505 * gdb.btrace/function_call_history.exp: New file.
1506 * gdb.btrace/instruction_history.c: New file.
1507 * gdb.btrace/instruction_history.exp: New file.
1508 * gdb.btrace/instruction_history.S: New file.
1509 * lib/gdb.exp: Add btrace skip proc.
1510
05c56a9d
JK
15112013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1512
1513 Fix entry-values if the callee called a noreturn function.
1514 * gdb.arch/amd64-tailcall-noret.S: New file.
1515 * gdb.arch/amd64-tailcall-noret.c: New file.
1516 * gdb.arch/amd64-tailcall-noret.exp: New file.
1517
9112db09
JK
15182013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1519
1520 Fix entry-values in C++ across CUs.
1521 * gdb.arch/amd64-tailcall-cxx.exp: New file.
1522 * gdb.arch/amd64-tailcall-cxx1.S: New file.
1523 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
1524 * gdb.arch/amd64-tailcall-cxx2.S: New file.
1525 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
1526
be9a119c 15272013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1528 Hafiz Abid Qadeer <abidh@codesourcery.com>
1529
1530 gdb/testsuite/
1531 * gdb.trace/trace-buffer-size.exp: New file.
1532 * gdb.trace/trace-buffer-size.c: New file.
1533
049109b0
PA
15342013-03-06 Pedro Alves <palves@redhat.com>
1535
1536 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
1537 doesn't support the tested optional feature, call "unsupported"
1538 with the same test message as the "pass" case, instead of calling
1539 "pass" with a different message. Use the same text for the "fail"
1540 cases too.
1541
4aa54120
YQ
15422013-03-06 Yao Qi <yao@codesourcery.com>
1543
1544 * gdb.trace/tstatus.exp: Remove the invocation of
1545 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
1546 (test_tracepoints): Don't set fast tracepoint.
1547 (top level): Don't check agent library is loaded or not.
1548
b8b71e63
YQ
15492013-03-06 Yao Qi <yao@codesourcery.com>
1550
1551 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
1552 parentheses by "\\".
1553
33f448b1
JK
15542013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1555
1556 * gdb.linespec/base/one/thefile.cc (twodup): New.
1557 (m): Call it.
1558 * gdb.linespec/base/two/thefile.cc (dupname): New.
1559 (n): Call it.
1560 * gdb.linespec/break-ask.exp: New file.
1561 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
1562
1c942fb9
YQ
15632013-02-28 Yao Qi <yao@codesourcery.com>
1564
1565 * gdb.trace/report.exp: Move some code to ...
1566 (use_collected_data): New.
1567 (top level): Call use_collected_data once on the live target.
1568 Save at file of the current trace session, load it with target
1569 tfile, and call use_collected_data again.
1570
5b967901
JK
15712013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1572
1573 * gdb.threads/fork-thread-pending.c (main): Add alarm.
1574
6447023f
JK
15752013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1576
1577 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
1578 Add final kill of ${valgrind_pid}.
1579
9f44fbc0
SCR
15802013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1581
1582 * gdb.python/py-arch.c: New test case
1583 * gdb.python/py-arch.exp: New tests to test
1584 gdb.Architecture.disassemble
1585 * gdb.python/Makefile.in: Add py-arch to the list of
1586 EXECUTABLES.
1587
4c9ad8c2
TT
15882013-02-18 Tom Tromey <tromey@redhat.com>
1589
1590 * gdb.dwarf2/subrange.exp: New file.
1591
f5911ea1
HAQ
15922013-02-15 Pedro Alves <pedro@codesourcery.com>
1593 Hafiz Abid Qadeer <abidh@codesourcery.com>
1594
1595 * gdb.trace/tfile.exp: Add test for -trace-status command.
1596
420f4384
JK
15972013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1598
1599 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
1600 nanosleep by sleep.
1601
4819b3f8
PA
16022013-02-14 Pedro Alves <palves@redhat.com>
1603
1604 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
1605
1773c82c
HAQ
16062013-02-14 Pedro Alves <pedro@codesourcery.com>
1607 Hafiz Abid Qadeer <abidh@codesourcery.com>
1608
1609 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
1610
e234dfaf
TT
16112013-02-12 Tom Tromey <tromey@redhat.com>
1612
1613 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
1614 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
1615
6c01dd94
PA
16162013-02-12 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.base/catch-signal.c: Update copyright years.
1619 * gdb.base/catch-signal.exp: Update copyright years.
1620 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
1621 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
1622 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
1623 * gdb.dwarf2/dw2-error.S: Update copyright years.
1624 * gdb.dwarf2/dw2-error.c: Update copyright years.
1625 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
1626 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
1627 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
1628
595fc67f
PA
16292013-02-12 Pedro Alves <palves@redhat.com>
1630
1631 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
1632 message.
1633 * gdb.base/sigaltstack.exp: Ditto.
1634 * gdb.base/siginfo.exp: Ditto.
1635 * gdb.base/sizeof.exp: Ditto.
1636
17282693
PA
16372013-02-12 Pedro Alves <palves@redhat.com>
1638
1639 * gdb.mi/mi-basics.exp: Tweak intro comment.
1640 * gdb.mi/mi-break.exp: Tweak intro comment.
1641 * gdb.mi/mi-console.exp: Tweak intro comment.
1642 * gdb.mi/mi-file.exp: Tweak intro comment.
1643 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
1644 * gdb.mi/mi-return.exp: Tweak intro comment.
1645 * gdb.mi/mi-stepi.exp: Tweak intro comment.
1646 * gdb.mi/mi-until.exp: Tweak intro comment.
1647 * gdb.mi/mi-watch.exp: Tweak intro comment.
1648
8a4ac37e
PA
16492013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
1650
1651 * gdb.server/no-thread-db.exp: New file.
1652 * gdb.server/no-thread-db.c: New file.
1653 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
1654
c2792f5a
DE
16552013-02-11 Doug Evans <dje@google.com>
1656
1657 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
1658 two decfloats.
1659
d9e98382
SDJ
16602013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1661
1662 * gdb.base/bitfields.c (struct internalvartest): New declaration.
1663 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
1664
a321661a
JK
16652013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1666
1667 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
1668
134a2066
YQ
16692013-02-06 Yao Qi <yao@codesourcery.com>
1670
1671 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
1672 to ...
1673 (test_create_delete_modify_tsv): ... here. New test on modifying
1674 the initial value of a tsv.
1675
5a2dc60a
JK
16762013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1677
1678 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
1679 (cd .../rdir): ... here.
1680
233d95b5
JK
16812013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1682
1683 * gdb.linespec/base/one/header.h: New file.
1684 * gdb.linespec/base/two/header.h: New file.
1685 * gdb.linespec/macro-relative.c: New file.
1686 * gdb.linespec/macro-relative.exp: New file.
1687
fbd9ab74
JK
16882013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1689
1690 * gdb.base/fullpath-expand-func.c: New file.
1691 * gdb.base/fullpath-expand.c: New file.
1692 * gdb.base/fullpath-expand.exp: New file.
1693 * gdb.base/realname-expand-real.c: New file.
1694 * gdb.base/realname-expand.c: New file.
1695 * gdb.base/realname-expand.exp: New file.
1696
1b56eb55
JK
16972013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1698
1699 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
1700 * gdb.dwarf2/dw2-dir-file-name.c: New file.
1701
af529f8f
JK
17022013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1703
1704 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
1705 (compare_filenames_for_search does not match)
1706 (compare_filenames_for_search does match): New tests.
1707
f5b95b50
JK
17082013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1709
1710 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
1711
d47921b9
JK
17122013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1713
1714 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
1715
8a92335b
JK
17162013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1717
1718 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
1719 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
1720 ${binfile}.mini_debuginfo-debuglink and
1721 ${binfile}.mini_debuginfo-debuglink.xz.
1722
17f2157d
TT
17232013-02-01 Tom Tromey <tromey@redhat.com>
1724
1725 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
1726 attributes.
1727
d65f0a9c
TT
17282013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1729 Tom Tromey <tromey@redhat.com>
1730
1731 * gdb.dwarf2/method-ptr.exp: Link with c++.
1732 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
1733
f25c0135
TT
17342013-01-31 Tom Tromey <tromey@redhat.com>
1735
1736 * gdb.base/jit.exp (compile_jit_test): New proc.
1737 Add PIE tests.
1738
7078baeb
TT
17392013-01-31 Tom Tromey <tromey@redhat.com>
1740
1741 * gdb.dwarf2/method-ptr.cc: New file.
1742 * gdb.dwarf2/method-ptr.exp: New file.
1743
1d24041a
TT
17442013-01-31 Tom Tromey <tromey@redhat.com>
1745
1746 * lib/dwarf.exp (namespace Dwarf): New.
1747
8d9878a4
TT
17482013-01-29 Tom Tromey <tromey@redhat.com>
1749
1750 * gdb.dwarf2/fission-reread.exp: Add unload test.
1751
bed911e5
DE
17522013-01-28 Doug Evans <dje@google.com>
1753
1754 * gdb.dwarf2/fission-loclists.exp: New file.
1755 * gdb.dwarf2/fission-loclists.S: New file.
1756
e229648e
JK
17572013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1758
1759 Code cleanup.
1760 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
1761 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
1762 and prepare_for_testing.
1763 * gdb.base/store.exp: Likewise.
1764
86700f00
TT
17652013-01-25 Tom Tromey <tromey@redhat.com>
1766
1767 * gdb.python/py-explore.exp: Expect the gdb prompt.
1768
8954db33
AB
17692013-01-25 Andrew Burgess <aburgess@broadcom.com>
1770
1771 * gdb.base/gnu_vector.c: New variable for use in tests.
1772 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
1773 changes in scalar to vector casting and widening.
1774 * gdb.python/py-type.c: New variables for use in tests.
1775 * gdb.python/py-type.exp: Update vector related tests to reflect
1776 changes in scalar to vector casting and widening.
1777
2077afdd
TD
17782013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1779
1780 * gdb.base/prologue-include.c: New file.
1781 * gdb.base/prologue-include.exp: New file.
1782 * gdb.base/prologue-include.h: New file.
1783
d7499464
HAQ
17842013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
1785
1786 PR gdb/13443
1787 * gdb.mi/mi-var-block.exp: Make test messages unique.
1788
e2a3e0f1
TT
17892013-01-23 Tom Tromey <tromey@redhat.com>
1790
1791 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
1792
152fcc9c
TT
17932013-01-23 Tom Tromey <tromey@redhat.com>
1794
1795 * gdb.cp/converts.cc (main): Initialize 'a'.
1796
bea883fd
SCR
17972013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1798
1799 * testsuite/gdb.python/frame.exp: Add a test for
1800 gdb.Frame.architecture() method.
1801
0928e93d
PA
18022013-01-22 Pedro Alves <palves@redhat.com>
1803
1804 * gdb.base/annota1.exp (signal sent): No longer expect
1805 breakpoints-invalid.
1806 * gdb.cp/annota2.exp (continue until exit)
1807 (watch triggered on a.x): Ditto.
1808
9c97429f
PA
18092013-01-22 Pedro Alves <palves@redhat.com>
1810
1811 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
1812 Adjust tests to breakpoints-invalid changes.
1813 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
1814 variables.
1815 Adjust tests to breakpoints-invalid changes.
1816
187d10dd
PA
18172013-01-22 Pedro Alves <palves@redhat.com>
1818
1819 * gdb.base/annota1.exp (annotate ignore count change): Add
1820 expected output for failure case.
1821
ea3aedcb
TT
18222013-01-22 Tom Tromey <tromey@redhat.com>
1823
1824 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
1825 call.
1826
998580f1
MK
18272013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1828
1829 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 1830 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
1831 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
1832 Also handle 'thread' field.
1833 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
1834 * gdb.mi/mi-watch.exp: Ditto.
1835 * lib/mi-support.exp: Ditto.
1836
8f1d5693
MK
18372013-01-21 Siva Chandra Reddy <sivachandra@google.com>
1838
1839 * gdb.python/py-explore.exp: Improve a test
1840
2d8c5d7c
DB
18412013-01-18  David Blaikie  <dblaikie@gmail.com>
1842
1843 * gdb.base/label.c (main): Correct the type of the second
1844 parameter.
1845
46f35228
TT
18462013-01-18 Tom Tromey <tromey@redhat.com>
1847
1848 * gdb.dwarf2/trace-crash.s: New file.
1849 * gdb.dwarf2/trace-crash.exp: New file.
1850
5965d69d
HAQ
18512013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
1852
43aaf8b6
PA
1853 PR gdb/13443
1854 * gdb.base/checkpoint.exp: Update test messages to make them
1855 unique.
5965d69d 1856
5ae4861a
YQ
18572013-01-18 Yao Qi <yao@codesourcery.com>
1858
1859 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
1860 output of 'info tracepoints'.
1861 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1862 Likewise.
1863 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1864 * gdb.trace/disconnected-tracing.c (struct foo): New.
1865
d84fca2c
JK
18662013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1867
1868 * gdb.dwarf2/dw2-dos-drive.S: New file.
1869 * gdb.dwarf2/dw2-dos-drive.exp: New file.
1870
aebb1cc9
DE
18712013-01-17 Doug Evans <dje@google.com>
1872
2782d512
DE
1873 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
1874 CXX_FOR_TARGET.
1875
aebb1cc9
DE
1876 * boards/cc-with-tweaks.exp: New file.
1877
db2b2972
TT
18782013-01-17 Tom Tromey <tromey@redhat.com>
1879
1880 * gdb.base/completion.exp: Add "set cp-abi" completion test.
1881
96343774
PA
18822013-01-17 Pedro Alves <palves@redhat.com>
1883
1884 Merge dg-extract-results.sh from upstream (svn 195224).
1885
1886 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 1887 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
1888
1889 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 1890 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
1891
1892 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 1893 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
1894
1895 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1896 * dg-extract-results.sh: Redirect grep output to /dev/null instead
1897 of grep -q.
1898
675921c0
SD
18992012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1900
1901 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
1902 interface.
1903 * gdb.base/jithost.c: New file.
1904 * gdb.base/jithost.h: New file.
1905 * gdb.base/jitreader.c : New file.
1906 * gdb.base/jit-protocol.h: New file.
1907
ab04a2af
TT
19082013-01-16 Tom Tromey <tromey@redhat.com>
1909
1910 * gdb.base/catch-signal.c: New file.
1911 * gdb.base/catch-signal.exp: New file.
1912
8ac3646f
TT
19132013-01-16 Tom Tromey <tromey@redhat.com>
1914
1915 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
1916
22fc223e
JK
19172013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1918
1919 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
1920
44478ab3
TT
19212013-01-14 Tom Tromey <tromey@redhat.com>
1922
1923 * gdb.base/completion.exp: Add "set gnutarget" test.
1924
06d66ee9
TT
19252013-01-14 Tom Tromey <tromey@redhat.com>
1926
1927 * gdb.dwarf2/dw2-restrict.S: New file.
1928 * gdb.dwarf2/dw2-restrict.c: New file.
1929 * gdb.dwarf2/dw2-restrict.exp: New file.
1930
c9bf0622
TT
19312013-01-14 Tom Tromey <tromey@redhat.com>
1932
1933 * gdb.dwarf2/dw2-error.exp: New file.
1934 * gdb.dwarf2/dw2-error.c: New file.
1935 * gdb.dwarf2/dw2-error.S: New file.
1936
5b12a61c
JK
19372013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1938
1939 * gdb.cp/parse-lang.cc: New file.
1940 * gdb.cp/parse-lang.exp: New file.
1941
f0a4b570
JK
19422013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1943
1944 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
1945 (set substitute-path): New test.
1946 (fullname present): Remove content.
1947 (substituted fullname): New test.
1948
f751cc97
JB
19492013-01-13 Joel Brobecker <brobecker@adacore.com>
1950
1951 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
1952 check. Move $gdb_py_is_py24 value check right after.
1953
04164e8e
JK
19542013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1955
1956 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
1957 targets.
1958
5bf480a5
YQ
19592013-01-11 Yao Qi <yao@codesourcery.com>
1960
1961 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
1962 for dprintf.
1963 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1964 Check the fields in "=breakpoint-created" for dprintf.
1965
f35a17b5
JK
19662012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1967
1968 * gdb.mi/mi-fullname-deleted.exp: New file.
1969
85817405
JK
19702012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1971
1972 * gdb.base/skip-solib.exp (info skip with pending file): Update the
1973 expected output.
1974 (info skip with pending file): Remove.
1975 (ignoring function in solib, info skip for function multiply): Update
1976 the expected output.
1977 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
1978 (info skip (delete 1), info skip after disabling all)
1979 (info skip after enabling all, info skip after disabling 4 2-3)
1980 (info skip after enabling 2-3, info skip 2-3)
1981 (info skip after deleting 2 3): Update the expected output.
1982 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
1983 statement to its initialization and return.
1984 * gdb.linespec/skip-two.exp: New file.
1985
27210e12
DE
19862012-12-19 Doug Evans <dje@google.com>
1987
1988 * gdb.base/maint.exp: Handle testing with .gdb_index.
1989
bb627a12
JB
19902012-12-19 Joel Brobecker <brobecker@adacore.com>
1991
1992 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
1993 Cavium to FSF.
1994
7785b880
JB
19952012-12-19 Joel Brobecker <brobecker@adacore.com>
1996
1997 * dg-extract-results.sh: Update contact info in copyright notice.
1998 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
1999 GPL v3 or later. Update contact info.
2000 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
2001 gdb.threads/watchpoint-fork-mt.c,
2002 gdb.threads/watchpoint-fork-parent.c,
2003 gdb.threads/watchpoint-fork-st.c,
2004 gdb.threads/watchpoint-fork.h: Likewise.
2005
f2a8bc8a
YQ
20062012-12-15 Yao Qi <yao@codesourcery.com>
2007
2008 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
2009 'installed' field in '=breakpoint-modified'.
2010 (test_reconnect): Check 'installed' field in
2011 '=breakpoint-modified' and '=breakpoint-created'.
2012
2013 * gdb.trace/actions.exp: Update test for 'installed' field.
2014 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
2015 (tracepoint_change_loc_2): Likewise.
2016 Check 'info tracepoint' display nothing else.
2017 * gdb.trace/deltrace.exp: Likewise.
2018 * gdb.trace/infotrace.exp: Likewise.
2019 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
2020 Likewise.
2021 * gdb.trace/passcount.exp: Likewise.
2022 * gdb.trace/tracecmd.exp: Likewise.
2023 * gdb.trace/while-stepping.exp: Likewise.
2024
6592e36f
TT
20252012-12-14 Tom Tromey <tromey@redhat.com>
2026
2027 * gdb.cp/member-name.exp: New file.
2028 * gdb.cp/member-name.cc: New file.
2029
7d27a96d
TT
20302012-12-14 Tom Tromey <tromey@redhat.com>
2031
2032 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
2033
f8c05d0d
DE
20342012-12-14 Doug Evans <dje@google.com>
2035
2036 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
2037 DW_OP_GNU_implicit_pointer is section-relative.
2038
451b7c33
TT
20392012-12-14 Tom Tromey <tromey@redhat.com>
2040
43aaf8b6 2041 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 2042
10e339df
PA
20432012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
2044
6fdff2c5 2045 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 2046
e780d813
DE
20472012-12-13 Doug Evans <dje@google.com>
2048
2049 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
2050 * gdb.multi/multi-arch.exp: Ditto.
2051
ca3dbcc8 20522012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 2053
ca3dbcc8
MG
2054 * gdb.mi/mi-catch-load-so.c: New. Clone of the
2055 catch load test library source file.
2056 * gdb.mi/mi-catch-load.c: New. Clone of the catch
2057 load test source file.
2058 * gdb.mi/mi-catch-load.exp: New. Test file for
2059 basic MI -catch-load and -catch-unload tests.
2060
2960a434
PK
20612012-12-11 Paul Koning <paul_koning@dell.com>
2062
2063 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
2064 exception.
2065 (_iterator_except): New function.
2066 (ArrayPrinter): Use _iterator function instead of local _iterator
2067 class for Python 3 compatibility.
2068 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 2069 _iterator.
2960a434
PK
2070 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
2071 execfile for Python 3 compatibility.
2072 * gdb.python/python.exp: Handle Python 2.4 exception traceback
2073 format in error_prompt test.
6fdff2c5 2074
9325cb04
PK
20752012-12-10 Paul Koning <paul_koning@dell.com>
2076
2077 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 2078 compatibility.
9325cb04
PK
2079 * gdb.python/py-block.exp: Ditto.
2080 * gdb.python/py-breakpoint.exp: Ditto.
2081 * gdb.python/py-cmd.exp: Ditto.
2082 * gdb.python/py-events.py: Ditto.
2083 * gdb.python/py-finish-breakpoint.py: Ditto.
2084 * gdb.python/py-finish-breakpoint2.exp: Ditto.
2085 * gdb.python/py-finish-breakpoint2.py: Ditto.
2086 * gdb.python/py-frame-inline.exp: Ditto.
2087 * gdb.python/py-frame.exp: Ditto.
2088 * gdb.python/py-infthread.exp: Ditto.
2089 * gdb.python/py-objfile.exp: Ditto.
2090 * gdb.python/py-parameter.exp: Ditto.
2091 * gdb.python/py-progspace.exp: Ditto.
2092 * gdb.python/py-prompt.exp: Ditto.
2093 * gdb.python/py-symbol.exp: Ditto.
2094 * gdb.python/py-symtab.exp: Ditto.
2095 * gdb.python/py-template.exp: Ditto.
2096 * gdb.python/py-value-cc.exp: Ditto.
2097 * gdb.python/python.exp: Ditto.
2098 * gdb.python/source2.py: Ditto.
2099 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 2100 compatibility.
9325cb04
PK
2101 Use sorted() function rather than sort() method.
2102 Accept either int or long values for enum values.
2103 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
2104 execfile for Python 3 compatibility.
2105 * gdb.python/py-evsignal.exp: Ditto.
2106 * gdb.python/py-evthreads.exp: Ditto.
2107 * gdb.python/py-mi.exp: Ditto.
2108 * gdb.python/py-pp-maint.exp: Ditto.
2109 * gdb.python/py-prettyprint.exp: Ditto.
2110 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 2111 Python 3 compatibility.
9325cb04
PK
2112 Skip tests for Python 2.4.
2113 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 2114 Python 3 compatibility.
9325cb04
PK
2115 Use byte string rather than character string in memory write test
2116 if Python 3.
2117 * gdb.python/py-pp-maint.py: Change class declarations to "new
2118 class" syntax.
2119 * gdb.python/py-prettyprint.py: Change iterator class to generator
2120 function for Python 3 compatibility.
2121 Make all classes "new style".
2122 Fix indentation issue and stray semicolon.
2123 * gdb.python/py-shared.expChange print syntax for Python 3
2124 compatibility.
2125 Define "long" if Python 3.
2126 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 2127 compatibility.
9325cb04
PK
2128 Accept either int or long values for enum values.
2129 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 2130 compatibility.
9325cb04
PK
2131 Skip "long" and "unicode" tests if Python 3.
2132 Accept either "type" or "class" in type checks.
2133 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
2134 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2135
8b9737bf
TT
21362012-12-10 Tom Tromey <tromey@redhat.com>
2137
2138 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
2139 (test): Add "two_cu" argument.
2140 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
2141 for types; allow two CUs.
2142
1b80a9fa
JK
21432012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2144
2145 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
2146 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
2147
f0b6d50a
YQ
21482012-12-08 Yao Qi <yao@codesourcery.com>
2149 Pedro Alves <palves@redhat.com>
2150
2151 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
2152 '=breakpoint-created' when GDB merges the tracepoints of both
2153 sides.
2154
2f68a895
TT
21552012-12-07 Tom Tromey <tromey@redhat.com>
2156
2157 * gdb.base/break1.c (enum some_enum, union some_union): New.
2158 (some_enum_global, some_union_global, some_value): New globals.
2159 * gdb.base/completion.exp: Add tag completion tests.
2160
4fc5d43e
TT
21612012-12-07 Tom Tromey <tromey@redhat.com>
2162
2163 * gdb.base/completion.exp: Add tests for ptype and whatis
2164 completion.
2165
6559e013
JB
21662012-12-07 Joel Brobecker <brobecker@adacore.com>
2167
2168 * gdb.base/stale-infcall.exp: Fix copyright line.
2169
ae2b630d
JB
21702012-12-07 Joel Brobecker <brobecker@adacore.com>
2171
2172 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
2173
0ba2eb0f
TT
21742012-12-06 Pedro Alves <palves@redhat.com>
2175 Tom Tromey <tromey@redhat.com>
2176
2177 * gdb.base/exprs.exp: Add tests for cast to void.
2178
731145cb
TT
21792012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
2180
2181 * gdb.python/py-mi.exp: Correct expected results for attribute
2182 "dynamic" returned by -var-update.
2183 Add test case for correct handling of "diplayhint" for children
2184 of dynamic varobjs.
2185 * gdb.python/py-prettyprint.c (set_itme): New function.
2186 (bug_14741) New function.
2187 (main) Add call to bug_14741().
2188 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
2189
e58fcc15
UW
21902012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
2191
2192 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
2193 ${binfile}.funcsyms list.
2194
e9eb0d14
YQ
21952012-12-04 Yao Qi <yao@codesourcery.com>
2196
2197 PR gdb/13443
2198 * gdb.trace/actions.exp: Make test messages unique.
2199
4983028c
TT
22002012-11-29 Tom Tromey <tromey@redhat.com>
2201
2202 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
2203
ea5e6b0e
UW
22042012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
2205
2206 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
2207 * gdb.opencl/datatypes.exp: Likewise.
2208 * gdb.opencl/operators.exp: Likewise.
2209 * gdb.opencl/vec_comps.exp: Likewise.
2210
cdde3dfb
JG
22112012-11-29 Jerome Guitton <guitton@adacore.com>
2212
2213 * gdb.ada/iwide: New testcase.
2214
b50d69b5
JG
22152012-11-29 Jerome Guitton <guitton@adacore.com>
2216
2217 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
2218 ptype test.
2219
c2d3fccf
JG
22202012-11-29 Jerome Guitton <guitton@adacore.com>
2221
2222 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
2223 form {VARIANT_TYPE}ADDRESS.
2224
5edf51fe
YQ
22252012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2226
2227 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
2228 (func): New function.
2229 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
2230 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
2231 pointers to members with pointer-to-function type.
2232
608e2dbb
TT
22332012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2234 Tom Tromey <tromey@redhat.com>
2235
2236 * gdb.base/gnu-debugdata.exp: New file.
2237 * gdb.base/gnu-debugdata.c: New file.
2238 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
2239 (gdb_unload): Return 0 on success.
2240
4648e588
JK
22412012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
2244
17d6efc4
JB
22452012-11-26 Joel Brobecker <brobecker@adacore.com>
2246
2247 * gdb.base/empty_exe.exp: New testcase.
2248
ace21957
MF
22492012-11-20 Mike Frysinger <vapier@gentoo.org>
2250
2251 * gdb.base/completion.exp: Add test for help aliases completion.
2252
5c401a0a
YQ
22532012-11-20 Yao Qi <yao@codesourcery.com>
2254
2255 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2256 Don't test 'maint set show-debug-regs'.
2257 Use command 'set remotecache' instead of
2258 'set circular-trace-buffer'.
2259
8dea366b
KS
22602012-11-16 Keith Seitz <keiths@redhat.com>
2261
2262 PR c++/13615
2263 * gdb.cp/baseenum.cc: New file.
2264 * gdb.cp/baseenum.exp: New file.
2265 * gdb.cp/derivation.cc (A): Add copyright.
2266 Add a typedef.
2267 (B): Use A::value_type instead of int. Change all references.
2268 (D): Use value_type instead of int. Change all references.
2269 (E): Likewise.
2270 (F); Likewise.
2271 (Z): New class.
2272 (ZZ): New class.
6fdff2c5 2273 (N, Base, Derived): New namespace and classes.
8dea366b
KS
2274 (main): Add instances of Z and ZZ.
2275 Make sure all symbols from N are kept.
2276 * gdb.cp/derivation.exp: Update typedef changes in tests.
2277 Add tests for class typedefs both before and after starting
2278 the inferior.
2279 Add tests for searching for a typedef while stopped in a
2280 method.
2281
5e34c6c3
LM
22822012-11-14 Luis Machado <lgustavo@codesourcery.com>
2283
2284 * gdb.mi/mi-var-create-rtti.c: New file.
2285 * gdb.mi/mi-var-create-rtti.exp: New file.
2286
5e487a5f
LM
22872012-11-14 Luis Machado <lgustavo@codesourcery.com>
2288
2289 * gdb.base/structs3.exp: Run to main before doing any tests.
2290
6d67b990
AB
22912012-11-14 Andrew Burgess <aburgess@broadcom.com>
2292
2293 * gdb.python/py-type.exp: Uniquify test names.
2294
e5d98164
YQ
22952012-11-14 Yao Qi <yao@codesourcery.com>
2296
2297 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
2298 (thread_function) [DEBUG]: Call 'printf'.
2299 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
2300 command line if 'DEBUG=1' is passed to test.
2301 Remove a pattern to match inferior's output.
2302
62747a60
TT
23032012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2304
2305 * gdb.mi/mi-fill-memory.exp: New test.
2306
18a9fc12
TT
23072012-11-12 Tom Tromey <tromey@redhat.com>
2308
2309 * gdb.base/completion.exp: Update for "info type-printers".
2310 * gdb.python/py-typeprint.cc: New file.
2311 * gdb.python/py-typeprint.exp: New file.
2312 * gdb.python/py-typeprint.py: New file.
2313
bd69fc68
TT
23142012-11-12 Tom Tromey <tromey@redhat.com>
2315
2316 * gdb.base/call-sc.exp: Use "ptype/r".
2317 * gdb.base/volatile.exp: Don't expect "int".
2318 * gdb.cp/ptype-flags.cc: New file.
2319 * gdb.cp/ptype-flags.exp: New file.
2320 * gdb.cp/templates.exp: Use ptype/r.
2321 (test_ptype_of_templates, test_template_typedef): Likewise.
2322 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
2323 argument. Handle template names and template parameters.
2324 * gdb.mi/mi-var-cmd.exp: Accept "long".
2325 * gdb.mi/mi-var-child.exp: Accept "long".
2326 * gdb.mi/mi-var-display.exp: Accept "long".
2327 * gdb.mi/mi2-var-child.exp: Accept "long".
2328
b3720c3a
TT
23292012-11-12 Tom Tromey <tromey@redhat.com>
2330
2331 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
2332 "ptype" from calls to cp_test_ptype_class.
2333 (test_enums): Likewise.
2334 * gdb.cp/derivation.exp: Remove "ptype" from calls to
2335 cp_test_ptype_class.
2336 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
2337 calls to cp_test_ptype_class.
2338 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
2339 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
2340 from calls to cp_test_ptype_class.
2341 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
2342 command here. Change "in_command" argument to "in_exp".
2343
0d63ecda
KS
23442012-11-10 Keith Seitz <keiths@redhat.com>
2345
2346 PR gdb/14288
2347 * gdb.base/printcmds.c: Add invalid_XXX globals
2348 for repeated byte tests.
2349 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
2350 * gdb.base/wchar.c (main): Add and construct a wchar_t
2351 array with repeated characters.
2352 * gdb.base/wchar.exp: Add repeated character tests.
2353
ed8a1c2d
AB
23542012-11-09 Andrew Burgess <aburgess@broadcom.com>
2355
2356 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
2357 disassembly output.
2358
9107fc8d
PA
23592012-11-09 Pedro Alves <palves@redhat.com>
2360
2361 PR gdb/14306
2362
2363 * gdb.multi/multi-arch-exec.c: New file.
2364 * gdb.multi/multi-arch-exec.exp: New file.
2365
558a9d82
YQ
23662012-11-09 Yao Qi <yao@codesourcery.com>
2367
2368 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
2369 (top level): Call it.
2370
e714f336
YQ
23712012-11-09 Yao Qi <yao@codesourcery.com>
2372
2373 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
2374 typo.
2375
6ecd4729
PA
23762012-11-09 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.multi/multi-arch.exp: New.
2379
9015683b
TT
23802012-11-08 Tom Tromey <tromey@redhat.com>
2381
2382 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
2383 core files, if possible.
2384 * gdb.base/siginfo-thread.c: New file
2385 * gdb.base/siginfo-thread.exp: New file
2386
ea9f10bb
TT
23872012-11-08 Tom Tromey <tromey@redhat.com>
2388
2389 * gdb.base/comprdebug.exp: New file.
2390
f6592439
PA
23912012-11-06 Pedro Alves <palves@redhat.com>
2392
2393 PR gdb/14810
2394
2395 * gdb.base/disabled-location.c: New file.
2396 * gdb.base/disabled-location.exp: New file.
2397
2d338fa9
TT
23982012-11-06 Tom Tromey <tromey@redhat.com>
2399
2400 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
2401 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
2402 gdb_gcore_cmd.
2403 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
2404 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
2405 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
2406 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
2407 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
2408 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
2409 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
2410 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
2411 * lib/gdb.exp (gdb_gcore_cmd): New proc.
2412
68c9da30
PA
24132012-11-05 Pedro Alves <palves@redhat.com>
2414
2415 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
2416 procedure.
2417 (do_vfork_and_follow_child_tests_exec)
2418 (do_vfork_and_follow_child_tests_exit): Call it.
2419
a7c8c931
PA
24202012-11-05 Pedro Alves <palves@redhat.com>
2421
2422 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
2423 fails.
2424
6f6484cd
YQ
24252012-11-03 Yao Qi <yao@codesourcery.com>
2426
2427 Fix PR gdb/14617.
2428 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2429 Remove setup_kfail, and update test.
2430
b45627a0
TT
24312012-11-02 Tom Tromey <tromey@redhat.com>
2432
2433 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
2434 test.
2435
f50f4e56
PA
24362012-11-02 Pedro Alves <palves@redhat.com>
2437
2438 PR gdb/14766
2439
2440 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
2441 setup_kfail.
2442 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
2443 get registers".
2444
71ce889d
PA
24452012-11-02 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.base/foll-vfork-exit.c: New file.
2448 * gdb.base/foll-vfork.exp (top level): New file-describing
2449 comment.
2450 (vfork_child_follow_to_exit): New procedure.
2451 (tcatch_vfork_then_child_follow): Rename as ...
2452 (tcatch_vfork_then_child_follow_exec): ... this.
2453 (tcatch_vfork_then_child_follow_exit): New procedure.
2454 (do_vfork_and_follow_parent_tests): New procedure, factored out
2455 from do_vfork_and_exec_tests.
2456 (do_vfork_and_follow_child_tests_exec): Ditto.
2457 (do_vfork_and_exec_tests): Delete.
2458 (do_vfork_and_follow_child_tests_exit): New procedure.
2459 (top level): Run tests with both the program that has the vfork
2460 child execing, and the program has the vfork child exiting.
2461
1e35b1a9
PA
24622012-11-02 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
2465 (check_vfork_catchpoints, vfork_parent_follow_through_step)
2466 (vfork_parent_follow_to_bp): Call it.
2467 (kill_child): Delete.
2468 (vfork_and_exec_child_follow_to_main_bp)
2469 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
2470 longer call kill_child.
2471 (tcatch_vfork_then_parent_follow): Call setup_gdb.
2472 (do_vfork_and_exec_tests): Don't runto_main before calling each
2473 test procedure.
2474 (top level): Don't clean restart and set verbose before running
2475 each test procedure.
2476
24772012-11-02 Pedro Alves <palves@redhat.com>
2478
2479 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
2480 (vfork_parent_follow_to_bp)
2481 (vfork_and_exec_child_follow_to_main_bp)
2482 (vfork_and_exec_child_follow_through_step)
2483 (tcatch_vfork_then_parent_follow)
2484 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2485 Use with_test_prefix.
2486
24872012-11-02 Pedro Alves <palves@redhat.com>
2488
2489 * gdb.base/foll-vfork.c: Add copyright header.
2490 * gdb.base/vforked-prog.c: Add copyright header.
2491
24922012-11-02 Pedro Alves <palves@redhat.com>
2493
2494 * gdb.base/foll-vfork.exp
2495 (vfork_and_exec_child_follow_through_step): Don't skip on
2496 non-HP/UX targets. Expect the next to only step one line on
2497 non-HP/UX targets, rather than stopping only after the exec.
2498
24992012-11-02 Pedro Alves <palves@redhat.com>
2500
2501 Don't hard code line numbers.
2502
2503 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
2504 Expect text from the sources instead of a line number.
2505 (vfork_parent_follow_to_bp)
2506 (vfork_and_exec_child_follow_to_main_bp)
2507 (vfork_and_exec_child_follow_through_step)
2508 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2509 Use gdb_get_line_number.
2510
25112012-11-02 Pedro Alves <palves@redhat.com>
2512
2513 Modernize.
2514
2515 * gdb.base/foll-vfork.exp: Use standard_testfile and
2516 build_executable. Pass descriptive string to untested.
2517 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
2518 (vfork_and_exec_child_follow_to_main_bp)
2519 (vfork_and_exec_child_follow_through_step)
2520 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
2521 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
2522 of send_gdb/gdb_expect.
2523
2524 (kill_child): New procedure.
2525 (vfork_and_exec_child_follow_to_main_bp)
2526 (vfork_and_exec_child_follow_through_step): Use it.
2527
f0559fff
YQ
25282012-11-02 Yao Qi <yao@codesourcery.com>
2529
2530 * gdb.base/setvar.exp: Test setting nested struct.
2531 * gdb.base/setvar.c (v_struct3): New.
2532
c207c6da
DE
25332012-11-01 Doug Evans <dje@google.com>
2534
2535 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
2536 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
2537 use them.
2538
2f27adfe
AB
25392012-10-31 Andrew Burgess <aburgess@broadcom.com>
2540
2541 PR cli/14772
2542 * gdb.base/gnu_vector.c (union_with_vector_1)
2543 (struct_with_vector_1): Add new struct and union for testing
2544 ptype.
2545 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
2546 structs / unions containing vectors.
2547
bb662ca6
YQ
25482012-10-25 Yao Qi <yao@codesourcery.com>
2549
2550 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
2551 'setup_kfail' instead of 'setup_kfail_for_target'.
2552 * gdb.base/varargs.exp: Likewise.
2553 * lib/gdb.exp (setup_kfail_for_target): Remove.
2554
635d23ff
MK
25552012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
2556
2557 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
2558
afdb064f
MK
25592012-10-25 Mark Kettenis <kettenis@gnu.org>
2560
2561 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
2562
d99dcf51
JB
25632012-10-24 Joel Brobecker <brobecker@adacore.com>
2564
2565 * gdb.ada/set_wstr: New testcase.
2566
32560274
JB
25672012-10-24 Joel Brobecker <brobecker@adacore.com>
2568
2569 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
2570
5ded5331
JB
25712012-10-24 Joel Brobecker <brobecker@adacore.com>
2572
2573 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
2574
d8d84291
MK
25752012-10-24 Mark Kettenis <kettenis@gnu.org>
2576
2577 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
2578
6e933c51
JK
25792012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2580
2581 * gdb.base/callfuncs.exp (do_function_calls): Fix
2582 setup_kfail_for_target for -m32 mode.
2583
274bd000
MK
25842012-10-23 Mark Kettenis <kettenis@gnu.org>
2585
2586 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
2587 are now fixed.
2588
545f743d
YQ
25892012-10-23 Yao Qi <yao@codesourcery.com>
2590
2591 * gdb.base/info-os.exp: Resume the inferior until it exits.
2592
48b56b6a 25932012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
2594
99c7d5a8 2595 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
2596 * gdb.base/print-file-var.exp: Likewise.
2597 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 2598
8de0566d
YQ
25992012-10-17 Yao Qi <yao@codesourcery.com>
2600
2601 * gdb.mi/mi-memory-changed.exp: New.
2602
44883546
YQ
26032012-10-16 Yao Qi <yao@codesourcery.com>
2604
2605 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
2606 returns true.
2607 Call gdb_load_shlibs.
2608 * gdb.reverse/solib-reverse.exp: Likewise.
2609
345f514a
KS
26102012-10-15 Keith Seitz <keiths@redhat.com>
2611
2612 * lib/cp-support.exp (cp_test_ptype_class): Add support
2613 for class typedefs.
2614
2615 * gdb.cp/derivation.exp: Add tests for g_instance.
2616
9e3a7d65
JK
26172012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2618
2619 Fix entry values resolving in inlined frames.
2620 * gdb.arch/amd64-entry-value-inline.S: New file.
2621 * gdb.arch/amd64-entry-value-inline.c: New file.
2622 * gdb.arch/amd64-entry-value-inline.exp: New file.
2623
21a7b089
JK
26242012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2625 Doug Evans <dje@google.com>
2626
2627 Fix recent gdb_breakpoint regression.
2628 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
2629 braces from the parameter.
2630 * gdb.java/jprint.exp: Likewise.
2631
2c47921e
DE
26322012-10-15 Doug Evans <dje@google.com>
2633
2634 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
2635
89398707
JB
26362012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
2637
2638 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
2639
801e4185
TT
26402012-10-15 Tom Tromey <tromey@redhat.com>
2641
2642 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
2643
74f910c8
TT
26442012-10-15 Tom Tromey <tromey@redhat.com>
2645
2646 * gdb.python/py-symbol.exp: Test symbol destructor.
2647
91567807
YQ
26482012-10-14 Yao Qi <yao@codesourcery.com>
2649
2650 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
2651 * gdb.mi/mi-cli.exp: New.
2652
2653 * gdb.mi/mi2-basics.exp: Remove.
2654 * gdb.mi/mi2-break.exp: Remove.
2655 * gdb.mi/mi2-console.exp: Remove.
2656 * gdb.mi/mi2-disassemble.exp: Remove.
2657 * gdb.mi/mi2-eval.exp: Remove.
2658 * gdb.mi/mi2-file.exp: Remove.
2659 * gdb.mi/mi2-hack-cli.exp: Remove.
2660 * gdb.mi/mi2-pthreads.exp: Remove.
2661 * gdb.mi/mi2-read-memory.exp: Remove.
2662 * gdb.mi/mi2-regs.exp: Remove.
2663 * gdb.mi/mi2-return.exp: Remove.
2664 * gdb.mi/mi2-simplerun.exp: Remove.
2665 * gdb.mi/mi2-stack.exp: Remove.
2666 * gdb.mi/mi2-stepi.exp: Remove.
2667 * gdb.mi/mi2-syn-frame.exp: Remove.
2668 * gdb.mi/mi2-until.exp: Remove.
2669 * gdb.mi/mi2-watch.exp: Remove.
2670 * gdb.mi/mi2-var-block.exp: Remove.
2671 * gdb.mi/mi2-var-cmd.exp: Remove.
2672 * gdb.mi/mi2-var-display.exp: Remove.
2673
87332029
YQ
26742012-10-12 Yao Qi <yao@codesourcery.com>
2675
2676 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
2677 trail '.*' on matching patterns.
2678
11fc9057
L
26792012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2680
2681 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
2682 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
2683 * gdb.arch/i386-disp-step.exp: Likewise.
2684 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2685 * gdb.arch/i386-prologue.exp: Likewise.
2686 * gdb.arch/i386-size-overlap.exp: Likewise.
2687 * gdb.arch/i386-size.exp: Likewise.
2688 * gdb.arch/i386-unwind.exp: Likewise.
2689
7d46bcdc
L
26902012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2691
2692 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
2693 * gdb.arch/i386-word.exp: Likewise.
2694
31224d9d
L
26952012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2696
2697 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
2698 is_ilp32_target to set nr_regs.
2699 * gdb.arch/i386-sse.exp: Likewise.
2700
5b7d0050
DE
27012012-10-11 Doug Evans <dje@google.com>
2702
7c09e5a0
DE
2703 PR breakpoints/14643.
2704 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
2705 * gdb.linespec/thread.c: New file.
2706 * gdb.linespec/thread.exp: New file.
2707
5b7d0050
DE
2708 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
2709 Recognize "message" -> print pass and fail. Add eof case.
2710 (runto): Recognize message, no-message. Print pass/fail if requested,
2711 with same treatment as gdb_breakpoint.
2712 (runto_main): Pass no-message to runto.
2713 (gdb_internal_error_resync): Add log message.
2714 (gdb_file_cmd): Tweak internal error fail text for consistency.
2715
2e24f4aa
JK
27162012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2717
2718 Fix crash during stepping on ppc32.
2719 * gdb.base/step-symless.c: New file.
2720 * gdb.base/step-symless.exp: New file.
2721
aa14df25
DE
27222012-10-03 Doug Evans <dje@google.com>
2723
2724 PR symtab/14601
2725 * gdb.cp/using-crash.exp: New file.
2726 * gdb.cp/using-crash.cc: New file.
2727
975531db
DE
27282012-10-02 Doug Evans <dje@google.com>
2729
2730 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
2731 more consistent.
2732 (runto,gdb_debug_format): Ditto.
2733 (gdb_file_cmd): Watch for eof in nested gdb_expect.
2734 Clean up logging and error messages.
2735
b3dc46ff
AB
27362012-10-01 Andrew Burgess <aburgess@broadcom.com>
2737
2738 Test find command on unmapped memory.
2739 * gdb.base/find-unmapped.c: New file.
2740 * gdb.base/find-unmapped.exp: New file.
2741
45814d45
YQ
27422012-09-29 Yao Qi <yao@codesourcery.com>
2743
2744 * gdb.trace/mi-tracepoint-changed.exp: New.
2745 * gdb.mi/mi-breakpoint-changed.exp: New.
2746 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
2747 * gdb.mi/pendshr2.c: New.
2748
4c2786ba
YQ
27492012-09-28 Yao Qi <yao@codesourcery.com>
2750
2751 * gdb.mi/pr11022.exp: New.
2752 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
2753
7977e5d2
TT
27542012-09-27 Tom Tromey <tromey@redhat.com>
2755
2756 * gdb.cp/derivation.exp: Add regression test.
2757 * gdb.cp/derivation.cc (class V_base, class V_inter, class
2758 V_derived): New.
2759 (vderived): New global.
2760
0971de02
TT
27612012-09-26 Tom Tromey <tromey@redhat.com>
2762
2763 * gdb.dwarf2/dw2-common-block.S: New file.
2764 * gdb.dwarf2/dw2-common-block.exp: New file.
2765
4357ac6c
TT
27662012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2767
2768 * gdb.fortran/common-block.exp: New file.
2769 * gdb.fortran/common-block.f90: New file.
2770
6f380991
AB
27712012-09-26 Andrew Burgess <aburgess@broadcom.com>
2772
2773 * gdb.base/duplicate-bp.c: New file.
2774 * gdb.base/duplicate-bp.exp: New file.
2775
8ae551cf
YQ
27762012-09-26 Yao Qi <yao@codesourcery.com>
2777
2778 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
2779
2780 Revert:
2781 2012-09-21 Yao Qi <yao@codesourcery.com>
2782
2783 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
2784
318102b9
SP
27852012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2786
2787 * gdb.base/longest-types.c: New test case.
2788 * gdb.base/longest-types.exp: New test case.
2789
a1e5fd69
YQ
27902012-09-25 Yao Qi <yao@codesourcery.com>
2791
2792 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
2793
04e7407c
JK
27942012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 Fix internal error on canonicalization of clang types.
2797 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
2798 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
2799 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
2800
9bf4bce9
JK
28012012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2802
2803 Fix disassemble without parameters in tailcall frame.
2804 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
2805
2603f7ee
AB
28062012-09-21 Andrew Burgess <aburgess@broadcom.com>
2807
2808 * gdb.dwarf2/dw2-op-out-param.S: New file.
2809 * gdb.dwarf2/dw2-op-out-param.exp: New file.
2810
a3569abd
YQ
28112012-09-21 Yao Qi <yao@codesourcery.com>
2812
2813 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
2814
a065d7af
YQ
28152012-09-21 Yao Qi <yao@codesourcery.com>
2816
2817 * gdb.mi/mi-cli.exp: Remove.
2818 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
2819
15544bd9
YQ
28202012-09-21 Yao Qi <yao@codesourcery.com>
2821
2822 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
2823 "=record-started" notification.
2824
82a90ccf
YQ
28252012-09-21 Yao Qi <yao@codesourcery.com>
2826
2827 * gdb.mi/mi-record-changed.exp: New.
2828 * gdb.mi/mi-reverse.exp: Adjust expected output.
2829
d7de8e3c
TT
28302012-09-20 Tom Tromey <tromey@redhat.com>
2831
2832 * gdb.python/python.exp: Test atexit.register.
2833
1aa99537
DE
28342012-09-20 Doug Evans <dje@google.com>
2835
05eade73
DE
2836 * boards/dwarf4-gdb-index.exp: New file.
2837
1aa99537
DE
2838 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
2839 while running the tests.
2840
4ae24af0
JB
28412012-09-18 Joel Brobecker <brobecker@adacore.com>
2842
2843 * gdb.ada/bp_reset: New testcase.
2844
bb25a15c
YQ
28452012-09-18 Yao Qi <yao@codesourcery.com>
2846
2847 * gdb.trace/mi-tsv-changed.exp: New.
2848
201b4506
YQ
28492012-09-18 Yao Qi <yao@codesourcery.com>
2850
2851 * gdb.trace/mi-traceframe-changed.exp: New.
2852
6fc1c773
YQ
28532012-09-17 Yao Qi <yao@codesourcery.com>
2854
2855 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
2856 when it is less than 0.
2857
1ab3b62c
JK
28582012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2859
2860 PR 14119
2861 * gdb.arch/amd64-tailcall-ret.S: New file.
2862 * gdb.arch/amd64-tailcall-ret.c: New file.
2863 * gdb.arch/amd64-tailcall-ret.exp: New file.
2864 * gdb.reverse/amd64-tailcall-reverse.S: New file.
2865 * gdb.reverse/amd64-tailcall-reverse.c: New file.
2866 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
2867
acf9414f
JK
28682012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2869
2870 PR 14548
2871 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
2872 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
2873 * gdb.reverse/singlejmp-reverse.S: New file.
2874 * gdb.reverse/singlejmp-reverse.c: New file.
2875 * gdb.reverse/singlejmp-reverse.exp: New file.
2876
666b578b
JK
28772012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2878
2879 Fix compatibility with old GCC (~4.1).
2880 * gdb.cp/converts.cc (my_enum_var): New variable.
2881
42056501
AB
28822012-09-14 Andrew Burgess <aburgess@broadcom.com>
2883
2884 * gdb.xml/tdesc-regs.exp: Update expected output for new
2885 vector_size syntax of vector types.
2886
b9516fa1
YPK
28872012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2888
2889 Refactor Python "gdb" module into a proper Python package, by
2890 introducing a new "_gdb" module for code implemented in C, and
2891 using reload/__import__ instead of exec.
2892 * gdb.python/python.exp (Test stderr location): Update module
2893 location of GDB-specific sys.stderr.
2894 (Test stdout location): Ditto for sys.stdout.
2895
18dc9ad8
JK
28962012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2897
2898 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
2899
ea3a9873
KS
29002012-09-12 Keith Seitz <keiths@redhat.com>
2901
2902 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
2903 conversion statement.
2904
5941debb
DE
29052012-09-12 Doug Evans <dje@google.com>
2906
2907 * gdb.base/help.exp: Remove testing of individual command help text,
2908 too much of a maintenance burden. Instead, test the functionality
2909 of "help" itself.
2910
cfc35e02
DE
29112012-09-11 Doug Evans <dje@google.com>
2912
3a0ed5d7
DE
2913 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
2914 breakpoint.
2915
cfc35e02
DE
2916 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
2917 * gdb.dwarf2/fission-reread.S: Ditto.
2918 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
2919 * gdb.dwarf2/fission-reread.exp: Ditto.
2920
350b1b26
AB
29212012-09-11 Andrew Burgess <aburgess@broadcom.com>
2922
2923 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
2924
2fa15f23
JB
29252012-09-10 Joel Brobecker <brobecker@adacore.com>
2926
2927 * gdb.ada/optim_drec: New testcase.
2928
09be558e
DE
29292012-09-10 Doug Evans <dje@google.com>
2930
2931 * boards/fission.exp: Explicitly mark "board" as not remote.
2932
5b4f6e25
KS
29332012-09-10 Keith Seitz <keiths@redhat.com>
2934
2935 PR gdb/13483
2936 * gdb.cp/converts.cc (A::A): Add ctor.
2937 (A::member_): Add member.
2938 (enum my_enum): New enumeration.
2939 (main): Add calls to foo1_7 with various
2940 permitted arguments.
2941 * gdb.cp/converts.exp: Add tests for boolean
2942 conversions permitted by the standard.
2943
b4ca5ed9
YPK
29442012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
2945
2946 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
2947 avoid spurious results due to ~/.gdbinit.
2948 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
2949 $INTERNAL_GDBFLAGS in run command.
2950 * gdb.gdb/observer.exp (setup_test): Ditto.
2951 * gdb.gdb/selftest.exp (test_with_self): Ditto.
2952 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
2953
d54b30bb
DE
29542012-09-06 Doug Evans <dje@google.com>
2955
14910956
DE
2956 * boards/fission.exp: New file.
2957
d54b30bb
DE
2958 * gdb.python/py-value.exp: Use clean_restart.
2959
91b253e1
DE
29602012-09-05 Doug Evans <dje@google.com>
2961
2962 * gdb.base/info-macros.c: Fix whitespace.
2963
1292279a
PA
29642012-08-28 Pedro Alves <palves@redhat.com>
2965
2966 PR gdb/14428
2967
2968 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
2969
1c8cdcb1
JK
29702012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2971
2972 * gdb.base/break-caller-line.c: New file.
2973 * gdb.base/break-caller-line.exp: New file.
2974
1e8e8b51
JK
29752012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2976
2977 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
2978 * gdb.arch/i386-cfi-notcurrent.S: New file.
2979 * gdb.arch/i386-cfi-notcurrent.exp: New file.
2980
1591a1e8
PA
29812012-08-27 Wei-cheng Wang <cole945@gmail.com>
2982 Yao Qi <yao@codesourcery.com>
2983 Pedro Alves <palves@redhat.com>
2984
2985 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
2986 New procedures.
2987 (top level): Add overlap checking tests.
2988
4442ada7
TT
29892012-08-24 Tom Tromey <tromey@redhat.com>
2990
2991 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
2992 gdb_test_multiple fails for other reasons.
2993
e7d50cc9
YQ
29942012-08-24 Yao Qi <yao@codesourcery.com>
2995
2996 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
2997
dfbd5e7b
PA
29982012-08-23 Pedro Alves <palves@redhat.com>
2999
3000 * gdb.base/help.exp: Adjust to "handle" help text change.
3001
8d735b87
YQ
30022012-08-23 Yao Qi <yao@codesourcery.com>
3003
3004 * gdb.trace/disconnected-tracing.c (start, end): New.
3005 (main): Call start and end.
3006 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
3007 existing tests into this proc.
3008 (disconnected_tfind): New.
3009
61b1d759
YQ
30102012-08-23 Yao Qi <yao@codesourcery.com>
3011
3012 * boards/native-gdbserver.exp (${board}_upload): New.
3013 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
3014 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
3015 Execute tfile on remote target.
3016 Copy trace file from target to host.
3017
6ca1b147
JM
30182012-08-22 Joseph Myers <joseph@codesourcery.com>
3019
3020 * gdb.arch/thumb-bx-pc.S: New file.
3021 * gdb.arch/thumb-bx-pc.exp: New file.
3022
706e3705
TT
30232012-08-22 Tom Tromey <tromey@redhat.com>
3024
3025 * gdb.base/maint.exp: Update.
3026
b4893d48
TT
30272012-08-22 Tom Tromey <tromey@redhat.com>
3028
3029 * lib/gdb.exp (skip_unwinder_tests): New proc.
3030 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
3031 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
3032
45b7da81
TT
30332012-08-21 Tom Tromey <tromey@redhat.com>
3034
3035 * gdb.hp/gdb.aCC/exception.exp: Remove.
3036
f94363d7
AP
3037012-08-19 Andrew Pinski <apinski@cavium.com>
3038
3039 * gdb.arch/mips-octeon-bbit.c: New file.
3040 * gdb.arch/mips-octeon-bbit.exp: New Test.
3041
e5afdbd7
KS
3042012-08-19 Keith Seitz <keiths@redhat.com>
3043
3044 PR c++/14365
3045 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
3046 * gdb.dwarf2/dw2-anon-mptr.S: New file.
3047
c29e8b64
JK
30482012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3049
3050 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
3051 verbose -log by more specific untested call.
3052
15a7e7bc
YQ
30532012-08-18 Yao Qi <yao@codesourcery.com>
3054
3055 * gdb.trace/tfind.exp: Move tests on various command help before
3056 checking target supports trace.
3057 Fix the expected output of 'help tfind end'.
3058
a451cb65
KS
30592012-08-17 Keith Seitz <keiths@redhat.com>
3060
3061 PR c++/13356
3062 * gdb.base/default.exp: Update all "check type" tests.
3063 * gdb.base/help.exp: Likewise.
3064 * gdb.base/setshow.exp: Likewise.
3065 * gdb.cp/converts.cc (foo1_type_check): New function.
3066 (foo2_type_check): New function.
3067 (foo3_type_check): New function.
3068 (main): Call new functions.
3069 * converts.exp: Add tests for integer-to-pointer conversions
3070 with/without strict type-checking.
3071
dbf6a605
MF
30722012-08-16 Mike Frysinger <vapier@gentoo.org>
3073
3074 * gdb.base/help.exp: Update expected output.
3075
0c92d8c1
JB
30762012-08-16 Joel Brobecker <brobecker@adacore.com>
3077
3078 * gdb.ada/rdv_wait: New testcase.
3079
e56f7f42
JK
30802012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3081
3082 * gdb.base/attach-twice.exp: Remove excessive ps exec.
3083
f47f77df
DE
30842012-08-13 Doug Evans <dje@google.com>
3085
e202d6e8 3086 * gdb.base/help.exp: Update expected output.
f47f77df
DE
3087 * gdb.base/default.exp: Update expected output of "show convenience".
3088
a72c3253
DE
30892012-08-10 Doug Evans <dje@google.com>
3090
3091 * gdb.python/py-strfns.c: New file.
3092 * gdb.python/py-strfns.exp: New file.
3093 * gdb.python/py-type.exp (test_fields): Add vector tests.
3094
de0bea00
MF
30952012-08-10 Mike Frysinger <vapier@gentoo.org>
3096
3097 PR cli/10436:
3098 * gdb.base/completion.exp: Add tests for handle completion.
3099
5b9afe8a
YQ
31002012-08-09 Yao Qi <yao@codesourcery.com>
3101
3102 * gdb.mi/mi-cmd-param-changed.exp: New.
3103 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
3104 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
3105 * gdb.mi/mi2-prompt.exp: Likewise.
3106
4f485ebc
DE
31072012-08-08 Doug Evans <dje@google.com>
3108
3109 * gdb.base/debug-expr.c: New file.
3110 * gdb.base/debug-expr.exp: New file.
3111 * gdb.base/exprs.exp: Test {type} casts.
3112 * gdb.cp/debug-expr.exp: New file.
3113
5888842d
JK
31142012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3115
3116 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
3117 global variable loop, not a 'break'. Add loop count limit to 100.
3118 Add new fail case for terminated vgdb.
3119
4f69f4c2
JK
31202012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3121 Jean-Marc Saffroy <saffroy@gmail.com>
3122
3123 PR 11804
3124 * gdb.base/gcore-relro.exp: New file.
3125 * gdb.base/gcore-relro-main.c: New file.
3126 * gdb.base/gcore-relro-lib.c: New file.
3127
e2de5390
JK
31282012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3129
3130 Do not false FAIL with old GCCs.
3131 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
3132 GCC < 4.5 in $no_hw mode.
3133
606603c5
JK
31342012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3135
3136 * gdb.base/default.exp (cd): Accept new directory with no arguments.
3137
777f26c2
JK
31382012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3139
3140 * gdb.base/list.exp (test_only_end): New function.
3141 Call it.
3142
2c12abee
TT
31432012-08-06 Tom Tromey <tromey@redhat.com>
3144
3145 * gdb.python/py-mi.exp: Add test for printer whose children
3146 are a list.
3147 * gdb.python/py-prettyprint.c (struct children_as_list): New.
3148 (main): New variable children_as_list.
3149 * gdb.python/py-prettyprint.py (class pp_children_as_list):
3150 New.
3151 (register_pretty_printers): Register new printer.
3152
0eae2cf4
EBM
31532012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3154
3155 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
3156 symbols. Abort if vgdb remote connection is closed.
3157
09e0881d
DE
31582012-08-02 Doug Evans <dje@google.com>
3159
3160 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
3161
b40f514f
SDJ
31622012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
3163
3164 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
3165 s390x, PowerPC 64 and m68k-linux.
3166
11315ae0
UW
31672012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3168
3169 * gdb.base/annota1.exp: Accept no frames-invalid notification
3170 when starting up the program.
3171 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
3172 show a symbolic value as well.
3173 * gdb.server/server-exec-info.exp: Skip test when skipping
3174 gdbserver test and/or when skipping shared library tests.
3175 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
3176 avoid name conflicts with other tests.
3177
0547eeed
UW
31782012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3179
3180 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
3181 Fix wrong output on big-endian systems.
3182 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
3183 4-byte pointer types on 64-bit s390x.
3184
bdddb4de
UW
31852012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3186
3187 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
3188 marker comment at the beginning (after intialization).
3189 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
3190 breakpoint on marker comment instead of function begin.
3191 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
3192 PowerPC.
3193 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
3194 or 64-bit PowerPC.
3195 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
3196 gdb,no_hardware_watchpoints flag is set.
3197 (initialize): Remove now redundant can-use-hw-watchpoints change.
3198
5d206025
YQ
31992012-08-02 Yao Qi <yao@codesourcery.com>
3200 Pedro Alves <palves@redhat.com>
3201
3202 * boards/local-remote-host.exp: New.
3203
4f665099
UW
32042012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3205
3206 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
3207 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
3208 * gdb.base/print-file-var.exp: Likewise.
3209 * gdb.server/solib-list.exp: Skip on remote targets.
3210
b62e2b27
UW
32112012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3212
3213 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
3214 watchpoints on ARM. When expecting software watchpoints, tolerate
3215 (remote) targets that report unsupported hardware watchpoint only
3216 at continue time.
3217 (test_wide_location_2): Likewise.
3218
a967a851
JK
32192012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3220
3221 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
3222 valgrind versions.
3223
75d9f9ff 32242012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
3225
3226 * gdb.base/valgrind-infcall.c: New file.
3227 * gdb.base/valgrind-infcall.exp: New file.
3228
75d9f9ff
JK
3229 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
3230
1c9f2ed2
KS
32312012-07-30 Keith Seitz <keiths@redhat.com>
3232
3233 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
3234 linespecs.
3235
7f9b2034
DE
32362012-07-30 Doug Evans <dje@google.com>
3237
85220e01
DE
3238 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
3239 * gdb.dwarf2/pr13961.S: Ditto.
3240
7f9b2034
DE
3241 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
3242
4e969b4f
AB
32432012-07-30 Andrew Burgess <aburgess@broadcom.com>
3244
3245 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
3246 change its format immediately after reloading the binary.
3247
e7de8362
JK
32482012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3249
3250 Fix testsuite regression after --use-deprecated-index-sections removal.
3251 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
3252 string.
3253 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
3254
7255706c
YQ
32552012-07-27 Yao Qi <yao@codesourcery.com>
3256
3257 KFAIL for PR remote/14161.
3258 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
3259 Cleanup socket files.
3260 (strace_info_marker): Detach inferior.
3261
f2e8016f
TT
32622012-07-26 Tom Tromey <tromey@redhat.com>
3263
6fdff2c5 3264 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 3265
f66713d2
JK
32662012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3267
3268 * gdb.python/py-inferior.c (thread): New function.
3269 (check_threads): New function.
3270 (test_threads): New function.
3271 * gdb.python/py-inferior.exp: Added test.
3272 Replaced runto with continue to breakpoint.
3273
8223e12c
TT
32742012-07-26 Tom Tromey <tromey@redhat.com>
3275
3276 * lib/ada.exp (standard_ada_testfile): New proc.
3277 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
3278 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
3279 * gdb.ada/array_return.exp: Use standard_ada_testfile.
3280 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
3281 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
3282 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
3283 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
3284 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
3285 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
3286 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
3287 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
3288 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
3289 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
3290 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
3291 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
3292 * gdb.ada/char_param.exp: Use standard_ada_testfile.
3293 * gdb.ada/complete.exp: Use standard_ada_testfile.
3294 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
3295 standard_output_file.
3296 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
3297 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
3298 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
3299 standard_output_file.
3300 * gdb.ada/exprs.exp: Use standard_ada_testfile.
3301 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
3302 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
3303 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
3304 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
3305 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
3306 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
3307 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
3308 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
3309 * gdb.ada/homonym.exp: Use standard_ada_testfile.
3310 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
3311 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
3312 * gdb.ada/interface.exp: Use standard_ada_testfile.
3313 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
3314 standard_output_file
3315 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
3316 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
3317 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
3318 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
3319 * gdb.ada/nested.exp: Use standard_ada_testfile.
3320 * gdb.ada/null_array.exp: Use standard_ada_testfile.
3321 * gdb.ada/null_record.exp: Use standard_ada_testfile.
3322 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
3323 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
3324 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
3325 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
3326 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
3327 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
3328 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
3329 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
3330 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
3331 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
3332 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
3333 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
3334 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
3335 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
3336 * gdb.ada/start.exp: Use standard_ada_testfile.
3337 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
3338 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
3339 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
3340 * gdb.ada/tagged.exp: Use standard_ada_testfile.
3341 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
3342 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
3343 * gdb.ada/tasks.exp: Use standard_ada_testfile.
3344 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
3345 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
3346 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
3347 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
3348 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
3349 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
3350 * gdb.ada/widewide.exp: Use standard_ada_testfile.
3351
bbec57e4
JK
33522012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3353
3354 Fix testsuite regression after --use-deprecated-index-sections removal.
3355 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
3356
9cc8e32c
JK
33572012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3358
3359 Fix compatibility with Tcl before 7.5.
3360 * lib/future.exp (lreverse): New function if it does not exist.
3361
ea5ca7b5
MK
33622012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
3363
3364 * gdb.mi/mi-pending.c: New method to set a second pending
3365 breakpoint.
3366 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
3367 condition.
3368
64776a0b
PA
33692012-07-20 Pedro Alves <palves@redhat.com>
3370
3371 PR threads/11692
3372 PR gdb/12203
3373
3374 * gdb.threads/create-fail.c: New file.
3375 * gdb.threads/create-fail.exp: New file.
3376
13e4e967
PA
33772012-07-19 Pedro Alves <palves@redhat.com>
3378
3379 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
3380 * config/vx.exp (gdb_start): Likewise.
3381 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
3382 * gdb.base/setvar.exp (test_set): Likewise.
3383 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
3384 * gdb.reverse/sigall-precsave.exp: Likewise.
3385 * gdb.reverse/sigall-reverse.exp: Likewise.
3386
b7aefa4d
PA
33872012-07-19 Pedro Alves <palves@redhat.com>
3388
3389 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
3390 handler before recording.
3391
608b4967
TT
33922012-07-19 Tom Tromey <tromey@redhat.com>
3393
3394 * gdb.cp/casts.exp: Add tests for typeof and decltype.
3395 * gdb.cp/casts.cc (decltype): New function.
3396 (main): Use it.
3397
b1e0c0fa
PA
33982012-07-19 Pedro Alves <palves@redhat.com>
3399
3400 * gdb.base/sigall.exp (signals): New list.
3401 <top level>: Loop over signals in the $signals list instead of
3402 calling a test function once per signal.
3403 * gdb.reverse/sigall-precsave.exp (signals): New list.
3404 <top level>: Loop over signals in the $signals list instead of
3405 calling a test function once per signal.
3406 * gdb.reverse/sigall-reverse.exp (signals): New list.
3407 <top level>: Loop over signals in the $signals list instead of
3408 calling a test function once per signal.
3409
6ace3df1
YQ
34102012-07-19 Yao Qi <yao@codesourcery.com>
3411
3412 * gdb.base/setshow.exp: Test 'set args ~'.
3413
263a0f8c
JK
34142012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3415
3416 * gdb.base/store.exp (check_set): Import gdb_prompt.
3417 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
3418 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
3419
8f043999
JK
34202012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3421
3422 PR 11914
3423 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
3424 (main): Call eval_sub.
3425 * gdb.python/py-prettyprint.exp:
3426 (python execfile ('py-prettyprint.py')): Move it earlier.
3427 New breakpoint for eval-break.
3428 (continue to breakpoint: eval-break, info locals): New test.
3429 (python execfile ('py-prettyprint.py')): Move it from here.
3430 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
3431 (register_pretty_printers): Register pp_eval_type.
3432
725c7b66
JK
34332012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3434
3435 Fix a testcase regression by me.
3436 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
3437 DW_FORM_data4.
3438
4359dff1
JK
34392012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3440 Doug Evans <dje@google.com>
3441
3442 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
3443 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
3444
61e44cfa
JK
34452012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3446
3447 Fix gdbserver run regression.
3448 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
3449
93c0ef37
TT
34502012-07-12 Tom Tromey <tromey@redhat.com>
3451
3452 * lib/gdb.exp (standard_testfile): Don't declare objdir.
3453 (clean_restart): Likewise.
3454 (core_find): Use standard_output_file.
3455
76027ef5
TT
34562012-07-12 Tom Tromey <tromey@redhat.com>
3457
3458 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
3459 * gdb.dwarf2/dw2-anonymous-func.exp: Use
3460 prepare_for_testing_full.
3461 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
3462 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
3463 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
3464 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
3465 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
3466 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
3467 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
3468 prepare_for_testing_full.
3469 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
3470 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
3471 prepare_for_testing_full.
3472 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
3473 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
3474 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
3475
85b4440a
TT
34762012-07-12 Tom Tromey <tromey@redhat.com>
3477
3478 * lib/gdb.exp (build_executable_from_specs): New proc, from
3479 build_executable.
3480 (build_executable): Use it.
3481 (prepare_for_testing_full): New proc.
3482
55baab26
TT
34832012-07-11 Tom Tromey <tromey@redhat.com>
3484
3485 * gdb.reverse/break-precsave.exp: Use standard_output_file.
3486 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
3487 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
3488 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
3489 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
3490 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
3491 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
3492 * gdb.reverse/step-precsave.exp: Use standard_output_file.
3493 * gdb.reverse/until-precsave.exp: Use standard_output_file.
3494 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
3495
298a9cf0
TT
34962012-07-10 Tom Tromey <tromey@redhat.com>
3497
3498 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
3499 standard_output_file.
3500 * gdb.mi/gdb2549.exp: Use standard_testfile.
3501 * gdb.mi/gdb669.exp: Use standard_testfile.
3502 * gdb.mi/gdb701.exp: Use standard_testfile.
3503 * gdb.mi/gdb792.exp: Use standard_testfile.
3504 * gdb.mi/mi-async.exp: Use standard_testfile.
3505 * gdb.mi/mi-basics.exp: Use standard_testfile.
3506 * gdb.mi/mi-break.exp: Use standard_testfile.
3507 * gdb.mi/mi-cli.exp: Use standard_testfile.
3508 * gdb.mi/mi-console.exp: Use standard_testfile.
3509 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
3510 * gdb.mi/mi-eval.exp: Use standard_testfile.
3511 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
3512 * gdb.mi/mi-file.exp: Use standard_testfile.
3513 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
3514 * gdb.mi/mi-logging.exp: Use standard_testfile.
3515 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
3516 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
3517 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
3518 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
3519 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
3520 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
3521 * gdb.mi/mi-pending.exp: Use standard_testfile,
3522 standard_output_file.
3523 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
3524 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
3525 * gdb.mi/mi-regs.exp: Use standard_testfile.
3526 * gdb.mi/mi-return.exp: Use standard_testfile.
3527 * gdb.mi/mi-reverse.exp: Use standard_testfile.
3528 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
3529 * gdb.mi/mi-solib.exp: Use standard_testfile,
3530 standard_output_file.
3531 * gdb.mi/mi-stack.exp: Use standard_testfile.
3532 * gdb.mi/mi-stepi.exp: Use standard_testfile.
3533 * gdb.mi/mi-stepn.exp: Use standard_testfile.
3534 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
3535 * gdb.mi/mi-until.exp: Use standard_testfile.
3536 * gdb.mi/mi-var-block.exp: Use standard_testfile.
3537 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
3538 * gdb.mi/mi-var-child.exp: Use standard_testfile.
3539 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
3540 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
3541 * gdb.mi/mi-var-display.exp: Use standard_testfile.
3542 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
3543 standard_output_file.
3544 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
3545 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
3546 * gdb.mi/mi-watch.exp: Use standard_testfile.
3547 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
3548 * gdb.mi/mi2-basics.exp: Use standard_testfile.
3549 * gdb.mi/mi2-break.exp: Use standard_testfile.
3550 * gdb.mi/mi2-cli.exp: Use standard_testfile.
3551 * gdb.mi/mi2-console.exp: Use standard_testfile.
3552 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
3553 * gdb.mi/mi2-eval.exp: Use standard_testfile.
3554 * gdb.mi/mi2-file.exp: Use standard_testfile.
3555 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
3556 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
3557 * gdb.mi/mi2-regs.exp: Use standard_testfile.
3558 * gdb.mi/mi2-return.exp: Use standard_testfile.
3559 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
3560 * gdb.mi/mi2-stack.exp: Use standard_testfile.
3561 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
3562 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
3563 * gdb.mi/mi2-until.exp: Use standard_testfile.
3564 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
3565 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
3566 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
3567 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
3568 * gdb.mi/mi2-watch.exp: Use standard_testfile.
3569
f5f3a911
TT
35702012-07-10 Tom Tromey <tromey@redhat.com>
3571
3572 * gdb.cp/abstract-origin.exp: Use standard_testfile.
3573 * gdb.cp/ambiguous.exp: Use standard_testfile,
3574 prepare_for_testing.
3575 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
3576 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
3577 * gdb.cp/anon-ns.exp: Use standard_testfile.
3578 * gdb.cp/anon-struct.exp: Use standard_testfile.
3579 * gdb.cp/anon-union.exp: Use standard_testfile,
3580 prepare_for_testing.
3581 * gdb.cp/arg-reference.exp: Use standard_testfile,
3582 prepare_for_testing.
3583 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
3584 * gdb.cp/breakpoint.exp: Use standard_testfile,
3585 prepare_for_testing.
3586 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
3587 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
3588 standard_output_file.
3589 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
3590 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
3591 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
3592 (test_static_members): Update.
3593 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
3594 * gdb.cp/converts.exp: Use standard_testfile.
3595 * gdb.cp/cp-relocate.exp: Use standard_testfile.
3596 * gdb.cp/cpcompletion.exp: Use standard_testfile,
3597 prepare_for_testing.
3598 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
3599 * gdb.cp/cplabel.exp: Use standard_testfile.
3600 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
3601 prepare_for_testing.
3602 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
3603 * gdb.cp/derivation.exp: Use standard_testfile,
3604 prepare_for_testing.
3605 * gdb.cp/destrprint.exp: Use standard_testfile.
3606 * gdb.cp/dispcxx.exp: Use standard_testfile.
3607 * gdb.cp/exception.exp: Use standard_testfile,
3608 prepare_for_testing.
3609 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
3610 * gdb.cp/extern-c.exp: Use standard_testfile,
3611 prepare_for_testing.
3612 * gdb.cp/formatted-ref.exp: Use standard_testfile,
3613 prepare_for_testing.
3614 * gdb.cp/fpointer.exp: Use standard_testfile.
3615 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
3616 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
3617 standard_output_file.
3618 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
3619 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
3620 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
3621 standard_output_file.
3622 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
3623 (do_tests): Update.
3624 * gdb.cp/koenig.exp: Use standard_testfile.
3625 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
3626 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
3627 * gdb.cp/m-static.exp: Use standard_testfile,
3628 prepare_for_testing.
3629 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
3630 * gdb.cp/mb-inline.exp: Use standard_testfile,
3631 prepare_for_testing.
3632 * gdb.cp/mb-templates.exp: Use standard_testfile,
3633 prepare_for_testing.
3634 * gdb.cp/member-ptr.exp: Use standard_testfile,
3635 prepare_for_testing.
3636 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
3637 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
3638 * gdb.cp/method2.exp: Use standard_testfile.
3639 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
3640 standard_output_file.
3641 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
3642 (do_tests): Update.
3643 * gdb.cp/namespace-enum.exp: Use standard_testfile,
3644 prepare_for_testing.
3645 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
3646 prepare_for_testing.
3647 * gdb.cp/namespace.exp: Use standard_testfile,
3648 prepare_for_testing.
3649 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
3650 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
3651 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
3652 * gdb.cp/nsimport.exp: Use standard_testfile,
3653 prepare_for_testing.
3654 * gdb.cp/nsnested.exp: Use standard_testfile.
3655 * gdb.cp/nsnoimports.exp: Use standard_testfile.
3656 * gdb.cp/nsrecurs.exp: Use standard_testfile,
3657 prepare_for_testing.
3658 * gdb.cp/nsstress.exp: Use standard_testfile,
3659 prepare_for_testing.
3660 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
3661 * gdb.cp/operator.exp: Use standard_testfile.
3662 * gdb.cp/oranking.exp: Use standard_testfile.
3663 * gdb.cp/overload-const.exp: Use standard_testfile.
3664 * gdb.cp/overload.exp: Use standard_testfile,
3665 prepare_for_testing.
3666 * gdb.cp/ovldbreak.exp: Use standard_testfile.
3667 * gdb.cp/ovsrch.exp: Use standard_testfile.
3668 * gdb.cp/paren-type.exp: Use standard_testfile.
3669 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
3670 prepare_for_testing.
3671 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
3672 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
3673 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
3674 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
3675 * gdb.cp/pr10728.exp: Use standard_testfile,
3676 standard_output_file.
3677 * gdb.cp/pr12028.exp: Use standard_testfile.
3678 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
3679 * gdb.cp/pr9167.exp: Use standard_testfile.
3680 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
3681 * gdb.cp/printmethod.exp: Use standard_testfile,
3682 prepare_for_testing.
3683 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
3684 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
3685 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
3686 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
3687 standard_output_file.
3688 * gdb.cp/readnow-language.exp: Use standard_testfile.
3689 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
3690 (gdb_start_again): Use clean_restart.
3691 * gdb.cp/ref-types.exp: Use standard_testfile,
3692 prepare_for_testing.
3693 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
3694 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
3695 * gdb.cp/smartp.exp: Use standard_testfile.
3696 * gdb.cp/static-method.exp: Use standard_testfile.
3697 * gdb.cp/static-print-quit.exp: Use standard_testfile.
3698 * gdb.cp/temargs.exp: Use standard_testfile.
3699 * gdb.cp/templates.exp: Use standard_testfile,
3700 prepare_for_testing.
3701 (do_tests): Update.
3702 * gdb.cp/try_catch.exp: Use standard_testfile,
3703 prepare_for_testing.
3704 * gdb.cp/typedef-operator.exp: Use standard_testfile.
3705 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
3706 * gdb.cp/virtbase.exp: Use standard_testfile,
3707 prepare_for_testing.
3708 * gdb.cp/virtfunc.exp: Use standard_testfile,
3709 prepare_for_testing.
3710 (do_tests): Update.
3711 * gdb.cp/virtfunc2.exp: Use standard_testfile,
3712 prepare_for_testing.
3713
686f09d0
TT
37142012-07-10 Tom Tromey <tromey@redhat.com>
3715
3716 * lib/gdb.exp (standard_testfile): Unset output variables from
3717 earlier invocations.
3718
9357e021
YQ
37192012-07-10 Yao Qi <yao@codesourcery.com>
3720
3721 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
3722 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
3723 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
3724 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
3725 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
3726 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
3727 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
3728 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
3729 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
3730 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
3731 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
3732 * gdb.mi/mi-var-display.exp: Likewise.
3733 * gdb.mi/mi-var-invalidate.exp: Likewise.
3734 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
3735 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
3736 * gdb.mi/mi2-console.exp: Likewise.
3737 * gdb.mi/mi2-disassemble.exp: Likewise.
3738 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
3739 * gdb.mi/mi2-read-memory.exp: Likewise.
3740 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
3741 * gdb.mi/mi2-simplerun.exp: Likewise.
3742 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
3743 * gdb.mi/mi2-syn-frame.exp: Likewise.
3744 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
3745 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
3746 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
3747
e314d629
TT
37482012-07-09 Tom Tromey <tromey@redhat.com>
3749
3750 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
3751 * gdb.base/callfuncs.exp: Add cast-based test.
3752 * gdb.base/callfuncs.c (voidfunc): New function.
3753
06928b3f
DE
37542012-07-08 Doug Evans <dje@google.com>
3755
3756 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
3757
32f11bad
JK
37582012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3759
3760 Fix XFAIL compatibility with old i386 systems.
3761 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
3762 Check also 'Cannot insert breakpoint 0'.
3763
76b83c51
JK
37642012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3765
3766 PR 14321
3767 * gdb.base/find.exp
3768 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
3769
a6fb9c08
TT
37702012-07-06 Tom Tromey <tromey@redhat.com>
3771
3772 * gdb.base/whatis.exp: Add test.
3773
71918a86
TT
37742012-07-06 Tom Tromey <tromey@redhat.com>
3775
3776 * gdb.base/whatis.exp: Add regression test.
3777
fcde5961
TT
37782012-07-06 Tom Tromey <tromey@redhat.com>
3779
3780 * gdb.base/whatis.exp: Add tests.
3781
f9cf0f4a
JK
37822012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3783
3784 PR 12649
3785 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
3786 gdb_test_multiple $gdb_prompt terminator.
3787
979ade8b
PA
37882012-07-04 Pedro Alves <palves@redhat.com>
3789
3790 * gdb.mi/mi-reverse.exp: Use supports_reverse and
3791 supports_process_record.
3792
8a980b44
PA
37932012-07-04 Pedro Alves <palves@redhat.com>
3794
3795 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
3796 endings.
3797 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
3798
855ba978
SS
37992012-07-03 Stan Shebs <stan@codesourcery.com>
3800
3801 * gdb.base/info-os.c (main): Retry resource acquisition until an
3802 available one is found.
3803 * gdb.base/info-os.exp: Collect resource keys from the program
3804 and use them in matching.
3805
fcb44371
JK
38062012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3807
3808 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
3809 Wrap the test into loop for corefile and core0file.
3810
08a67be6
JK
38112012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3812
3813 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
3814 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
3815 .note.GNU-stack.
3816
0f3c2347
JK
3817 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
3818
ff4a4500
SDJ
38192012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3820
3821 * gdb.base/help.exp (help b, help br, help bre, help brea, help
3822 break): Include help message for the new `-probe' and `-probe-stap'
3823 options.
3824
d3ce09f5
SS
38252012-07-02 Stan Shebs <stan@codesourcery.com>
3826
3827 * gdb.base/dprintf.exp: Add agent style tests.
3828
a1624241
JK
38292012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3830
3831 * gdb.base/stale-infcall.c (infcall): New label test-next.
3832 (main): New labels test-pass and test-fail.
3833 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
3834 $test_fail_bpnum to test-fail.
3835 (test system longjmp tracking support): New test.
3836 Delete $test_fail_bpnum.
3837 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
3838 breakpoint.
3839
42e7ad6c
DE
38402012-06-30 Doug Evans <dje@google.com>
3841
3842 * gdb.dwarf2/fission-reread.S: New file.
3843 * gdb.dwarf2/fission-reread.exp: New file.
3844
37ce89eb
SS
38452012-06-28 Stan Shebs <stan@codesourcery.com>
3846
3847 * gdb.mi/mi-logging.exp: New file.
3848
e5ef252a
PA
38492012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3850 Pedro Alves <palves@redhat.com>
3851
3852 * gdb.threads/siginfo-threads.exp: New file.
3853 * gdb.threads/siginfo-threads.c: New file.
3854 * gdb.threads/sigstep-threads.exp: New file.
3855 * gdb.threads/sigstep-threads.c: New file.
3856
22f1fbae
TT
38572012-06-28 Tom Tromey <tromey@redhat.com>
3858
3859 * gdb.go/package.exp: Partially revert earlier patch; use
3860 gdb_compile again. Use standard_output_file.
3861
2e3cf129
DE
38622012-06-27 Doug Evans <dje@google.com>
3863
3864 * gdb.dwarf2/fission-base.c: New file.
3865 * gdb.dwarf2/fission-base.S: New file.
3866 * gdb.dwarf2/fission-base.exp: New file.
3867
785fd303
JK
38682012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3869
3870 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
3871
1bb9788d
TT
38722012-06-27 Tom Tromey <tromey@redhat.com>
3873
3874 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
3875 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
3876
c83ee902
TT
38772012-06-27 Tom Tromey <tromey@redhat.com>
3878
3879 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
3880 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
3881 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
3882 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
3883 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
3884 prepare_for_testing.
3885 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
3886 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
3887 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
3888 standard_testfile.
3889 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
3890 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
3891 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
3892 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
3893 prepare_for_testing.
3894 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
3895 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
3896 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
3897 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
3898 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
3899 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
3900 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
3901 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
3902 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
3903 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
3904 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
3905 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
3906 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
3907 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
3908 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
3909 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
3910 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
3911 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
3912 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
3913 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
3914 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
3915 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
3916 standard_output_file.
3917 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
3918 standard_output_file.
3919 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
3920 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
3921 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
3922 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
3923 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
3924 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
3925 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
3926 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
3927 * gdb.dwarf2/implptr.exp: Use standard_testfile.
3928 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
3929 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
3930 * gdb.dwarf2/pieces.exp: Use standard_testfile.
3931 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
3932 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
3933 * gdb.dwarf2/valop.exp: Use standard_testfile,
3934 prepare_for_testing.
3935
5204774b
TT
39362012-06-27 Tom Tromey <tromey@redhat.com>
3937
3938 * gdb.python/python.exp: Fix regexps in pagination tests.
3939
ee0bf529
SCR
39402012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3941
3942 * gdb.python/py-symtab.exp: Add tests to test the new attribute
3943 'last' of gdb.Symtab_and_line.
3944 * gdb.python/py-symbol.c: Move break point comment to enable
3945 testing of gdb.Symtab_and_line.last.
3946
14fcc022
TT
39472012-06-26 Tom Tromey <tromey@redhat.com>
3948
3949 * gdb.threads/step.c: Remove.
3950 * gdb.threads/step.exp: Remove.
3951 * gdb.threads/step2.exp: Remove.
3952
0efbbabc
TT
39532012-06-26 Tom Tromey <tromey@redhat.com>
3954
3955 * gdb.threads/watchpoint-fork.exp (test): Use
3956 standard_output_file. Don't declare objdir.
3957 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
3958 standard_output_file.
3959 * gdb.threads/attach-stopped.exp: Use standard_testfile.
3960 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
3961 clean_restart. Remove incdir.
3962 * gdb.threads/corethreads.exp: Use standard_testfile.
3963 * gdb.threads/execl.exp: Use standard_testfile,
3964 standard_output_file, clean_restart.
3965 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
3966 clean_restart.
3967 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
3968 clean_restart.
3969 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
3970 incdir.
3971 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
3972 clean_restart. Remove incdir.
3973 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
3974 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
3975 clean_restart. Remove incdir.
3976 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
3977 Remove incdir.
3978 * gdb.threads/leader-exit.exp: Use standard_testfile.
3979 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
3980 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
3981 clean_restart.
3982 * gdb.threads/manythreads.exp: Use standard_testfile,
3983 clean_restart. Remove incdir.
3984 * gdb.threads/multi-create.exp: Use standard_testfile,
3985 clean_restart.
3986 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
3987 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
3988 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
3989 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
3990 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
3991 * gdb.threads/pending-step.exp: Use standard_testfile,
3992 clean_restart. Remove incdir.
3993 * gdb.threads/print-threads.exp: Use standard_testfile,
3994 clean_restart. Remove incdir.
3995 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
3996 clean_restart. Remove incdir.
3997 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
3998 Remove incdir.
3999 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
4000 incdir.
4001 * gdb.threads/sigthread.exp: Use standard_testfile,
4002 clean_restart.
4003 * gdb.threads/staticthreads.exp: Use standard_testfile,
4004 clean_restart. Remove incdir.
4005 * gdb.threads/switch-threads.exp: Use standard_testfile,
4006 clean_restart. Remove incdir.
4007 * gdb.threads/thread-execl.exp: Use standard_testfile,
4008 clean_restart. Remove incdir.
4009 * gdb.threads/thread-find.exp: Use standard_testfile,
4010 clean_restart.
4011 * gdb.threads/thread-specific.exp: Use standard_testfile,
4012 clean_restart. Remove incdir.
4013 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
4014 clean_restart. Remove incdir.
4015 * gdb.threads/thread_check.exp: Use standard_testfile,
4016 clean_restart. Remove incdir.
4017 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
4018 incdir.
4019 * gdb.threads/threadapply.exp: Use standard_testfile,
4020 clean_restart. Remove incdir.
4021 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
4022 clean_restart. Remove incdir.
4023 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
4024 clean_restart.
4025 * gdb.threads/tls-shared.exp: Use standard_testfile,
4026 clean_restart, standard_output_file.
4027 * gdb.threads/tls-var.exp: Use standard_testfile,
4028 standard_output_file.
4029 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
4030 Remove incdir.
4031 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
4032 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
4033 incdir.
4034 * gdb.threads/watchthreads2.exp: Use standard_testfile,
4035 clean_restart. Remove incdir.
4036
497a5eb0
TT
40372012-06-26 Tom Tromey <tromey@redhat.com>
4038
4039 * gdb.trace/actions.exp: Use standard_testfile.
4040 * gdb.trace/ax.exp: Use standard_testfile.
4041 * gdb.trace/backtrace.exp: Use standard_testfile.
4042 * gdb.trace/change-loc.exp: Use standard_testfile.
4043 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
4044 * gdb.trace/collection.exp: Use standard_testfile,
4045 prepare_for_testing.
4046 * gdb.trace/deltrace.exp: Use standard_testfile.
4047 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
4048 * gdb.trace/ftrace.exp: Use standard_testfile.
4049 * gdb.trace/infotrace.exp: Use standard_testfile.
4050 * gdb.trace/packetlen.exp: Use standard_testfile.
4051 * gdb.trace/passc-dyn.exp: Use standard_testfile.
4052 * gdb.trace/passcount.exp: Use standard_testfile.
4053 * gdb.trace/pending.exp: Use standard_testfile.
4054 * gdb.trace/report.exp: Use standard_testfile.
4055 * gdb.trace/save-trace.exp: Use standard_testfile.
4056 * gdb.trace/stap-trace.exp: Use standard_testfile.
4057 * gdb.trace/status-stop.exp: Use standard_testfile.
4058 * gdb.trace/strace.exp: Use standard_testfile.
4059 * gdb.trace/tfile.exp: Use standard_testfile.
4060 * gdb.trace/tfind.exp: Use standard_testfile.
4061 * gdb.trace/trace-break.exp: Use standard_testfile.
4062 * gdb.trace/trace-mt.exp: Use standard_testfile.
4063 * gdb.trace/tracecmd.exp: Use standard_testfile.
4064 * gdb.trace/tspeed.exp: Use standard_testfile.
4065 * gdb.trace/tstatus.exp: Use standard_testfile.
4066 * gdb.trace/tsv.exp: Use standard_testfile.
4067 * gdb.trace/unavailable.exp: Use standard_testfile,
4068 prepare_for_testing.
4069 * gdb.trace/while-dyn.exp: Use standard_testfile.
4070 * gdb.trace/while-stepping.exp: Use standard_testfile.
4071
7686c074
TT
40722012-06-26 Tom Tromey <tromey@redhat.com>
4073
4074 * gdb.reverse/break-precsave.exp: Use standard_testfile.
4075 * gdb.reverse/break-reverse.exp: Use standard_testfile.
4076 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
4077 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
4078 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
4079 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
4080 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
4081 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
4082 prepare_for_testing.
4083 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
4084 prepare_for_testing.
4085 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
4086 prepare_for_testing.
4087 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
4088 prepare_for_testing.
4089 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
4090 prepare_for_testing
4091 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
4092 * gdb.reverse/machinestate.exp: Use standard_testfile.
4093 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
4094 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
4095 build_executable.
4096 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
4097 build_executable.
4098 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
4099 standard_output_file.
4100 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
4101 standard_output_file.
4102 * gdb.reverse/step-precsave.exp: Use standard_testfile.
4103 * gdb.reverse/step-reverse.exp: Use standard_testfile.
4104 * gdb.reverse/until-precsave.exp: Use standard_testfile.
4105 * gdb.reverse/until-reverse.exp: Use standard_testfile.
4106 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
4107 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
4108
481fc100
TT
41092012-06-26 Tom Tromey <tromey@redhat.com>
4110
4111 * gdb.stabs/weird.exp: Remove directory-checking code. Use
4112 standard_output_file.
4113 * gdb.stabs/exclfwd.exp: Use standard_testfile,
4114 prepare_for_testing. Remove directory-checking code.
4115
7bb18ae2
TT
41162012-06-25 Tom Tromey <tromey@redhat.com>
4117
4118 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
4119 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
4120 build_executable, not prepare_for_testing.
4121 * gdb.multi/base.exp: Use standard_output_file. Use
4122 build_executable, not prepare_for_testing.
4123
cf09b3e4
TT
41242012-06-25 Tom Tromey <tromey@redhat.com>
4125
4126 * gdb.fortran/subarray.exp: Use standard_testfile,
4127 prepare_for_testing.
4128 * gdb.fortran/multi-dim.exp: Use standard_testfile.
4129 * gdb.fortran/module.exp: Use standard_testfile.
4130 * gdb.fortran/logical.exp: Use standard_testfile.
4131 * gdb.fortran/library-module.exp: Use standard_testfile,
4132 standard_output_file.
4133 * gdb.fortran/derived-type.exp: Use standard_testfile,
4134 prepare_for_testing.
4135 * gdb.fortran/complex.exp: Use standard_testfile,
4136 prepare_for_testing.
4137 * gdb.fortran/charset.exp: Use standard_testfile.
4138 * gdb.fortran/array-element.exp: Use standard_testfile,
4139 prepare_for_testing.
4140
18b5ff1b
KS
41412012-06-25 Keith Seitz <keiths@redhat.com>
4142
4143 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
4144 Change rbreak-related tests to KFAIL and add bugzilla numbers.
4145
17b77626
TT
41462012-06-25 Tom Tromey <tromey@redhat.com>
4147
4148 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
4149 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
4150 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
4151 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
4152
f91e3dc1
TT
41532012-06-25 Tom Tromey <tromey@redhat.com>
4154
4155 * gdb.linespec/ls-errs.exp: Use standard_testfile.
4156 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
4157 * gdb.linespec/linespec.exp: Use standard_testfile.
4158
a884434d
TT
41592012-06-25 Tom Tromey <tromey@redhat.com>
4160
4161 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
4162 prepare_for_testing.
4163
efc9d70a
TT
41642012-06-25 Tom Tromey <tromey@redhat.com>
4165
4166 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
4167 prepare_for_testing.
4168 * gdb.opt/inline-break.exp: Use standard_testfile,
4169 prepare_for_testing.
4170 * gdb.opt/inline-bt.exp: Use standard_testfile,
4171 prepare_for_testing.
4172 * gdb.opt/inline-cmds.exp: Use standard_testfile,
4173 prepare_for_testing.
4174 * gdb.opt/inline-locals.exp: Use standard_testfile,
4175 prepare_for_testing.
4176
e2fc92c6
TT
41772012-06-25 Tom Tromey <tromey@redhat.com>
4178
4179 * gdb.asm/asm-source.exp: Use standard_output_file,
4180 standard_testfile. Construct .o files in proper subdir.
4181
b0963d73
TT
41822012-06-25 Tom Tromey <tromey@redhat.com>
4183
4184 * gdb.server/ext-attach.exp: Use standard_testfile,
4185 prepare_for_testing.
4186 * gdb.server/ext-run.exp: Use standard_testfile,
4187 build_executable.
4188 * gdb.server/file-transfer.exp: Use standard_testfile,
4189 prepare_for_testing.
4190 * gdb.server/server-exec-info.exp: Use standard_testfile.
4191 * gdb.server/server-mon.exp: Use standard_testfile,
4192 prepare_for_testing.
4193 * gdb.server/server-run.exp: Use standard_testfile,
4194 build_executable.
4195 * gdb.server/solib-list.exp: Use standard_testfile,
4196 standard_output_file.
4197
8a3e1f8d
TT
41982012-06-25 Tom Tromey <tromey@redhat.com>
4199
4200 * lib/gdb.exp (standard_output_file): Use "file join".
4201 * gdb.go/chan.exp: Use standard_testfile.
4202 * gdb.go/handcall.exp: Use standard_testfile.
4203 * gdb.go/hello.exp: Use standard_testfile.
4204 * gdb.integers/chan.exp: Use standard_testfile.
4205 * gdb.go/methods.exp: Use standard_testfile.
4206 * gdb.go/package.exp: Use standard_testfile.
4207 * gdb.go/strings.exp: Use standard_testfile.
4208 * gdb.go/types.exp: Use standard_testfile.
4209 * gdb.go/unsafe.exp: Use standard_testfile.
4210
944a9061
MGD
42112012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4212
4213 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
4214
1c06bd58
JK
42152012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4216
4217 Fix regression by the previous commit.
4218 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
4219
b4a58790
TT
42202012-06-22 Tom Tromey <tromey@redhat.com>
4221
4222 * gdb.python/lib-types.exp: Use standard_testfile,
4223 prepare_for_testing.
4224 * gdb.python/py-block.exp: Use standard_testfile.
4225 * gdb.python/py-breakpoint.exp: Use standard_testfile.
4226 * gdb.python/py-events.exp: Use standard_testfile,
4227 standard_output_file.
4228 * gdb.python/py-evsignal.exp: Use standard_testfile.
4229 * gdb.python/py-evethreads.exp: Use standard_testfile.
4230 * gdb.python/py-explore-cc.exp: Use standard_testfile.
4231 * gdb.python/py-explore.exp: Use standard_testfile.
4232 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
4233 standard_output_file.
4234 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
4235 prepare_for_testing.
4236 * gdb.python/py-frame-inline.exp: Use standard_testfile.
4237 * gdb.python/py-frame.exp: Use standard_testfile.
4238 * gdb.python/py-inferior.exp: Use standard_testfile.
4239 * gdb.python/py-infthread.exp: Use standard_testfile.
4240 * gdb.python/py-mi.exp: Use standard_testfile.
4241 * gdb.python/py-objfile-script.exp: Use standard_testfile,
4242 build_executable.
4243 * gdb.python/py-objfile.exp: Use standard_testfile.
4244 * gdb.python/py-pp-maint.exp: Use standard_testfile,
4245 prepare_for_testing.
4246 * gdb.python/py-prettyprint.exp: Use standard_testfile.
4247 * gdb.python/py-progspace.exp: Use standard_testfile,
4248 build_executable.
4249 * gdb.python/py-prompt.exp: Use standard_testfile,
4250 build_executable.
4251 * gdb.python/py-section-script.exp: Use standard_testfile,
4252 build_executable.
4253 * gdb.python/py-shared.exp: Use standard_testfile,
4254 standard_output_file, clean_restart.
4255 * gdb.python/py-symbol.exp: Use standard_output_file,
4256 prepare_for_testing.
4257 * gdb.python/py-symtab.exp: Use standard_output_file,
4258 prepare_for_testing
4259 * gdb.python/py-template.exp: Use standard_testfile.
4260 * gdb.python/py-type.exp: Use standard_testfile.
4261 * gdb.python/py-value-cc.exp: Use standard_testfile.
4262 * gdb.python/py-value.exp: Use standard_testfile.
4263 * gdb.python/python.exp: Use standard_testfile, build_executable.
4264
2c44deac
TT
42652012-06-22 Tom Tromey <tromey@redhat.com>
4266
4267 * gdb.objc/basicclass.exp: Use standard_testfile.
4268 (do_objc_tests): Don't declare objdir.
4269 * gdb.objc/nondebug.exp: Use standard_testfile.
4270 (do_objc_tests): Don't declare objdir.
4271 * gdb.objc/objcdecode.exp: Use standard_testfile.
4272 (do_objc_tests): Don't declare objdir.
4273
c24ccbce
TT
42742012-06-22 Tom Tromey <tromey@redhat.com>
4275
4276 * gdb.java/jmain.exp: Use standard_testfile.
4277 * gdb.java/jmisc.exp: Use standard_testfile.
4278 * gdb.java/jnpe.exp: Use standard_testfile.
4279 * gdb.java/jprint.exp: Use standard_testfile.
4280
0a6d0306
TT
42812012-06-22 Tom Tromey <tromey@redhat.com>
4282
4283 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
4284 (standard_output_file, standard_testfile): New procs.
4285 (build_executable, clean_restart): Use standard_output_file.
4286
6ea815ef
YQ
42872012-06-22 Yao Qi <yao@codesourcery.com>
4288
4289 * boards/native-gdbserver.exp: New proc ${board}_exec.
4290 * boards/native-stdio-gdbserver.exp: Likewise.
4291
4c93b1db
TT
42922012-06-21 Tom Tromey <tromey@redhat.com>
4293
4294 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
4295 (build_executable): Update.
4296 (get_compiler_info): Remove 'binfile' argument.
4297 * gdb.ada/arrayidx.exp: Update.
4298 * gdb.ada/null_array.exp: Update.
4299 * gdb.arch/altivec-abi.exp: Update.
4300 * gdb.arch/altivec-regs.exp: Update.
4301 * gdb.arch/amd64-byte.exp: Update.
4302 * gdb.arch/amd64-dword.exp: Update.
4303 * gdb.arch/amd64-word.exp: Update.
4304 * gdb.arch/i386-avx.exp: Update.
4305 * gdb.arch/i386-byte.exp: Update.
4306 * gdb.arch/i386-sse.exp: Update.
4307 * gdb.arch/i386-word.exp: Update.
4308 * gdb.arch/ppc-dfp.exp: Update.
4309 * gdb.arch/ppc-fp.exp: Update.
4310 * gdb.arch/vsx-regs.exp: Update.
4311 * gdb.base/all-bin.exp: Update.
4312 * gdb.base/annota1.exp: Update.
4313 * gdb.base/async.exp: Update.
4314 * gdb.base/attach.exp: Update.
4315 * gdb.base/break-interp.exp: Update.
4316 * gdb.base/call-ar-st.exp: Update.
4317 * gdb.base/call-rt-st.exp: Update.
4318 * gdb.base/call-sc.exp: Update.
4319 * gdb.base/callfuncs.exp: Update.
4320 * gdb.base/catch-load.exp: Update.
4321 * gdb.base/completion.exp: Update.
4322 * gdb.base/complex.exp: Update.
4323 * gdb.base/condbreak.exp: Update.
4324 * gdb.base/consecutive.exp: Update.
4325 * gdb.base/constvars.exp: Update.
4326 * gdb.base/corefile.exp: Update.
4327 * gdb.base/eval-skip.exp: Update.
4328 * gdb.base/expand-psymtabs.exp: Update.
4329 * gdb.base/exprs.exp: Update.
4330 * gdb.base/fileio.exp: Update.
4331 * gdb.base/fixsection.exp: Update.
4332 * gdb.base/funcargs.exp: Update.
4333 * gdb.base/gdb11530.exp: Update.
4334 * gdb.base/gdb1555.exp: Update.
4335 * gdb.base/gnu-ifunc.exp: Update.
4336 * gdb.base/gnu_vector.exp: Update.
4337 * gdb.base/info-macros.exp: Update.
4338 * gdb.base/jit-simple.exp: Update.
4339 * gdb.base/jit-so.exp: Update.
4340 * gdb.base/jit.exp: Update.
4341 * gdb.base/langs.exp: Update.
4342 * gdb.base/list.exp: Update.
4343 * gdb.base/logical.exp: Update.
4344 * gdb.base/long_long.exp: Update.
4345 * gdb.base/longjmp.exp: Update.
4346 * gdb.base/macscp.exp: Update.
4347 * gdb.base/mips_pro.exp: Update.
4348 * gdb.base/miscexprs.exp: Update.
4349 * gdb.base/morestack.exp: Update.
4350 * gdb.base/nodebug.exp: Update.
4351 * gdb.base/opaque.exp: Update.
4352 * gdb.base/pc-fp.exp: Update.
4353 * gdb.base/pending.exp: Update.
4354 * gdb.base/permissions.exp: Update.
4355 * gdb.base/pointers.exp: Update.
4356 * gdb.base/prelink.exp: Update.
4357 * gdb.base/printcmds.exp: Update.
4358 * gdb.base/psymtab.exp: Update.
4359 * gdb.base/ptype.exp: Update.
4360 * gdb.base/relational.exp: Update.
4361 * gdb.base/scope.exp: Update.
4362 * gdb.base/setvar.exp: Update.
4363 * gdb.base/shlib-call.exp: Update.
4364 * gdb.base/shreloc.exp: Update.
4365 * gdb.base/signals.exp: Update.
4366 * gdb.base/sizeof.exp: Update.
4367 * gdb.base/so-impl-ld.exp: Update.
4368 * gdb.base/so-indr-cl.exp: Update.
4369 * gdb.base/solib-disc.exp: Update.
4370 * gdb.base/solib-display.exp: Update.
4371 * gdb.base/solib-nodir.exp: Update.
4372 * gdb.base/solib-overlap.exp: Update.
4373 * gdb.base/solib-symbol.exp: Update.
4374 * gdb.base/solib-weak.exp: Update.
4375 * gdb.base/solib.exp: Update.
4376 * gdb.base/store.exp: Update.
4377 * gdb.base/structs.exp: Update.
4378 * gdb.base/structs2.exp: Update.
4379 * gdb.base/type-opaque.exp: Update.
4380 * gdb.base/unload.exp: Update.
4381 * gdb.base/varargs.exp: Update.
4382 * gdb.base/volatile.exp: Update.
4383 * gdb.base/watch_thread_num.exp: Update.
4384 * gdb.base/watchpoint-solib.exp: Update.
4385 * gdb.base/watchpoint.exp: Update.
4386 * gdb.base/watchpoints.exp: Update.
4387 * gdb.base/whatis.exp: Update.
4388 * gdb.cell/arch.exp: Update.
4389 * gdb.cell/break.exp: Update.
4390 * gdb.cell/bt.exp: Update.
4391 * gdb.cell/core.exp: Update.
4392 * gdb.cell/data.exp: Update.
4393 * gdb.cell/ea-cache.exp: Update.
4394 * gdb.cell/f-regs.exp: Update.
4395 * gdb.cell/fork.exp: Update.
4396 * gdb.cell/gcore.exp: Update.
4397 * gdb.cell/mem-access.exp: Update.
4398 * gdb.cell/ptype.exp: Update.
4399 * gdb.cell/registers.exp: Update.
4400 * gdb.cell/sizeof.exp: Update.
4401 * gdb.cell/solib-symbol.exp: Update.
4402 * gdb.cell/solib.exp: Update.
4403 * gdb.cp/ambiguous.exp: Update.
4404 * gdb.cp/breakpoint.exp: Update.
4405 * gdb.cp/bs15503.exp: Update.
4406 * gdb.cp/casts.exp: Update.
4407 * gdb.cp/class2.exp: Update.
4408 * gdb.cp/cpexprs.exp: Update.
4409 * gdb.cp/cplusfuncs.exp: Update.
4410 * gdb.cp/ctti.exp: Update.
4411 * gdb.cp/dispcxx.exp: Update.
4412 * gdb.cp/gdb1355.exp: Update.
4413 * gdb.cp/gdb2384.exp: Update.
4414 * gdb.cp/gdb2495.exp: Update.
4415 * gdb.cp/infcall-dlopen.exp: Update.
4416 * gdb.cp/local.exp: Update.
4417 * gdb.cp/m-data.exp: Update.
4418 * gdb.cp/m-static.exp: Update.
4419 * gdb.cp/mb-ctor.exp: Update.
4420 * gdb.cp/mb-inline.exp: Update.
4421 * gdb.cp/mb-templates.exp: Update.
4422 * gdb.cp/member-ptr.exp: Update.
4423 * gdb.cp/method.exp: Update.
4424 * gdb.cp/namespace.exp: Update.
4425 * gdb.cp/nextoverthrow.exp: Update.
4426 * gdb.cp/nsdecl.exp: Update.
4427 * gdb.cp/nsrecurs.exp: Update.
4428 * gdb.cp/nsstress.exp: Update.
4429 * gdb.cp/nsusing.exp: Update.
4430 * gdb.cp/pr-1023.exp: Update.
4431 * gdb.cp/pr-1210.exp: Update.
4432 * gdb.cp/pr-574.exp: Update.
4433 * gdb.cp/pr9631.exp: Update.
4434 * gdb.cp/printmethod.exp: Update.
4435 * gdb.cp/psmang.exp: Update.
4436 * gdb.cp/re-set-overloaded.exp: Update.
4437 * gdb.cp/rtti.exp: Update.
4438 * gdb.cp/shadow.exp: Update.
4439 * gdb.cp/templates.exp: Update.
4440 * gdb.cp/try_catch.exp: Update.
4441 * gdb.dwarf2/dw2-ranges.exp: Update.
4442 * gdb.dwarf2/pr10770.exp: Update.
4443 * gdb.fortran/library-module.exp: Update.
4444 * gdb.hp/gdb.aCC/optimize.exp: Update.
4445 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
4446 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
4447 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
4448 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
4449 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
4450 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
4451 * gdb.hp/gdb.compat/xdb1.exp: Update.
4452 * gdb.hp/gdb.compat/xdb2.exp: Update.
4453 * gdb.hp/gdb.compat/xdb3.exp: Update.
4454 * gdb.hp/gdb.defects/bs14602.exp: Update.
4455 * gdb.hp/gdb.defects/solib-d.exp: Update.
4456 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
4457 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
4458 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
4459 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
4460 * gdb.mi/gdb792.exp: Update.
4461 * gdb.mi/mi-pending.exp: Update.
4462 * gdb.mi/mi-solib.exp: Update.
4463 * gdb.mi/mi-var-cp.exp: Update.
4464 * gdb.opt/clobbered-registers-O2.exp: Update.
4465 * gdb.opt/inline-bt.exp: Update.
4466 * gdb.opt/inline-cmds.exp: Update.
4467 * gdb.opt/inline-locals.exp: Update.
4468 * gdb.python/py-events.exp: Update.
4469 * gdb.python/py-finish-breakpoint.exp: Update.
4470 * gdb.python/py-type.exp: Update.
4471 * gdb.reverse/solib-precsave.exp: Update.
4472 * gdb.reverse/solib-reverse.exp: Update.
4473 * gdb.server/solib-list.exp: Update.
4474 * gdb.stabs/weird.exp: Update.
4475 * gdb.threads/attach-into-signal.exp: Update.
4476 * gdb.threads/attach-stopped.exp: Update.
4477 * gdb.threads/tls-shared.exp: Update.
4478 * gdb.trace/change-loc.exp: Update.
4479 * gdb.trace/strace.exp: Update.
4480
95c391b6
TT
44812012-06-19 Tom Tromey <tromey@redhat.com>
4482
4483 * gdb.base/whatis.exp: Add tests.
4484
e910f0b6
TT
44852012-06-19 Tom Tromey <tromey@redhat.com>
4486
4487 * gdb.cp/m-static.cc (keepalive): New function.
4488 (gnu_obj_1::method): Use it.
4489
422d65e7
DE
44902012-06-18 Doug Evans <dje@google.com>
4491
4492 * gdb.base/info-fun.exp: New file.
4493 * gdb.base/info-fun.c: New file.
4494 * gdb.base/info-fun-solib.c: New file.
4495
e2e4d78b
JK
44962012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 Remove stale dummy frames.
4499 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
4500 (maintenance info breakpoints): New tests.
4501 * gdb.base/stale-infcall.c: New file.
4502 * gdb.base/stale-infcall.exp: New file.
4503
1788b2d3
JK
45042012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4505
4506 * gdb.arch/amd64-entry-value-param.S: New file.
4507 * gdb.arch/amd64-entry-value-param.c: New file.
4508 * gdb.arch/amd64-entry-value-param.exp: New file.
4509
663b969e
TT
45102012-06-15 Tom Tromey <tromey@redhat.com>
4511
4512 * gdb.cp/namespace.exp: Add "show lang" test.
4513
8e09ad05
IS
45142012-06-15 Iain Sandoe <iain@codesourcery.com>
4515
4516 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
4517 case. (top level): Use gdb_file_cmd instead of gdb_load.
4518
f85e18ee
JK
45192012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4520
4521 PR tdep/14222
4522 * gdb.arch/i386-sse-stack-align.S: New file.
4523 * gdb.arch/i386-sse-stack-align.c: New file.
4524 * gdb.arch/i386-sse-stack-align.exp: New file.
4525
f3b5e280
KS
45262012-06-13 Keith Seitz <keiths@redhat.com>
4527
4528 PR breakpoints/13798 and mi/11541
4529 * gdb.linespec/ls-errs.exp: Add a few more tests for
4530 filenames with spaces and colons.
4531
50af5481
JK
45322012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4533
4534 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4535 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
4536 (test_function): Call CV_f.
4537 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
4538 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
4539 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
4540 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
4541 (p CV_f(CV::i)): New tests.
4542
d55637df
TT
45432012-06-13 Tom Tromey <tromey@redhat.com>
4544
4545 * gdb.base/condbreak.exp: Add tests for "condition" completion.
4546
cc80f267
JK
45472012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4548
4549 Fix regression by the "ambiguous linespec" series.
4550 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
4551 tests.
4552
bb2af9cc
JK
45532012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4554
4555 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
4556 missing.
4557
e81a37f7
TT
45582012-06-11 Tom Tromey <tromey@redhat.com>
4559
4560 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
4561 location...
4562 (main): ...here.
4563
8efd7788
YQ
45642012-06-07 Yao Qi <yao@codesourcery.com>
4565
4566 * gdb.trace/strace.exp: Shorten some too-long lines.
4567
359f5fe6
PA
45682012-06-06 Pedro Alves <palves@redhat.com>
4569
4570 * gdb.threads/clone-new-thread-event.c: New file.
4571 * gdb.threads/clone-new-thread-event.exp: New file.
4572
7b2fe205
YQ
45732012-06-06 Yao Qi <yao@codesourcery.com>
4574
4575 * gdb.base/dprintf.c (main): Add extra parameter when calling
4576 printf and fprintf.
4577 (bar): New function. It is a dead function, but to ensure
4578 'malloc' is linked explicitly.
4579
3eca55e8
YQ
45802012-06-06 Yao Qi <yao@codesourcery.com>
4581
4582 * gdb.base/info-proc.exp: Return if target doesn't support
4583 'info proc'.
4584
91cc9324
JK
45852012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4586
4587 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
4588 (run program with breakpoint commands): XFAIl if it is not.
4589
c56e7c43
JB
45902012-06-05 Joel Brobecker <brobecker@adacore.com>
4591
4592 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
4593 and add comment.
4594 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
4595 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
4596 "STOP" marker. Adjust testing strategy to make it work on
4597 all targets.
4598
4599 * gdb.base/print-file-var-main.c (main): Rewrite using local
4600 variables and adjust get_version_2's return value check.
4601 Add small comment.
4602 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
4603 marker. Adjust testing strategy to make it work on all targets.
4604
ccab2054
JB
46052012-06-05 Joel Brobecker <brobecker@adacore.com>
4606
4607 * gdb.ada/bad-task-bp-keyword: New testcase.
4608
d0d86158
JK
46092012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4610
4611 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
4612 Simplify it to ...
4613 (symbol-file ${testfile1}): ... here.
4614 (test eliminated var my_global_symbol)
4615 (test eliminated var my_static_symbol)
4616 (test eliminated var my_global_func, get address of main): Wrap them to
4617 'single psymtabs' and 'single symtabs'
4618 (get address of my_global_symbol, get address of my_static_symbol)
4619 (get address of my_global_func, get address of main): Wrap them to
4620 'order1' and 'order2'.
4621
952cf74c
JK
4622 * gdb.base/code_elim.exp
4623 (add-symbol-file ${testfile1} 0x100000)
4624 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
4625 'order2'.
4626 (order1: add-symbol-file ${testfile1} 0x100000)
4627 (order1: add-symbol-file ${testfile2} 0x200000)
4628 (order2: add-symbol-file ${testfile2} 0x200000)
4629 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
4630 .bss as appropriate.
4631
0c5bf5a9
JK
46322012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4633
4634 * gdb.server/solib-list-lib.c: New file.
4635 * gdb.server/solib-list-main.c: New file.
4636 * gdb.server/solib-list.exp: New file.
4637
4196f325
MR
46382012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
4639
4640 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
4641 for 'set print symbol' change.
4642
bfb05775
JK
46432012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
4646 .debug_abbrev_seg3.
4647
685b1105
JK
46482012-05-24 John Steele Scott <toojays@toojays.net>
4649
4650 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4651 * gdb.dwarf2/dw2-icc-opaque.S: New file.
4652 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
4653
f3e0e960
SS
46542012-05-23 Stan Shebs <stan@codesourcery.com>
4655
4656 * gdb.mi/mi-info-os.exp: New file.
4657
11eb1b4d
KS
46582012-05-23 Keith Seitz <keiths@redhat.com>
4659
4660 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
4661 return -1 to suppress the rest of the tests.
4662 (compile_stap_bin): Return boolean success value.
4663
b1af9e97
TT
46642012-05-21 Tom Tromey <tromey@redhat.com>
4665
4666 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
4667 Remove kfails.
4668 (test_print_mi_member_types): Likewise.
4669
248537e3
TT
46702012-05-21 Tom Tromey <tromey@redhat.com>
4671
4672 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
4673 print symbol' change.
4674
d791e155
TJB
46752012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4676
4677 * gdb.python/py-prompt.exp: Quit if the target is remote.
4678
e77afa2e
JK
46792012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4680
4681 Fix ERROR: internal buffer is full.
4682 * gdb.base/info-os.exp (expect_multiline): New function.
4683 (get process list, get process groups, get threads)
4684 (get file descriptors, get internet-domain sockets)
4685 (get shared-memory regions, get semaphores, get message queues): Use
4686 it for these tests.
4687
9cb709b6
TT
46882012-05-18 Tom Tromey <tromey@redhat.com>
4689
4690 * gdb.mi/mi-var-cmd.exp: Update.
4691 * gdb.objc/basicclass.exp (do_objc_tests): Update.
4692 * gdb.cp/virtbase.exp: Update.
4693 * gdb.cp/classes.exp (test_static_members): Update.
4694 * gdb.cp/casts.exp: Update.
4695 * gdb.base/pointers.exp: Update.
4696 * gdb.base/funcargs.exp (pointer_args): Update.
4697 (structs_by_reference): Update.
4698 * gdb.base/find.exp: Update.
4699 * gdb.base/call-strs.exp: Send "set print symbol off".
4700 * gdb.base/call-ar-st.exp: Update.
4701 * gdb.ada/fun_addr.exp: Update.
4702 * gdb.base/printcmds.exp (test_print_symbol): New proc.
4703 Call it.
4704 (test_print_repeats_10, test_print_strings)
4705 (test_print_char_arrays): Update.
4706
b012acdd
TT
47072012-05-18 Tom Tromey <tromey@redhat.com>
4708
4709 * gdb.base/charset.exp (string_display): Update.
4710
1d51a733
TT
47112012-05-18 Tom Tromey <tromey@redhat.com>
4712
4713 * gdb.mi/mi2-var-display.exp: Update.
4714 * gdb.mi/mi-var-display.exp: Update.
4715 * gdb.mi/mi-var-child.exp: Update.
4716 * gdb.cp/expand-psymtabs-cxx.exp: Update.
4717 * gdb.cp/cp-relocate.exp (get_func_address): Update.
4718
957df313
DE
47192012-05-17 Doug Evans <dje@google.com>
4720
682c7f7b
DE
4721 * info-macros.exp: Pass "debug" to prepare_for_testing.
4722
957df313
DE
4723 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
4724 * gdb.ada/Makefile.in (clean): Ditto.
4725 * gdb.arch/Makefile.in (clean): Ditto.
4726 * gdb.asm/Makefile.in (clean): Ditto.
4727 * gdb.base/Makefile.in (clean): Ditto.
4728 * gdb.cell/Makefile.in (clean): Ditto.
4729 * gdb.cp/Makefile.in (clean): Ditto.
4730 * gdb.disasm/Makefile.in (clean): Ditto.
4731 * gdb.dwarf2/Makefile.in (clean): Ditto.
4732 * gdb.fortran/Makefile.in (clean): Ditto.
4733 * gdb.go/Makefile.in (clean): Ditto.
4734 * gdb.hp/Makefile.in (clean): Ditto.
4735 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
4736 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
4737 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
4738 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
4739 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
4740 * gdb.java/Makefile.in (clean): Ditto.
4741 * gdb.linespec/Makefile.in (clean): Ditto.
4742 * gdb.mi/Makefile.in (clean): Ditto.
4743 * gdb.modula2/Makefile.in (clean): Ditto.
4744 * gdb.multi/Makefile.in (clean): Ditto.
4745 * gdb.objc/Makefile.in (clean): Ditto.
4746 * gdb.opencl/Makefile.in (clean): Ditto.
4747 * gdb.opt/Makefile.in (clean): Ditto.
4748 * gdb.pascal/Makefile.in (clean): Ditto.
4749 * gdb.python/Makefile.in (clean): Ditto.
4750 * gdb.reverse/Makefile.in (clean): Ditto.
4751 * gdb.server/Makefile.in (clean): Ditto.
4752 * gdb.stabs/Makefile.in (clean): Ditto.
4753 * gdb.threads/Makefile.in (clean): Ditto.
4754 * gdb.trace/Makefile.in (clean): Ditto.
4755 * gdb.xml/Makefile.in (clean): Ditto.
4756
abc9d0dc
TT
47572012-05-16 Tom Tromey <tromey@redhat.com>
4758
4759 * gdb.base/macscp1.c (macscp_expr): Add comment.
4760 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
4761
6a3a010b
MR
47622012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
4763
4764 * gdb.base/return-nodebug.exp: Also test float and double types.
4765
01429c8e
JK
47662012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4767
4768 PR testsuite/12649
4769 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
4770
54115cd4
JK
4771 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
4772
0c5f383f
SDJ
47732012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
4774
4775 * gdb.base/stap-probe.exp (stap_test): Remove calls to
4776 `rerun_to_main'.
4777 (stap_test_no_debuginfo): Likewise.
4778
e7e0cddf
SS
47792012-05-14 Stan Shebs <stan@codesourcery.com>
4780
4781 * gdb.base/dprintf.c: New file.
4782 * gdb.base/dprintf.exp: New file.
4783
c772f8e7
HZ
47842012-05-14 Hui Zhu <hui_zhu@mentor.com>
4785
4786 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
4787 * gdb.trace/disconnected-tracing.c: New file.
4788 * gdb.trace/disconnected-tracing.exp: New file.
4789
7efc75aa
SCR
47902012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4791
4792 * gdb.python/python.c: Add a new breakpoint comment.
4793 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
4794
85d4a676
SS
47952011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
4796
4797 * gdb.base/info-os.exp: New file.
4798 * gdb.base/info-os.c: New file.
4799
64ea88dc
JB
48002012-05-10 Joel Brobecker <brobecker@adacore.com>
4801
4647ab1b
JB
4802 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
4803 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
4804 New files.
64ea88dc 4805
afba63f1
JB
48062012-05-10 Joel Brobecker <brobecker@adacore.com>
4807
4808 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
4809 gdb.base/ctxobj.exp: New files.
4810
9d198b1e
TT
48112012-05-09 Tom Tromey <tromey@redhat.com>
4812
4813 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
4814
9bfee719
MR
48152012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
4816
4817 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
4818
3a7341d8
MR
48192012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
4820
4821 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
4822 before using it.
4823
52b3699b
TG
48242012-05-04 Tristan Gingold <gingold@adacore.com>
4825
4826 * gdb.base/set-noassign.exp: New test.
4827
a20ee7a4
SCR
48282012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4829
4830 * gdb.python/py-symbol.exp: Add tests to test the new methods
4831 gdb.Symtab.global_block() and gdb.Symtab.static_block().
4832 * gdb.python/py-symbol.c: Add new struct to help test
4833 gdb.Symtab.static_block().
4834
bf2f0858
DE
48352012-05-03 Doug Evans <dje@google.com>
4836
4837 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
4838 commented out.
4839
2d4e0376
YQ
48402012-05-03 Yao Qi <yao@codesourcery.com>
4841
4842 * gdb.base/catch-syscall.exp: Skip it before compilation if target
4843 doesn't support.
4844 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
4845 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
4846
6d0bb9f3
YQ
48472012-05-03 Yao Qi <yao@codesourcery.com>
4848
4849 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
4850
fd820528
DE
48512012-04-30 Doug Evans <dje@google.com>
4852
4853 PR testsuite/13961
4854 * gdb.dwarf2/pr13961.S: New file.
4855 * gdb.dwarf2/pr13961.exp: New file.
4856
b9e219b9
YQ
48572012-04-29 Yao Qi <yao@codesourcery.com>
4858
4859 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
4860
3019eac3
DE
48612012-04-28 Doug Evans <dje@google.com>
4862
4863 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
4864 .Ltype_int_in_cu2. Use name "int2" instead of "int".
4865 All uses updated.
4866 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
4867 "ptype func_cu1" to expand cu2 before cu1.
4868
62e5f89c
SDJ
48692012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4870 Tom Tromey <tromey@redhat.com>
4871
4872 * gdb.base/default.exp: Add `$_probe_arg*' convenience
4873 variables.
4874 * gdb.base/stap-probe.c: New file.
4875 * gdb.base/stap-probe.exp: New file.
4876 * gdb.trace/stap-trace.c: New file.
4877 * gdb.trace/stap-trace.exp: New file.
4878 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
4879 libgcc's unwinder.
4880
14132e89
MR
48812012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
4882
4883 * gdb.arch/mips16-thunks-inmain.c: New file.
4884 * gdb.arch/mips16-thunks-main.c: New file.
4885 * gdb.arch/mips16-thunks-sin.c: New file.
4886 * gdb.arch/mips16-thunks-sinfrob.c: New file.
4887 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
4888 * gdb.arch/mips16-thunks-sinmain.c: New file.
4889 * gdb.arch/mips16-thunks-sinmips16.c: New file.
4890 * gdb.arch/mips16-thunks.exp: New file.
4891
a766d390
DE
48922012-04-25 Doug Evans <dje@google.com>
4893
4894 * configure.ac: Create gdb.go/Makefile.
4895 * configure: Regenerate.
4896 * gdb.base/default.exp: Add "go" to "set language" testing.
4897 * gdb.go/Makefile.in: New file.
4898 * gdb.go/basic-types.exp: New file.
4899 * gdb.go/chan.exp: New file.
4900 * gdb.go/chan.go: New file.
4901 * gdb.go/handcall.exp: New file.
4902 * gdb.go/handcall.go: New file.
4903 * gdb.go/hello.exp: New file.
4904 * gdb.go/hello.go: New file.
4905 * gdb.go/integers.exp: New file.
4906 * gdb.go/integers.go: New file.
4907 * gdb.go/methods.exp: New file.
4908 * gdb.go/methods.go: New file.
4909 * gdb.go/package.exp: New file.
4910 * gdb.go/package1.go: New file.
4911 * gdb.go/package2.go: New file.
4912 * gdb.go/print.exp: New file.
4913 * gdb.go/strings.exp: New file.
4914 * gdb.go/strings.go: New file.
4915 * gdb.go/types.exp: New file.
4916 * gdb.go/types.go: New file.
4917 * gdb.go/unsafe.exp: New file.
4918 * gdb.go/unsafe.go: New file.
4919 * lib/future.exp: Add Go support.
4920 (gdb_find_go, gdb_find_go_linker): New procs.
4921 (gdb_default_target_compile): Add Go support.
4922 * lib/gdb.exp (skip_go_tests): New proc.
4923 * lib/go.exp: New file.
4924
e65f9ffb
TT
49252012-04-25 Tom Tromey <tromey@redhat.com>
4926
4927 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
4928
14e75d8e
JK
49292012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
4930 Jan Kratochvil <jan.kratochvil@redhat.com>
4931
4932 PR symtab/7259:
4933 * gdb.base/enumval.c: New test case.
4934 * gdb.base/enumval.exp: New test case.
4935 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
4936 field.bitpos.
4937
f3525b70
PA
49382012-04-17 Pedro Alves <palves@redhat.com>
4939
4940 * Makefile.in (site.exp): Make site.exp source
4941 $srcdir/lib/append_gdb_boards_dir.exp.
4942 * lib/append_gdb_boards_dir.exp: New file.
4943
bccbefd2
JK
49442012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4945
4946 New option "set auto-load safe-path".
4947 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
4948 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
4949
bf88dd68
JK
49502012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4951
4952 auto-load: Implementation.
4953 * gdb.base/help.exp (test set height): Increase the height.
4954 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
4955 to ...
4956 (info auto-load python-scripts): ... here.
4957 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
4958 to ...
4959 (info auto-load python-scripts *): ... here.
4960
c0d4d1c0
YQ
49612012-04-16 Yao Qi <yao@codesourcery.com>
4962
4963 * lib/trace-support.exp (get_in_proc_agent): New.
4964 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
4965 of in process trace agent.
4966 * gdb.trace/ftrace.exp: Likewise.
4967 * gdb.trace/pending.exp: Likewise.
4968 * gdb.trace/trace-break.exp: Likewise.
4969 * gdb.trace/trace-mt.exp
4970 * gdb.trace/tspeed.exp: Likewise.
4971 * gdb.trace/tstatus.exp
4972 * gdb.trace/strace.exp: Likewise.
4973
cbf68a60
TS
49742012-04-16 Thomas Schwinge <thomas@codesourcery.com>
4975
dd6d3b70
TS
4976 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
4977 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
4978
cbf68a60
TS
4979 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
4980
8264ba82
AG
49812012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4982
4983 PR mi/13393
4984 * gdb.mi/mi-var-rtti.cc: New file.
4985 * gdb.mi/mi-var-rtti.exp: New file.
4986 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
4987 function.
4988 (mi_varobj_update_with_type_change): updated to avoid code duplication.
4989
de0919f8 49902012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
4991
4992 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
4993 EXECUTABLES.
4994 * gdb.python/py-explore.c: C program used for testing the new
4995 'explore' command on C constructs.
4996 * gdb.python/py-explore.cc: C++ program used for testing the new
4997 'explore' command on C++ constructs.
4998 * gdb-python/py-explore.exp: Tests for the new 'explore'
4999 command on C constructs.
5000 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
5001 command on C++ constructs.
5002
a82da7dd
MK
50032012-04-07 Mark Kettenis <kettenis@gnu.org>
5004
5005 * gdb.base/funcargs.exp (complex_args): Fix typo.
5006
e127cba8
JK
50072012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5008
5009 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
5010 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
5011
40e084e1
KS
50122012-04-05 Keith Seitz <keiths@redhat.com>
5013
5014 * gdb.base/advance.exp: Update error message for
5015 "advance malformed" test.
5016 * gdb.base/break.exp: Likewise for "breakpoint with
5017 trailing garbage" test.
5018 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
5019 with trailing garbage" test.
5020 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
5021 trailng garbage" test.
5022 * gdb.base/until.exp: Likewise for "malformed until" test.
5023 * gdb.cp/ovldbreak.exp: Create the breakpoint table
5024 for "breakpoint info (after setting on all)".
5025 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
5026 tests.
5027 * gdb.cp/cplabel.cc: New file.
5028 * gdb.cp/cplabel.exp: New test.
5029 * gdb.linespec/ls-errs.c: New file.
5030 * gdb.linespec/ls-errs.exp: New test.
5031
a72c8f6a
JK
50322012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5033
5034 * gdb.trace/unavailable.exp
5035 (collect globals: print object on: print derived_partial)
5036 (collect globals: print object on: print derived_whole)
5037 (collect globals: print object off: print derived_partial)
5038 (collect globals: print object off: print derived_whole): Update
5039 expected output.
5040
f87a3023
KS
50412012-03-30 Keith Seitz <keiths@redhat.com>
5042
5043 * gdb.python: Add test for linespecs with commas.
5044
e2171b3c
KS
50452012-03-28 Keith Seitz <keiths@redhat.com>
5046
5047 * gdb.linespec/ls-dollar.cc: New file.
5048 * gdb.linespec/ls-dollar.exp: New test.
5049
50502012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
5051
5052 * gdb.cp/namespace.exp: Add breakpoint tests for functions
5053 starting with the global namespace.
5054
2f4e0a80
DE
50552012-03-23 Doug Evans <dje@google.com>
5056
5057 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
5058
7b282c5a
SCR
50592012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5060
5061 * gdb.python/py-value.cc: Add test case for testing the
5062 methodology exposing C++ values to Python.
5063 * gdb.python/py-value-cc.exp: Add tests testing the methodology
5064 exposing C++ values to Python.
5065 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
5066
2e98ca53
JK
50672012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5068 Siddhesh Poyarekar <siddhesh@redhat.com>
5069
5070 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5071 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
5072 (generate native core dump): Make the test unsupported if core cannot
5073 be generated.
5074
8320cc4f
JK
50752012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5076
5077 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
5078 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
5079 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
5080
3a69ffb2
JK
50812012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5082
5083 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
5084
8fabffee
DE
50852012-03-17 Doug Evans <dje@google.com>
5086
5087 * dg-extract-results.sh: Handle KFAILs.
5088
ab260dad
JK
50892012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5090
5091 PR symtab/13777
5092 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
5093
53ba8333
JB
50942012-03-16 Joel Brobecker <brobecker@adacore.com>
5095
5096 * gdb.ada/set_pckd_arr_elt: New testcase.
5097
481860b3
GB
50982012-03-16 Gary Benson <gbenson@redhat.com>
5099
5100 PR breakpoints/10738
5101 * gdb.opt/inline-break.exp: New file.
5102 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
5103 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
5104 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
5105 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
5106 * gdb.base/async-shell.exp: Likewise.
5107 * lib/mi-support.exp (library_loaded_re): Likewise.
5108
410528f0
TT
51092012-03-15 Tom Tromey <tromey@redhat.com>
5110
5111 * gdb.cp/virtfunc2.exp: Update expected output.
5112 * gdb.cp/pr9631.exp: Update expected output.
5113 * gdb.cp/member-ptr.exp: Update expected output.
5114 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
5115 output.
5116 * gdb.cp/casts.exp: Update expected output.
5117
c4aeac85
TT
51182012-03-15 Tom Tromey <tromey@redhat.com>
5119
5120 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
5121 (test_info_vtbl): Likewise.
5122 (do_tests): Call test_info_vtbl.
5123 * gdb.cp/virtfunc.cc (va): New global.
5124
856d06f9
TS
51252012-03-15 Thomas Schwinge <thomas@codesourcery.com>
5126
5127 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
5128 describing DWARF data structures.
5129 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
5130 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
5131 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
5132 * gdb.dwarf2/dw2-entry-value.S: Likewise.
5133 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5134 * gdb.dwarf2/dw2-param-error.S: Likewise.
5135 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
5136 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
5137 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
5138 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
5139 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
5140 * gdb.dwarf2/pr11465.S: Likewise.
5141
e837f12a
JK
51422012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5143
5144 * gdb.mi/mi2-prompt.exp: New file.
5145
ccbb4f28
JB
51462012-03-13 Joel Brobecker <brobecker@adacore.com>
5147
5148 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
5149
32039130
JB
51502012-03-13 Joel Brobecker <brobecker@adacore.com>
5151
5152 * gdb.ada/bp_range_type: New testcase.
5153
16899756
DE
51542012-03-13 Doug Evans <dje@google.com>
5155
5156 * gdb.base/default.exp: Delete tests for symbol-reloading.
5157 * gdb.base/help.exp: Ditto.
5158 * gdb.base/setshow.exp: Ditto.
5159 * gdb.base/gdb_history: Delete references to symbol-reloading.
5160
87b0bb13
JK
51612012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5162
5163 * gdb.base/attach-twice.c: New files.
5164 * gdb.base/attach-twice.exp: New files.
5165
0d7941a9
KS
51662012-03-08 Keith Seitz <keiths@redhat.com>
5167
5168 * lib/gdb.exp (gdb_get_line_number): Throw an
5169 error instead of returning -1.
5170 * gdb.base/break.exp: Remove unused variable
5171 bp_location5.
5172 * gdb.base/hbreak2.exp: Likewise.
5173 * gdb.base/sepdebug.exp: Likewise.
5174
f4647387
YQ
51752012-03-08 Yao Qi <yao@codesourcery.com>
5176 Pedro Alves <palves@redhat.com>
5177
5178 Fix PR server/13392.
5179 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
5180 (tracepoint_change_loc_2): Remove kfail. Return if failed to
5181 download tracepoints.
5182 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
5183 (pending_tracepoint_resolved_during_trace): Likewise.
5184 (pending_tracepoint_installed_during_trace): Likewise.
5185 (pending_tracepoint_with_action_resolved): Likewise.
5186
83c532cb
KS
51872012-03-08 Keith Seitz <keiths@redhat.com>
5188
5189 * gdb.ada/array_bounds.exp: Get breakpoint for line
5190 with "START", not "STOP".
5191 * gdb.python/py-infthread.exp: Do not continue to
5192 line marked "Break here.", which is undefined.
5193
d6b6bbb7
LM
51942012-03-08 Luis Machado <lgustavo@codesourcery.com>
5195
5196 Revert:
5197
5198 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5199
5200 Implement testsuite workaround for PR breakpoints/13781.
5201 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5202 (set breakpoint condition-evaluation host): New conditional command.
5203
7fe25d9b
JK
52042012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5205
5206 Fix CU relative vs. absolute DIE offsets.
5207 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
5208 one.
5209
51898c15
JK
52102012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5211
5212 Fix false FAIL on distros with relro linkage as default.
5213 * gdb.reverse/solib-precsave.exp: Try to compile the test using
5214 -Wl,-z,norelro first.
5215
8131799e
JB
52162012-03-06 Joel Brobecker <brobecker@adacore.com>
5217
5218 * gdb.ada/bp_on_var: New testcase.
5219
ba241969
JB
52202012-03-06 Joel Brobecker <brobecker@adacore.com>
5221
5222 * gdb.ada/bp_enum_homonym: New testcase.
5223
abe49676
YQ
52242012-03-06 Yao Qi <yao@codesourcery.com>
5225
5226 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
5227 x86_64-*-* and i?86-*-*.
5228 Set up KFAIL for gdb/13808.
5229
d8df103b
TT
52302012-03-05 Tom Tromey <tromey@redhat.com>
5231
5232 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
5233 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
5234
b7b189f3
TT
52352012-03-05 Tom Tromey <tromey@redhat.com>
5236
5237 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
5238
69dc1c4d
YQ
52392012-03-04 Yao Qi <yao@codesourcery.com>
5240
5241 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
5242 messages for KFAIL.
5243
3f20c47f
JK
52442012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5245
5246 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
5247 (print one_two_three, indexes off, print few_reps, indexes off)
5248 (print many_reps, indexes off, print empty, indexes off)
5249 (print one_two_three, print few_reps, print many_reps, print empty):
5250 Call setup_xfail if $gcc_old.
5251
abf1152a
JK
52522012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5253
5254 Implement testsuite workaround for PR breakpoints/13781.
5255 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5256 (set breakpoint condition-evaluation host): New conditional command.
5257
a06715f8
JK
52582012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5259
5260 Code cleanup.
5261 * gdb.cp/mb-templates.exp: New variables executable. Use it for
5262 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
5263 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
5264 number 1 by $bpnum. Four times.
5265
5808517f
YQ
52662012-03-03 Yao Qi <yao@codesourcery.com>
5267
5268 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
5269
dfe2ac14
JK
52702012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5271
5272 Setup KFAIL for PR server/13796.
5273 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
5274
8bbc467a
JB
52752012-03-02 Joel Brobecker <brobecker@adacore.com>
5276
5277 * gdb.ada/operator_bp: New testcase.
5278
c0eac87f
JB
52792012-03-02 Joel Brobecker <brobecker@adacore.com>
5280
5281 * gdb.ada/info_locals_renaming: New testcase.
5282
4f42c881
TT
52832012-03-02 Tom Tromey <tromey@redhat.com>
5284
5285 * gdb.base/nextoverexit.c: New file.
5286 * gdb.base/nextoverexit.exp: New file.
5287
7380c0c9
EBM
52882012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5289
5290 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
5291 parameter.
5292
1faeff08
MR
52932012-03-01 Maciej W. Rozycki <macro@mips.com>
5294
5295 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
5296 core registers.
5297
320b6f49 52982012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
5299 Maciej W. Rozycki <macro@codesourcery.com>
5300 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
5301
5302 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
5303
ad5f7d6e
PA
53042012-03-01 Pedro Alves <palves@redhat.com>
5305
5306 PR gdb/13767
5307
5308 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
5309 (gdb_collect_globals_test): Call it.
5310
d3dc44a6
KS
53112012-03-01 Keith Seitz <keiths@redhat.com>
5312
5313 * gdb.cp/method2.exp: Output of overload menu is now
5314 alphabetized. Update tests for "break A::method".
5315 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
5316 of hard-coding them.
5317 Overload menu is alphabetized: rewrite to accommodate.
5318 Unset variables LINE and TYPES which are used in other tests.
5319 Compute the output of "info break".
5320 Update the breakpoint table after all breakpoints are deleted.
5321 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
5322 compute ACTUALS and the method body based on parameters.
5323 Update expected output accordingly.
5324 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
5325 unique comments to allow the use of gdb_get_line_number.
5326
53272012-03-01 Keith Seitz <keiths@redhat.com>
5328
5329 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
5330 some Tcl syntax.
5331 * gdb.cp/ovldbreak.exp: Likewise.
5332
7949c2a0
KS
53332012-03-01 Keith Seitz <keiths@redhat.com>
5334
5335 * gdb.base/help.exp (help show user): Update expected result
5336 for new doc string changes (add "non-python").
5337
7d74f244
DE
53382012-03-01 Scott J. Goldman <scottjg@vmware.com>
5339
5340 * gdb.python/py-cmd.exp: Add test to verify that python commands can
5341 be put in the user-defined category and that the commands appear in
5342 "help user-defined".
5343
1b611343
JB
53442012-02-29 Joel Brobecker <brobecker@adacore.com>
5345
5346 * gdb.ada/tagged_not_init: New testcase.
5347
99b1c762
JB
53482012-02-29 Joel Brobecker <brobecker@adacore.com>
5349
5350 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
5351 * gdb.ada/enum_idx_packed: New testcase.
5352
2d4a02ee
JB
53532012-02-29 Joel Brobecker <brobecker@adacore.com>
5354
5355 * gdb.ada/aliased_array: New testcase.
5356
2e6fda7d
JB
53572012-02-29 Joel Brobecker <brobecker@adacore.com>
5358
5359 * gdb.ada/whatis_array_val: New testcase.
5360
9a7f938f
JK
53612012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5362
5363 Fix disp-step-syscall.exp: fork: single step over fork.
5364 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
5365 whitespaces.
5366 (single step over $syscall): Remove its check.
5367 (single step over $syscall final pc): New check.
5368
8703a944
JK
53692012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5370
5371 Support processors without SSSE3.
5372 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
5373 pabsd into ...
5374 (ssse3_test): ... a new function.
5375 (main): Call ssse3_test.
5376 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
5377 Update expected values everywhere.
5378 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
5379 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
5380 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
5381 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
5382 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
5383 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
5384 Move these tests lower.
5385 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
5386 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
5387 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
5388 New tests.
5389
c03e6ccc
YQ
53902012-02-29 Yao Qi <yao@codesourcery.com>
5391 Pedro Alves <palves@redhat.com>
5392
5393 * gdb.trace/trace-mt.c: New.
5394 * gdb.trace/trace-mt.exp: New.
5395
7964b62a
TS
53962012-02-28 Thomas Schwinge <thomas@codesourcery.com>
5397
2c8910ba
TS
5398 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
5399 numbers instead of hardcoding them.
5400 * gdb.base/annota1.c: Provide suitable markers.
5401 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
5402 numbers instead of hardcoding them.
5403 * gdb.base/annota3.c: Provide suitable markers.
5404
5405 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
5406 * gdb.base/annota3.c: Likewise.
5407 * gdb.base/sigall.c: Likewise.
5408 * gdb.base/signals.c: Likewise.
5409 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 5410
5a41c0b7
MR
54112012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
5412
5413 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
5414 failure return path.
5415
ebbbe5c5
LM
54162012-02-27 Luis Machado <lgustavo@codesourcery.com>
5417
5418 * gdb.base/save-bp.exp: Account for new condition evaluator output.
5419
8d126d8a
LM
54202012-02-24 Luis Machado <lgustavo@codesourcery.com>
5421
5422 * gdb.base/cond-eval-mode.exp: New file.
5423
11337c2f
PA
54242012-02-24 Pedro Alves <palves@redhat.com>
5425
5426 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
5427 (top level): Use with_test_prefix.
5428
13fc3e3c
PA
54292012-02-24 Pedro Alves <palves@redhat.com>
5430
5431 * gdb.threads/attach-into-signal.exp (corefunc): Use
5432 with_test_prefix.
5433
07c1b626
JK
54342012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5435
5436 Fix false FAILs on old CPUs without SSE.
5437 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
5438 Return untested for Illegal instruction.
5439
596ba138
JK
54402012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5441
5442 Fix false FAILs with glibc debug infos installed.
5443 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
5444 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
5445
aeaa2474
SA
54462012-02-22 Sterling Augustine <saugustine@google.com>
5447
5448 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
5449 constant with cast.
5450
aed555c9
PA
54512012-02-21 Pedro Alves <palves@redhat.com>
5452
5453 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
5454
78afebb4
PA
54552012-02-21 Pedro Alves <palves@redhat.com>
5456
5457 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
5458
fdcfef12
PA
54592012-02-21 Pedro Alves <palves@redhat.com>
5460
5461 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
5462 with_test_prefix.
5463
0f4d39d5
PA
54642012-02-21 Pedro Alves <palves@redhat.com>
5465
5466 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
5467 with_test_prefix here.
5468 (top level): Do it here instead. Remove `:' from the
5469 with_test_prefix string.
5470 * gdb.base/attach-pie-misread.exp: Remove the leading space the
5471 the suffix `:' from the with_test_prefix prefix string.
5472 * gdb.base/break-interp.exp: Ditto.
5473 * gdb.base/catch-load.exp: Ditto.
5474 * gdb.base/disp-step-syscall.exp: Ditto.
5475 * gdb.base/jit-so.exp: Ditto.
5476 * gdb.base/jit.exp: Ditto.
5477 * gdb.base/sepdebug.exp: Ditto.
5478 * gdb.base/solib-display.exp: Ditto.
5479 * gdb.base/solib-overlap.exp: Ditto.
5480 * gdb.base/watch-cond-infcall.exp: Ditto.
5481 * gdb.base/watchpoint.exp: Ditto.
5482 * gdb.dwarf2/dw2-noloc.exp: Ditto.
5483 * gdb.mi/mi-watch.exp: Ditto.
5484 * gdb.mi/mi2-watch.exp: Ditto.
5485 * gdb.threads/non-ldr-exc-1.exp: Ditto.
5486 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5487 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5488 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5489 * gdb.threads/watchpoint-fork.exp: Ditto.
5490 * gdb.threads/watchthreads-reorder.exp: Ditto.
5491 * gdb.trace/change-loc.exp: Ditto.
5492 * gdb.trace/pending.exp: Ditto.
5493 * gdb.trace/status-stop.exp: Ditto.
5494 * gdb.trace/strace.exp: Ditto.
5495 * gdb.trace/trace-break.exp: Ditto.
5496 * gdb.trace/unavailable.exp: Ditto.
5497 * lib/gdb.exp (with_test_prefix): Always prefix with space and
5498 suffix with colon. Adjust leading comments.
5499
6a5870ce
PA
55002012-02-21 Pedro Alves <palves@redhat.com>
5501 Tom Tromey <tromey@redhat.com>
5502
5503 * lib/gdb.exp: Add description of test prefixes.
5504 (with_test_prefix): New procedure.
5505 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
5506 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
5507 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
5508 instead of lappend to append to pf_prefix.
5509 * gdb.base/catch-load.exp: Use with_test_prefix.
5510 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
5511 * gdb.base/jit-so.exp: Use with_test_prefix.
5512 * gdb.base/jit.exp: Use with_test_prefix.
5513 * gdb.base/return-nodebug.exp (do_test): Use append instead of
5514 lappend to append to pf_prefix.
5515 * gdb.base/sepdebug.exp: Use with_test_prefix.
5516 * gdb.base/solib-display.exp: Use with_test_prefix.
5517 * gdb.base/solib-overlap.exp: Use with_test_prefix.
5518 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
5519 * gdb.base/watchpoint.exp: Use with_test_prefix.
5520 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
5521 * gdb.mi/mi-watch.exp: Use with_test_prefix.
5522 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
5523 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
5524 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
5525 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
5526 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
5527 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
5528 append instead of lappend to append to pf_prefix.
5529 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
5530 * gdb.trace/change-loc.exp: Use with_test_prefix.
5531 * gdb.trace/pending.exp: Use with_test_prefix.
5532 * gdb.trace/status-stop.exp: Use with_test_prefix.
5533 * gdb.trace/strace.exp: Use with_test_prefix.
5534 * gdb.trace/trace-break.exp: Use with_test_prefix.
5535 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
5536 instead of lappend to append to pf_prefix.
5537
35dc4a6b
JK
55382012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5539
5540 Fix racy FAILs.
5541 * gdb.base/inferior-died.c (main): Add return of 0.
5542 * gdb.base/inferior-died.exp (continue): Fix expectation of
5543 asynchronous events.
5544 (p 1): New test.
5545
c5a006e6
PA
55462012-02-20 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
5549 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
5550 gdb's internal debug output. For the non-threaded case, look for
5551 "Program received signal SIGLARM", for the threaded case, peek at
5552 the thread's siginfo.
5553
cc51a170
PA
55542012-02-20 Pedro Alves <palves@redhat.com>
5555
5556 General cleanup, make output test messages unique, and build
5557 different executable files for the non-threaded and threaded
5558 cases.
5559
5560 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
5561 Delete.
5562 (executable_nothr, executable_thr): New globals.
5563 (top level): Adjust to delete both executables.
5564 (corefunc): New parameter $executable. Set $pf_prefix instead of
5565 hand writing a prefix in tests. Issue a clean_restart and enable
5566 lin-lwp debug output here.
5567 (top level): Adjust. Use build_executable. Don't start gdb here,
5568 and don't enable lin-lwp debug output here.
5569 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
5570
c755f03d
JK
55712012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5572
5573 Fix racy FAILs.
5574 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
5575 "continue" command.
5576
6bec5e0a
JK
55772012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5578
5579 Fix for gdbserver non-extended mode.
5580 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
5581 and gdb_run_cmd.
5582
2e8265fd
TT
55832012-02-17 Tom Tromey <tromey@redhat.com>
5584
5585 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
5586 * gdb.python/py-events.exp: Check 'dir' output.
5587 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
5588
9e507076
YQ
55892012-02-17 Yao Qi <yao@codesourcery.com>
5590
5591 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
5592
32d22ab1
TT
55932012-02-16 Tom Tromey <tromey@redhat.com>
5594
5595 * gdb.base/inferior-died.c: Don't include stdio.h.
5596
9addecb9
TT
55972012-02-16 Tom Tromey <tromey@redhat.com>
5598
5599 * gdb.base/inferior-died.c: New file.
5600 * gdb.base/inferior-died.exp: New file.
5601
4cb6da1c
AR
56022012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
5603
5604 * gdb.base/break-inline.exp: New file.
5605 * gdb.base/break-inline.c: New file.
5606
3af2590d
TT
56072012-02-15 Tom Tromey <tromey@redhat.com>
5608
5609 * gdb.base/pc-fp.exp: Add "info register" tests.
5610
29988831
TT
56112012-02-15 Tom Tromey <tromey@redhat.com>
5612
5613 * gdb.base/regs.exp: Remove.
5614
10010058
PA
56152012-02-15 Pedro Alves <palves@redhat.com>
5616
5617 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
5618 the target doesn't support tracepoints.
5619 * gdb.trace/circ.exp: Ditto.
5620 * gdb.trace/collection.exp: Ditto.
5621 * gdb.trace/packetlen.exp: Ditto.
5622 * gdb.trace/passc-dyn.exp: Ditto.
5623 * gdb.trace/report.exp: Ditto.
5624 * gdb.trace/tfind.exp: Ditto.
5625 * gdb.trace/tspeed.exp: Ditto.
5626 * gdb.trace/tsv.exp: Ditto.
5627 * gdb.trace/unavailable.exp: Ditto.
5628 * gdb.trace/while-dyn.exp: Ditto.
5629
a2e0062d
PA
56302012-02-15 Pedro Alves <palves@redhat.com>
5631
5632 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
5633 gdb_test_multiple, and call unsupported instead of fail, if the
5634 remote side does not support the request.
5635
a1999d40
PA
56362012-02-15 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
5639 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
5640 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
5641 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
5642 * gdb.server/server-run.exp: Make sure gdb is disconnected.
5643 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
5644 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
5645 doesn't start with "extended-" already.
5646
7cee1e54
PA
56472012-02-15 Pedro Alves <palves@redhat.com>
5648
5649 Support extended-remote. Avoid cascading timeouts.
5650
5651 * gdb.base/attach.exp (do_attach_tests): Add expected output for
5652 the extended-remote target. If attaching with no file fails, load
5653 the file manually.
5654 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
5655
816338b5
SS
56562012-02-14 Stan Shebs <stan@codesourcery.com>
5657
5658 * gdb.base/ena-dis-br.exp: Add enable count test.
5659
cc30c4bd
PA
56602012-02-13 Pedro Alves <palves@redhat.com>
5661
5662 * config/mips-idt.exp: Delete.
5663 * gdb.base/a2-run.exp: Remove mips-idt xfails.
5664 * gdb.base/bitfields.exp: Remove mips-idt restarts.
5665 * gdb.base/break.exp: Remove mips-idt references.
5666 * gdb.base/chng-syms.exp: Ditto.
5667 * gdb.base/default.exp: Ditto.
5668 * gdb.base/funcargs.exp (funcargs_reload): Delete.
5669 (top level): Don't call it.
5670 * gdb.base/opaque.exp: Remove mips-idt restarts.
5671 * gdb.base/ptype.exp: Remove mips-idt xfails.
5672 * gdb.base/scope.exp: Remove mips-idt restarts.
5673 * gdb.base/sepdebug.exp: Remove mips-idt references.
5674 * gdb.base/watchpoint.exp (maybe_clean_restart)
5675 (maybe_reinitialize): Delete.
5676 (test_disabling_watchpoints, test_disabling_watchpoints)
5677 (test_watchpoint_triggered_in_syscall)
5678 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
5679 Don't call them.
5680
57008375
JK
56812012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5682
5683 * gdb.server/server-exec-info.exp: New file.
5684
4a2d9c08
PA
56852012-02-10 Pedro Alves <palves@redhat.com>
5686
5687 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
5688 always non-empty.
5689 (test_attach): Always pass $exec to test_attach_gdb.
5690
09fa21bd
TT
56912012-02-08 Tom Tromey <tromey@redhat.com>
5692
5693 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
5694 before inferior is started.
5695
f0823d2c
TT
56962012-02-07 Tom Tromey <tromey@redhat.com>
5697
5698 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
5699 Symbol.value.
5700 * gdb.python/py-symbol.c (qq): Set default value.
5701
57022012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
5703
5704 * gdb.python/py-symbol.c (qq): New global.
5705 * gdb.python/py-symbol.exp: Add test for frame-less
5706 lookup_symbol.
5707 * gdb.python/py-symtab.exp: Fix line number.
5708
f7e44f65
JB
57092012-02-03 Joel Brobecker <brobecker@adacore.com>
5710
5711 * gdb.ada/mi_task_arg: New testcase.
5712
4c9ed63c
PA
57132012-02-02 Pedro Alves <palves@redhat.com>
5714
5715 * gdb.reverse/until-precsave.exp: Also put "record save" under the
5716 extended timeout.
5717
c0b9f2c6
PA
57182012-02-02 Pedro Alves <palves@redhat.com>
5719
5720 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
5721 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
5722
5f8cefd7
PA
57232012-02-02 Pedro Alves <palves@redhat.com>
5724
5725 * gdb.base/term.exp: Rewrite.
5726 * gdb.base/term.c: New.
5727
2f3a2569
PA
57282012-02-02 Pedro Alves <palves@redhat.com>
5729
5730 * gdb.base/default.exp (run "r" abbreviation, run): Add
5731 extended-remote expected output.
5732
f149aabd
TT
57332012-02-02 Tom Tromey <tromey@redhat.com>
5734
5735 * gdb.cp/dispcxx.exp: New file.
5736 * gdb.cp/dispcxx.cc: New file.
5737
03bef283
TT
57382012-02-01 Tom Tromey <tromey@redhat.com>
5739
5740 * gdb.base/jit-simple.exp: New file.
5741 * gdb.base/jit-simple.c: New file.
5742
a79b18b5
YQ
57432012-01-30 Yao Qi <yao@codesourcery.com>
5744
5745 * gdb.base/skip.exp: Make test result unique.
5746
f0d1a53e
JK
57472012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5748
5749 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
5750 compatibility with valgrind-3.7.0.
5751
4b3c9f41
PA
57522012-01-27 Pedro Alves <palves@redhat.com>
5753
5754 * gdb.base/watchpoint.exp (no_hw): New global.
5755 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
5756 disable hw watchpoints.
5757 (test_wide_location_1, test_wide_location_2): If no_hw is set,
5758 don't expect hw watchpoints.
5759 (no_hw_watchpoints): Always clean restart.
5760 (do_tests): New procedure, factored out from the top level.
5761 (top level): Run tests twice. Once with hw watchpoints enabled,
5762 another time with hw watchpoints disabled.
5763
a13491c8
PA
57642012-01-27 Pedro Alves <palves@redhat.com>
5765
5766 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
5767 out from the top level.
5768 (top level): Call it instead.
5769
f2c8a051
PA
57702012-01-27 Pedro Alves <palves@redhat.com>
5771
5772 * gdb.base/watchpoint.exp (top level): Re-enable hardware
5773 watchpoints sooner.
5774
654d7a9e
PA
57752012-01-27 Pedro Alves <palves@redhat.com>
5776
5777 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
5778
274f47f3
PA
57792012-01-27 Pedro Alves <palves@redhat.com>
5780
5781 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
5782 "You may have requested too many hardware
5783 breakpoints/watchpoints".
5784
e4d63ba2
PA
57852012-01-27 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.base/watchpoint.exp (maybe_clean_restart)
5788 (maybe_reinitialize): New.
5789 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
5790 expect "hit N times".
5791 (test_disabling_watchpoints, test_complex_watchpoint)
5792 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
5793 Call maybe_clean_restart.
5794 (top level): Use clean_restart. Remove "mips-idt-*"
5795 reinitialization.
5796
dbd95daf
PA
57972012-01-27 Pedro Alves <palves@redhat.com>
5798
5799 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
5800
f3ad2025
PA
58012012-01-27 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.base/watchpoint.exp: Clean restart after tests that don't
5804 require `initialize' anymore. Remove unnecessary `initialize'
5805 calls.
5806
100aa3ae
PA
58072012-01-27 Pedro Alves <palves@redhat.com>
5808
5809 * gdb.base/watchpoint.exp (wp_set): Delete.
5810 (initialize, test_simple_watchpoint, top level): Remove dead code.
5811
c79a8e11
PA
58122012-01-27 Pedro Alves <palves@redhat.com>
5813
5814 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
5815 typo.
5816
048fe15a
PA
58172012-01-27 Pedro Alves <palves@redhat.com>
5818
5819 * config/extended-gdbserver.exp: New file.
5820 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
5821 comment.
5822 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
5823 * boards/native-extended-gdbserver.exp: New file.
5824
4033a6bf
PA
58252012-01-26 Pedro Alves <palves@redhat.com>
5826
5827 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
5828 and gdb_test_multiple.
5829
3d7f4b81
PA
58302012-01-26 Pedro Alves <palves@redhat.com>
5831
5832 Make test messages unique, and more identifiable.
5833 * gdb.multi/watchpoint-multi.exp: Change test messages.
5834
484abf42
TT
58352012-01-25 Tom Tromey <tromey@redhat.com>
5836
5837 * gdb.base/solib-disc.exp: Fix regexps.
5838
edcc5120
TT
58392012-01-24 Tom Tromey <tromey@redhat.com>
5840
5841 * lib/mi-support.exp (mi_expect_stop): Add special case for
5842 solib-event.
5843 * gdb.base/catch-load-so.c: New file.
5844 * gdb.base/catch-load.exp: New file.
5845 * gdb.base/catch-load.c: New file.
5846 * gdb.base/break-interp.exp (reach_1): Update regexp.
5847
30b91c90
JK
58482012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5849
5850 Fix fuzzy results.
5851 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
5852 lpsimple and func.
5853
53fe1783
GB
58542012-01-24 Gary Benson <gbenson@redhat.com>
5855
5856 Delete #if 0'd out code.
5857 * gdb.base/default.exp (info catch): Remove.
5858 * gdb.base/gdb_history (info catch): Likewise.
5859 * gdb.base/help.exp (info catch): Likewise.
5860
d0d8b0c6
JK
58612012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5862
5863 Fix watchpoints to be specific for each inferior.
5864 * gdb.multi/watchpoint-multi.c: New file.
5865 * gdb.multi/watchpoint-multi.exp: New file.
5866
4403d8e9
JK
58672012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5868
5869 Fix watchpoints across inferior fork.
5870 * gdb.threads/watchpoint-fork-child.c: New file.
5871 * gdb.threads/watchpoint-fork-mt.c: New file.
5872 * gdb.threads/watchpoint-fork-parent.c: New file.
5873 * gdb.threads/watchpoint-fork-st.c: New file.
5874 * gdb.threads/watchpoint-fork.exp: New file.
5875 * gdb.threads/watchpoint-fork.h: New file.
5876
050a2e1d
PA
58772012-01-23 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.base/call-signal-resume.exp: Allow output after "return".
5880
6a52fb62
PA
58812012-01-20 Pedro Alves <palves@redhat.com>
5882
5883 * gdb.python/py-finish-breakpoint.py: Fix typo.
5884
145b16a9
UW
58852012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5886
5887 * gdb.base/info-proc.exp: Also run on remote targets. Main
5888 "info proc" command is now always present; whether target supports
5889 actual info proc operation is detected when attempting to issue
5890 the command.
5891
26f6125e
JK
58922012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5893
5894 * .gdbinit: Remove.
5895
eb5227ce
PA
58962012-01-19 Pedro Alves <palves@redhat.com>
5897
5898 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
5899 look at the funtions' returns.
5900 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
5901 (jprint.print(int, int)): Change return type to int. Adjust.
5902
1db33378
PP
59032012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5904
5905 PR gdb/9538
5906 * gdb.base/sepdebug.exp: New test.
5907
b9736cf8
PA
59082012-01-18 Pedro Alves <palves@redhat.com>
5909
5910 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
5911 Allow output before ^done.
5912
4aac40c8
TT
59132012-01-16 Tom Tromey <tromey@redhat.com>
5914
5915 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
5916 Add tests for relative directory.
5917
cafec441
TT
59182012-01-16 Tom Tromey <tromey@redhat.com>
5919
5920 * gdb.base/printcmds.c (enum flag_enum): New.
5921 (three): New global.
5922 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
5923 enum printing.
5924 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
5925 FlagEnumerationPrinter.
5926 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
5927 * gdb.python/py-pp-maint.c (enum flag_enum): New.
5928 (fval): New global.
5929
abcc4978
PA
59302012-01-16 Pedro Alves <palves@redhat.com>
5931
5932 * lib/gdb.exp (banned_procedures): New variable.
5933 (banned_variables_traced): Rename to ...
5934 (banned_traced): ... this.
5935 (gdb_init): Also trace banned procedures.
5936 (gdb_finish): Also untrace banned procedures.
5937
97ccebe8
PA
59382012-01-16 Pedro Alves <palves@redhat.com>
5939
5940 Remove all calls to strace.
5941
2af7517b
JK
59422012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5943
5944 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
5945 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
5946
9241a8bc
PP
59472012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
5948
5949 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
5950 * gdb.base/pie-execl.exp: Likewise.
5951
3848a17f
KS
59522012-01-12 Keith Seitz <keiths@redhat.com>
5953
5954 PR mi/10586
5955 * gdb.mi/var-cmd.c (struct anonymous): New structure.
5956 (do_anonymous_type_tests): New function.
5957 (main): Call do_anonymous_type_tests.
5958 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
5959 (verify_everything): New procedure.
5960 * gdb.mi/mi-var-cp.cc (class A): New class.
5961 (anonymous_structs_and_unions): New function.
5962 (main): Call anonymous_structs_and_unions.
5963 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
5964 (verify_everything): New procedure.
5965
440e2fca
KS
59662012-01-12 Keith Seitz <keiths@redhat.com>
5967
5968 * lib/mi-support.exp: Expand comments about PATH_EXPR.
5969 (varobj_tree::get_path_expr): Assume that all varobjs are
5970 compound unless they are known simple types.
5971 Adjust path expressions based on parent type, path parent type,
5972 and tree language.
5973 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
5974 the root varobj.
5975 (mi_walk_varobj_tree): Add LANGUAGE parameter.
5976
675399c9
PA
59772012-01-11 Pedro Alves <palves@redhat.com>
5978
5979 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
5980 core files on this machine" anymore.
5981
97ddaa9b
PH
59822012-01-11 Paul Hilfinger <hilfingr@adacore.com>
5983
5984 * gdb.base/watchpoint.c (recurser): Initialize local_x.
5985 (main): Repeat recurser call.
5986 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
5987 equivalent to 'local_x'.
5988
ea733575 59892012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 5990 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
5991
5992 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
5993
2ca0b532
PA
59942012-01-05 Pedro Alves <alves.ped@gmail.com>
5995
5996 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
5997 * gdb.python/py-events.c (first): Add bits for new "step N" test.
5998 * gdb.python/py-events.exp: Test that "step N" tripping on a
5999 breakpoint emits a breakpoint event.
6000
6e681866
JB
60012012-01-03 Joel Brobecker <brobecker@adacore.com>
6002
6003 * gdb.base/auxv.exp: Reformat the copyright notice.
6004
3c2d6aff
YQ
60052012-01-03 Yao Qi <yao@codesourcery.com>
6006
6007 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
6008 (strace_trace_on_diff_addr): New.
6009 * gdb.trace/strace.c: (main): Add two local variables.
6010
0852fee3
UW
60112011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
6012
6013 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
6014 * gdb.cell/gcore.exp: Likewise.
6015 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
6016 to verify the correct instance of main is selected.
6017
12c3e59c
JB
60182012-01-02 Joel Brobecker <brobecker@adacore.com>
6019
6020 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
6021 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
6022 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
6023 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
6024 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
6025 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
6026 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
6027 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
6028 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
6029 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
6030 gdb.threads/thread_check.c: Reformat copyright header.
6031
c0f378ec
EBM
60322011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6033
e4a7ca93 6034 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
6035 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
6036 is not enabled.
6037
3bc96cfb
JK
60382011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6039
6040 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
6041 parameter to self_exec, adjust the function.
6042 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
6043 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
6044 (set var do_exit = 0): Remove test.
6045 (newline at end of file): Add one.
6046
095bcf5e
JB
60472011-12-27 Joel Brobecker <brobecker@adacore.com>
6048
6049 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
6050 New files.
6051
18d19bd1
JK
60522011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6053
6054 Fix racy FAILs.
6055 * gdb.threads/fork-thread-pending.c (barrier): New variable.
6056 (thread_function, thread_forker): Call pthread_barrier_wait for it.
6057 (main): Call pthread_barrier_init for it.
6058
e809353a
JK
60592011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6060
6061 Fix double send_gdb leading to racy FAILs.
6062 * gdb.base/break.exp (set silent break bp_location1): Replace
6063 3x send_gdb and gdb_expect by gdb_test.
6064 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
6065 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
6066 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
6067 instead of send_gdb. Twice.
6068 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
6069 3x send_gdb and gdb_expect by gdb_test.
6070 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
6071
da8cb7ec
JK
60722011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6073
6074 * gdb.linespec/linespec.exp: Compile using {c++}.
6075
ae1a303e
JK
60762011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6077
6078 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
6079 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
6080 (verify GCC PR debug/51668): New test.
6081
cc72b2a2
KP
60822011-12-23 Kevin Pouget <kevin.pouget@st.com>
6083
6084 Introduce gdb.FinishBreakpoint in Python.
6085 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
6086 py-finish-breakpoint2
6087 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
6088 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
6089 instead of line number.
6090 * gdb.python/py-finish-breakpoint.c: New file.
6091 * gdb.python/py-finish-breakpoint.exp: New file.
6092 * gdb.python/py-finish-breakpoint.py: New file.
6093 * gdb.python/py-finish-breakpoint2.cc: New file.
6094 * gdb.python/py-finish-breakpoint2.exp: New file.
6095 * gdb.python/py-finish-breakpoint2.py: New file.
6096
3b7962f9
JK
60972011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6098
6099 Partial fix of compatibility with gcc-4.7.
6100 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
6101 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
6102 Add comment to add a PASS case in the future.
6103
6538471c
JK
6104 Fix compatibility with gcc-4.7.
6105 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
6106
7052e42c
UW
61072011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6108
6109 PR tdep/12797
6110 * gdb.base/callfuncs.exp: Remove KFAIL.
6111
9ac7f98e
JB
61122011-12-21 Joel Brobecker <brobecker@adacore.com>
6113
6114 * gdb.ada/task_bp: New testcase.
6115
f6eeced0
JK
61162011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6117
6118 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
6119 -DNO_SECTIONS.
6120 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
6121
72225e17
JK
61222011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6123
6124 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
6125 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
6126 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6127 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
6128 conditional for gcc <= 4.5.
6129
13ac8d2c
JK
61302011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6131
6132 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
6133 by XFAIL.
6134 * gdb.cp/static-method.exp (info addr A::func())
6135 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6136 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6137 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6138 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
6139 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
6140 (test value of F in k3_m): Likewise.
6141 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6142 Likewise.
6143
049682ba
JK
61442011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6145
6146 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
6147 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
6148 Remove.
6149 * gdb.threads/attachstop-mt.c: Remove.
6150 * gdb.threads/attachstop-mt.exp: Remove.
6151
2c9d8796
MK
61522011-12-17 Mark Kettenis <kettenis@gnu.org>
6153
6154 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
6155
e0f9f062
DE
61562011-12-16 Doug Evans <dje@google.com>
6157
f4aa2101 6158 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
6159 * boards/native-gdbserver.exp: New file.
6160
e0f9f062
DE
6161 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
6162 gdbserver output.
6163 (gdbserver_default_get_remote_address): New function.
6164 (gdbserver_start): Call gdb,get_remote_address to compute argument
6165 to "target remote" command.
6166
80b6e756
PM
61672011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6168
1c3ad6ab 6169 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
6170 python print-stack. Add set/show python print-stack
6171 off|full|message tests.
6172
1576bd00
YQ
61732011-12-15 Yao Qi <yao@codesourcery.com>
6174
6175 * gdb.trace/strace.c: New
6176 * gdb.trace/strace.exp: New.
6177
d6a0f6e0
TT
61782011-12-14 Tom Tromey <tromey@redhat.com>
6179
6180 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
6181
31015e1d
DE
61822011-12-14 Doug Evans <dje@google.com>
6183
6184 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
6185
7b50312a
PA
61862011-12-14 Pedro Alves <pedro@codesourcery.com>
6187
6188 PR threads/10729
6189
6190 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 6191 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 6192
924437bc
PA
61932011-12-13 Pedro Alves <pedro@codesourcery.com>
6194 Doug Evans <dje@google.com>
6195
6196 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
6197 (clean_restart): Remove references to the gdb_stub target board
6198 variable.
6199 (gdb_step_for_stub): Delete.
6200
6201 * gdb.base/annota1.exp: Remove all references to [target_info
6202 exists gdb_stub], gdb_step_for_stub and usestubs.
6203 * gdb.base/annota3.exp: Ditto.
6204 * gdb.base/async.exp: Ditto.
6205 * gdb.base/break.exp: Ditto.
6206 * gdb.base/code-expr.exp: Ditto.
6207 * gdb.base/commands.exp: Ditto.
6208 * gdb.base/completion.exp: Ditto.
6209 * gdb.base/condbreak.exp: Ditto.
6210 * gdb.base/consecutive.exp: Ditto.
6211 * gdb.base/cvexpr.exp: Ditto.
6212 * gdb.base/define.exp: Ditto.
6213 * gdb.base/display.exp: Ditto.
6214 * gdb.base/ena-dis-br.exp: Ditto.
6215 * gdb.base/environ.exp: Ditto.
6216 * gdb.base/gnu-ifunc.exp: Ditto.
6217 * gdb.base/maint.exp: Ditto.
6218 * gdb.base/pending.exp: Ditto.
6219 * gdb.base/sect-cmd.exp: Ditto.
6220 * gdb.base/sepdebug.exp: Ditto.
6221 * gdb.base/unload.exp: Ditto.
6222 * gdb.base/watchpoint-solib.exp: Ditto.
6223 * gdb.cp/annota2.exp: Ditto.
6224 * gdb.cp/annota3.exp: Ditto.
6225 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
6226 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
6227 * gdb.mi/mi-pending.exp: Ditto.
6228 * gdb.trace/circ.exp: Ditto.
6229 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
6230 * gdb.base/list.exp: Ditto.
6231
6232 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
6233 breakpoint function and all references to the usestubs macro.
6234 * gdb.base/exprs.c: Ditto.
6235 * gdb.base/freebpcmd.c: Ditto.
6236 * gdb.base/bitfields.c: Ditto.
6237 * gdb.base/bitfields2.c: Ditto.
6238 * gdb.base/break.c: Ditto.
6239 * gdb.base/call-sc.c: Ditto.
6240 * gdb.base/call-signals.c: Ditto.
6241 * gdb.base/callfuncs.c: Ditto.
6242 * gdb.base/charset.c: Ditto.
6243 * gdb.base/consecutive.c: Ditto.
6244 * gdb.base/constvars.c: Ditto.
6245 * gdb.base/funcargs.c: Ditto.
6246 * gdb.base/int-type.c: Ditto.
6247 * gdb.base/interrupt.c: Ditto.
6248 * gdb.base/langs0.c: Ditto.
6249 * gdb.base/list0.c: Ditto.
6250 * gdb.base/mips_pro.c: Ditto.
6251 * gdb.base/miscexprs.c: Ditto.
6252 * gdb.base/nodebug.c: Ditto.
6253 * gdb.base/opaque0.c: Ditto.
6254 * gdb.base/pointers.c: Ditto.
6255 * gdb.base/printcmds.c: Ditto.
6256 * gdb.base/ptype.c: Ditto.
6257 * gdb.base/recurse.c: Ditto.
6258 * gdb.base/reread1.c: Ditto.
6259 * gdb.base/reread2.c: Ditto.
6260 * gdb.base/restore.c: Ditto.
6261 * gdb.base/return.c: Ditto.
6262 * gdb.base/run.c: Ditto.
6263 * gdb.base/scope0.c: Ditto.
6264 * gdb.base/sepdebug.c: Ditto.
6265 * gdb.base/setshow.c: Ditto.
6266 * gdb.base/setvar.c: Ditto.
6267 * gdb.base/sigall.c: Ditto.
6268 * gdb.base/signals.c: Ditto.
6269 * gdb.base/structs.c: Ditto.
6270 * gdb.base/structs2.c: Ditto.
6271 * gdb.base/testenv.c: Ditto.
6272 * gdb.base/twice.c: Ditto.
6273 * gdb.base/unwindonsignal.c: Ditto.
6274 * gdb.base/watchpoint.c: Ditto.
6275 * gdb.base/watchpoints.c: Ditto.
6276 * gdb.base/whatis.c: Ditto.
6277 * gdb.cp/classes.cc: Ditto.
6278 * gdb.cp/cplusfuncs.cc: Ditto.
6279 * gdb.cp/derivation.cc: Ditto.
6280 * gdb.cp/formatted-ref.cc: Ditto.
6281 * gdb.cp/misc.cc: Ditto.
6282 * gdb.cp/overload.cc: Ditto.
6283 * gdb.cp/ovldbreak.cc: Ditto.
6284 * gdb.cp/ref-params.cc: Ditto.
6285 * gdb.cp/ref-types.cc: Ditto.
6286 * gdb.cp/templates.cc: Ditto.
6287 * gdb.cp/virtfunc.cc: Ditto.
6288 * gdb.hp/gdb.aCC/run.c: Ditto.
6289 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
6290 * gdb.hp/gdb.compat/xdb0.c: Ditto.
6291 * gdb.reverse/consecutive-reverse.c: Ditto.
6292 * gdb.reverse/sigall-reverse.c: Ditto.
6293 * gdb.reverse/until-reverse.c: Ditto.
6294 * gdb.reverse/watch-reverse.c: Ditto.
6295 * gdb.trace/actions.c: Ditto.
6296 * gdb.trace/circ.c: Ditto.
6297 * gdb.trace/collection.c: Ditto.
6298
fabde485
PA
62992011-12-13 Pedro Alves <pedro@codesourcery.com>
6300
6301 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
6302 (func6, func7): New.
6303 (main): Call func6 and func7.
6304 * gdb.base/watchpoint.exp (test_wide_location_1)
6305 (test_wide_location_2): New.
6306 (top level): Re-enable hardware watchpoints if necessary. Call
6307 test_wide_location_1 and test_wide_location_2.
6308
ff7d1690
YQ
63092011-12-11 Yao Qi <yao@codesourcery.com>
6310
6311 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
6312
a6af7abe
JB
63132011-12-11 Joel Brobecker <brobecker@adacore.com>
6314
6315 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
6316 expected output for unsupported case.
6317
61638e15
JK
63182011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6319
6320 PR testsuite/12649
6321 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
6322 Protect gdb_test_multiple by final $gdb_prompt match.
6323
0a00efc3
JK
63242011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6325
6326 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
6327 New variable, new test.
6328 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6329 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6330 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6331 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
6332 them if HAVE_GCC_45682_FIXED is not set.
6333
4511b1ba
YQ
63342011-12-10 Yao Qi <yao@codesourcery.com>
6335
6336 * gdb.trace/status-stop.exp: New.
6337 * gdb.trace/status-stop.c: New.
6338
27949e73
JK
63392011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6340
6341 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
6342 timeout.
6343
d8ea7931
TT
63442011-12-08 Tom Tromey <tromey@redhat.com>
6345
6346 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
6347 condition.
6348
1cc310d2
SS
63492011-12-07 Stan Shebs <stan@codesourcery.com>
6350
6351 * gdb.trace/tfind.exp: Update for output changes.
6352
d482a875
PA
63532011-12-07 Pedro Alves <pedro@codesourcery.com>
6354
6355 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
6356 throws "Cannot insert catchpoints in this configuration".
6357 * gdb.ada/mi_catch_ex.exp: Likewise.
6358
f0ba3972
PA
63592011-12-06 Pedro Alves <pedro@codesourcery.com>
6360
6361 * gdb.base/break-always.exp: Test changing memory at addresses
6362 with breakpoints inserted.
6363
f8eba3c6
TT
63642011-12-06 Joel Brobecker <brobecker@acacore.com>
6365
6fdff2c5
PA
6366 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
6367 involving a fully qualified function name.
f8eba3c6
TT
6368
63692011-12-06 Tom Tromey <tromey@redhat.com>
6370
6371 * gdb.ada/homonym.exp: Add three breakpoint tests.
6372
63732011-12-06 Tom Tromey <tromey@redhat.com>
6374
6375 * gdb.base/solib-weak.exp (do_test): Remove kfail.
6376 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
6377 * gdb.objc/objcdecode.exp: Update for output changes.
6378 * gdb.linespec/linespec.exp: New file.
6379 * gdb.linespec/lspec.cc: New file.
6380 * gdb.linespec/lspec.h: New file.
6381 * gdb.linespec/body.h: New file.
6382 * gdb.linespec/base/two/thefile.cc: New file.
6383 * gdb.linespec/base/one/thefile.cc: New file.
6384 * gdb.linespec/Makefile.in: New file.
6385 * gdb.cp/templates.exp (test_template_breakpoints): Update for
6386 output changes.
6387 * gdb.cp/re-set-overloaded.exp: Remove kfail.
6388 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
6389 makes one breakpoint.
6390 * gdb.cp/method2.exp (test_break): Update for output changes.
6391 * gdb.cp/mb-templates.exp: Update for output changes.
6392 * gdb.cp/mb-inline.exp: Update for output changes.
6393 * gdb.cp/mb-ctor.exp: Update for output changes.
6394 * gdb.cp/ovsrch.exp: Use fully-qualified names.
6395 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
6396 has multiple matches.
6397 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
6398 error message change.
6399 * gdb.base/list.exp (test_list_filename_and_number): Update for
6400 error message change.
6401 * gdb.base/break.exp: Disable pending breakpoints. Update for
6402 output changes.
6403 * configure.ac: Add gdb.linespec.
6404 * configure: Rebuild.
6405 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
6406
c642a434
UW
64072011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
6408
6409 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
6410 last_break register on s390*-*-* targets.
6411
b18003d1
JB
64122011-12-06 Joel Brobecker <brobecker@adacore.com>
6413
6414 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
6415 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
6416 of parameter X in procedure Foo.
6417
fe96589c
SS
64182011-12-05 Stan Shebs <stan@codesourcery.com>
6419
6420 * gdb.trace/tfind.exp: Update help string matches.
6421
1820ab47
JK
64222011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6423
6424 * gdb.server/ext-run.exp (get process list): Accept also systemd
6425 as PID 1.
6426
e11ac3a3
JK
64272011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6428 Pedro Alves <pedro@codesourcery.com>
6429
6430 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
6431 starting GDB.
6432 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
6433 $use_gdb_stub.
6434 * gdb.base/display.exp: Likewise.
6435 * gdb.base/ending-run.exp: Likewise.
6436 * gdb.base/list.exp (test_listsize): Likewise.
6437 * gdb.base/setshow.exp: Likewise.
6438 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
6439 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
6440 check by global $use_gdb_stub.
6441 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
6442 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
6443 (default_gdb_init): Unset global $use_gdb_stub.
6444 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
6445 by global $use_gdb_stub.
6446 * lib/gdbserver-support.exp: Extend comments for set_board_info
6447 gdb_protocol and gdb,socketport.
6448 (gdbserver_start_extended): Set global gdbserver_protocol and
6449 gdbserver_gdbport. Clear global use_gdb_stub.
6450 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
6451 from target use_gdb_stub.
6452 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
6453
1d41d75c
DE
64542011-12-03 Doug Evans <dje@google.com>
6455
6456 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
6457 (gdb_step_for_stub): Add comments.
6458
d6d7a51a
MR
64592011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
6460
6461 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
6462 to the caller.
6463 (gdb_test_multiple): Likewise.
6464
05acf274
JK
64652011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6466
6467 Fix gdb.mi/mi-solib.exp without system debug info installed.
6468 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
6469 expect attribute, return 0 for it. Update comments.
6470
2268b414
JK
64712011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6472
6473 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
6474 (corrupted list): Adjust the expectation.
6475
585861ea
JK
64762011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6477
6478 PR threads/13448
6479 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
6480 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
6481 * gdb.threads/tls-var-main.c: New file.
6482 * gdb.threads/tls-var.c: New file.
6483 * gdb.threads/tls-var.exp: New file.
6484
968643aa
JK
64852011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6486
6487 PR testsuite/12649
6488 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
6489 Protect gdb_test_multiple by final $gdb_prompt match.
6490 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
6491 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
6492 (test_tracepoints): Likewise.
6493
9750bca9
JK
64942011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6495
6496 PR breakpoints/13346
6497 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
6498 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
6499 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
6500
ac1349b7
JB
65012011-12-01 Joel Brobecker <brobecker@adacore.com>
6502
6503 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
6504 * gdb.ada/homonym/homonym.adb: For use of all types defined
6505 locally inside both Get_Value subprograms.
6506
26d44faf
JK
65072011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6508
6509 Fix racy FAILs.
6510 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
6511 of send_gdb.
6512
514f6425
UW
65132011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6514
6515 * gdb.base/testenv.exp: Skip on remote targets. Unset global
6516 environment variable after test completed.
6517
4255c8d2
UW
65182011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6519
6520 * gdb.base/solib-nodir.exp: Skip if remote target.
6521 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
6522 application. Call gdb_load_shlibs.
6523 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
6524
a35ad96a
JB
65252011-11-29 Joel Brobecker <brobecker@adacore.com>
6526
6527 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
6528
1a1d5513
JB
65292011-11-28 Joel Brobecker <brobecker@adacore.com>
6530
6531 * gdb.ada/fullname_bp: New testcase.
6532
50b4ddf8
JK
65332011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6534
6535 PR testsuite/12649
6536 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
6537 Wrap send_gdb into a new gdb_test.
6538
fb0aec57
JK
6539 Code cleanup.
6540 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
6541 Convert send_gdb and gdb_expect to gdb_test_multiple.
6542
2376d946
JK
65432011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6544
6545 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
6546
1eec78bd
KS
65472011-11-23 Keith Seitz <keiths@redhat.com>
6548
6549 * lib/mi-support.exp (varobj_tree): New namespace and procs.
6550 (mi_varobj_tree_test_children_callback): New proc.
6551 (mi_walk_varobj_tree): New proc.
6552
36dfb11c
TT
65532011-11-22 Tom Tromey <tromey@redhat.com>
6554
6555 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
6556 Add "use_mi_command" argument.
6557 (mi_run_cmd, mi_run_with_cli): New procs.
6558 * gdb.mi/solib-lib.c: New file.
6559 * gdb.mi/solib-main.c: New file.
6560 * gdb.mi/mi-solib.exp: New file.
6561
0e965dd0
DE
65622011-11-21 Doug Evans <dje@google.com>
6563
6564 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
6565 _Unwind_DebugHook is missing.
6566
f196051f
SS
65672011-11-20 Stan Shebs <stan@codesourcery.com>
6568
6569 * gdb.trace/tstatus.exp: New.
6570 * gdb.trace/actions.c: Include string.h.
6571
bfccc43c
YQ
65722011-11-18 Yao Qi <yao@codesourcery.com>
6573
6574 * gdb.trace/pending.exp: New.
6575 * gdb.trace/pending.c: New.
6576 * gdb.trace/pendshr1.c: New.
6577 * gdb.trace/pendshr2.c: New.
6578 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
6579 tracepoint location becomes pending.
6580 (tracepoint_change_loc_2): New.
6581
73cd8ab1
DM
65822011-11-16 David S. Miller <davem@davemloft.net>
6583
6584 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
6585 target is sparc*-*-linux*
6586
77426730
PK
65872011-11-15 Paul Koning <paul_koning@dell.com>
6588
6589 * gdb.python/py-type.exp: New testcases for exceptions on scalar
6590 types.
6591
ed59ded5
DE
65922011-11-14 Doug Evans <dje@google.com>
6593
6594 * gdb.base/shell.exp: New file.
6595
405f8e94
SS
65962011-11-14 Stan Shebs <stan@codesourcery.com>
6597
6598 * gdb.trace/ftrace.c: New.
6599 * gdb.trace/ftrace.exp: New.
6600
1e4d1764
YQ
66012011-11-14 Yao Qi <yao@codesourcery.com>
6602
6603 * gdb.trace/change-loc-1.c: New.
6604 * gdb.trace/change-loc-2.c: New.
6605 * gdb.trace/change-loc.c: New.
6606 * gdb.trace/change-loc.exp: New.
6607 * gdb.trace/change-loc.h: New.
6608 * gdb.trace/trace-break.c (marker): Define new symbol.
6609 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 6610 New.
1e4d1764
YQ
6611 (break_trace_same_addr_6): New.
6612
71eba9c2 66132011-11-12 Matt Rice <ratmice@gmail.com>
6614
6615 * gdb.base/info-macros.exp: Make tests for info definitions
6616 test info macro. Add tests for info macro argument processing.
6617 Rename a few tests.
6618
1d93e29a
KS
66192011-11-11 Keith Seitz <keiths@redhat.com>
6620
6621 PR gdb/12843
6622 * gdb.base/linespecs.exp: New file.
6623
a4b5b48a
DE
66242011-11-11 Doug Evans <dje@google.com>
6625
6626 * gdb.threads/print-threads.exp: Extend timeout for slower
6627 tests.
6628
f6b47be4
DE
66292011-11-10 Doug Evans <dje@google.com>
6630
792a0230
DE
6631 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
6632 "record to end of main" test.
6633
f6b47be4
DE
6634 * gdb.python/py-type.c (TS): New typedef.
6635 (ts): New global.
6636 * gdb.python/py-type.exp: Test field list of typedef.
6637
22355c90
JB
66382011-11-10 Joel Brobecker <brobecker@adacore.com>
6639
6640 * gdb.ada/small_reg_param: New testcase.
6641
a7860e76
TT
66422011-11-09 Tom Tromey <tromey@redhat.com>
6643
6644 * gdb.cp/destrprint.exp: New file.
6645 * gdb.cp/destrprint.cc: New file.
6646
72a2e3dc
MI
66472011-11-08 Meador Inge <meadori@codesourcery.com>
6648
6649 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
6650 (switch_stack_to_other): New test function.
6651 * gdb.arch/thumb-prologue.exp: New test cases.
6652
c7195df2 66532011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
6654
6655 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
6656
d3895d7d
YQ
66572011-11-08 Yao Qi <yao@codesourcery.com>
6658
6659 * gdb.exp (supports_process_record): New.
6660 (supports_reverse): New.
6661 * gdb.reverse/break-precsave.exp: Call support_process_record
6662 to run test conditionally.
6663 * gdb.reverse/consecutive-precsave.exp: Likewise.
6664 * gdb.reverse/i386-precsave.exp: Likewise.
6665 * gdb.reverse/machinestate-precsave.exp: Likewise.
6666 * gdb.reverse/solib-precsave.exp: Likewise.
6667 * gdb.reverse/step-precsave.exp: Likewise.
6668 * gdb.reverse/until-precsave.exp: Likewise.
6669 * gdb.reverse/watch-precsave.exp: Likewise.
6670 * gdb.reverse/break-reverse.exp: Call support_reverse to run
6671 test conditionally.
6672 * gdb.reverse/consecutive-reverse.exp: Likewise.
6673 * gdb.reverse/finish-precsave.exp: Likewise.
6674 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6675 * gdb.reverse/finish-reverse.exp: Likewise.
6676 * gdb.reverse/i386-reverse.exp: Likewise.
6677 * gdb.reverse/i386-sse-reverse.exp: Likewise.
6678 * gdb.reverse/machinestate.exp: Likewise.
6679 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
6680 * gdb.reverse/sigall-precsave.exp: Likewise.
6681 * gdb.reverse/sigall-reverse.exp: Likewise.
6682 * gdb.reverse/solib-reverse.exp: Likewise.
6683 * gdb.reverse/step-reverse.exp: Likewise.
6684 * gdb.reverse/until-reverse.exp: Likewise.
6685 * gdb.reverse/watch-reverse.exp: Likewise.
6686
a59306a3
YQ
66872011-11-05 Yao Qi <yao@codesourcery.com>
6688
6689 * gdb.trace/trace-break.exp: Add test on setting two
6690 fast tracepoints at the same address.
6691
87769f59
JK
66922011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6693
6694 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
6695
3065dfb6
SS
66962011-11-02 Stan Shebs <stan@codesourcery.com>
6697
6698 * gdb.trace/collection.c: Add code using strings.
6699 * gdb.trace/collection.exp: Add tests of string collection.
6700
89e208db
JK
67012011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6702
6703 * gdb.base/skip-solib.exp (executable_main): New variable.
6704 (binfile_main): Base it on that.
6705 Use $executable_main in clean_restart calls. Drop gdb_exit and
6706 gdb_start calls.
6707
405e54e9
JK
67082011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6709
6710 Fix racy FAILs.
6711 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
6712 breakpoint_re globals import by async. Set string_regex to .* for
6713 async. Remove the optional thread_selected_re and breakpoint_re
6714 globals expectations.
6715
58e8570a
JM
67162011-11-01 Joseph Myers <joseph@codesourcery.com>
6717
6718 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
6719 well as Cygwin.
6720
7b35ec7f 67212011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
6722
6723 Add tests for skip command.
89e208db
JK
6724 * gdb.base/skip-solib-lib.c: New
6725 * gdb.base/skip-solib-main.c: New
6726 * gdb.base/skip-solib.exp: New
6727 * gdb.base/skip.c: New
6728 * gdb.base/skip.exp: New
6729 * gdb.base/skip1.c: New
6730 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 6731
b9fd1791
PA
67322011-10-31 Yao Qi <yao@codesourcery.com>
6733 Pedro Alves <pedro@codesourcery.com>
6734
6fdff2c5
PA
6735 * gdb.trace/trace-break.c: New.
6736 * gdb.trace/trace-break.exp: New.
b9fd1791 6737
4323fecc
JK
67382011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6739
6740 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
6741 break-here-2.
6742
0e5bf2a8
PA
67432011-10-28 Pedro Alves <pedro@codesourcery.com>
6744
6745 * gdb.threads/no-unwaited-for-left.c: New.
6746 * gdb.threads/no-unwaited-for-left.exp: New.
6747 * gdb.threads/non-ldr-exc-1.c: New.
6748 * gdb.threads/non-ldr-exc-1.exp: New.
6749 * gdb.threads/non-ldr-exc-2.c: New.
6750 * gdb.threads/non-ldr-exc-2.exp: New.
6751 * gdb.threads/non-ldr-exc-3.c: New.
6752 * gdb.threads/non-ldr-exc-3.exp: New.
6753 * gdb.threads/non-ldr-exc-4.c: New.
6754 * gdb.threads/non-ldr-exc-4.exp: New.
6755
3a3dad98
JK
67562011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6757
6758 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
6759 * gdb.base/attach-pie-misread.exp: Likewise.
6760 * gdb.base/break-interp.exp: Likewise.
6761 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
6762 testcases for use_gdb_stub.
6763 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
6764 (continue): New testcase.
6765 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
6766 * gdb.threads/attach-into-signal.exp: Likewise.
6767 * gdb.threads/attach-stopped.exp: Likewise.
6768 * gdb.threads/attachstop-mt.exp: Likewise.
6769
d6a5d40c
PK
67702011-10-28 Paul Koning <paul_koning@dell.com>
6771
6772 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
6773
ca539be8
JK
67742011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6775
6776 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
6777 (mi_gdb_test): Import globals thread_selected_re
6778 and breakpoint_re. Expect them optionally at the regex start.
6779
d234ef5c
DE
67802011-10-27 Doug Evans <dje@google.com>
6781
6782 * gdb.python/python.exp: Test source -s.
6783
ab964825
PK
67842011-10-26 Paul Koning <paul_koning@dell.com>
6785
6786 * gdb.python/lib-types.cc (struct A): New structure.
6787 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 6788
54d8a644
PK
67892011-10-25 Paul Koning <paul_koning@dell.com>
6790
6791 PR python/13327
d234ef5c 6792
54d8a644
PK
6793 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
6794 fetch_lazy method.
6795
b0221781
YQ
67962011-10-24 Yao Qi <yao@codesourcery.com>
6797
6798 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
6799 target is tic6x-*-*.
6800
6cda5a20
JB
68012011-10-21 Joel Brobecker <brobecker@adacore.com>
6802
6803 * gdb.ada/mi_task_info/task_switch.adb: New file.
6804 * gdb.ada/mi_task_info.exp: New file.
6805
5ed9db04
JK
68062011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6807
6808 * gdb.cp/expand-psymtabs-cxx.exp: New file.
6809 * gdb.cp/expand-psymtabs-cxx.cc: New file.
6810
9df2fbc4
PM
68112011-10-20 Phil Muldoon <pmuldoon@redhat.com>
6812
6813 PR python/12656
6814
6815 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
6816 global_block tests.
6817
736086ba
TT
68182011-10-18 Tom Tromey <tromey@redhat.com>
6819
6820 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
6821
4af31552
TT
68222011-10-18 Tom Tromey <tromey@redhat.com>
6823
6824 * gdb.base/source.exp: Don't include full file name in test name.
6825 * gdb.python/python.exp: Don't include full file name in test
6826 name.
6827
43136979
AR
68282011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6829
6830 * gdb.base/attach-pie-noexec.c: New files.
6831 * gdb.base/attach-pie-noexec.exp: New files.
6832
543a9323
JM
68332011-10-17 Joseph Myers <joseph@codesourcery.com>
6834
6835 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
6836 prompt for each extra line in command.
6837
21ae7a4d
JK
68382011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6839
6840 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
6841 Revert the part of:
6842 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6843 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
6844 Change the expected string.
6845
20ec36d9
JK
68462011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6847
6848 Fix results with system glibc debug info installed.
6849 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
6850 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
6851 Accept also __libc_ symbol prefix and no prefix.
6852
6501c2fc
KS
68532011-10-14 Keith Seitz <keiths@redhat.com>
6854
6855 PR c++/13225
6856 * gdb.cp/converts.cc (foo3_1): New function.
6857 (foo3_2): New functions.
6858 * gdb.cp/converts.exp: Add tests for int to pointer conversion
6859 and null pointer conversions of integer constant zero.
6860 Add test to check if all arguments are checked for incompatible
6861 conversion BADNESS.
6862
55b1fd0c
TT
68632011-10-14 Tom Tromey <tromey@redhat.com>
6864
6865 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
6866 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
6867 linespec.
6868
22c05d8a
JK
68692011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6870
6871 Fix internal error regression.
6872 * gdb.dwarf2/implptr-optimized-out.S: New file.
6873 * gdb.dwarf2/implptr-optimized-out.exp: New file.
6874
1d6edc3c
JK
68752011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6876
6877 Fix empty DWARF expressions DATA vs. SIZE conditionals.
6878 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
6879 (loclist): New.
6880 (4): New abbrev.
6881 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
6882 Use prepare_for_testing, remove clean_restart.
6883 (p arraynoloc, p arraycallnoloc): New tests.
6884
9ec72168
JK
68852011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6886
6887 * gdb.cp/namespace-enum.exp (executable): New variable.
6888 (binfile): Use ${objdir}/${subdir}/ prefix.
6889 Use ${executable} for clean_restart.
6890
9c6c53f7
SA
68912011-10-11 Sterling Augustine <saugustine@google.com>
6892
6893 * gdb.cp/Makefile.in: Add namespace-enum test.
6894 * gdb.cp/namespace-enum.exp: New file.
6895 * gdb.cp/namespace-enum.c: New file.
6896 * gdb.cp/namespace-enum-main.c: New file.
6897
fac7ceb3
UW
68982011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
6899
6900 * gdb.python/py-shared.exp: Relax filename check to handle remote:
6901 sysroot.
6902
941b2081
JK
69032011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6904
6905 Reimplement @entry in input expressions.
6906 * gdb.base/exprs.c (v_int_array_init): New variable.
6907 * gdb.base/exprs.exp (print v_int_array_init)
6908 (print *v_int_array_init@1, print *v_int_array_init@2)
6909 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
6910 (print v_int_array_init[1]@1): New tests.
6911
0344e878
JM
69122011-10-10 Joseph Myers <joseph@codesourcery.com>
6913
6914 * gdb.cp/gdb2495.exp: Do not include directories in filename in
6915 expected message.
6916
5a56e9c5
DE
69172011-10-09 Doug Evans <dje@google.com>
6918
6919 * gdb.base/alias.exp: Add tests for alias command.
6920
2bda9cc5
JK
69212011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6922
6923 * gdb.arch/amd64-entry-value.s: New file.
6924 * gdb.mi/mi2-amd64-entry-value.s: New file.
6925
a471c594
JK
69262011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6927
6928 Display @entry parameter values even for references.
6929 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
6930 functions.
6931 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
6932 reference and datap_input.
6933 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
6934 breakpoints.
6935 (continue to breakpoint: entry_reference: reference)
6936 (entry_reference: bt at entry)
6937 (continue to breakpoint: entry_reference: breakhere_reference)
6938 (entry_reference: bt, entry_reference: ptype regparam)
6939 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
6940 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
6941 (entry_reference: p regcopy, entry_reference: p nodataparam)
6942 (entry_reference: p nodataparam@entry): New tests.
6943
36b11add
JK
69442011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6945
6946 Support @entry in input expressions.
6947 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
6948 (entry_stack: p s1@entry, entry_stack: p s2@entry)
6949 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
6950 (tailcall: p j@entry): New tests.
6951 * gdb.cp/koenig.cc (A::entry): New function.
6952 (main): Call it.
6953 * gdb.cp/koenig.exp (p entry (c)): New test.
6954
e18b2753
JK
69552011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6956
6957 Display @entry parameter values (without references).
6958 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
6959 (different, validity, invalid): New functions.
6960 (main): Call them.
6961 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
6962 stacktest, breakhere_stacktest, different, breakhere_different,
6963 breakhere_validity and breakhere_invalid.
6964 (entry: bt): Update for @entry.
6965 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
6966 (entry_validity: *, entry_invalid: *): Many new tests.
6967 * gdb.base/break.exp
6968 (run until breakpoint set at small function, optimized file): Accept
6969 also the @entry suffix.
6970 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
6971 * gdb.mi/mi2-amd64-entry-value.c: New files.
6972 * gdb.mi/mi2-amd64-entry-value.exp: New files.
6973
2d6c5dc2
JK
69742011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6975
6976 Protect entry values against self tail calls.
6977 * gdb.arch/amd64-entry-value.cc (self2, self): New.
6978 (main): Call self.
6979 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
6980 (set debug entry-values 1, self: bt debug entry-values): New tests.
6981
111c6489
JK
69822011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6983
6984 Recognize virtual tail call frames.
6985 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
6986 (amb_b, amb_a): New.
6987 (main): Call a and b.
6988 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
6989 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
6990 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
6991 New tests.
6992
8e3b41a9
JK
69932011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6994
6995 Implement basic support for DW_TAG_GNU_call_site.
6996 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
6997 * gdb.arch/amd64-entry-value.cc: New file.
6998 * gdb.arch/amd64-entry-value.exp: New file.
6999
181cebd4
JK
70002011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7001
7002 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
7003 * gdb.dwarf2/implptr-64bit.S: New file.
7004 * gdb.dwarf2/implptr-64bit.exp: New file.
7005
741f5e3c
JK
70062011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7007
7008 Fix initial language detection with -readnow.
7009 * gdb.cp/readnow-language.cc: New file.
7010 * gdb.cp/readnow-language.exp: New file.
7011
a73d2258
JK
70122011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7013
7014 Fix printed anonymous struct name.
7015 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
7016
af369495
JM
70172011-10-09 Joseph Myers <joseph@codesourcery.com>
7018
7019 * gdb.base/solib-symbol.exp: Do not include directories in
7020 filenames in expected messages.
7021
1fa57852
DE
70222011-10-07 Doug Evans <dje@google.com>
7023
7024 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
7025
bd054e06
KP
70262011-10-07 Kevin Pouget <kevin.pouget@st.com>
7027
7028 Allow Python notification of new object-file loadings.
7029 * gdb.python/py-events.exp: Test newobjfile event.
7030 * gdb.python/py-events.py: Register newobjfile callback.
7031 * gdb.python/py-events.c: Add call to shared library
7032 * gdb.python/py-events-shlib.c: New file.
7033
8031b6f8
JM
70342011-10-06 Joseph Myers <joseph@codesourcery.com>
7035
7036 * gdb.base/fixsection.exp: Do not include directories in filename
7037 in expected message.
7038
7fea6923
PM
70392011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7040
7041 Add tests for passing of environment variables to inferior.
7042 * gdb.base/testenv.c: New test source.
7043 * gdb.base/testenv.exp: New expect test.
7044
687f2a88
PK
70452011-10-04 Paul Koning <paul_koning@dell.com>
7046
7047 * gdb.python/py-value.c (main): Break before return.
7048
cb6be26b
KP
70492011-10-04 Kevin Pouget <kevin.pouget@st.com>
7050
7051 PR python/12691: Add the inferior to Python exited event
7052 * gdb.python/py-events.exp: Test the inferior attribute of exited
7053 event with a fork.
7054 * gdb.python/py-events.py: Print inferior number on exit.
7055 * gdb.python/py-events.c: Fork the inferior.
7056
fb213700
EBM
70572011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
7058
7059 * gdb.base/jit.exp: Add testcase name to log message
7060
aa2071bd
PK
70612011-10-03 Paul Koning <paul_koning@dell.com>
7062 Jan Kratochvil <jan.kratochvil@redhat.com>
7063
7064 * gdb.python/py-value.exp
7065 (python inval = gdb.parse_and_eval('*(int*)0'))
7066 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
7067 (set argc=2, python print argc_lazy): New tests.
7068
dd11a36c
JB
70692011-10-02 Joel Brobecker <brobecker@adacore.com>
7070
7071 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
7072
46f886f1
JK
70732011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7074 Pedro Alves <pedro@codesourcery.com>
7075
7076 * gdb.python/py-value.exp (test_value_in_inferior): New variable
7077 can_read_0, test for it.
7078 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
7079 (parse_and_eval with memory error): ... here, make it untested if
7080 can_read_0.
7081
c5cb204f
MP
70822011-09-30 Marek Polacek <mpolacek@redhat.com>
7083
7084 * gdb.python/python.exp (verify pagination beforehand)
7085 (verify pagination afterwards): Fix race by splitting the line.
7086
68fb0ec0
JM
70872011-09-29 Joseph Myers <joseph@codesourcery.com>
7088
7089 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
7090 for 64-bit multilibs from i?86-* targets.
7091
6aee0d90
MP
70922011-09-29 Marek Polacek <mpolacek@redhat.com>
7093
7094 * lib/gdb.exp: Fix a typo in one of the comments.
7095
e9101ff5
MP
70962011-09-29 Marek Polacek <mpolacek@redhat.com>
7097
7098 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
7099 matching pattern.
7100
7a81bdbf
PK
71012011-09-28 Paul Koning <paul_koning@dell.com>
7102
7103 * gdb.python/py-type.c (enum E): New.
7104 * gdb.python/py-type.exp (test_fields): Add tests for Python
7105 mapping access to fields.
7106 (test_enums): New test for field access on enums.
7107
6710bf39
SS
71082011-09-27 Stan Shebs <stan@codesourcery.com>
7109
7110 * gdb.trace/collection.exp: Test collection of $_ret.
7111
b2a6bdeb
AT
71122011-09-22 Andreas Tobler <andreast@fgznet.ch>
7113
7114 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
7115 list of compilation switches for <*-*-freebsd*>.
7116
3c9057f3
SS
71172011-09-19 Stan Shebs <stan@codesourcery.com>
7118
7119 * gdb.trace/tspeed.exp: New file.
7120 * gdb.trace/tspeed.c: New file.
7121
34518530
YQ
71222011-09-18 Yao Qi <yao@codesourcery.com>
7123
7124 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
7125 instructions.
7126 (test_adr_32bit, test_pop_pc): Likewise.
7127 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
7128 Thumb instructions.
7129 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
7130 in gdb_test_multiple.
7131 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
7132
ab254057
YQ
71332011-09-17 Yao Qi <yao@codesourcery.com>
7134
7135 * lib/gdb.exp (can_single_step_to_signal_handler): New.
7136 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
7137 support single step to signal handler.
7138
9c317b71
YQ
71392011-09-17 Yao Qi <yao@codesourcery.com>
7140
7141 * gdb.base/disp-step-fork.c: New.
7142 * gdb.base/disp-step-syscall.exp: New.
7143 * gdb.base/disp-step-vfork.c: New.
7144
a8123151
JB
71452011-09-16 Joel Brobecker <brobecker@adacore.com>
7146
7147 * gdb.ada/tasks.exp: Make the expected output for
7148 the `info tasks' tests more resilient to spacing
7149 changes.
7150
63a9aad8
JK
71512011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7152
7153 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
7154 (reached breakpoint 2, reached breakpoint 3): Update expected output.
7155
2aa48337
KP
71562011-09-15 Kevin Pouget <kevin.pouget@st.com>
7157
7158 PR Python/12692 Add gdb.selected_inferior() to Python interface.
7159 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
7160
6839b47f
KP
71612011-04-30 Kevin Pouget <kevin.pouget@st.com>
7162
7163 Handle multiple breakpoint hits in Python interface:
7164 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
7165 presence.
7166 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
7167 breakpoint hits.
7168
0935723e
JK
71692011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7170 Jan Kratochvil <jan.kratochvil@redhat.com>
7171
7172 * gdb.python/py-events.exp: Remove pretty printing comment.
7173 * gdb.python/py-evsignal.exp: New file.
7174 * gdb.python/py-evthreads.c: Include signal.h.
7175 (thread3): Remove variable count3. Remove variable bad and use raise
7176 instead.
7177 (thread2): Remove variable count2. Move thread3 pthread_create here,
7178 merge pthread_join to a single line.
7179 (main): Remove variable count1. Merge pthread_join with pthread_create
7180 to a single line.
7181 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
7182 KFAIL python/12966 for gdbserver. Test return value of
7183 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
7184 gdb_expect by gdb_test and gdb_test_multiple.
7185 (thread 2, thread 3): New tests.
7186
4801a9a3
PA
71872011-09-12 Matt Rice <ratmice@gmail.com>
7188 Pedro Alves <pedro@codesourcery.com>
7189
7190 PR gdb/13175
7191
7192 * gdb.base/interp.exp: New tests.
7193 * gdb.base/interp.c: New file.
7194
24ece742
DE
71952011-09-12 Doug Evans <dje@google.com>
7196
7197 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
7198 * gdb.dwarf2/typeddwarf.exp: Ditto.
7199
7f062217
JK
72002011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7201
7202 Fix compatibility with x32 arch.
7203 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
7204 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
7205 is_x86_like_target.
7206 * testsuite/gdb.trace/collection.exp: Likewise.
7207 * testsuite/gdb.trace/report.exp: Likewise.
7208 * testsuite/gdb.trace/unavailable.exp: Likewise.
7209 * testsuite/gdb.trace/while-dyn.exp: Likewise.
7210 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
7211 (is_x86_like_target): Check also is_amd64_regs_target.
7212
08711b9a
JK
72132011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7214
7215 PR breakpoints/12435
7216 * gdb.arch/amd64-prologue-xmm.c: New file.
7217 * gdb.arch/amd64-prologue-xmm.exp: New file.
7218 * gdb.arch/amd64-prologue-xmm.s: New file.
7219
b99b5f66
JK
72202011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7221
7222 * gdb.dwarf2/dw2-param-error-main.c: New file.
7223 * gdb.dwarf2/dw2-param-error.S: New file.
7224 * gdb.dwarf2/dw2-param-error.exp: New file.
7225
a391a2f6
PA
72262011-09-08 Pedro Alves <pedro@codesourcery.com>
7227
7228 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
7229 inferior's pid and look for a core dump named core.$pid. Use
7230 `remote_file' commands on the host instead of hand coding shell
7231 commands on the build.
7232 * gdb.base/valgrind-db-attach.exp: Kill the program before
7233 finishing the test.
7234
7d8e6458 72352011-09-02 Matt Rice <ratmice@gmail.com>
7236
7237 * lib/prompt.exp: New file for testing the first prompt.
7238 * gdb.python/py-prompt.exp: Ditto.
7239 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
7240
68e77c9e
PA
72412011-09-02 Pedro Alves <pedro@codesourcery.com>
7242
7243 * gdb.threads/gcore-thread.exp: Set the global core_supported to
7244 0, before testing gcore.
7245
9655e943
JK
72462011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7247
df6dc84d
JK
7248 * dw2-ifort-parameter-debug.S: Update copyright year.
7249 * dw2-ifort-parameter.c: Update copyright year.
7250 * dw2-ifort-parameter.exp: Update copyright year.
7251
9655e943
JK
7252 * dw2-ifort-parameter-debug.S: New file.
7253 * dw2-ifort-parameter.c: New file.
7254 * dw2-ifort-parameter.exp: New file.
7255
353d1d73
JK
72562011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7257
7258 * gdb.base/commands.exp (error_clears_commands_left): New function.
7259 (): Call it.
7260
5c07461a
JK
72612011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7262
7263 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
7264 (C): Initialize `a'.
7265 * gdb.mi/mi-inheritance-syntax-error.exp
7266 (-data-evaluate-expression $path): Expect `a' as 5.
7267
0d932b2f
MK
72682011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
7269
7270 PR mi/11912
7271 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
7272 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
7273 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
7274 keyword in output of -var-info-path-expression.
7275
bdb54049
JK
72762011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7277
7278 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
7279 * gdb.trace/collection.exp: Likewise.
7280 * gdb.trace/report.exp: Likewise.
7281 * gdb.trace/unavailable.exp: Likewise.
7282 * gdb.trace/while-dyn.exp: Likewise.
7283
59cde39c
KS
72842011-08-18 Keith Seitz <keiths@redhat.com>
7285
7286 PR c++/12266
7287 * gdb.cp/meth-typedefs.cc: New file.
7288 * gdb.cp/meth-typedefs.exp: New file.
7289
fa3a4f15
PM
72902011-08-17 Phil Muldoon <pmuldoon@redhat.com>
7291
6fdff2c5 7292 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 7293
c1049fca
JK
72942011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7295
7296 * gdb.arch/i386-dr3-watch.exp
7297 (watchpoint on gap1 does not fit debug registers)
7298 (delete all watchpoints): Fix racy expect strings.
7299
d93f7b5c
YQ
73002011-08-14 Yao Qi <yao@codesourcery.com>
7301
7302 * gdb.base/maint.exp: set data_section to ".neardata".
7303 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
7304 * gdb.base/savedregs.exp: Handle SIGILL.
7305 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
7306 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
7307
457e09f0
DE
73082011-08-12 Doug Evans <dje@google.com>
7309
7310 * gdb.python/py-symbol.exp: Add test for symbol.type.
7311
5d0bb2fb
UW
73122011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
7313
7314 * gdb.threads/pthreads.exp: Enable on non-native configurations.
7315 * gdb.mi/mi-pthreads.exp: Likewise.
7316 * gdb.mi/mi2-pthreads.exp: Likewise.
7317 * gdb.mi/gdb669.exp.exp: Likewise.
7318
fcdfa280
PA
73192011-08-09 Pedro Alves <pedro@codesourcery.com>
7320
7321 * lib/mi-support.exp (detect_async): Rename to...
7322 (mi_detect_async): ... this.
7323 * gdb.mi/mi-nonstop-exit.exp: Adjust.
7324 * gdb.mi/mi-nonstop.exp: Adjust.
7325 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
7326 * gdb.mi/mi-nsintrall.exp: Adjust.
7327 * gdb.mi/mi-nsmoribund.exp: Adjust.
7328 * gdb.mi/mi-nsthrexec.exp: Adjust.
7329
9d8fa392
PA
73302011-08-09 Pedro Alves <pedro@codesourcery.com>
7331
7332 * gdb.base/display.c (do_loops): New `p_i' local.
7333 * gdb.base/display.exp: Test displaying a variable that is
7334 temporarily at a bad address.
7335
b6cede78
JK
73362011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7337
7338 * gdb.dwarf2/dw2-op-stack-value.S: New file.
7339 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
7340
67bedb8c
JK
73412011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7342
7343 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
7344 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
7345 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 7346
af6e93b2
PA
73472011-08-05 Pedro Alves <pedro@codesourcery.com>
7348
7349 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
7350 procedure.
7351 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
7352
1cf0e11f
YQ
73532011-08-05 Yao Qi <yao@codesourcery.com>
7354
7355 * gdb.base/callfuncs.exp: Set language after main.
7356 * gdb.cp/cplusfuncs.exp: Likewise.
7357 * gdb.cp/inherit.exp: Likewise.
7358
a1e28cb2
UW
73592011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7360
7361 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
7362 * gdb.base/watch-vfork.exp: Skip on remote targets.
7363
d4f5bbb9
UW
73642011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7365
7366 * gdb.threads/thread-find.exp: Support remote targets.
7367
724f4f80
UW
73682011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7369
7370 * gdb.base/jit.exp: Download solib_binfile to target.
7371 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
7372 and call dlopen without full path name.
7373 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
7374 dlopen without full path name.
7375
934709f0
PW
73762011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7377
7378 * gdb.base/break-always.exp: Complete the test
7379 with duplicated breakpoints and enabling/disabling them.
7380
c26106c4
TT
73812011-08-02 Tom Tromey <tromey@redhat.com>
7382
7383 PR gdb/11289:
7384 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
7385
9300444e 73862011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
7387
7388 PR gdb/13045
7389 * gdb.base/float.exp: Add new test case for PR gdb/13045
7390 * gdb.base/float.c: New file.
7391
00bd41d6
PM
73922011-07-28 Phil Muldoon <pmuldoon@redhat.com>
7393
7394 * gdb.python/py-mi.exp: Test printers returning string hint, and
7395 also not returning a value.
7396 * gdb.python/py-prettyprint.c: Add testcase for above.
7397 * gdb.python/py-prettyprint.py: Add test printer for above.
7398
d24f74ce
JK
73992011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7400
7401 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
7402 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
7403 (.Ldie30) Add as field "data4".
7404 (.Ldie32) Rename field "b" to "shl".
7405 (abbrev4) Change for the "data4" field.
7406 (abbrev5, abbrev6) Remove.
7407 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
7408 (p &s.shl): ... here. Add comment.
7409 (p &s.data4): New.
7410
bb7da2bf
JK
74112011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7412
7413 Fix crash on lval_computed values.
7414 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
7415
11081198
JK
74162011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7417
7418 * gdb.base/help.exp (help whatis): Update the expected string.
7419
3c6e0cb3
JK
74202011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7421
7422 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
7423 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
7424 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7425 Change the expected string.
7426
efa80663
PA
74272011-07-26 Pedro Alves <pedro@codesourcery.com>
7428
7429 * gdb.base/watchpoint.exp
7430 (test_disable_enable_software_watchpoint): New procedure.
7431 (top level): Run it.
7432
db8e4570
UW
74332011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
7434
7435 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
7436 executable file "${binfile}", C++ version "${binfile}-cxx".
7437 * gdb.python/py-prettyprint.exp: Likewise.
7438 * gdb.python/py-symbol.exp: Likewise.
7439 * gdb.python/py-type.exp: Likewise.
7440 * gdb.python/py-value.exp: Likewise.
7441 * gdb.python/py-template.exp (test_template_arg): Pass full executable
7442 file name instead of just suffix.
7443
543305c9
JK
74442011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7445
7446 Fix implicit pointer offsets.
7447 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
7448 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
7449 (continue to breakpoint: continue to baz breakpoint for implptr)
7450 (sanity check element 0, sanity check element 1)
7451 (enter the inlined function, check element 0 for the offset)
7452 (check element 1 for the offset)
7453 (continue to breakpoint: ignore the second baz breakpoint): New tests.
7454 (set foo breakpoint for implptr): Update the breakpoint number.
7455
b3215adc
UW
74562011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7457
7458 * gdb.python/py-mi.exp: Use different file names for different
7459 versions of the executable under test.
7460 * gdb.python/py-prettyprint.exp: Likewise.
7461 * gdb.python/py-symbol.exp: Likewise.
7462 * gdb.python/py-template.exp: Likewise.
7463 * gdb.python/py-type.exp: Likewise.
7464 * gdb.python/py-value.exp: Likewise.
7465
182b9acc
UW
74662011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7467
7468 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
7469 flag after restarting GDB if necessary.
7470
e6052b5d
UW
74712011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7472
7473 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
7474
1ced966e
PA
74752011-07-22 Pedro Alves <pedro@codesourcery.com>
7476
7477 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
7478 backend doesn't leave used debug registers behind.
7479
3543a589
TT
74802011-07-22 Tom Tromey <tromey@redhat.com>
7481
7482 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
7483 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
7484 argument.
7485 * gdb.dwarf2/typeddwarf-amd64.S: New file.
7486
14d15303 74872011-07-21 Matt Rice <ratmice@gmail.com>
7488
7489 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
7490 in mostlyclean rule. Add files ending in .core.
7491
9b158ba0 74922011-07-21 Matt Rice <ratmice@gmail.com>
7493
7494 PR macros/12999
7495 * gdb.base/info-macros.c: New test sources.
7496 * gdb.base/info-macros.exp: New tests.
7497
d17b6f81
PM
74982011-07-21 Phil Muldoon <pmuldoon@redhat.com>
7499
7500 * gdb.python/python.exp: Add prompt substitution tests.
7501
918dd910
JK
75022011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7503
7504 Fix crash if referenced CU is aged out.
7505 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
7506 New.
7507 * gdb.dwarf2/implptr.exp: Likewise.
7508
0e37a63c
JK
75092011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7510
7511 * gdb.dwarf2/implptr.S: Rebuilt.
7512 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
7513 (bar): Use them for j, k, l.
7514 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
7515 COMPILE.
7516 (print j in implptr:bar): Update for the intp typedef.
7517 (print p[0].x in implptr:foo): Use more exact regex.
7518
f65cf84c
TT
75192011-07-18 Tom Tromey <tromey@redhat.com>
7520
7521 * gdb.cp/static-method.exp: Add missing single quote.
7522
d5b4a7be
YQ
75232011-07-18 Yao Qi <yao@codesourcery.com>
7524
7525 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
7526 supported.
7527 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7528 * gdb.mi/mi-nonstop.exp: Likewise.
7529 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7530 * gdb.mi/mi-nsintrall.exp: Likewise.
7531 * gdb.mi/mi-nsmoribund.exp: Likewise.
7532 * gdb.mi/mi-nsthrexec.exp: Likewise.
7533 * gdb.python/py-evthreads.exp: Likewise.
7534
e9ea2662
JK
75352011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7536
7537 Code cleanup.
7538 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
7539 it. Substitute it instead of test_compiler_info everywhere.
7540
ce451573
UW
75412011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7542
7543 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
7544 remote targets as well.
7545
756d88a7
UW
75462011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7547
7548 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
7549 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
7550
31f83dc5
UW
75512011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7552
7553 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
7554 a remote machine, not the host.
7555 (gdb_compile_shlib): Set soname if target is remote.
7556
059241a0
PP
75572011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7558
7559 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
7560
28a0b48c 75612011-07-13 Matt Rice <ratmice@gmail.com>
7562
7563 * gdb.python/py-objfile-script-gdb.py: Renamed to
7564 py-objfile-script-gdb.py.in.
7565 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
7566 py-objfile-script-gdb.py.
7567 * gdb.python/py-objfile-script.exp: Update reference to
7568 py-objfile-script-gdb.py.
7569
9a771b67
JK
75702011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7571
7572 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
7573 reference undefined label.
7574
04ad99e6
JK
75752011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7576
7577 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
7578 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
7579 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
7580 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
7581
713389e0
PM
75822011-07-11 Phil Muldoon <pmuldoon@redhat.com>
7583
6fdff2c5 7584 PR python/12438
713389e0 7585 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 7586 deprecated tests. Add set/show python print-backtrace tests.
713389e0 7587
97d146f8
JK
75882011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7589
7590 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
7591 debug info.
7592
facde0e5 75932011-07-06 Matt Rice <ratmice@gmail.com>
7594
7595 * gdb.python/python.exp: Update filename paths.
7596 * gdb.python/py-symtab.exp: Ditto.
7597
438640d1
MP
75982011-07-06 Marek Polacek <mpolacek@redhat.com>
7599
7600 * gdb.python/py-evthreads.exp: Add missing `$'.
7601
33a365df
MF
76022011-07-06 Jie Zhang <jie.zhang@analog.com>
7603
7604 * config/bfin.exp: New file.
7605 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
7606 * gdb.asm/bfin.inc: New file.
7607
8f7ae686
MP
76082011-07-06 Marek Polacek <mpolacek@redhat.com>
7609
df46027d 7610 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
7611 the whole output.
7612
eb2a6f42
TT
76132011-07-05 Tom Tromey <tromey@redhat.com>
7614
7615 * gdb.java/jprint.java (jprint.hi): New field.
7616 * gdb.java/jprint.exp: Print string.
7617
177b42fe
TJB
76182011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
7619
7620 * gdb.base/call-sc.c: Fix typos.
7621 * gdb.base/ifelse.exp: Likewise.
7622 * gdb.base/structs.c: Likewise.
7623
3b2a0cf2
JB
76242011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7625
7626 * gdb.base/jit-so.exp: New test.
7627 * gdb.base/jit-dlmain.c: New file.
7628 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
7629
46fc714c
JK
76302011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7631
7632 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
7633 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
7634 * gdb.cp/pr9167.exp (p b): Likewise.
7635 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
7636 (test value of P in inner_m, test type of Z in inner_m): Call
7637 setup_xfail for gcc <= 4.5.
46fc714c 7638
418c7cf7
JK
76392011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7640
7641 * gdb.cp/paren-type.cc: New files.
7642 * gdb.cp/paren-type.exp: New files.
7643
3d50dd94
JK
76442011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7645
7646 Stop on first linespec terminator instead of eating what we can.
7647 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
7648 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
7649 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
7650 (break C::f()): ... this one.
7651 (break C::operator()()): New test.
7652 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
7653 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
7654 test.
7655
dcf9f4ab
JK
76562011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7657
7658 Fall back linespec to minimal symbols.
7659 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
7660 error message.
7661 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
7662 * gdb.cp/minsym-fallback-main.cc: New file.
7663 * gdb.cp/minsym-fallback.cc: New file.
7664 * gdb.cp/minsym-fallback.exp: New file.
7665 * gdb.cp/minsym-fallback.h: New file.
7666
3f542ed1
JK
76672011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7668
7669 * gdb.cp/no-dmgl-verbose.cc: New file.
7670 * gdb.cp/no-dmgl-verbose.exp: New file.
7671
76722011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
7673
7674 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
7675 __GI_.
7676 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
7677 (f): New function.
7678 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
7679 (complete p 'func<short>(): ... here.
7680 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
7681 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
7682 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
7683 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
7684 Make them KFAIL gcc/49546.
7685
00eb2c4a
JB
76862011-07-01 Joel Brobecker <brobecker@adacore.com>
7687
7688 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
7689
85a20c42
JK
76902011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7691
7692 Test GCC PR debug/49546.
7693 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
7694 (test type of F in k3_m, test value of F in k3_m): New.
7695 * gdb.cp/temargs.cc (struct S3, struct K3): New.
7696 (main): New variable k3. Call k3.k3_m.
7697
d2d43431
JB
76982011-07-01 Jean-Charles Delay <delay@adacore.com>
7699
7700 * gdb.ada/packed_array.exp: Fix expected outout.
7701
54ae186f
JB
77022011-07-01 Jean-Charles Delay <delay@adacore.com>
7703
7704 * gdb.ada/packed_array.exp: fixed expected output.
7705
8f17729f
JB
77062011-07-01 Joel Brobecker <brobecker@adacore.com>
7707
7708 * gdb.ada/same_enum: New testcase.
7709
f5aa6869
JB
77102011-07-01 Joel Brobecker <brobecker@adacore.com>
7711
7712 * gdb.ada/ptr_typedef: New testcase.
7713
828292f2
JB
77142011-07-01 Joel Brobecker <brobecker@adacore.com>
7715
7716 * gdb.ada/arrayptr.exp: Add ptype test.
7717
18920c42
JB
77182011-07-01 Joel Brobecker <brobecker@adacore.com>
7719
7720 * gdb.ada/char_enum: New testcase.
7721
3536d9e3 77222011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
7723
7724 * gdb.base/dump.exp (capture_pointer_with_type): New.
7725 Get value from address instead of name.
7726 Start GDB once, and do `dump' and `restore'
7727 tests together.
7728
db863c42
MF
77292011-06-30 Jie Zhang <jie.zhang@analog.com>
7730 Mike Frysinger <vapier@gentoo.org>
7731
7732 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
7733 helper functions for getting/setting remotetimeout variable.
7734 * lib/gdb.exp (gdb_load): If the target is remote, set
7735 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
7736 with $loadtimeout. Set $load_ok to 0 before doing the load.
7737 Instead of returning, immediately, set $load_ok to 0. Call
7738 set_remotetimeout with $oldremotetimeout, and then return if
7739 $load_ok is 1.
7740
e9e642a8
AB
77412011-06-30 Andrew Burgess <aburgess@broadcom.com>
7742
7743 * gdb.python/py-template.exp: Don't run this test if the target
7744 does not support c++ tests.
7745
32019081
JK
77462011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7747
7748 Fix non-only rename list for Fortran modules import.
7749 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
7750 tests.
7751 * gdb.fortran/module.f90 (module moduse): New.
7752 (program module): use moduse, test var_x, var_y and var_z.
7753
0ecee54c
TT
77542011-06-29 Tom Tromey <tromey@redhat.com>
7755
7756 PR testsuite/12040:
7757 * gdb.fortran/array-element.exp: Use f90, not f77.
7758 * gdb.fortran/complex.exp: Use f90, not f77.
7759 * gdb.fortran/derived-type.exp: Use f90, not f77.
7760 * gdb.fortran/library-module.exp: Use f90, not f77.
7761 * gdb.fortran/logical.exp: Use f90, not f77.
7762 * gdb.fortran/module.exp: Use f90, not f77.
7763 * gdb.fortran/multi-dim.exp: Use f90, not f77.
7764 * gdb.fortran/subarray.exp: Use f90, not f77.
7765
3b2b8fea
TT
77662011-06-29 Tom Tromey <tromey@redhat.com>
7767
7768 * gdb.fortran/charset.exp: New file.
7769 * gdb.fortran/charset.f90: New file.
7770
42159ca5
TT
77712011-06-29 Tom Tromey <tromey@redhat.com>
7772
7773 PR testsuite/12040:
7774 * lib/future.exp: New file, mostly extracted from ada.exp.
7775 Rewrote compatibility code to use rename.
7776 (gdb_find_gfortran): New proc.
7777 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
7778 gfortran patch.
7779 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
7780 Move to future.exp.
7781 * lib/gdb.exp: Always load future.exp.
7782
af69a5ce
YQ
77832011-06-28 Yao Qi <yao@codesourcery.com>
7784
7785 * gdb.cp/exception.cc: Don't include iostream.
7786 (bar): Remove print statement.
7787 (catcher): New.
7788 (main): Remove print statements. Call function catcher.
7789 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
7790 Set breakpoint on catcher, and check the value of parameter.
7791
ab5c6a72
YQ
77922011-06-23 Yao Qi <yao@codesourcery.com>
7793
6fdff2c5
PA
7794 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
7795 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 7796
9497469f
MP
77972011-06-23 Marek Polacek <mpolacek@redhat.com>
7798
7799 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
7800 mi_gdb_test.
7801
b9132588
MP
78022011-06-23 Marek Polacek <mpolacek@redhat.com>
7803
5d197ed0 7804 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 7805
e55595ca
MP
78062011-06-23 Marek Polacek <mpolacek@redhat.com>
7807
5d197ed0
MP
7808 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
7809
78102011-06-23 Marek Polacek <mpolacek@redhat.com>
7811
7812 * gdb.mi/mi2-basics.exp: Fix races. Honour the
7813 `test_exec_and_symbol_mi_operatons' return value.
7814 (test_mi_interpreter_selection): Use mi_gdb_test instead of
7815 gdb_test_multiple.
7816 (test_exec_and_symbol_mi_operatons): Likewise.
7817 (test_path_specification): Likewise.
e55595ca 7818
be777e08
YQ
78192011-06-23 Yao Qi <yao@codesourcery.com>
7820
7821 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
7822 supported.
7823 * lib/gdb.exp (support_displaced_stepping): New.
7824
615556d6
YQ
78252011-06-23 Yao Qi <yao@codesourcery.com>
7826
7827 * gdb.threads/execl.exp: Skip on remote target.
7828
833b0ca7
MP
78292011-06-21 Marek Polacek <mpolacek@redhat.com>
7830
5d197ed0 7831 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
7832 mi_gdb_test.
7833
1ee4023a
MP
78342011-06-20 Marek Polacek <mpolacek@redhat.com>
7835
5d197ed0 7836 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 7837
d0b1d624
MP
78382011-06-20 Marek Polacek <mpolacek@redhat.com>
7839
5d197ed0 7840 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
7841 mi_gdb_test.
7842
79aa92c1
MP
78432011-06-20 Marek Polacek <mpolacek@redhat.com>
7844
5d197ed0 7845 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 7846
5ce5db06
YQ
78472011-06-14 Yao Qi <yao@codesourcery.com>
7848
7849 gdb/testsuite/
7850 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
7851
533a737e
JK
78522011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7853
7854 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
7855
d0e53741
TT
78562011-06-10 Tom Tromey <tromey@redhat.com>
7857
7858 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
7859 Add tests for pointer-to-member-function.
7860 * gdb.cp/temargs.cc (S::somefunc): New function.
7861 (K2): New class.
7862 (main): Instantiate K2; call method.
7863
b5916bbd
JB
78642011-06-08 Joel Brobecker <brobecker@adacore.com>
7865
7866 * gdb.python/py-inferior.c (f2): Make str an array rather
7867 than a pointer.
7868 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
7869
5be4dfca
JK
78702011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7871
7872 * gdb.base/async-shell.c: New file.
7873 * gdb.base/async-shell.exp: New file.
7874
9f47e254
PA
78752011-06-06 Pedro Alves <pedro@codesourcery.com>
7876
7877 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
7878
64b9b334
JB
78792011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
7880
7881 From Stephen Kitt <steve@sk2.org>
7882 * gdb.base/help.exp: Adjust following some spelling corrections
7883 in GDB.
7884
dbc0f131
YQ
78852011-06-01 Yao Qi <yao@codesourcery.com>
7886
7887 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
7888
fd336a18
KS
78892010-05-31 Keith Seitz <keiths@redhat.com>
7890
7891 PR c++/12750
7892 * gdb.cp/static-method.cc: New file.
7893 * gdb.cp/static-method.exp: New file.
7894
fa8b9902
KS
78952010-05-31 Keith Seitz <keiths@redhat.com>
7896
7897 PR symtab/12704
7898 * gdb.cp/anon-ns.cc: New file.
7899 * gdb.cp/anon-ns.exp: New file.
7900
0a5b1e09
PA
79012011-05-31 Pedro Alves <pedro@codesourcery.com>
7902
7903 * gdb.arch/i386-dr3-watch.c: New file.
7904 * gdb.arch/i386-dr3-watch.exp: New file.
7905
0578b8d1
YQ
79062011-05-30 Yao Qi <yao@codesourcery.com>
7907
7908 * gdb.base/callfuncs.c (t_structs_fc): New.
7909 (t_structs_dc, t_structs_ldc): New.
7910 (t_double_many_args):
7911 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
7912 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
7913 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
7914 * gdb.base/callfuncs.exp: Call new functions.
7915
6680506e
YQ
79162011-05-30 Yao Qi <yao@codesourcery.com>
7917
ff4d2c60
YQ
7918 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
7919 Call rerun_and_prepare for each test to isolate effects.
7920
79212011-05-30 Yao Qi <yao@codesourcery.com>
7922
7923 * gdb.base/varargs.c (find_max_float_real): New.
7924 (find_max_double_real, find_max_long_double_real): New.
7925 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
7926 * lib/gdb.exp (setup_kfail_for_target): New.
7927
e43ec454
YQ
79282011-05-30 Yao Qi <yao@codesourcery.com>
7929
7930 * gdb.base/funcargs.c (callca, callcb, callcc): New.
7931 (callcd, callce, callcf, callc1a, callc1b): New.
7932 (callc2a, callc2b): New.
7933 * gdb.base/funcargs.exp (complex_args): New.
7934 (complex_integral_args, complex_float_integral_args): New.
7935 * lib/gdb.exp (support_complex_tests): New. Determine
7936 whether to run test cases on _Complex types.
7937
432b4d03
JK
79382011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7939
7940 * gdb.threads/leader-exit.c: New file.
7941 * gdb.threads/leader-exit.exp: New file.
7942
6caf069d
MP
79432011-05-27 Marek Polacek <mpolacek@redhat.com>
7944
9497469f 7945 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 7946
97fce28b
MP
79472011-05-27 Marek Polacek <mpolacek@redhat.com>
7948
7949 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
7950 remove the `supported' variable.
7951 * gdb.mi/mi-nonstop.exp: Likewise.
7952 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7953 * gdb.mi/mi-nsintrall.exp: Likewise.
7954 * gdb.mi/mi-nsmoribund.exp: Likewise.
7955 * gdb.mi/mi-nsthrexec.exp: Likewise.
7956
9da8c2a0
PA
79572011-05-26 Pedro Alves <pedro@codesourcery.com>
7958
7959 * gdb.reverse/finish-reverse-bkpt.exp: New test.
7960
2c03e5be
PA
79612011-05-26 Pedro Alves <pedro@codesourcery.com>
7962
7963 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
7964
2e21250d
KS
79652011-05-24 Keith Seitz <keiths@redhat.com>
7966
7967 PR breakpoint/12803
7968 * gdb.cp/cmpd-minsyms.cc (a): New method.
7969 (b): New method.
7970 (c): New method.
7971 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
7972
cdac0397
PA
79732011-05-24 Pedro Alves <pedro@codesourcery.com>
7974
7975 * gdb.base/commands.exp (watchpoint_command_test): Check that the
7976 watchpoint's command list didn't execute when the watchpoint went
7977 out of scope.
7978
ee5683ab
PM
79792011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
7980
7981 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
7982 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
7983 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
7984 * gdb.arch/i386-gnu-cfi.exp: Likewise.
7985 * gdb.arch/i386-permbkpt.exp: Likewise.
7986 * gdb.arch/i386-prologue.exp: Likewise.
7987 * gdb.arch/i386-size-overlap.exp: Likewise.
7988 * gdb.arch/i386-size.exp: Likewise.
7989 * gdb.arch/i386-unwind.exp: Likewise.
7990 * gdb.reverse/i386-precsave.exp: Likewise.
7991 * gdb.reverse/i386-reverse.exp: Likewise.
7992 * gdb.reverse/i386-sse-reverse.exp: Likewise.
7993 * gdb.reverse/i387-env-reverse.exp: Likewise.
7994 * gdb.reverse/i387-stack-reverse.exp: Likewise.
7995
c91c8c16
PA
79962011-05-24 Pedro Alves <pedro@codesourcery.com>
7997
7998 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
7999 file doesn't error, using MI.
8000
c50491a7
TT
80012011-05-23 Tom Tromey <tromey@redhat.com>
8002
8003 * gdb.base/charset.exp (string_display): Add tests to assign to
8004 arrays.
8005 * gdb.base/charset.c (short_array, int_array, long_array): New.
8006
4a07b7da
PA
80072011-05-20 Pedro Alves <pedro@codesourcery.com>
8008
8009 Cope with async mode.
8010
4a07b7da
PA
8011 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
8012 into gdb_test + mi_expect_stop.
8013
b275f2d2
PA
80142011-05-20 Pedro Alves <pedro@codesourcery.com>
8015
8016 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
8017 (callme): Remove printf call.
8018
eec52c44
PM
80192011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
8020
8021 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
8022 quote pattern to avoid problems with Cygwin/mingw expect versions.
8023 * gdb.base/default.exp (show convenience): Use double
8024 quote pattern for regular expressions.
8025
b3c8eb43
JK
80262011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8027
8028 Fix -readnow for -gdwarf-4 unused type units.
8029 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
8030 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
8031
ed731959
JK
80322011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8033
8034 * gdb.base/kill-after-signal.c: New file.
8035 * gdb.base/kill-after-signal.exp: New file.
8036
3b48433d
PA
80372011-05-16 Pedro Alves <pedro@codesourcery.com>
8038
8039 * gdb.ada/start.exp: Call untested with the correct test filename.
8040 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
8041 test filename. Make the test's binary unique.
8042 * gdb.arch/i386-signal.exp: Call untested with the correct test
8043 filename.
8044 * gdb.arch/i386-size-overlap.exp: Ditto.
8045 * gdb.arch/Makefile.in (EXECUTABLES): Update.
8046 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8047 * gdb.cp/call-c.exp: Ditto.
8048 * gdb.mi/mi-reverse.exp: Call untested with the correct test
8049 filename. Make the test's binary unique.
8050 * gdb.mi/Makefile.in (EXECUTABLES): Update.
8051 * gdb.python/py-mi.exp: Ditto.
8052 * gdb.python/Makefile.in (EXECUTABLES): Update.
8053 * gdb.reverse/i386-precsave.exp: Ditto.
8054 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
8055 test filename.
8056 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8057 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
8058 unique.
8059 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
8060 test filename.
8061 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
8062 * gdb.trace/tfile.exp: Ditto.
8063
ba4a8bdd
YQ
80642011-05-14 Yao Qi <yao@codesourcery.com>
8065
8066 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
8067 type.
8068
dbaefcf7
DE
80692011-05-13 Doug Evans <dje@google.com>
8070
8071 * gdb.python/py-objfile-script.exp: New file.
8072 * gdb.python/py-objfile-script.c: New file.
8073 * gdb.python/py-objfile-script-gdb.py: New file.
8074 * testsuite/gdb.python/py-section-script.exp: Test
8075 "info auto-load-scripts".
8076
9930639c
TT
80772011-05-13 Tom Tromey <tromey@redhat.com>
8078
8079 * gdb.dwarf2/clztest.exp: New file.
8080 * gdb.dwarf2/clztest.c: New file.
8081 * gdb.dwarf2/clztest.S: New file.
8082
05272e11
DE
80832011-05-13 Doug Evans <dje@google.com>
8084
cc63ef9b
DE
8085 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
8086 String16 tests.
05272e11 8087
6edba76f
TT
80882011-05-13 Tom Tromey <tromey@redhat.com>
8089
8090 * lib/gdb.exp (is_x86_like_target): New proc.
8091 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
8092 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
8093 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
8094 -nostdlib to compiler.
8095 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
8096 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
8097 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
8098 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
8099 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
8100
028d0ed5
TJB
81012011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8102
8103 * gdb.python/py-function.exp: Test setting a value from a function
8104 which executes a command.
8105
8a9b8146
TT
81062011-05-12 Tom Tromey <tromey@redhat.com>
8107
8108 * gdb.dwarf2/typeddwarf.S: New file.
8109 * gdb.dwarf2/typeddwarf.c: New file.
8110 * gdb.dwarf2/typeddwarf.exp: New file.
8111
10483e8e
MP
81122011-05-12 Marek Polacek <mpolacek@redhat.com>
8113
8114 * gdb.mi/mi-basics.exp: Fix races. Honour the
8115 `test_exec_and_symbol_mi_operatons' return value.
8116 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8117 gdb_test_multiple.
8118 (test_exec_and_symbol_mi_operatons): Likewise.
8119 (test_path_specification): Likewise.
8120
faf067f1
JK
81212011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8122
8123 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
8124 (gdb_touch_execfile): Remove catch wrappers. New variable time.
8125 Replace `file copy' and `file rename' by `file mtime'. Twice.
8126
7ff911a3
JK
81272011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8128
8129 * gdb.base/readline-ask.c: New file.
8130 * gdb.base/readline-ask.exp: New file.
8131 * gdb.base/readline-ask.inputrc: New file.
8132
a536c6d7
UW
81332011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
8134
8135 * gdb.cell/bt.exp: Delete breakpoints before running to signal
8136 to avoid race condition.
8137 * gdb.cell/coremaker.c: Use small stack size.
8138 * gdb.cell/ea-standalone.exp: Use file name without path as
8139 argument to c_to.
8140 * gdb.cell/fork.exp: Allow other output when continuing to end.
8141
d472a426
JK
81422011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8143
8144 * gdb.threads/corethreads.c: New file.
8145 * gdb.threads/corethreads.exp: New file.
8146
81472011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
8148
8149 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
8150 Try to compile the test using -Wl,-z,norelro first.
8151 (load_core): New variable libthread_db_seen, initialize it.
8152 (zeroed-threads cannot be listed): Protect it by XFAIL on
8153 !$libthread_db_seen.
8154
8be455d7
JK
81552011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8156
8157 PR 12573
8158 * gdb.dwarf2/dw2-skip-prologue.S: New file.
8159 * gdb.dwarf2/dw2-skip-prologue.c: New file.
8160 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
8161
1976171a
JK
81622011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8163
8164 * gdb.cp/psymtab-parameter.cc: New file.
8165 * gdb.cp/psymtab-parameter.exp: New file.
8166
7db6f30f
JK
81672011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8168
8169 Fix a race.
8170 * gdb.cp/static-print-quit.exp (print c): Split to ...
8171 (print c - <return>, print c - q <return>, print c - to quit):
8172 ... these. Make the testfile untested on gdb-7.1.
8173
85161e9e 81742011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
8175
8176 * lib/gdb.exp (exec_target_file, exec_symbol_file,
8177 gdb_rename_execfile, gdb_touch_execfile): New.
8178 * gdb.base/reread.exp: Use new procs to handle multiple
8179 exec files.
8180
0c51be18
YQ
81812011-05-05 Yao Qi <yao@codesourcery.com>
8182
8183 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
8184 (test_adr_32bit, test_pop_pc): New.
8185 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
8186 (test_adr_32bit, test_pop_pc): New.
8187
4d393d60
JM
81882011-05-04 Joseph Myers <joseph@codesourcery.com>
8189
8190 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
8191 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
8192 targets.
8193 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
8194 handle targets.
8195
8ffd0459
JK
81962011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8197
8198 * gdb.base/completion.exp (complete help info wat): Rename to ...
8199 (complete 'help info wat'): ... here.
8200 Remove all `-re ".*' and `-re "^.*' redundant regexes.
8201 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
8202
8e28d804
PA
82032011-05-04 Pedro Alves <pedro@codesourcery.com>
8204
8205 * gdb.base/completion.exp: Use gdb_test_multiple instead of
8206 gdb_test and explicit $gdb_prompt/timeout matches.
8207
3eb2ef34
YQ
82082011-05-04 Yao Qi <yao@codesourcery.com>
8209
8210 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
8211 and __thumb2__.
8212
aaaf81a3
MP
82132011-05-03 Marek Polacek <mpolacek@redhat.com>
8214
8215 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
8216 in place of `gdb_test "delete breakpoints"'. This eliminates two
8217 testcases.
8218
c4cbc0df
PA
82192011-05-02 Pedro Alves <pedro@codesourcery.com>
8220
8221 PR testsuite/12649
8222 Fix races.
8223
8224 * gdb.base/completion.exp: Remove all sleep calls. Remove
8225 unnecessary regexs. Don't explicitly expect anything after the
8226 prompt. Eat the prompt if necessary.
8227
b4cbb4a3
EBM
82282011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
8229
8230 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
8231 accept to show the caller line again as well as the line after.
8232
d65aec65
PM
82332011-04-29 Phil Muldoon <pmuldoon@redhat.com>
8234
8235 PR mi/12531
8236
8237 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
8238 compile target.
8239 * gdb.python/py-prettyprint.exp: Add C++ object for
8240 CPLUS_FAKE_CHILD test.
8241
30852783
UW
82422011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
8243
8244 * gdb.base/signest.exp: New file.
8245 * gdb.base/signest.c: Likewise.
8246
c7b1f0d9
JK
82472011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8248
8249 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
8250 thread and breakpoint notifications.
8251
559a7a62
JK
82522011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8253
8254 * gdb.base/fortran-sym-case.c: New file.
8255 * gdb.base/fortran-sym-case.exp: New file.
8256 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
8257 * gdb.dwarf2/dw2-case-insensitive.c: New file.
8258 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
8259
8344e389
JK
82602011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8261
8262 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
8263 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
8264 false #1', `if true else false #2' and `if true else false #3'.
8265
2484c66b
UW
82662011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
8267
8268 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
8269 while delivering signal.
8270
8d3788bd
VP
82712011-04-27 Vladimir Prus <vladimir@codesourcery.com>
8272
8273 MI breakpoint notifications.
8274
8275 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
8276 * testsuite/gdb.mi/mi2-cli.exp: Adust.
8277 * testsuite/gdb.mi/mi-watch.exp: Adust.
8278 * testsuite/gdb.mi/mi2-watch.exp: Adust.
8279 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
8280 notifications.
8d3788bd 8281
3e03848b
JK
82822011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8283
8284 * gdb.base/gdbindex-stabs-dwarf.c: New file.
8285 * gdb.base/gdbindex-stabs.c: New file.
8286 * gdb.base/gdbindex-stabs.exp: New file.
8287
918c9108
YQ
82882011-04-25 Yao Qi <yao@codesourcery.com>
8289
8290 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
8291 with /*...*/.
8292 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
8293
90556b8c
JK
82942011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8295
8296 * gdb.python/py-value.exp (test_objfiles): Name the first test
8297 `py-value in file.filename'.
8298
03f2bd59
JK
82992011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8300
8301 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
8302 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
8303 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
8304 !gdbserver_reconnect_p..
8305 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
8306
7b08b9eb
JK
83072011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8308
8309 * gdb.cp/cpcompletion.exp (complete class methods)
8310 (complete class methods beginning with F): Move them above runto. New
8311 comment about the runto delimiter.
8312
b78974c3
PA
83132011-04-20 Pedro Alves <pedro@codesourcery.com>
8314
8315 * gdb.base/maint.exp: Test that "maint print registers" works
8316 without a running program.
8317
20429c40 83182011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 8319
20429c40
MP
8320 * gdb.base/setshow.exp: Fix racy tests.
8321 ($old_gdb_prompt): New variable.
8322
7a9dd1b2
TT
83232011-04-19 Tom Tromey <tromey@redhat.com>
8324
8325 * gdb.mi/mi-nsmoribund.exp:
8326 * gdb.hp/gdb.objdbg/objdbg01.exp:
8327 * gdb.base/structs.exp (test_struct_returns):
8328 * gdb.base/call-sc.exp (test_scalar_returns):
8329 * gdb.base/bigcore.exp: Remove duplicate words.
8330
02835898
JK
83312011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8332
8333 * gdb.base/break-interp-lib.c (v, vptr): New variables.
8334 * gdb.base/break-interp.exp (test_attach): New comment.
8335
254f582e
JK
83362011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8337
8338 * gdb.threads/gcore-thread.exp ($core0file): New variable.
8339 (clear __stack_user.next, clear stack_used.next)
8340 (save a zeroed-threads corefile): New test.
8341 Call core_load for $core0file.
8342 (zeroed-threads cannot be listed): New test.
8343
4fe85f5c
JK
83442011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8345
8346 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
8347 filename.
8348 ($srcfile): Preserve the original value.
8349 ($testfile): Match it the .exp filename.
8350 ($corefile): New variable. Substitute it around.
8351 Use clean_restart.
8352 ($prev_timeout): Remove.
8353 (load_core): Move core loading into this proc.
8354 Fix restore of $timeout if load_core fails.
8355
63524580
JK
83562011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8357
8358 * gdb.base/eu-strip-infcall.c: New file.
8359 * gdb.base/eu-strip-infcall.exp: New file.
8360
90359a16
JK
83612011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8362
8363 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
8364 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
8365
626e7282
JK
83662011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8367
8368 Fix Python access to inlined frames.
8369 * gdb.python/py-frame-inline.c: New file.
8370 * gdb.python/py-frame-inline.exp: New file.
8371
3363d018
EBM
83722011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
8373
8374 * gdb.base/gdb1090.exp: Change breakpoint location to read the
8375 content of 's24' correctly (avoiding "optimized out").
8376 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
8377
28781456
JK
83782011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8379
8380 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
8381
4a4106ca
TJB
83822011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8383
8384 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
8385 expect a colon in watch -location output.
8386
d26ccb4f
JK
83872011-04-13 Marek Polacek <mpolacek@redhat.com>
8388
df46027d 8389 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
8390 New testcase `expect response to define backtrace'. Also remove
8391 redundant `default' block.
8392
e1ab1f9c
JK
83932011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8394
8395 * gdb.python/py-prettyprint.c (struct hint_error): New.
8396 (main): New variable hint_error.
8397 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
8398 "print hint_error".
8399 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
8400 (register_pretty_printers): Register it.
8401
0c2e6019
TT
84022011-04-04 Tom Tromey <tromey@redhat.com>
8403
8404 * gdb.cp/maint.exp (test_help): Update.
8405 (test_namespace): Likewise.
8406
af57139d
JB
84072011-04-01 Joel Brobecker <brobecker@adacore.com>
8408
8409 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
8410 * gdb.ada/arrayptr.exp: Add new tests.
8411
956a9fb9
JB
84122011-04-01 Joel Brobecker <brobecker@adacore.com>
8413
8414 * gdb.ada/mi_catch_ex: New testcase.
8415
d0c4d642
PA
84162011-04-01 Pedro Alves <pedro@codesourcery.com>
8417
8418 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
8419 base::overload(void) method without specifying "const".
8420
18819fa6
UW
84212011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
8422
8423 * gdb.arch/thumb-singlestep.S: New file.
8424 * gdb.arch/thumb-singlestep.exp: Likewise.
8425
a4c8e806
TT
84262011-03-31 Tom Tromey <tromey@redhat.com>
8427
8428 * gdb.python/py-prettyprint.py (exception_flag): New global.
8429 (NoStringContainerPrinter._iterator.next): Check it.
8430 * gdb.python/py-prettyprint.c (main): New variable nstype2.
8431 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
8432
53832f31
TT
84332011-03-29 Tom Tromey <tromey@redhat.com>
8434
8435 * gdb.cp/anon-struct.cc: New file.
8436 * gdb.cp/anon-struct.exp: New file.
8437
e4620230
JK
84382011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8439
8440 Test STT_GNU_IFUNC support.
8441 * gdb.base/gnu-ifunc-lib.c: New file.
8442 * gdb.base/gnu-ifunc.c: New file.
8443 * gdb.base/gnu-ifunc.exp: New file.
8444
d0fb5eae
JK
84452011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8446
8447 Support a ring of related breakpoints.
8448 * gdb.base/watchpoint-delete.c: New file.
8449 * gdb.base/watchpoint-delete.exp: New file.
8450
20106cfb
JK
84512011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8452
8453 * gdb.ada/arrayparam.exp (print first after function call): Use
8454 explicit package name. Add a comment
8455 (print lasta after function call): Rename ...
8456 (print last after function call): ... it and use explicit package
8457 name.
8458 (print length after function call): Use explicit package name.
8459 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
8460 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
8461 (multiple matches for symbol i): Rename ...
8462 (multiple matches for symbol integervar): ... it.
8463 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
8464 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
8465
e7ab5e63
AB
84662011-03-25 Andrew Burgess <aburgess@broadcom.com>
8467
8468 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
8469 environment variable to make grep output more predictable. Move
8470 all the environment setup into gdb_init so it's done once per test
8471 case rather than each time we start gdb.
8472
9ef07c8c
TT
84732011-03-24 Tom Tromey <tromey@redhat.com>
8474
8475 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
8476 test.
8477
dd90784c
JK
84782011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8479
8480 * gdb.dwarf2/dw2-entry-value-main.c: New file.
8481 * gdb.dwarf2/dw2-entry-value.S: New file.
8482 * gdb.dwarf2/dw2-entry-value.exp: New file.
8483
05775840
PM
84842011-03-22 Phil Muldoon <pmuldoon@redhat.com>
8485
6fdff2c5 8486 PR python/12183
05775840
PM
8487
8488 * gdb.python/py-function.exp: Add GdbError tests.
8489
8661b11b
PA
84902011-03-18 Pedro Alves <pedro@codesourcery.com>
8491
8492 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
8493 (reglocal_test_func, statlocal_test_func): New functions.
8494 (globals_test_func): Call new functions.
8495 * gdb.trace/unavailable.exp (gdb_collect_args_test)
8496 (gdb_collect_locals_test): New procedure.
8497 (gdb_trace_collection_test): Call new procedures.
8498
0fdb4f18
PA
84992011-03-18 Pedro Alves <pedro@codesourcery.com>
8500
8501 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
8502 (test_register, test_register_unavailable): New procedures.
8503 (gdb_unavailable_registers_test): New procedure.
8504 (gdb_trace_collection_test): Call it.
8505
99c3dc11
PM
85062011-03-18 Phil Muldoon <pmuldoon@redhat.com>
8507
6fdff2c5 8508 PR python/12149
99c3dc11
PM
8509
8510 * gdb.python/python.exp: Add gdb.write tests.
8511
29703da4
PM
85122010-03-17 Phil Muldoon <pmuldoon@redhat.com>
8513
8514 * gdb.python/Makefile.in: Add py-objfile.
8515 * gdb.python/py-objfile.exp: New file.
8516 * gdb.python/py-objfile.c: New file.
8517 * gdb.python/py-block.exp: Add is_valid tests.
8518 * gdb.python/py-inferior.exp: Ditto.
8519 * gdb.python/py-infthread.exp: Ditto.
8520 * gdb.python/py-symbol.exp: Ditto.
8521 * gdb.python/py-symtab.exp: Ditto.
8522
598997c8
KS
85232011-03-16 Keith Seitz <keiths@redhat.com>
8524
8525 PR c++/12273
8526 * gdb.cp/cmpd-minsyms.exp: New test.
8527 * gdb.cp/cmpd-minsyms.cc: New file.
8528
8529 PR c++/11734
8530 * gdb.cp/ovsrch.exp: New test.
8531 * gdb.cp/ovsrch.h: New file.
8532 * gdb.cp/ovsrch1.cc: New file.
8533 * gdb.cp/ovsrch2.cc: New file.
8534 * gdb.cp/ovsrch3.cc: New file.
8535 * gdb.cp/ovsrch4.cc: New file.
8536
c91513d8
PP
85372011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8538
8539 PR gdb/12528
8540 * gdb.base/Makefile.in: Adjust EXECUTABLES.
8541 * gdb.base/break-on-linker-gcd-function.exp: New test.
8542 * gdb.base/break-on-linker-gcd-function.cc: New file.
8543
7470fc63
AT
85442011-03-15 Andreas Tobler <andreast@fgznet.ch>
8545
8546 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
8547
959e7469
PM
85482011-03-15 Phil Muldoon <pmuldoon@redhat.com>
8549
8550 * lib/gdb.exp (gdb_unload): Add another termination case.
8551
9373cf26
JK
85522011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8553
8554 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
8555 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
8556 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
8557 Provide a stub byte there.
8558 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
8559 DW_AT_entry_pc.
8560 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
8561
24e9cda0
UW
85622011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
8563
8564 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
8565 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
8566 "generic ABI, auto".
8567 (altivec_abi_tests): Accept vectors returned by reference.
8568
7371cf6d
PM
85692010-03-14 Phil Muldoon <pmuldoon@redhat.com>
8570
8571 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
8572
ce77046a
UW
85732011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
8574
8575 * gdb.python/py-section-script.exp: Skip test if no Python support.
8576
176400c3
UW
85772011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
8578
8579 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
8580
ecec24e6
PM
85812011-03-10 Phil Muldoon <pmuldoon@redhat.com>
8582
8583 * gdb.python/py-parameter.exp: Update tests to the new Python
8584 parameter API. Add "no documentation" test. Add deprecated API
8585 backward compatibility test.
8586
5dbdd470
TT
85872011-03-09 Tom Tromey <tromey@redhat.com>
8588
8589 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
8590 gdb_continue_to_end.
8591
b66e66ee
MK
85922011-03-09 Mark Kettenis <kettenis@gnu.org>
8593
8594 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
8595 tabs.
8596
eceb0c5f
TT
85972011-03-09 Tom Tromey <tromey@redhat.com>
8598
8599 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
8600 parentheses.
8601 (gdb_continue_to_end): Add "allow_extra" parameter. Use
8602 $command.
8603 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
8604 argument to gdb_continue_to_end.
8605 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
8606 argument to gdb_continue_to_end.
8607 * gdb.cp/annota3.exp: Fix regex.
8608 * gdb.cp/annota2.exp: Fix regex.
8609 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
8610 gdb_continue_to_end.
8611 * gdb.base/call-signal-resume.exp: Revert earlier patch.
8612 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
8613 gdb_continue_to_end.
8614
63154eca
PA
86152011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8616
8617 * gdb.server/ext-run.exp
8618 (load new file without any gdbserver inferior): New test.
8619
967d1f9b
TT
86202011-03-07 Tom Tromey <tromey@redhat.com>
8621
8622 * Makefile.in (TAGS): Rewrite.
8623
d68dcbb9
JK
86242011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8625
8626 * gdb.trace/report.exp (12.1: trace report #1): New match for the
8627 initial commands echo. New match for `Found trace'. Anchor all the
8628 other matches. Anchor and match for `No trace frame found' the final
8629 match.
8630
6bf58e63
TT
86312011-03-07 Tom Tromey <tromey@redhat.com>
8632
8633 * Makefile.in (TAGS): New target.
8634
fda326dd
TT
86352011-03-07 Tom Tromey <tromey@redhat.com>
8636
8637 * lib/opencl.exp (skip_opencl_tests): Update for exit message
8638 change.
8639 * lib/mi-support.exp (mi_gdb_test): Update for exit message
8640 change.
8641 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
8642 exit message change.
8643 (skip_altivec_tests): Update for exit message change.
8644 (skip_vsx_tests): Likewise.
8645 (gdb_continue_to_end): Likewise. Add 'command' argument.
8646 * lib/cell.exp (skip_cell_tests): Update for exit message change.
8647 * gdb.threads/tls.exp: Update for exit message change.
8648 * gdb.threads/thread-unwindonsignal.exp: Use
8649 gdb_continue_to_end.
8650 * gdb.threads/step.exp (step_it): Update for exit message change.
8651 (continue_all): Likewise.
8652 * gdb.threads/print-threads.exp (test_all_threads): Update for
8653 exit message change.
8654 * gdb.threads/interrupted-hand-call.exp: Use
8655 gdb_continue_to_end.
8656 * gdb.threads/execl.exp: Use gdb_continue_to_end.
8657 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
8658 gdb_continue_to_end.
8659 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
8660 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
8661 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
8662 * gdb.cp/method.exp: Update for exit message change.
8663 * gdb.cp/mb-templates.exp: Update for exit message change.
8664 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
8665 * gdb.cp/annota3.exp: Update for exit message change.
8666 * gdb.cp/annota2.exp: Update for exit message change.
8667 * gdb.cell/fork.exp: Use gdb_continue_to_end.
8668 * gdb.base/term.exp: Update for exit message change.
8669 * gdb.base/step-test.exp (test_i): Update for exit message change.
8670 * gdb.base/sigstep.exp (advance): Update for exit message change.
8671 (advancei): Likewise.
8672 * gdb.base/siginfo.exp: Update for exit message change.
8673 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
8674 * gdb.base/reread.exp: Use gdb_continue_to_end.
8675 * gdb.base/langs.exp: Use gdb_continue_to_end.
8676 * gdb.base/interrupt.exp: Update for exit message change.
8677 * gdb.base/gdb1555.exp: Update for exit message change.
8678 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
8679 * gdb.base/ending-run.exp: Update for exit message change.
8680 * gdb.base/chng-syms.exp: Update for exit message change.
8681 * gdb.base/checkpoint.exp: Update for exit message change.
8682 * gdb.base/catch-syscall.exp (check_for_program_end): Use
8683 gdb_continue_to_end.
8684 (test_catch_syscall_with_wrong_args): Likewise.
8685 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
8686 * gdb.base/break-interp.exp (test_ld): Update for exit message
8687 change.
8688 * gdb.base/bang.exp: Update for exit message change.
8689 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
8690 (do_call_attach_tests): Likewise.
8691 * gdb.base/a2-run.exp: Update for exit message change.
8692 * gdb.arch/ppc-dfp.exp: Update for exit message change.
8693 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
8694 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
8695
dd19bd70
JK
86962011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8697
8698 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
8699
30e62689
TT
87002011-03-03 Tom Tromey <tromey@redhat.com>
8701
8702 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
8703 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
8704 * gdb.hp/gdb.aCC/configure.ac: Remove.
8705 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
8706 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
8707 * gdb.hp/gdb.base-hp/configure.ac: Remove.
8708 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
8709 * gdb.hp/gdb.compat/configure (Makefile): Remove.
8710 * gdb.hp/gdb.compat/configure.ac: Remove.
8711 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
8712 * gdb.hp/gdb.defects/configure (Makefile): Remove.
8713 * gdb.hp/gdb.defects/configure.ac: Remove.
8714 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
8715 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
8716 * gdb.hp/gdb.objdbg/configure.ac: Remove.
8717 * gdb.hp/configure.ac: Remove.
8718 * gdb.hp/configure: Remove.
8719 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
8720 substitution.
8721 (Makefile): Remove rule.
8722 * gdb.cell/configure.ac: Remove.
8723 * gdb.cell/configure: Remove.
8724 * gdb.stabs/Makefile.in (Makefile): Remove.
8725 (distclean): Don't remove config.status or config.log.
8726 * gdb.stabs/configure (Makefile): Remove.
8727 * gdb.stabs/configure.ac: Remove.
8728 * configure: Rebuild.
8729 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
8730 Remove stabs- and cell-specific logic. Test for existence of
8731 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
8732 subdirectories, gdb.cell, and and gdb.stabs.
8733 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
8734
c171f854
JB
87352011-03-03 Joel Brobecker <brobecker@adacore.com>
8736
8737 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
8738 end of buffer.
8739
9a5193cb
JB
87402011-03-02 Joel Brobecker <brobecker@adacore.com>
8741
8742 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
8743 gdb_test when running a test where we expected no output back.
8744
9bb4c1bb
MS
87452011-02-28 Michael Snyder <msnyder@vmware.com>
8746
8747 * gdb.cp/overload.cc: Change initializer value to integer.
8748
3bd0f5ef
MS
87492011-02-27 Michael Snyder <msnyder@vmware.com>
8750
8751 * gdb.multi/base.exp: Add test for remove-inferiors.
8752
2279eaad
JB
87532011-02-26 Joel Brobecker <brobecker@adacore.com>
8754
8755 * gdb.python/py-frame.exp: Simplify the initialization phase
8756 using prepare_for_testing.
8757
c82c0b55
MS
87582011-02-25 Michael Snyder <msnyder@vmware.com>
8759
8760 * gdb.multi/base.exp: Add tests for info inferiors with args.
8761
1d94651b
JK
87622011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8763
8764 * gdb.dwarf2/dw2-ranges.S: Rename to ...
8765 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
8766 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
8767 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
8768 asmfile3. Comment the STABS (#3) file compilation. Compile
8769 everything through assembler. Provide KFAIL for symtab/12497.
8770 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
8771 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
8772 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
8773 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
8774
3bd0f5ef
MS
87752011-02-24 Michael Snyder <msnyder@vmware.com>
8776
8777 * gdb.base/break.exp: Add tests for delete breakpoints using
8778 convenience variables and value history references.
8779
12c1418e
MS
87802011-02-24 Michael Snyder <msnyder@vmware.com>
8781
8782 * gdb.base/break.exp: Remove debugging 'printf' accidentally
8783 left behind in previous check-in.
8784
e5a67952
MS
87852011-02-23 Michael Snyder <msnyder@vmware.com>
8786
8787 * gdb.base/break.exp: Add tests for "info break" with arguments.
8788 * gdb.trace/infotrace.exp: Update patterns for error and help.
8789 * gdb.base/completion.exp: Update pattern.
8790 * gdb.base/ena-dis-br.exp: Update pattern.
8791 * gdb.base/help.exp: Update patterns.
8792
87932011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
8794
8795 * gdb.base/memattr.exp: New test.
8796 * gdb.base/memattr.c: Test load for memattr.exp.
8797
6e6fbe60
DE
87982011-02-22 Doug Evans <dje@google.com>
8799
8800 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
8801
1d41d745
MS
88022011-02-22 Michael Snyder <msnyder@vmware.com>
8803
8804 * Makefile.in: Make more clean.
8805 * gdb.ada/Makefile.in: Ditto.
8806 * gdb.arch/Makefile.in: Ditto.
8807 * gdb.asm/Makefile.in: Ditto.
8808 * gdb.base/Makefile.in: Ditto.
8809 * gdb.cp/Makefile.in: Ditto.
8810 * gdb.dwarf2/Makefile.in: Ditto.
8811 * gdb.java/Makefile.in: Ditto.
8812 * gdb.mi/Makefile.in: Ditto.
8813 * gdb.modula2/Makefile.in: Ditto.
8814 * gdb.python/Makefile.in: Ditto.
8815 * gdb.server/Makefile.in: Ditto.
8816 * gdb.stabs/Makefile.in: Ditto.
8817 * gdb.threads/Makefile.in: Ditto.
8818 * gdb.trace/Makefile.in: Ditto.
8819
79ba84ca
MS
88202011-02-22 Michael Snyder <msnyder@vmware.com>
8821
df46027d 8822 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
8823 info threads.
8824
b9b35694
JB
88252011-02-22 Joel Brobecker <brobecker@adacore.com>
8826
8827 * gdb.python/py-breakpoint.exp: Fix the expected output of
8828 one of the "maint info breakpoints" tests to accept the output
8829 generated on platforms that do not have hardware watchpoints.
8830
8bfb830f
JB
88312011-02-22 Joel Brobecker <brobecker@adacore.com>
8832
8833 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
8834 clean_restart. Be a little stricter in the expected output
8835 for one of the tests. Fix a typo in one of the comments.
8836
c45f3c54
JB
88372011-02-22 Joel Brobecker <brobecker@adacore.com>
8838
8839 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
8840 Delete variable binfile, no longer use. Add or modify test
8841 comments to make them unique.
8842
b97c863c
MS
88432011-02-21 Michael Snyder <msnyder@vmware.com>
8844
8845 * Makefile.in: Update for make clean.
8846 * gdb.ada/Makefile.in: Ditto.
8847 * gdb.arch/Makefile.in: Ditto.
8848 * gdb.asm/Makefile.in: Ditto.
8849 * gdb.base/Makefile.in: Ditto.
8850 * gdb.cp/Makefile.in: Ditto.
8851 * gdb.dwarf2/Makefile.in: Ditto.
8852 * gdb.java/Makefile.in: Ditto.
8853 * gdb.mi/Makefile.in: Ditto.
8854 * gdb.modula2/Makefile.in: Ditto.
8855 * gdb.python/Makefile.in: Ditto.
8856 * gdb.server/Makefile.in: Ditto.
8857 * gdb.stabs/Makefile.in: Ditto.
8858 * gdb.threads/Makefile.in: Ditto.
8859 * gdb.trace/Makefile.in: Ditto.
8860
aea5b279
MS
88612011-02-21 Michael Snyder <msnyder@vmware.com>
8862
8863 * gdb.threads/thread-find.exp: Update patterns for changes in
8864 output of "info threads" command.
8865
e3039479
UW
88662011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8867 Ulrich Weigand <uweigand@de.ibm.com>
8868
8869 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
8870 (skip_hw_watchpoint_tests): Likewise.
8871 (skip_hw_watchpoint_multi_tests): Likewise.
8872
b800ec70
UW
88732011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
8874
8875 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
8876 (skip_hw_watchpoint_tests): Likewise.
8877 (skip_hw_watchpoint_multi_tests): Likewise.
8878 (skip_hw_watchpoint_access_tests): Likewise.
8879
8880 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
8881 * gdb.base/pr11022.exp: Likewise.
8882 * gdb.base/watch-read.exp: Likewise.
8883 * gdb.base/watch_thread_num.exp: Likewise.
8884 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
8885 * gdb.base/watchpoint-hw.exp: Likewise.
8886 * gdb.base/watchpoint.exp: Likewise.
8887 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
8888 * gdb.threads/watchthreads-reorder.exp: Likewise.
8889 * gdb.threads/watchthreads.exp: Likewise.
8890 * gdb.threads/watchthreads2.exp: Likewise.
8891
91033e37
JB
88922011-02-21 Joel Brobecker <brobecker@adacore.com>
8893
8894 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
8895 the debugger is unable to find the array bounds.
8896
eeaafae2
JK
88972011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8898
8899 * gdb.cp/typedef-operator.exp: New file.
8900 * gdb.cp/typedef-operator.cc: New file.
8901
e338d953
MS
89022011-02-17 Michael Snyder <msnyder@vmware.com>
8903
8904 * gdb.threads/thread-find.exp: Fix regular expressions.
8905
e67ad678
JB
89062011-02-17 Joel Brobecker <brobecker@adacore.com>
8907
8908 * gdb.ada/packed_array: Expand testcase to test printing of
8909 unconstrained packed array.
8910
93084bca
JB
89112011-02-17 Joel Brobecker <brobecker@adacore.com>
8912
8913 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
8914
a0c78a73
PA
89152011-02-16 Pedro Alves <pedro@codesourcery.com>
8916
f65d5553 8917 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
8918 (main): Initialize it before collecting, and and clear it
8919 afterwards.
f65d5553
PA
8920 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
8921 collecting with '{type} addr', where the addr expression is not an
8922 rvalue.
a0c78a73 8923
3dfcbbd2
KW
89242011-02-16 Ken Werner <ken.werner@de.ibm.com>
8925
8926 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
8927 a bool variable. Expect correct OpenCL names for vector types. Use the
8928 uc3 variable name instead of referring to the uchar3 built-in type.
8929 Escape the asterisk at the half pointer test.
8930
08807d5a
PA
89312011-02-16 Pedro Alves <pedro@codesourcery.com>
8932
f65d5553 8933 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
8934 (main): Initialize it before collecting, and and clear it
8935 afterwards.
f65d5553
PA
8936 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
8937 collecting overlapping memory ranges.
08807d5a 8938
60f98dde
MS
89392011-02-15 Michael Snyder <msnyder@vmware.com>
8940
8941 * gdb.base/default.exp: Add tests for thread commands.
8942 * gdb.base/help.exp: Add tests for thread commands.
8943 * gdb.threads/thread-find.exp: New test for thread find command.
8944
648cd113
KW
89452011-02-15 Ken Werner <ken.werner@de.ibm.com>
8946
8947 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
8948
494e194e
YQ
89492011-02-15 Yao Qi <yao@codesourcery.com>
8950
8951 PR tdep/12352
8952 * gdb.arch/arm-disp-step.S : New test for str instruction.
8953 * gdb.arch/arm-disp-step.exp : Likewise.
8954
d9492458
TJB
89552011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
8956
8957 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
8958 "vector_register2_vr" test strings. Test the extended floating
8959 point registers (F32~F63).
8960 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
8961 IBM XL C compiler. Make the test program use a register provided
8962 by the compiler for the lxvd2x instruction.
8963
8af8e3bc
PA
89642011-02-14 Pedro Alves <pedro@codesourcery.com>
8965
8966 * gdb.trace/unavailable.cc (class Base, class Middle, class
8967 Derived): New types.
8968 (derived_unavail, derived_partial, derived_whole): New globals.
8969 (virtual_partial): New global.
8970 (virtualp): Point at virtual_partial.
8971 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
8972 related to unavailable vptr.
8973
1b28d0b3
PA
89742011-02-14 Pedro Alves <pedro@codesourcery.com>
8975
8976 * gdb.trace/unavailable.cc (a, b, c): New globals.
8977 (main): Set and clear them.
8978 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
8979 `a' and `c', and check that `b' isn't collected, although `a' and
8980 `c' are.
8981
ec0a52e1
PA
89822011-02-14 Pedro Alves <pedro@codesourcery.com>
8983
8984 * gdb.trace/unavailable.cc (struct Virtual): New.
8985 (virtualp): New global pointer.
8986 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
8987 printing a pointer to an object whose type has a vtable, with
8988 print object on.
8989
24e6bcee
PA
89902011-02-14 Pedro Alves <pedro@codesourcery.com>
8991
8992 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
8993 value repeat handles unavailableness.
8994
39d37385
PA
89952011-02-14 Pedro Alves <pedro@codesourcery.com>
8996
8997 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
8998 tests for building arrays from unavailable values, subscripting
8999 non-memory rvalue unvailable arrays, and accessing fields or
9000 baseclasses of non-lazy unavailable values,
9001 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
9002 struct types.
9003 (g_smallstruct, g_smallstruct_b): New globals.
9004
06d72e16
PA
90052011-02-14 Pedro Alves <pedro@codesourcery.com>
9006
9007 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
9008
bc9a5551
JK
90092011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9010
9011 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9012 * gdb.cp/overload-const.exp: New file.
9013 * gdb.cp/overload-const.cc: New file.
9014
54fcddd0
UW
90152011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9016
9017 * gdb.opencl/callfuncs.cl: New file.
9018 * gdb.opencl/callfuncs.exp: New test.
9019 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
9020
d6dafb7c
UW
90212011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9022
9023 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
9024 when computing result.
9025 * gdb.arch/altivec-abi.exp: Update expected results.
9026
a449c2d8
TJB
90272011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9028
9029 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
9030 * gdb.base/jit.exp: Likewise.
9031 * gdb.base/pie-execl.exp: Likewise.
9032 * gdb.base/solib-nodir.exp: Likewise.
9033 * gdb.base/solib-overlap.exp: Likewise.
9034
764880b7
PA
90352011-02-07 Pedro Alves <pedro@codesourcery.com>
9036
9037 * gdb.trace/collection.c (global_pieces): New.
9038 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
9039 New procedure.
9040 (gdb_trace_collection_test): Call it.
9041
505500db
SW
90422011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9043
9044 * gdb.python/py-evthreads.c: New file.
9045 * gdb.python/py-evthreads.exp: New file.
9046 * gdb.python/py-events.py: New file.
9047 * gdb.python/py-events.exp: New file.
9048 * gdb.python/py-events.c: New file.
9049
385203ed
DD
90502011-02-04 David Daney <ddaney@caviumnetworks.com>
9051
9052 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
9053
9011945e
AB
90542011-02-03 Andrew Burgess <aburgess@broadcom.com>
9055
9056 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
9057 gdb.base/disasm-end-cu.exp: New test for disassembling over the
9058 boundary between two compilation units.
9059
580688f3
PA
90602011-02-02 Pedro Alves <pedro@codesourcery.com>
9061
9062 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
9063 (Virtual): New structs.
9064 (virtual_o, virtual_middle_b): New globals.
9065 * gdb.cp/virtbase.exp: New tests.
9066
d3f0f853
PP
90672011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9068
9069 * gdb.base/jit.exp: New file.
9070 * gdb.base/jit-main.c: New file.
9071 * gdb.base/jit-solib.c: New file.
9072
b2030fb5
UW
90732011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
9074
9075 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
9076 proceed to initial kernel entry point.
9077 * gdb.opencl/datatypes.exp: Likewise.
9078 * gdb.opencl/operators.exp: Likewise.
9079 * gdb.opencl/vec_comps.exp: Likewise.
9080
2db19d1e
SW
90812011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
9082
9083 * gdb.cp/nsnested.cc: New.
9084 * gdb.cp/nsnested.exp: New.
9085 * gdb.cp/nsnoimports.exp: New.
9086 * gdb.cp/nsnoimports.cc: New.
9087
6b0c4c1f
JB
90882011-01-31 Joel Brobecker <brobecker@adacore.com>
9089
9090 * gdb.base/interact.exp: Add extra tests that verify that
9091 the value of the interactive-mode setting does not change
9092 after the script is sourced.
9093
80b23b6a
JK
90942011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9095
9096 * gdb.cp/noparam.exp: New file.
9097 * gdb.cp/noparam.cc: New file.
9098
ffd5ec24
PA
90992011-01-28 Pedro Alves <pedro@codesourcery.com>
9100
9101 * gdb.trace/tfile.exp: Test that with no traceframe selected,
9102 there's no stack or registers.
9103
a81766d8
TT
91042011-01-26 Tom Tromey <tromey@redhat.com>
9105
9106 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
9107 space before string output. Add test for "set print pretty off"
9108 case.
9109
585fdaa1
PA
91102011-01-25 Pedro Alves <pedro@codesourcery.com>
9111
9112 * gdb.base/frame-args.exp: Adjust.
9113 * gdb.dwarf2/dw2-noloc.exp: Adjust.
9114 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
9115 * gdb.dwarf2/pieces.exp: Adjust.
9116 * gdb.opt/clobbered-registers-O2.exp: Adjust.
9117 * gdb.opt/inline-locals.exp: Adjust.
9118 * gdb.threads/fork-child-threads.exp: Adjust.
9119
d468832a
KW
91202011-01-25 Ken Werner <ken.werner@de.ibm.com>
9121
9122 * gdb.opencl/convs_casts.cl: Move program scope variables into the
9123 OpenCL kernel function. Add a comment as marker. Add address space
9124 qualifiers for the remaining program scope variables.
9125 * gdb.opencl/datatypes.cl: Likewise.
9126 * gdb.opencl/operators.cl: Likewise.
9127 * gdb.opencl/vec_comps.cl: Likewise.
9128 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
9129 Add breakpoint at the marker comment.
9130 * gdb.opencl/datatypes.exp: Likewise.
9131 * gdb.opencl/operators.exp: Likewise.
9132 * gdb.opencl/vec_comps.exp: Likewise.
9133
490f124f
PA
91342011-01-24 Pedro Alves <pedro@codesourcery.com>
9135
9136 * gdb.base/printcmds.c (some_struct): New struct and instance.
9137 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
9138 procedure.
9139 <global scope>: Call it.
9140
6da78614
KW
91412011-01-21 Ken Werner <ken.werner@de.ibm.com>
9142
9143 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
9144 argument to the gdb_compile_opencl_hostapp call.
9145
ec64c9aa
YQ
91462011-01-19 Yao Qi <yao@codesourcery.com>
9147
9148 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
9149 positve list.
9150
810cfdbb
YQ
91512011-01-19 Yao Qi <yao@codesourcery.com>
9152
9153 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
9154 canonical form.
9155 Remove "xscale-*-*"
9156 * gdb.xml/tdesc-regs.exp: Likewise.
9157 * gdb.python/py-section-script.exp: Replace ARM target triplet
9158 with canonical form.
9159 Match arm*-*-symbianelf*.
9160 * gdb.base/dup-sect.exp: Likewise.
9161 * lib/dwarf.exp: New.
9162 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
9163 dwarf2_support.
9164 * gdb.dwarf2/dup-psym.exp: Likewise.
9165 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
9166 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9167 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
9168 * gdb.dwarf2/dw2-basic.exp: Likewise.
9169 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9170 * gdb.dwarf2/dw2-const.exp: Likewise.
9171 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
9172 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
9173 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9174 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
9175 * gdb.dwarf2/dw2-filename.exp: Likewise.
9176 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9177 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
9178 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9179 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9180 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
9181 * gdb.dwarf2/dw2-noloc.exp: Likewise.
9182 * gdb.dwarf2/dw2-op-call.exp: Likewise.
9183 * gdb.dwarf2/dw2-producer.exp: Likewise.
9184 * gdb.dwarf2/dw2-ranges.exp: Likewise.
9185 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
9186 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
9187 * gdb.dwarf2/dw2-strp.exp: Likewise.
9188 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
9189 * gdb.dwarf2/implptr.exp: Likewise.
9190 * gdb.dwarf2/mac-fileno.exp: Likewise.
9191 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
9192 * gdb.dwarf2/pieces.exp: Likewise.
9193 * gdb.dwarf2/pr11465.exp: Likewise.
9194 * gdb.dwarf2/valop.exp: Likewise.
9195 * gdb.dwarf2/watch-notconst.exp: Likewise.
9196 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
9197
4694da01
TT
91982011-01-19 Tom Tromey <tromey@redhat.com>
9199
9200 * gdb.python/py-infthread.exp: Add thread tests.
9201
b075872c
JB
92022011-01-14 Joel Brobecker <brobecker@adacore.com>
9203
9204 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
9205
2c3e6e24
JB
92062011-01-14 Joel Brobecker <brobecker@adacore.com>
9207
9208 * gdb.ada/widewide: New testcase.
9209
de8fa76c
JB
92102011-01-13 Joel Brobecker <brobecker@adacore.com>
9211
9212 * gdb.base/interact.exp: New testcase.
9213
1b05df00
TT
92142011-01-12 Tom Tromey <tromey@redhat.com>
9215
9216 * gdb.mi/gdb2549.exp: Update for error message changes.
9217 * gdb.mi/mi-cli.exp: Likewise.
9218 * gdb.mi/mi-disassemble.exp: Likewise.
9219 * gdb.mi/mi-pthreads.exp: Likewise.
9220 * gdb.mi/mi-regs.exp: Likewise.
9221 * gdb.mi/mi-stack.exp: Likewise.
9222 * gdb.mi/mi-var-block.exp: Likewise.
9223 * gdb.mi/mi-var-cmd.exp: Likewise.
9224 * gdb.mi/mi2-cli.exp: Likewise.
9225 * gdb.mi/mi2-disassemble.exp: Likewise.
9226 * gdb.mi/mi2-pthreads.exp: Likewise.
9227 * gdb.mi/mi2-regs.exp: Likewise.
9228 * gdb.mi/mi2-stack.exp: Likewise.
9229 * gdb.mi/mi2-var-block.exp: Likewise.
9230 * gdb.mi/mi2-var-cmd.exp: Likewise.
9231
c2ff108b
JK
92322011-01-12 Andrew Burgess <aburgess@broadcom.com>
9233 Jan Kratochvil <jan.kratochvil@redhat.com>
9234
9235 PR fortran/11104 and DWARF unbound arrays detection.
9236 * gdb.fortran/multi-dim.exp: New file.
9237 * gdb.fortran/multi-dim.f90: New file.
9238
b716877b
AB
92392011-01-12 Andrew Burgess <aburgess@broadcom.com>
9240
9241 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
9242 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
9243 add new tests for opcode dumping.
9244
6c162d5e
TT
92452011-01-11 Tom Tromey <tromey@redhat.com>
9246
9247 * gdb.python/py-infthread.exp: Load gdb-python.exp.
9248
77b06cd7
TJB
92492010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9250
9251 Convert hardware watchpoints to use breakpoint_ops.
9252 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
9253 type is not supported.
9254 * gdb.base/foll-fork.exp: Likewise.
9255 * gdb.base/foll-vfork.exp: Likewise.
9256
f39a75d0
PM
92572011-01-10 Phil Muldoon <pmuldoon@redhat.com>
9258
9259 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
9260 Use load_lib gdb-python.exp.
9261 * gdb.python/python.exp: Ditto.
9262 * gdb.python/py-function.exp: Ditto.
9263
fc529d80
AS
92642011-01-09 Andreas Schwab <schwab@linux-m68k.org>
9265
9266 * gdb.threads/tls.exp ("info address me"): Fix expected output.
9267
fb03cb59
JK
92682011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9269
9270 * configure: Regenerate.
9271
d8e22779
TT
92722011-01-06 Tom Tromey <tromey@redhat.com>
9273
9274 * gdb.python/py-frame.exp: Test gdb.newest_frame.
9275
09050809
JB
92762011-01-06 Joel Brobecker <brobecker@adacore.com>
9277
fc529d80
AS
9278 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
9279 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
9280 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9281 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
9282 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
9283 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9284 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
9285 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
9286 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
9287 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
9288 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
9289 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
9290 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
9291 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9292 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9293 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
9294 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
9295 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
9296 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9297 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
9298 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
9299 gdb.ada/uninitialized_vars.exp,
9300 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
9301 Simplify by using clean_restart.
09050809 9302
8ed5dd9e
JB
93032011-01-06 Joel Brobecker <brobecker@adacore.com>
9304
9305 Add marker to be used as anchor for inserting breakpoints.
9306 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
9307 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
9308 Likewise.
9309
9310 Remove uses of gdb_start_cmd.
9311 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
9312 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
9313
9314 Do not run testcase if testing with GDBserver.
9315 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
9316 if testing with GDBserver.
9317
368a124f
JB
93182011-01-06 Joel Brobecker <brobecker@adacore.com>
9319
9320 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
9321 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
9322 copyright header.
9323
44944448
JB
93242011-01-05 Joel Brobecker <brobecker@adacore.com>
9325
9326 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
9327 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
9328 testsuite/gdb.fortran/complex.f,
9329 testsuite/gdb.fortran/derived-type.f90,
9330 testsuite/gdb.fortran/library-module-lib.f90,
9331 testsuite/gdb.fortran/library-module-main.f90,
9332 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
9333 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
9334 Copyright year update.
9335
31886ea6
JB
93362011-01-05 Joel Brobecker <brobecker@adacore.com>
9337
9338 * gdb.base/langs1.f: Add copyright header.
9339
ebedcab5
JK
93402011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9341
9342 * gdb.base/morestack.exp: New file.
9343 * gdb.base/morestack.c: New file.
9344
de1eb2f9
JK
93452011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9346
9347 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
9348
9e87a409
JB
93492010-12-29 Joel Brobecker <brobecker@adacore.com>
9350
9351 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
9352 * gdb.ada/arrayptr.exp: Add test printing that new variable.
9353
720d1a40
JB
93542010-12-29 Joel Brobecker <brobecker@adacore.com>
9355
9356 * gdb.ada/lang_switch.exp: Correct expected parameter value.
9357
a283af87
AS
93582010-12-25 Andreas Schwab <schwab@linux-m68k.org>
9359
5d3d9cba
AS
9360 * gdb.threads/tls.exp: Fix typo.
9361
a283af87
AS
9362 * gdb.threads/thread-specific.exp (get_thread_list): Update.
9363 * gdb.threads/execl.exp: Update.
9364
2a20745c
YQ
93652010-12-23 Yao Qi <yao@codesourcery.com>
9366
9367 * gdb.arch/arm-disp-step.exp: New.
9368 * gdb.arch/arm-disp-step.S: New.
9369
a7658b96
TT
93702010-12-21 Tom Tromey <tromey@redhat.com>
9371
9372 * gdb.threads/execl.exp: Update.
9373 * gdb.threads/linux-dp.exp: Update.
9374 * gdb.threads/manythreads.exp: Update.
9375 * gdb.threads/tls.exp: Update.
9376
5b79abe7
TT
93772010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9378
9379 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
9380 (NextOverThrowDerivates) <resumebpt>: New.
9381 (resumebpt_test): New.
9382 (main): Call resumebpt_test.
9383 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
9384
0914bcdb
SS
93852010-12-12 Stan Shebs <stan@codesourcery.com>
9386
9387 * gdb.trace/tsv.exp: Test print command on trace state variables.
9388
305aeedc
TT
93892010-12-09 Tom Tromey <tromey@redhat.com>
9390
9391 * gdb.base/interp.exp: Add regression test.
9392
186c406b
TT
93932010-12-09 Tom Tromey <tromey@redhat.com>
9394
9395 * gdb.java/jnpe.java: New file.
9396 * gdb.java/jnpe.exp: New file.
9397 * gdb.cp/nextoverthrow.exp: New file.
9398 * gdb.cp/nextoverthrow.cc: New file.
9399
aae1c79a
DE
94002010-12-07 Doug Evans <dje@google.com>
9401
9402 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
9403 of data-directory.
9404 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
9405 updated.
9406 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
9407
60f98dde 94082010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
9409
9410 * gdb.base/callfuncs.exp: Test for skip_float_tests.
9411 * gdb.base/call-sc.exp: Ditto.
9412 * gdb.base/finish.exp: Ditto.
9413 * gdb.base/return.exp: Ditto.
9414 * gdb.base/return2.exp: Ditto.
9415
5fa290c1
DE
94162010-11-30 Doug Evans <dje@google.com>
9417
9418 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
9419 (gdb_expect_list): Fix spelling errors in comments.
9420 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
9421 send_gdb/gdb_expect_list where applicable.
9422 * gdb.base/call-ar-st.exp: Ditto.
9423 * gdb.base/funcargs.exp: Ditto.
9424 * gdb.base/gcore.exp: Ditto.
9425 * gdb.base/page.exp: Ditto.
9426 * gdb.base/sigaltstack.exp: Ditto.
9427 * gdb.base/siginfo.exp: Ditto.
9428 * gdb.base/sigstep.exp: Ditto.
9429 * gdb.base/trace-commands.exp: Ditto.
9430
4e04c971
DE
94312010-11-29 Doug Evans <dje@google.com>
9432
9433 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
9434 printer-name;subprinter-name.
9435
8cf6f0b1
TT
94362010-11-29 Tom Tromey <tromey@redhat.com>
9437
9438 * gdb.dwarf2/implptr.exp: New file.
9439 * gdb.dwarf2/implptr.c: New file.
9440 * gdb.dwarf2/implptr.S: New file.
9441
94b6973e
PM
94422010-11-29 Phil Muldoon <pmuldoon@redhat.com>
9443
fc529d80 9444 PR python/12199
94b6973e
PM
9445
9446 * gdb.python/py-breakpoint.exp: Test the delete method.
9447
8358c15c
JK
94482010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9449
9450 Fix step_resume_breakpoint unsaved during an infcall.
9451 * gdb.base/step-resume-infcall.exp: New file.
9452 * gdb.base/step-resume-infcall.c: New file.
9453
f6df29bc
TJB
94542010-11-24 Edjunior Machado <emachado@br.ibm.com>
9455
9456 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
9457
f2b5a5cf
TJB
94582010-11-24 Edjunior Machado <emachado@br.ibm.com>
9459
9460 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
9461 on ppc64's symbols; "finish" and "return" commands must accept to
9462 show the caller line again as well as the line after.
9463 * gdb.asm/powerpc64.inc: New file.
9464
6b0ecdc2
DE
94652010-11-23 Doug Evans <dje@google.com>
9466
9467 * lib/gdb.exp (gdb_test_sequence): New function.
9468 (gdb_expect_list): Add verbose -log call for each pattern.
9469 * gdb.base/signals.exp (test_handle_all_print): Call it.
9470 Reduce timeout increment from 6 minutes to 1 minute.
9471 * gdb.server/ext-run.exp: Call it.
9472
ea976c60
PM
94732010-11-23 Phil Muldoon <pmuldoon@redhat.com>
9474
f2b5a5cf 9475 PR python/12212
ea976c60
PM
9476
9477 * gdb.python/python.exp: Check that selected_thread raises an
9478 error when no inferior is loaded.
9479
c0efa795
JK
94802010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9481
9482 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
9483 * gdb.dwarf2/dw2-stack-boundary.S: New file.
9484
ec3aa567
JK
94852010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9486
9487 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
9488 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
9489
d8249011
DE
94902010-11-18 Doug Evans <dje@google.com>
9491
9492 * gdb.server/ext-run.exp: Fix intermittent failures.
9493
d4eba7d1
NF
94942010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9495
9496 * gdb.stabs/gdb11479.exp: Use runto_main.
9497
b04c2f88
NF
94982010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9499
9500 * gdb.base/break-entry.exp: Skip if using a stub.
9501
ae9d7ce4
NF
95022010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9503
9504 * gdb.python/py-inferior.exp: Pack values in target endianness.
9505
621c8364
TT
95062010-11-12 Tom Tromey <tromey@redhat.com>
9507
9508 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
9509 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
9510 MemoryError.
9511 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
9512 type.
9513 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
9514 MemoryError.
9515 (test_subscript_regression): Update exception type.
9516
84f4c1fe
PM
95172010-11-11 Phil Muldoon <pmuldoon@redhat.com>
9518
9519 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
9520 breakpoint tests.
9521
a1442452
PA
95222010-11-09 Pedro Alves <pedro@codesourcery.com>
9523
9524 * gdb.base/watchpoint.exp: Test "watch -location" with an
9525 innacessible location.
9526
efd11a33
JK
95272010-11-09 Edjunior Machado <emachado@br.ibm.com>
9528 Luis Machado <luisgpm@br.ibm.com>
9529
9530 * gdb.base/maint.exp: Expect "." prefix.
9531 * gdb.base/nodebug.exp: Expect "." Likewise.
9532 * gdb.base/sepsymtab.exp: Expect "." Likewise.
9533 * gdb.base/watchpoint-cond-gone.exp: Likewise.
9534 * gdb.base/watchpoint.exp: Expect a software watch to be created for
9535 POWER server processors.
9536
aa00efb5
JK
95372010-11-08 Edjunior Machado <emachado@br.ibm.com>
9538 Luis Machado <luisgpm@br.ibm.com>
9539
9540 * gdb.base/break-entry.exp: convert entry point for
9541 ppc64 and expect leading `.' on ppc64's symbols
9542
99e7ae30
DE
95432010-11-05 Doug Evans <dje@google.com>
9544
9545 * gdb.base/help.exp: Update expected output.
b521dba8
DE
9546 * gdb.python/py-param.exp: Delete, contents moved to ...
9547 * gdb.python/py-parameter.exp: ... here. New file.
9548 Add test for gdb.parameter ("directories").
99e7ae30 9549
f4b8a18d
KW
95502010-11-05 Ken Werner <ken.werner@de.ibm.com>
9551
9552 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
9553 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
9554 * configure: Regenerate.
9555 * gdb.opencl/Makefile.in: New File.
9556 * gdb.opencl/datatypes.exp: Likewise.
9557 * gdb.opencl/datatypes.cl: Likewise.
9558 * gdb.opencl/operators.exp: Likewise.
9559 * gdb.opencl/operators.cl: Likewise.
9560 * gdb.opencl/vec_comps.exp: Likewise.
9561 * gdb.opencl/vec_comps.cl: Likewise.
9562 * gdb.opencl/convs_casts.exp: Likewise.
9563 * gdb.opencl/convs_casts.cl: Likewise.
9564 * lib/opencl.exp: Likewise.
9565 * lib/opencl_hostapp.c: Likewise.
9566 * lib/opencl_kernel.cl: Likewise.
9567 * lib/cl_util.c: Likewise.
9568 * lib/cl_util.c: Likewise.
9569 * gdb.base/default.exp (set language): Add "opencl" to the list of
9570 languages.
9571
a9d5ef47
SW
95722010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
9573
9574 * gdb.cp/overload.exp: Added test for inheritance overload.
9575 * gdb.cp/overload.cc: Ditto.
9576 * gdb.cp/oranking.exp: Removed releveant kfails.
9577
03eb1c79
JK
95782010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9579 Joel Brobecker <brobecker@adacore.com>
9580
9581 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
9582 check test_compiler_info.
9583
dbc98a8b
KW
95842010-11-03 Ken Werner <ken.werner@de.ibm.com>
9585
9586 * gdb.base/gnu_vector.exp: Adjust expect messages.
9587
120bd360
KW
95882010-11-03 Ken Werner <ken.werner@de.ibm.com>
9589
9590 * gdb.base/gnu_vector.exp: Add unary operator tests.
9591
c37f7098
KW
95922010-11-03 Ken Werner <ken.werner@de.ibm.com>
9593
9594 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
9595
7b51bc51
DE
95962010-11-02 Doug Evans <dje@google.com>
9597
9598 * gdb.python/py-pp-maint.c: New file.
9599 * gdb.python/py-pp-maint.exp: New file.
9600 * gdb.python/py-pp-maint.py: New file.
9601
50c97f38
TT
96022010-11-02 Tom Tromey <tromey@redhat.com>
9603
9604 * gdb.base/default.exp: Remove "scheme" from language list.
9605
a289b8f6
JK
96062010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9607
9608 Revert:
9609 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9610 * gdb.threads/sigstep-threads.exp: New file.
9611 * gdb.threads/sigstep-threads.c: New file.
9612
cd017491
MS
96132010-10-20 Michael Snyder <msnyder@vmware.com>
9614
9615 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
9616
8e6a5956
UW
96172010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9618
9619 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
9620 Skip test completely if gdb,no_hardware_watchpoints.
9621
2c04da0d
UW
96222010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9623
9624 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
9625 strict, but do not check for any particular function name within libc.
9626
79afc5ef
SW
96272010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
9628
9629 * gdb.cp/smartp.exp: New test.
9630 * gdb.cp/smartp.cc : New test.
9631
026ffab7
SW
96322010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
9633
9634 * gdb.cp/converts.exp: Test pointer to bool conversion.
9635 Test pointer to long conversion.
9636 * gdb.cp/oranking.exp: Removed relevant kfail.
9637
3a772aa4
TT
96382010-10-18 Tom Tromey <tromey@redhat.com>
9639
9640 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
9641 argument to lazy_string.
9642 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
9643 (pp_ls.to_string): Use it.
9644 * gdb.python/py-prettyprint.c (main): Move declarations to top.
9645 Add "estring2" local.
9646
5fc3827b
JK
96472010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9648
9649 Fix s390x compatibility.
9650 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
9651 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
9652
8aeb23f3
JK
96532010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9654
9655 * gdb.threads/sigstep-threads.exp: New file.
9656 * gdb.threads/sigstep-threads.c: New file.
9657
c1e56572
JK
96582010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9659
9660 * gdb.base/pie-execl.exp: New file.
9661 * gdb.base/pie-execl.c: New file.
9662
92163a10
JK
96632010-10-13 Doug Evans <dje@google.com>
9664 Jan Kratochvil <jan.kratochvil@redhat.com>
9665
9666 PR exp/12117
9667 * gdb.cp/ptype-cv-cp.cc: New file.
9668 * gdb.cp/ptype-cv-cp.exp: New file.
9669
7062b0a0
SW
96702010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
9671
9672 * gdb.cp/converts.cc: New test program.
9673 * gdb.cp/converts.exp: New test.
9674 * gdb.cp/overload.exp: Added test for void* vs int*.
9675 * gdb.cp/overload.exp: Ditto.
9676 * gdb.cp/oranking.exp: Removed related kfail.
9677
0e3509db
DE
96782010-10-13 Doug Evans <dje@google.com>
9679
9680 * lib/gdb-python.exp (gdb_check_python_config): New function.
9681 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
9682 * gdb.python/lib-types.cc: New file.
9683 * gdb.python/lib-types.exp: New file.
9684
8dc78533
JK
96852010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9686
9687 * gdb.python/py-error.exp: New file.
9688 * gdb.python/py-error.py: New file.
9689
93c17e06
JK
96902010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9691
9692 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
9693 gdb_test_multiple.
9694
d8b34041
JK
96952010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9696
9697 * gdb.base/break-interp.exp: Use ldlags for linking flags.
9698 * gdb.base/prelink.exp: Likewise.
9699 * gdb.base/solib-nodir.exp: Likewise.
9700 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
9701 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
9702 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
9703
e0cc584e
UW
97042010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
9705
9706 * break-interp.exp (test_ld): Use two separate gdb_expect statements
9707 for the "info files" test to avoid timeouts on slow machines.
9708
cfc353b1
JK
97092010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9710
9711 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
9712 (main): Make openlib dummy call.
9713
d3d7896d
JK
97142010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9715
9716 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
9717 * break-interp.exp (reach): Move the core body ...
9718 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
9719 (test_ld): Provide always real argument, even to the linker. Replace
9720 dl_main by _dl_debug_state.
9721
5e533c94
JK
97222010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9723
9724 Fix results of prelinked PIEs on ppc*.
9725 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
9726 Accept also DISPLACEMENT "PRESENT".
9727 (main): Replace "ZERO" displacements by "PRESENT".
9728
33540610
SW
97292010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
9730
9731 * gdb.cp/oranking.exp: New test.
9732 * gdb.cp/oranking.cc: New test program.
9733
3bdf2bbd
KW
97342010-10-08 Ken Werner <ken.werner@de.ibm.com>
9735
9736 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
9737 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
9738
2f608a3a
KW
97392010-10-06 Ken Werner <ken.werner@de.ibm.com>
9740
9741 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
9742 lush, lynx) New constant.
9743 * gdb.base/constvars.exp: Test const array types.
9744 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
9745
aa2e2d8d
DE
97462010-10-06 Doug Evans <dje@google.com>
9747
9748 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
9749 of syscall staging area.
9750
2844d6b5
KW
97512010-10-06 Ken Werner <ken.werner@de.ibm.com>
9752
9753 * gdb.base/gnu_vector.c: Add variable c4.
9754 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
9755 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
9756
7d8ac8bb
MR
97572010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
9758
9759 * gdb.arch/altivec-abi.exp: Fix a typo.
9760
84a02e58
MR
97612010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
9762
9763 * lib/mi-support.exp (thread_selected_re): Correct pattern used
9764 to match a thread ID.
9765
b18e6318
JK
97662010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9767
9768 Fix s390x testcase compatibility.
9769 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
9770
a2c09bd0
DE
97712010-10-01 Doug Evans <dje@google.com>
9772
9773 * lib/gdb-python.exp: New file.
9774 * gdb.python/py-block.exp: Use it.
9775 * gdb.python/py-breakpoint.exp: Ditto.
9776 * gdb.python/py-frame.exp: Ditto.
9777 * gdb.python/py-inferior.exp: Ditto.
9778 * gdb.python/py-param.exp: Ditto.
9779 * gdb.python/py-prettyprint.exp: Ditto.
9780 * gdb.python/py-shared.exp: Ditto.
9781 * gdb.python/py-symbol.exp: Ditto.
9782 * gdb.python/py-symtab.exp: Ditto.
9783 * gdb.python/py-type.exp: Ditto.
9784 * gdb.python/py-value.exp: Ditto.
9785 * gdb.python/python.exp: Ditto.
9786
38f12cfc
TT
97872010-09-30 Tom Tromey <tromey@redhat.com>
9788
9789 * gdb.base/anon.exp: New file.
9790 * gdb.base/anon.c: New file.
9791
9ae8282d
TT
97922010-09-30 Tom Tromey <tromey@redhat.com>
9793
9794 * gdb.base/completion.exp: Test completion through anonymous
9795 union.
9796 * gdb.base/break1.c (struct some_struct): Add anonymous union.
9797
e9e07ba6
JK
97982010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9799
9800 Fix printing parameters of inlined functions.
9801 * gdb.dwarf2/dw2-inline-param.exp: New file.
9802 * gdb.dwarf2/dw2-inline-param-main.c: New file.
9803 * gdb.dwarf2/dw2-inline-param.S: New file.
9804
cd2effb2
JK
98052010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9806
9807 PR corefiles/12071.
9808 * gdb.base/corefile.exp (quit with a process, no question: load core)
9809 (quit with a core file): New tests.
9810
bceffbf3
JK
98112010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9812
9813 Fix GDB crash on inferior calls with self-referencing classes.
9814 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
9815 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
9816 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
9817
1736ad11
JK
98182010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9819
9820 Fix lost siginfo_t for inferior calls.
9821 * gdb.base/siginfo-infcall.exp: New file.
9822 * gdb.base/siginfo-infcall.c: New file.
9823
a176ad92
JB
98242010-09-22 Joel Brobecker <brobecker@adacore.com>
9825
9826 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
9827
c2b0a229
JK
98282010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9829
9830 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
9831 New test.
9832 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
9833
e8ae22d1
JB
98342010-09-22 Joel Brobecker <brobecker@adacore.com>
9835
9836 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
9837 type of our const type.
9838
ec322823
SW
98392010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
9840
9841 * gdb.cp/pr12028.cc: New.
9842 * gdb.cp/pr12028.exp: New.
9843
72929c62
JB
98442010-09-22 Joel Brobecker <brobecker@adacore.com>
9845
9846 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
9847
875b4ff5 98482010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 9849 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
9850
9851 PR mi/11407
9852 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
9853 * gdb.mi/dw2-ref-missing-frame-main.c New File.
9854 * gdb.mi/dw2-ref-missing-frame.S New File.
9855 * gdb.mi/dw2-ref-missing-frame.exp New File.
9856
7155d578
TT
98572010-09-14 Tom Tromey <tromey@redhat.com>
9858
9859 PR symtab/8399:
9860 * gdb.threads/tls.exp: Remove kfail. Update expected output.
9861
515ed532
TT
98622010-09-14 Tom Tromey <tromey@redhat.com>
9863
9864 PR exp/11803:
9865 * gdb.threads/tls.exp: Use C++.
9866 (check_thread_local): Use K::another_thread_local.
9867 * gdb.threads/tls.c (class K): New.
9868 (another_thread_local): Now a member of K.
9869 (spin): Update. No longer K&R C.
9870
450ca57c
SW
98712010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9872
9873 * gdb.cp/koenig.cc: created class for testing member lookup.
9874 * gdb.cp/koenig.exp: Added test for member lookup.
9875
dbd492a3
JK
98762010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9877
9878 Fix false FAILs on sourcetree topdir directory containing "kill".
9879 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
9880 source line matching regexp.
9881
8d4d924b
JK
98822010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9883
9884 * gdb.python/python.exp (set height 0, collect help from uiout)
9885 (verify help to uiout): New tests.
9886
8e64f2a0
JK
98872010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9888
9889 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
9890 is_lp64_target to check 64bit target.
9891
4569eed2
JK
98922010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9893
9894 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
9895 (test_ld) <powerpc64-*>: New.
9896
5e1617b1
DJ
98972010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9898
9899 * gdb.cp/templates.exp (test_template_args): Allow "struct".
9900
c767944b
DJ
99012010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9902
9903 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
9904 (FunctionArg::method): New function.
9905 (empty, arg): New variables.
9906 (main): Call arg.method.
9907 * gdb.cp/templates.exp (test_template_args): New function.
9908 (do_tests): Call it.
9909
27d3a3fc
UW
99102010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
9911
9912 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
9913 of "next" to proceed over pthread_exit call.
9914
55b7ce7f
UW
99152010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
9916
9917 * gdb.base/maint.exp: Avoid wildcards against potentially very long
9918 "maint print statistics" output to prevent expect timeouts.
9919
809df446
JK
99202010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9921
9922 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
9923 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9924 (test_float_rejected): ... here.
9925 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
9926 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9927 (test_float_rejected): ... here.
9928 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
9929 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9930 (test_float_rejected): ... here.
9931 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
9932 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9933 (test_float_rejected): ... here.
9934
8464be76
DJ
99352010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9936
9937 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
9938 before disabling hardware watchpoints.
9939 (test_inaccessible_watchpoint): Check that hardware watchpoints
9940 are used. Test for watchpoints on a constant address.
9941
14dba4b4
JK
99422010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9943
9944 * gdb.base/ui-redirect.exp: New file.
9945
3f3540e1 99462010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 9947 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
9948
9949 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
9950
0f254bb7
DE
99512010-08-31 Doug Evans <dje@google.com>
9952
9953 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
9954
03f17ccf
TT
99552010-08-30 Tom Tromey <tromey@redhat.com>
9956
9957 PR python/11792:
9958 * gdb.python/py-value.exp (test_subscript_regression): Add
9959 dynamic_type test.
9960
640617ad
DJ
99612010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
9962
9963 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
9964 instead of running to main. Do not test the main function.
9965 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
9966 Add new main.
9967
2ed91d1b
PA
99682010-08-26 Pedro Alves <pedro@codesourcery.com>
9969
9970 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
9971 one test.
9972
673bfd45
DE
99732010-08-24 Doug Evans <dje@google.com>
9974
9975 PR symtab/11942
9976 * gdb.dwarf2/dw4-sig-types.cc: New file.
9977 * gdb.dwarf2/dw4-sig-types.h: New file.
9978 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
9979 * gdb.dwarf2/dw4-sig-types.exp: New file.
9980
f9ffd4bb
TT
99812010-08-23 Tom Tromey <tromey@redhat.com>
9982
9983 PR python/11145:
9984 * gdb.python/py-value.c (Base, Derived): New types.
9985 (base): New global.
9986 * gdb.python/py-value.exp (test_subscript_regression): Add
9987 dynamic_cast test.
9988
d839c8a4
TT
99892010-08-23 Tom Tromey <tromey@redhat.com>
9990
9991 PR python/10676:
9992 * gdb.python/py-type.exp (test_fields): Add tests for type
9993 equality.
9994
702c2711
TT
99952010-08-23 Tom Tromey <tromey@redhat.com>
9996
9997 PR python/11915:
9998 * gdb.python/py-type.exp (test_fields): Add tests for array.
9999
832bafd3
KS
100002010-08-23 Keith Seitz <keiths@redhat.com>
10001
10002 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
10003 have any children. Create a new abbrev for it.
10004 Add missing terminal sequence to .debug_abbrev.
10005
c37bf528
KS
100062010-08-20 Keith Seitz <keiths@redhat.com>
10007
10008 PR symtab/11465:
10009 * gdb.dwarf2/pr11465.exp: New test.
10010 * gdb.dwarf2/pr11465.S: New file.
10011 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
10012 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
10013
4572cbac
TJB
100142010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
10015
10016 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
10017 registers. Update data sets with the new v2_double element in the
10018 VSX register union. Add vector_register3_vr data set for the AltiVec
10019 registers. Use gdb_test_no_output instead of send_gdb.
10020
e7fbb131
PA
100212010-08-19 Pedro Alves <pedro@codesourcery.com>
10022
10023 * gdb.python/py-shared.exp: New file, factored out from
10024 python.exp.
10025 * gdb.python/py-shared.c: New file.
10026 * gdb.python/py-shared-sl.c: New file.
10027 * gdb.python/python-1.c: New file.
10028 * gdb.python/python-sl.c: Delete.
10029 * gdb.python/python.c: Mention python-1.c.
10030 * gdb.python/python.exp: Move shared library tests to
10031 py-shared.exp.
10032 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
10033 (MISCELLANEOUS): New.
10034 (clean mostlyclean): Also remove $MISCELLANEOUS.
10035
d30f5e1f
DE
100362010-08-19 Doug Evans <dje@google.com>
10037
10038 PR exp/11926
10039 * gdb.base/printcmds.exp (test_float_accepted): New function.
10040 Move existing float tests there. Add tests for floats with suffixes.
10041 (test_float_rejected): New function.
10042 * gdb.java/jv-print.exp (test_float_accepted): New function.
10043 (test_float_rejected): New function.
10044 * gdb.objc/print.exp: New file.
10045 * gdb.pascal/print.exp: New file.
10046 * lib/objc.exp: New file.
10047
7b3fd859
PM
100482010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
10049
10050 * gdb.base/default.exp (info set): Avoid full buffer error and force
10051 reading up to final gdb prompt.
10052 (show): Likewise.
10053
c92817ce
TT
100542010-08-18 Tom Tromey <tromey@redhat.com>
10055
10056 PR symtab/11919:
10057 * gdb.base/completion.exp: Add test.
10058
f1208f9e
DE
100592010-08-18 Doug Evans <dje@google.com>
10060
10061 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
10062 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
10063 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
10064 Simplify, early exit if runto_main fails.
10065 * gdb.fortran/exprs.exp: load_lib fortran.exp.
10066 (set_lang_fortran): Moved to lib/fortran.exp.
10067 * gdb.fortran/types.exp: load_lib fortran.exp.
10068 (set_lang_fortran): Moved to lib/fortran.exp.
10069 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
10070 * gdb.java/jprint.exp (set_lang_java): Ditto.
10071 * gdb.java/jv-exp.exp: load_lib java.exp.
10072 If set_lang_java fails, issue a warning instead of failure to be
10073 consistent with other set_lang_foo uses.
10074 (set_lang_java): Moved to lib/java.exp.
10075 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
10076 If set_lang_java fails, issue a warning instead of failure to be
10077 consistent with other set_lang_foo uses.
10078 * gdb.pascal/types.exp: load_lib pascal.exp.
10079 (set_lang_pascal): Moved to lib/pascal.exp.
10080 * lib/fortran.exp: New file.
10081 * lib/java.exp (set_lang_java): New function.
10082 * lib/pascal.exp (set_lang_pascal): New function.
10083
2f06b485
YQ
100842010-08-18 Yao Qi <yao@codesourcery.com
10085
10086 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
10087 func_nofb_start and func_loopfb_start, so that address of functions
10088 is equal to these labels on Thumb.
10089
96e25403
YQ
100902010-08-18 Yao Qi <yao@codesourcery.com>
10091
10092 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
10093 to reflect latest c source file.
10094
36e6adc4
JK
100952010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10096
10097 * gdb.cp/infcall-dlopen.exp: New file.
10098 * gdb.cp/infcall-dlopen.cc: New file.
10099 * gdb.cp/infcall-dlopen-lib.cc: New file.
10100
f431efe5
PA
101012010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10102 Pedro Alves <pedro@codesourcery.com>
10103
10104 PR breakpoints/11371
10105
10106 * gdb.base/watch-cond-infcall.exp: New file.
10107 * gdb.base/watch-cond-infcall.c: New file.
10108
06a64a0b
TT
101092010-08-16 Tom Tromey <tromey@redhat.com>
10110
10111 * gdb.base/help.exp: Update.
10112 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
10113 watchpoint.
10114 (test_watch_location): New proc.
10115 (test_watchpoint_in_big_blob): Delete watchpoint.
10116 * gdb.base/watchpoint.c (func5): New function.
10117 (main): Call it.
10118
70ebf4ed
DE
101192010-08-16 Doug Evans <dje@google.com>
10120
10121 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
10122
ca5c20b6
PM
101232010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10124
10125 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
10126 tests.
10127
7346b668
KW
101282010-08-11 Ken Werner <ken.werner@de.ibm.com>
10129
10130 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
10131 * gdb.base/gnu_vector.c: New File.
10132 * gdb.base/gnu_vector.exp: Likewise.
10133
cb2e07a6
PM
101342010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10135
10136 * gdb.python/python.c: New File.
10137 * gdb.python/python-sl.c: New File.
10138 * gdb.python/python.exp: Test solib_address and decode_line
10139 * functions.
10140
5da1313b
JK
101412010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10142
10143 * gdb.python/python.exp (show height, set height 10)
10144 (verify pagination beforehand, verify pagination beforehand: q)
10145 (gdb.execute does not page, verify pagination afterwards)
10146 (verify pagination afterwards: q): New.
10147
49c3ccf7
DE
101482010-08-02 Doug Evans <dje@google.com>
10149
10150 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
10151 because of an older gcc, change test2
10152 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
10153 to unsupported.
10154
42c0c4f1
KH
101552010-07-30 Kazu Hirata <kazu@codesourcery.com>
10156
10157 * gdb.base/break-always.exp: Do not expect full paths to file
10158 names.
10159 * gdb.base/commands.exp: Likewise.
10160
d3765805
DE
101612010-07-30 Doug Evans <dje@google.com>
10162
c98ee71b
DE
10163 * gdb.cp/temargs.exp: For new tests that require newer gccs,
10164 xfail them when run with older gccs.
10165
fd961404
DE
10166 * lib/gdb.exp (build_executable): Forward "c++" option to
10167 get_compiler_info.
10168
999adef4
DE
10169 * gdb.python/py-type.exp (test_template): Mark as xfail tests
10170 "python print ttype.template_argument(1)" and
10171 "python print isinstance(ttype.template_argument(1), gdb.Value)"
10172 if using gcc 4.4 or earlier.
10173
d3765805
DE
10174 * gdb.base/valgrind-db-attach.exp: Use unique test name for
10175 attach-to-debugger handling.
10176
1276c759
JK
101772010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10178
10179 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
10180 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
10181 (main): Use copyreloc.
10182 * gdb.base/prelink.exp (split debug of executable)
10183 (.dynbss vs. .bss address shift): New tests.
10184
88caa9b9
PA
101852010-07-29 Pedro Alves <pedro@codesourcery.com>
10186
10187 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
10188 in gdb_test_multiple.
10189
c6f2ac43
PA
101902010-07-29 Pedro Alves <pedro@codesourcery.com>
10191
10192 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
10193 environment.
10194
326fd672
TT
101952010-07-28 Tom Tromey <tromey@redhat.com>
10196
10197 PR python/11060:
10198 * gdb.python/py-type.c (Temargs): New template.
10199 (temvar): New variable.
10200 * gdb.python/py-type.exp (test_template): New proc.
10201
3ce3b1ba
PA
102022010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10203
10204 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
10205 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
10206
34eaf542
TT
102072010-07-28 Tom Tromey <tromey@redhat.com>
10208
10209 PR c++/9946:
10210 * gdb.cp/temargs.exp: New file.
10211 * gdb.cp/temargs.cc: New file.
10212
d41b819e
JK
102132010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10214
10215 * gdb.base/help.exp (help disassemble): Update the content.
10216
26ab7092
JK
102172010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10218
10219 * gdb.threads/ia64-sigill.exp: New file.
10220 * gdb.threads/ia64-sigill.c: New file.
10221
5283e9e1
TT
102222010-07-27 Tom Tromey <tromey@redhat.com>
10223
10224 * gdb.opt/inline-cmds.c (ATTR): New define.
10225 (func1): Use it.
10226 (func2): Likewise.
10227 (func3): Likewise.
10228 (outer_inline1): Likewise.
10229 (outer_inline2): Likewise.
10230 * gdb.opt/inline-bt.c (ATTR): New define.
10231 (func1): Use it.
10232 (func2): Likewise.
10233 * gdb.opt/inline-locals.c (ATTR): New define.
10234 (func1): Use it.
10235 (func2): Likewise.
10236
e992ef73
TT
102372010-07-27 Tom Tromey <tromey@redhat.com>
10238
10239 * gdb.stabs/gdb11479.c (hack): New function.
10240 (test): Use it.
10241 (test2): Use it.
10242 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
10243 (int32_search_buf, int64_search_buf): No longer static.
10244 (x): Remove.
10245 * gdb.base/relocate.c (hack): New function.
10246
5374244e
PM
102472010-07-27 Phil Muldoon <pmuldoon@redhat.com>
10248
10249 * gdb.python/py-value.exp (test_inferior_function_call): New function.
10250 * gdb.python/py-value.c (func1): New function.
10251 (func2): Likewise.
10252
a99aee83
CV
102532010-07-26 Corinna Vinschen <vinschen@redhat.com>
10254
10255 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
10256 as not to clash with .data section.
10257
a04ba985
JG
102582010-07-26 Jerome Guitton <guitton@adacore.com>
10259
10260 * gdb.base/code_elim.exp: New file.
10261 * gdb.base/code_elim1.c: New file.
10262 * gdb.base/code_elim2.c: New file.
10263
23bd0f7c
PA
102642010-07-21 Pedro Alves <pedro@codesourcery.com>
10265
10266 PR symtab/11827
10267
10268 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
10269 (some_volatile_enum): New variable.
10270 * gdb.base/printcmds.exp (test_print_enums): New.
10271 <top level>: Call it.
10272
883df6dd
SW
102732010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
10274
10275 * gdb.cp/fpointer.cc: New test.
10276 * gdb.cp/fpointer.exp: New test.
10277
569b05a5
JK
102782010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10279
10280 * gdb.base/solib-nodir.exp: New file.
10281 * lib/gdb.exp (runto): New case for a GDB internal error.
10282
51d7d803
JK
102832010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10284 Ulrich Weigand <uweigand@de.ibm.com>
10285 Tom Tromey <tromey@redhat.com>
10286
10287 * gdb.base/charset-malloc.c: New file.
10288 * gdb.base/charset.c (malloc_stub): New prototype.
10289 (main): Call it instead of malloc itself.
10290 * gdb.base/charset.exp: Use only prepare_for_testing.
10291 (binfile): Remove the variable.
10292
c0edd9ed
JK
102932010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10294
10295 Make core files the process_stratum.
10296 * gdb.base/corefile.exp (run: load core again)
10297 (run: sanity check we see the core file, run: with core)
10298 (run: core file is cleared, attach: load core again)
10299 (attach: sanity check we see the core file, attach: with core)
10300 (attach: core file is cleared): New tests.
10301 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
10302
3cbaedff
KW
103032010-07-14 Ken Werner <ken.werner@de.ibm.com>
10304
10305 * gdb.arch/altivec-abi.exp: New tests.
10306
91158a56
TT
103072010-07-13 Tom Tromey <tromey@redhat.com>
10308
10309 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
10310 (main): Use it.
10311 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
10312
0f5238ed
TT
103132010-07-13 Tom Tromey <tromey@redhat.com>
10314
10315 * gdb.base/label.exp: New file.
10316 * gdb.base/label.c: New file.
10317
add265ae
L
103182010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
10319 H.J. Lu <hongjiu.lu@intel.com>
10320
10321 * lib/gdb.exp (is_ilp32_target): New.
10322 (is_lp64_target): Likewise.
10323
10324 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
10325 target.
10326 * gdb.arch/amd64-disp-step.exp: Likewise.
10327 * gdb.arch/amd64-dword.exp: Likewise.
10328 * gdb.arch/amd64-i386-address.exp: Likewise.
10329 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 10330
add265ae
L
10331 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
10332 target.
10333 * gdb.arch/i386-bp_permanent.exp: Likewise.
10334 * gdb.arch/i386-byte.exp: Likewise.
10335 * gdb.arch/i386-disp-step.exp: Likewise.
10336 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10337 * gdb.arch/i386-prologue.exp: Likewise.
10338 * gdb.arch/i386-size-overlap.exp: Likewise.
10339 * gdb.arch/i386-size.exp: Likewise.
10340 * gdb.arch/i386-sse.exp: Likewise.
10341 * gdb.arch/i386-unwind.exp: Likewise.
10342 * gdb.arch/i386-word.exp: Likewise.
10343
10344 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
10345 test only when building 64-bit executables. Do not hard-code
10346 -m64 option.
10347
2dfb8c17
DE
103482010-07-07 Doug Evans <dje@google.com>
10349
10350 * lib/gdb.exp (gdb_test_list_exact): New function.
10351 * gdb.base/default.exp (show convenience): Call it, add tests for
10352 $_sdata = void, $_thread = 0.
10353
4e5799b6
JK
103542010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10355 Joel Brobecker <brobecker@adacore.com>
10356
10357 Fix re-run of PIE executable, PR shlibs/11776.
10358 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
10359 Remove $displacement_main to match the solib-svr4.c change. New "kill"
10360 and re-"run" of the inferior.
10361
1a219cc7
JK
103622010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10363 Joel Brobecker <brobecker@adacore.com>
10364
10365 Cope with missing /usr/sbin/prelink.
10366 * lib/prelink-support.exp (prelink_no):
10367 <result == 1 && $output is "no such file or directory">: New.
10368 (prelink_yes): Likewise. Return on failed prelink_no.
10369
5e3b36f8
JK
103702010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10371 Joel Brobecker <brobecker@adacore.com>
10372
10373 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
10374 build_executable by build_executable_own_libs. Replace "prelink -R"
10375 execution by a call of prelink_yes. Comment why "prelink -r" needs no
10376 change.
10377 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
10378 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
10379 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
10380 Replace build_executable by build_executable_own_libs's function
10381 build_executable_own_libs.
10382 (prelinkNO): Create new stub to call prelink_no.
10383 (prelinkYES): Create new stub to call prelink_yes.
10384 (test_attach): Rename calls of copy to file_copy.
10385 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
10386 (copy): Move to ...
10387 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
10388 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
10389 * gdb.base/prelink.exp: Disable testcase also for is_remote and
10390 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
10391 special flags by gdb_compile_shlib. Replace second gdb_compile by
10392 build_executable_own_libs. Replace "prelink -R" execution by a call of
10393 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
10394 a second call of prelink_yes. Replace restart commands by
10395 clean_restart.
10396 (prelink): Rename to ...
10397 (seen displacement message): ... this test. Extend its expectation
10398 strictness.
10399
86e4bafc
JK
104002010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10401
10402 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
10403 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
10404 displacement message exactly once.
10405
3cd07d20
JK
104062010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10407 Joel Brobecker <brobecker@adacore.com>
10408
10409 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
10410 its restore after the <$relink_args != ""> loop. new comment.
10411
0a1e94c7
JK
104122010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10413 Joel Brobecker <brobecker@adacore.com>
10414
10415 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
10416 code for it. New variable relink_args.
10417 (prelinkYES): Call prelinkNO.
10418 (test_attach): Accept new parameter relink_args. Re-prelink the binary
10419 in such case. Move the core code to ...
10420 (test_attach_gdb): ... a new function. Send GDB command "file".
10421 Extend expected "Attaching to " string.
10422
2f70bcfb
TT
104232010-07-02 Tom Tromey <tromey@redhat.com>
10424
10425 * gdb.base/bitops.exp: Remove extraneous "pass".
10426
a17ac5b0
TT
104272010-07-02 Ken Werner <ken.werner@de.ibm.com>
10428
10429 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10430
dc10affe
PA
104312010-07-01 Pedro Alves <pedro@codesourcery.com>
10432
d41c0fc8
PA
10433 * gdb.base/help.exp: Adjust expected output.
10434
104352010-07-01 Pedro Alves <pedro@codesourcery.com>
10436
10437 * gdb.base/help.exp: Adjust expected output.
dc10affe 10438
0a600c36
JK
104392010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10440
10441 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
10442 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
10443 c++/11702.
10444
37cc8bfe
JK
104452010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10446 Doug Evans <dje@google.com>
10447
10448 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
10449 add .dynamic entry'.
10450
254e6b9e
DE
104512010-06-29 Doug Evans <dje@google.com>
10452
10453 Test PR c++/11702.
10454 * gdb.cp/m-static.exp: Add testcase.
10455 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
10456
595939de 104572010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
10458 Tom Tromey <tromey@redhat.com>
10459 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
10460
10461 * gdb.python/py-inferior.c: New File.
10462 * gdb.python/py-infthread.c: New File.
10463 * gdb.python/py-inferior.exp: New File.
10464 * gdb.python/py-infthread.exp: New File.
10465
98751a41
JK
104662010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10467
10468 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
10469 (ptype ::C::OtherFileClass typedefs): New.
10470 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
10471 (C::OtherFileClass::cOtherFileClassVar2): New.
10472 (C::OtherFileClass::cOtherFileClassVar_use): Use also
10473 cOtherFileClassVar2.
10474 (C::cOtherFileType2, C::cOtherFileVar2): New.
10475 (C::cOtherFileVar_use): use also cOtherFileVar2.
10476 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
10477
41f62f39
JK
104782010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10479
10480 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
10481 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
10482 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
10483 (print ::C::cOtherFileVar)
10484 (whatis C::OtherFileClass::cOtherFileClassType)
10485 (whatis ::C::OtherFileClass::cOtherFileClassType)
10486 (print C::OtherFileClass::cOtherFileClassVar)
10487 (print ::cOtherFileClassVar)
10488 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
10489 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
10490 trailing content.
10491 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
10492 (C::OtherFileClass::cOtherFileClassVar)
10493 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
10494 (C::cOtherFileVar, C::cOtherFileVar_use): New.
10495
af53d231
JK
104962010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10497
10498 Test PR c++/11703 and PR gdb/1448.
10499 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
10500 gdb/1448.
10501
9655fd1a
JK
105022010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10503
10504 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
10505 (main) <rtti_data>: New.
10506 * gdb.cp/virtbase.exp (print rtti_data): New.
10507
824cc8dd
JK
105082010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10509 Joel Brobecker <brobecker@adacore.com>
10510
10511 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
10512
6036c742
JK
105132010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10514
10515 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
10516
de6a0421
DE
105172010-06-28 Doug Evans <dje@google.com>
10518
10519 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
10520
b2dae948
DE
105212010-06-27 Doug Evans <dje@google.com>
10522
10523 * gdb.cp/m-static.exp: Update expected test output.
10524
0f3bb72e
PH
105252010-06-25 Paul Hilfinger <hilfinger@adacore.com>
10526
889bf7c5
PA
10527 * gdb.gdb/selftest.exp: Adjust expected message for
10528 capturing start-up runtime.
0f3bb72e 10529
bc9f0842
TT
105302010-06-25 Tom Tromey <tromey@redhat.com>
10531
10532 PR python/10808:
10533 * gdb.python/python.exp: Add new tests.
10534
099ef718
SW
105352010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
10536
10537 * gdb.cp/operator.cc: Created an import loop.
10538 * gdb.cp/operator.exp: Added testcase for import loop.
10539
5868a632
JK
105402010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10541
10542 Test PR python/11407.
10543 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
10544 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
10545 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
10546 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
10547 executable_nofb and executable_fb. New variables srcsfile, objsfile,
10548 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
10549 binfile. Call gdb_compile with clean_restart twice.
10550 (func_nofb print, func_nofb backtrace, func_loopfb print)
10551 (func_loopfb backtrace): New.
10552
af76db58
JK
105532010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10554
10555 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
10556 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
10557 by a hand made one.
10558 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
10559 i?86 requirement. Remove variables srcfile and binfile. New variable
10560 sources, executable_nofb and executable_fb. Call prepare_for_testing.
10561
f2c7657e
UW
105622010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10563
10564 * gdb.cell/dwarfaddr.exp: New file.
10565 * gdb.cell/dwarfaddr.S: New file.
10566
628fe4e4
JK
105672010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10568
10569 Test PR 9436.
10570 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
10571
f1421989
HZ
105722010-06-24 Hui Zhu <teawater@gmail.com>
10573
10574 * gdb.base/eval.exp: New file.
10575
d03285ec
UW
105762010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10577
10578 * gdb.cell/fork.exp: New file.
10579 * gdb.cell/fork.c: Likewise.
10580 * gdb.cell/fork-spu.c: Likewise.
10581
41b2c92d
PM
105822010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
10583
10584 * lib/gdb.exp (banned_variables_traced): New global variable.
10585 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
10586 (gdb_init): Use `trace add variable' instead of obsolete
10587 `trace variable'.
10588
d5bc977f
DE
105892010-06-21 Doug Evans <dje@google.com>
10590
10591 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
10592
d2ed6730
UW
105932010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10594
10595 * gdb.arch/spu-ls.exp: New file.
10596 * gdb.arch/spu-ls.c: Likewise.
10597
6aed2dbc
SS
105982010-06-18 Stan Shebs <stan@codesourcery.com>
10599
10600 * gdb.threads/thread-specific.exp: Add tests of $_thread.
10601
e0756905
UW
106022010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10603
10604 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
10605 * gdb.base/watch-cond.exp: Likewise.
10606 * gdb.python/py-breakpoint.exp: Likewise.
10607
d8053d4d
PA
106082010-06-18 Pedro Alves <pedro@codesourcery.com>
10609
10610 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
10611 clean_restart, make sure every test has a distinct message, and
10612 that messages don't include the executable' full path.
10613
81ce510c
DE
106142010-06-17 Doug Evans <dje@google.com>
10615
10616 * gdb.arch/i386-size.exp: Updated expected output for
10617 DISASSEMBLY_OMIT_FNAME.
10618
65d79d4b
SDJ
106192010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10620 Sergio Durigan Junior <sergiodj@redhat.com>
10621
10622 * gdb.base/watch-notconst.c: New file.
10623 * gdb.base/watch-notconst.S: New file.
10624 * gdb.base/watch-notconst2.c: New file.
10625 * gdb.base/watch-notconst2.S: New file.
10626 * gdb.base/watch-notconst.exp: New file.
10627 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
10628 (func4): Add operations on `global_ptr_ptr'.
10629 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
10630 routine to test watchpoints created with a constant expression.
10631 (test_inaccessible_watchpoint): Include tests for watchpoints
10632 created with a constant expression.
10633
df0f4836
KB
106342010-06-14 Kevin Buettner <kevinb@redhat.com>
10635
10636 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
10637 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
10638 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
10639 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
10640 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
10641 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
10642 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
10643 of `_start'.
10644
b769def5
UW
106452010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10646
10647 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
10648 not supported on the target.
10649 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10650 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10651 * gdb.mi/mi-nsintrall.exp: Likewise.
10652 * gdb.mi/mi-nsmoribund.exp: Likewise.
10653 * gdb.mi/mi-nsthrexec.exp: Likewise.
10654
d914c394
SS
106552010-06-11 Stan Shebs <stan@codesourcery.com>
10656
10657 * gdb.base/permissions.exp: New file.
10658
106592010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
10660
10661 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
10662 does not support ELF executable class.
10663
f3ce5b9c
UW
106642010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10665
10666 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
10667
8e46892c
JK
106682010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10669
10670 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
10671 (runto): Catch "The target does not support running in non-stop mode.".
10672
6cc55c64
MS
106732010-06-11 Michael Snyder <msnyder@vmware.com>
10674
10675 * gdb.base/setshow.exp (set language asm): Don't use
10676 gdb_test_no_output, fails on some targets.
10677
caddefa4
UW
106782010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10679
10680 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
10681 * gdb.cp/pr9167.exp: Likewise.
10682
468b1aa7
UW
106832010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10684
10685 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
10686
5c3552dc
UW
106872010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10688
10689 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
10690
02e6fe6a
UW
106912010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10692
10693 * gdb.base/charset.c (main): Make sure malloc gets linked in.
10694
0e03807e
TT
106952010-06-11 Tom Tromey <tromey@redhat.com>
10696
10697 PR gdb/9977, PR exp/11636::
10698 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
10699 (pieces_test_f6): Update expected output.
10700
2bdf28a0
JK
107012010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10702
10703 * gdb.base/moribund-step.exp: New.
10704
f6978de9
MS
107052010-06-08 Michael Snyder <msnyder@vmware.com>
10706
10707 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 10708 * gdb.ada/boolean_expr.exp:
f6978de9
MS
10709 * gdb.ada/frame_args.exp: Ditto.
10710 * gdb.ada/lang_switch.exp: Ditto.
10711 * gdb.ada/ptype_arith_binop.exp: Ditto.
10712 * gdb.ada/ref_param.exp: Ditto.
10713 * gdb.ada/type_coercion.exp:Ditto.
10714
10715 * gdb.asm/asm-source.exp: Ditto.
10716
10717 * gdb.base/attach.exp: Ditto.
10718 * gdb.base/bitfields2.exp: Ditto.
10719 * gdb.base/call-signal-resume.exp: Ditto.
10720 * gdb.base/callfuncs.exp: Ditto.
10721 * gdb.base/commands.exp: Ditto.
10722 * gdb.base/dbx.exp: Ditto.
10723 * gdb.base/default.exp: Ditto.
10724 * gdb.base/dump.exp: Ditto.
10725 * gdb.base/exprs.exp: Ditto.
10726 * gdb.base/freebpcmd.exp: Ditto.
10727 * gdb.base/interrupt.exp: Ditto.
10728 * gdb.base/list.exp: Ditto.
10729 * gdb.base/long_long.exp: Ditto.
10730 * gdb.base/maint.exp: Ditto.
10731 * gdb.base/ptype.exp: Ditto.
10732 * gdb.base/return.exp: Ditto.
10733 * gdb.base/setshow.exp: Ditto.
10734 * gdb.base/sigbpt.exp: Ditto.
10735 * gdb.base/sigrepeat.exp: Ditto.
10736
10737 * gdb.cp/classes.exp: Ditto.
10738
10739 * gdb.dwarf2/dw2-restore.exp: Ditto.
10740
10741 * gdb.gdb/selftest.exp: Ditto.
10742
10743 * gdb.multi/base.exp: Ditto.
10744 * gdb.multi/bkpt-multi-exec.exp: Ditto.
10745
10746 * gdb.python/py-block.exp: Ditto.
10747 * gdb.python/py-prettyprint.exp: Ditto.
10748 * gdb.python/py-template.exp: Ditto.
10749
10750 * gdb.server/ext-attach.exp: Ditto.
10751 * gdb.server/ext-run.exp: Ditto.
10752 * gdb.server/server-mon.exp: Ditto.
10753
10754 * gdb.threads/fork-thread-pending.exp: Ditto.
10755 * gdb.threads/hand-call-in-threads.exp: Ditto.
10756 * gdb.threads/interrupted-hand-call.exp: Ditto.
10757 * gdb.threads/linux-dp.exp: Ditto.
10758 * gdb.threads/manythreads.exp: Ditto.
10759 * gdb.threads/print-threads.exp: Ditto.
10760 * gdb.threads/pthreads.exp: Ditto.
10761 * gdb.threads/schedlock.exp: Ditto.
10762 * gdb.threads/thread-unwindonsignal.exp: Ditto.
10763 * gdb.threads/threadapply.exp: Ditto.
10764
de7ff789
MS
107652010-06-08 Michael Snyder <msnyder@vmware.com>
10766
889bf7c5 10767 * gdb.ada/exec_changed.exp:
de7ff789
MS
10768 Use ".*" instead of "" as wildcard regexp.
10769
10770 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
10771 * gdb.base/call-ar-st.exp: Ditto.
10772 * gdb.base/checkpoint.exp: Ditto.
10773 * gdb.base/default.exp: Ditto.
10774 * gdb.base/dump.exp: Ditto.
10775 * gdb.base/ending-run.exp: Ditto.
10776 * gdb.base/fileio.exp: Ditto.
10777 * gdb.base/miscexprs.exp: Ditto.
10778 * gdb.base/pointers.exp: Ditto.
10779 * gdb.base/readline.exp: Ditto.
10780 * gdb.base/reread.exp: Ditto.
10781 * gdb.base/restore.exp: Ditto.
10782 * gdb.base/shlib-call.exp: Ditto.
10783 * gdb.base/valgrind-db-attach.exp: Ditto.
10784 * gdb.base/volatile.exp: Ditto.
10785 * gdb.base/watchpoints.exp: Ditto.
10786
10787 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
10788
10789 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
10790 * gdb.python/py-value.exp: Ditto.
10791
10792 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
10793 * gdb.trace/circ.exp: Ditto.
10794 * gdb.trace/collection.exp: Ditto.
10795 * gdb.trace/packetlen.exp: Ditto.
10796 * gdb.trace/passc-dyn.exp: Ditto.
10797 * gdb.trace/report.exp: Ditto.
10798 * gdb.trace/tfile.exp: Ditto.
10799 * gdb.trace/tfind.exp: Ditto.
10800 * gdb.trace/while-dyn.exp: Ditto.
10801
3bebe2f2
JK
108022010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10803
10804 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
10805
5c631832
JK
108062010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10807
10808 Test PR 10640.
10809 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
10810
4c3376c8
SW
108112010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
10812
10813 * gdb.cp/koenig.exp: Test for ADL operators.
10814 * gdb.cp/koenig.cc: Added ADL operators.
10815 * gdb.cp/operator.exp: New test.
10816 * gdb.cp/operator.cc: New test.
10817
dc226d5a
MS
108182010-06-04 Michael Snyder <msnyder@vmware.com>
10819
dfb88a23
MS
10820 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
10821 * gdb.base/pending.exp: Ditto.
f7ae76b3 10822
dc226d5a
MS
10823 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
10824
967cf477
DE
108252010-06-04 Doug Evans <dje@google.com>
10826
10827 * gdb.python/py-prettyprint.exp: Add new test for enabled and
10828 disabled printers.
10829 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
10830 (enable_lookup_function): New function.
10831
eb801841
TT
108322010-06-04 Tom Tromey <tromey@redhat.com>
10833
10834 * gdb.python/py-value.exp (test_value_hash): Don't test equality
10835 of hash and id.
10836
38979823
JK
108372010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10838
10839 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
10840 newline.
10841 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
10842 (empty verbose non-noisy clear, empty verbose noisy clear)
10843 (empty non-verbose noisy clear): Likewise.
10844
35ec993f
MS
108452010-06-03 Michael Snyder <msnyder@vmware.com>
10846
10847 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
10848 * gdb.base/display.exp: Ditto.
10849 * gdb.base/find.exp: Ditto.
10850 * gdb.base/ifelse.exp: Ditto.
10851 * gdb.base/multi-forks.exp: Ditto.
10852 * gdb.base/recurse.exp: Ditto.
10853 * gdb.base/setshow.exp: Ditto.
10854 * gdb.base/value-double-free.exp: Ditto.
10855 * gdb.base/watch-vfork.exp: Ditto.
10856 * gdb.base/watch_thread_num.exp: Ditto.
10857 * gdb.base/watchpoint-solib.exp: Ditto.
10858 * gdb.base/watchpoint.exp: Ditto.
10859 * gdb.base/watchpoints.exp: Ditto.
10860
10861 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
10862 * gdb.cp/overload.exp: Ditto.
10863 * gdb.cp/virtfunc.exp: Ditto.
10864
10865 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
10866
889bf7c5 10867 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
10868 Replace gdb_test with gdb_test_no_output.
10869
889bf7c5 10870 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
10871 Replace gdb_test with gdb_test_no_output.
10872 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
10873 * gdb.threads/watchthreads.exp: Ditto.
10874 * gdb.threads/watchthreads2.exp: Ditto.
10875
10876 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
10877 * gdb.trace/tfind.exp: Ditto.
10878
c22decce
JB
108792010-06-03 Joel Brobecker <brobecker@adacore.com>
10880
10881 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
10882 successful test if message is the empty string.
10883
fd5700c7
JK
108842010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10885
10886 * gdb.fortran/module.exp (stopped language detection): New test.
10887
f55ee35c
JK
108882010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10889
10890 Support DW_TAG_module as separate namespaces.
10891 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
10892 gdb.fortran/library-module-lib.f90: New.
10893 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
10894 (print i): Remove.
10895 (continue to breakpoint: i-is-1, print var_i value 1)
10896 (continue to breakpoint: i-is-2, print var_i value 2)
10897 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
10898 (print var_d, print var_i value 14, ptype modmany, complete `modm)
10899 (complete `modmany, complete `modmany`, complete `modmany`var)
10900 (show language, setting breakpoint at module): New tests.
10901 * gdb.fortran/module.f90 (module mod): Remove.
10902 (module mod1, module mod2, module modmany, subroutine sub1)
10903 (subroutine sub2, program module): New.
10904
b8e8282f
JK
109052010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10906
10907 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
10908 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
10909 * gdb.cp/anon-union.exp (pass): Rename to ...
10910 (print z 2): ... here.
b8e8282f 10911
019ebafc
MS
109122010-06-02 Michael Snyder <msnyder@vmware.com>
10913
e68d8fd4
MS
10914 * gdb.trace/actions.exp: Use gdb_test_no_output.
10915 * gdb.trace/circ.exp: Ditto.
10916 * gdb.trace/packetlen.exp: Ditto.
10917 * gdb.trace/save-trace.exp: Ditto.
10918 * gdb.trace/tracecmd.exp: Ditto.
10919 * gdb.trace/tsv.exp: Ditto.
10920
12b5d08a
MS
10921 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
10922 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
10923 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
10924 * gdb.threads/manythreads.exp: Ditto.
10925 * gdb.threads/print-threads.exp: Ditto.
10926 * gdb.threads/pthreads.exp: Ditto.
10927 * gdb.threads/schedlock.exp: Ditto.
10928 * gdb.threads/staticthreads.exp: Ditto.
10929 * gdb.threads/thread-specific.exp: Ditto.
10930 * gdb.threads/thread-unwindonsignal.exp: Ditto.
10931 * gdb.threads/threadapply.exp: Ditto.
10932 * gdb.threads/watchthreads.exp: Ditto.
10933 * gdb.threads/watchthreads2.exp: Ditto.
10934
89493308
MS
10935 * gdb.python/py-block.exp: Use gdb_test_no_output.
10936 * gdb.python/py-prettyprint.exp: Ditto.
10937 * gdb.python/py-template.exp: Ditto.
10938 * gdb.python/py-value.exp: Ditto.
10939
10940 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
10941 * gdb.reverse/watch-reverse.exp: Ditto.
10942
10943 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
10944 * gdb.server/ext-run.exp: Ditto.
10945
019ebafc
MS
10946 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
10947 * gdb.dwarf2/dw2-compressed.exp: Ditto.
10948 * gdb.dwarf2/dw2-intercu.exp: Ditto.
10949 * gdb.dwarf2/dw2-intermix.exp: Ditto.
10950 * gdb.dwarf2/dw2-producer.exp: Ditto.
10951 * gdb.dwarf2/mac-fileno.exp: Ditto.
10952
10953 * gdb.gdb/observer.exp: Use gdb_test_no_output.
10954 * gdb.gdb/selftest.exp: Ditto.
10955
10956 * gdb.multi/base.exp: Use gdb_test_no_output.
10957
10958 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
10959
3e0ca3a5
JK
109602010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10961
10962 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
10963
9db70545
MS
109642010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
10965
a8d52276
MS
10966 * gdb.cp/class2.exp: Use gdb_test_no_output.
10967 * gdb.cp/classes.exp: Ditto.
10968 * gdb.cp/extern-c.exp: Ditto.
10969 * gdb.cp/inherit.exp: Ditto.
10970 * gdb.cp/maint.exp: Ditto.
10971 * gdb.cp/mb-inline.exp: Ditto.
10972 * gdb.cp/mb-templates.exp: Ditto.
10973 * gdb.cp/method2.exp: Ditto.
10974 * gdb.cp/misc.exp: Ditto.
10975 * gdb.cp/ovldbreak.exp: Ditto.
10976 * gdb.cp/punctuator.exp: Ditto.
10977 * gdb.cp/templates.exp: Ditto.
10978 * gdb.cp/virtbase.exp: Ditto.
10979
889bf7c5 10980 * gdb.threads/attach-stopped.exp:
9db70545 10981 Replace uses of send_gdb / gdb_expect.
889bf7c5 10982 * gdb.threads/attachstop-mt.exp:
9db70545 10983 Replace uses of send_gdb / gdb_expect.
889bf7c5 10984 * gdb.threads/gcore-thread.exp:
9db70545 10985 Replace uses of send_gdb / gdb_expect.
889bf7c5 10986 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
10987 Replace uses of send_gdb / gdb_expect.
10988 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 10989 * gdb.threads/print-threads.exp:
9db70545
MS
10990 Replace uses of send_gdb / gdb_expect.
10991 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
10992 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
10993 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
10994
10995 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
10996 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
10997 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
10998 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
10999 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
11000 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
11001 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
11002 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
11003 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
11004 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
11005 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
11006
359cc68c
JK
110072010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11008
11009 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
11010
7d3fe98e
SW
110112010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
11012
11013 * gdb.cp/koenig.exp: Added new test case.
11014 * gdb.cp/koenig.cc: Ditto.
11015
27d3a1a2
MS
110162010-06-01 Michael Snyder <msnyder@vmware.com>
11017
11018 * gdb.base/arithmet.exp: Use gdb_test_no_output.
11019 * gdb.base/arrayidx.exp: Ditto.
11020 * gdb.base/attach.exp: Ditto.
11021 * gdb.base/auxv.exp: Ditto.
11022 * gdb.base/bigcre.exp: Ditto.
11023 * gdb.base/break-always.exp: Ditto.
11024 * gdb.base/break-interp.exp: Ditto.
11025 * gdb.base/break.exp: Ditto.
11026 * gdb.base/breakpoint-shadow.exp: Ditto.
11027 * gdb.base/call-ar-st.exp: Ditto.
11028 * gdb.base/call-sc.exp: Ditto.
11029 * gdb.base/call-signal-resume.exp: Ditto.
11030 * gdb.base/callfuncs.exp: Ditto.
11031 * gdb.base/catch-syscall.exp: Ditto.
11032 * gdb.base/charset.exp: Ditto.
11033 * gdb.base/code-expr.exp: Ditto.
11034 * gdb.base/commands.exp: Ditto.
11035 * gdb.base/cond-expr.exp: Ditto.
11036 * gdb.base/condbreak.exp: Ditto.
11037 * gdb.base/cursal.exp: Ditto.
11038 * gdb.base/cvexpr.exp: Ditto.
11039 * gdb.base/default.exp: Ditto.
11040 * gdb.base/del.exp: Ditto.
11041 * gdb.base/detach.exp: Ditto.
11042 * gdb.base/display.exp: Ditto.
11043 * gdb.base/ena-dis-br.exp: Ditto.
11044 * gdb.base/eval-skip.exp: Ditto.
11045 * gdb.base/foll-fork.exp: Ditto.
11046 * gdb.base/foll-vfork.exp: Ditto.
11047 * gdb.base/frame-args.exp: Ditto.
11048 * gdb.base/funcargs.exp: Ditto.
11049 * gdb.base/gcore-buffer-overflow.exp: Ditto.
11050 * gdb.base/gdbvars.exp: Ditto.
11051 * gdb.base/help.exp: Ditto.
11052 * gdb.base/ifelse.exp: Ditto.
11053 * gdb.base/included.exp: Ditto.
11054 * gdb.base/list.exp: Ditto.
11055 * gdb.base/macscp.exp: Ditto.
11056 * gdb.base/maint.exp: Ditto.
11057 * gdb.base/multi-fork.exp: Ditto.
11058 * gdb.base/overlays.exp: Ditto.
11059 * gdb.base/page.exp: Ditto.
11060 * gdb.base/pending.exp: Ditto.
11061 * gdb.base/pointers.exp: Ditto.
11062 * gdb.base/pr11022.exp: Ditto.
11063 * gdb.base/prelink.exp: Ditto.
11064 * gdb.base/printcmds.exp: Ditto.
11065 * gdb.base/psymtab.exp: Ditto.
11066 * gdb.base/randomize.exp: Ditto.
11067 * gdb.base/relational.exp: Ditto.
11068 * gdb.base/relocate.exp: Ditto.
11069 * gdb.base/remote.exp: Ditto.
11070 * gdb.base/sepdebug.exp: Ditto.
11071 * gdb.base/set-lang-auto.exp: Ditto.
11072 * gdb.base/setshow.exp: Ditto.
11073 * gdb.base/setvar.exp: Ditto.
11074 * gdb.base/signals.exp: Ditto.
11075 * gdb.base/signull.exp: Ditto.
11076 * gdb.base/sigstep.exp: Ditto.
11077 * gdb.base/sizeof.exp: Ditto.
11078 * gdb.base/solib-disc.exp: Ditto.
11079 * gdb.base/store.exp: Ditto.
11080 * gdb.base/structs.exp: Ditto.
11081 * gdb.base/structs2.exp: Ditto.
11082 * gdb.base/subst.exp: Ditto.
11083 * gdb.base/term.exp: Ditto.
11084 * gdb.base/trace-commands.exp: Ditto.
11085 * gdb.base/unwindonsignal.exp: Ditto.
11086 * gdb.base/valgrind-db-attach.exp: Ditto.
11087 * gdb.base/varargs.exp: Ditto.
11088 * gdb.base/watch-cond.exp: Ditto.
11089 * gdb.base/watch_thread_num.exp: Ditto.
11090 * gdb.base/watchpoint-cond-gone.exp: Ditto.
11091 * gdb.base/watchpoint.exp: Ditto.
11092 * gdb.base/whatis-exp.exp: Ditto.
11093
f8d3bf8f
MS
110942010-06-01 Michael Snyder <msnyder@vmware.com>
11095
11096 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
11097 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
11098 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
11099 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
11100 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
11101 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
11102 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
11103 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
11104 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
11105 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
11106 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
11107 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
11108 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
11109 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
11110 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
11111
3f9e0d32
JK
111122010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11113
11114 * gdb.base/commands.exp (begin commands on watch): Remove excessive
11115 trailing newline.
11116 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
11117 * gdb.java/jmisc.exp (p *args\n): Rename to ...
11118 (p *args): ... here and remove excessive trailing newline.
11119
f629457d
JB
111202010-05-31 Joel Brobecker <brobecker@adacore.com>
11121
11122 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
11123
09eef106
JK
111242010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11125
11126 Accept the new Linux kernel "t (tracing stop)" string.
11127 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
11128 Update comment.
11129 (state_wait) <T (tracing stop)>: New.
11130 (main): Update the state_wait expect string.
11131
94f31136
PA
111322010-05-28 Pedro Alves <pedro@codesourcery.com>
11133
11134 * limits.c, limits.exp: Delete files.
11135 * Makefile.in (clean mostlyclean): Adjust.
11136 * tracecmd.exp: Adjust.
11137
096554ab
JK
111382010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11139
11140 * gdb.base/tui-layout.exp: New.
11141
27d3a1a2 111422010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 11143
889bf7c5 11144 * gdb.reverse/break-precsave.exp:
bcd2dc50 11145 Replace uses of send_gdb / gdb_expect.
889bf7c5 11146 * gdb.reverse/break-reverse.exp:
bcd2dc50 11147 Replace uses of send_gdb / gdb_expect.
889bf7c5 11148 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 11149 Replace uses of send_gdb / gdb_expect.
889bf7c5 11150 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 11151 Replace uses of send_gdb / gdb_expect.
889bf7c5 11152 * gdb.reverse/finish-precsave.exp:
bcd2dc50 11153 Replace uses of send_gdb / gdb_expect.
889bf7c5 11154 * gdb.reverse/finish-reverse.exp:
bcd2dc50 11155 Replace uses of send_gdb / gdb_expect.
889bf7c5 11156 * gdb.reverse/i386-precsave.exp:
bcd2dc50 11157 Replace uses of send_gdb / gdb_expect.
889bf7c5 11158 * gdb.reverse/i386-reverse.exp:
bcd2dc50 11159 Replace uses of send_gdb / gdb_expect.
889bf7c5 11160 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 11161 Replace uses of send_gdb / gdb_expect.
889bf7c5 11162 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 11163 Replace uses of send_gdb / gdb_expect.
889bf7c5 11164 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 11165 Replace uses of send_gdb / gdb_expect.
889bf7c5 11166 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 11167 Replace uses of send_gdb / gdb_expect.
889bf7c5 11168 * gdb.reverse/machinestate.exp:
bcd2dc50 11169 Replace uses of send_gdb / gdb_expect.
889bf7c5 11170 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 11171 Replace uses of send_gdb / gdb_expect.
889bf7c5 11172 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 11173 Replace uses of send_gdb / gdb_expect.
889bf7c5 11174 * gdb.reverse/solib-precsave.exp:
bcd2dc50 11175 Replace uses of send_gdb / gdb_expect.
889bf7c5 11176 * gdb.reverse/solib-reverse.exp:
bcd2dc50 11177 Replace uses of send_gdb / gdb_expect.
889bf7c5 11178 * gdb.reverse/step-precsave.exp:
bcd2dc50 11179 Replace uses of send_gdb / gdb_expect.
889bf7c5 11180 * gdb.reverse/step-reverse.exp:
bcd2dc50 11181 Replace uses of send_gdb / gdb_expect.
889bf7c5 11182 * gdb.reverse/until-precsave.exp:
bcd2dc50 11183 Replace uses of send_gdb / gdb_expect.
889bf7c5 11184 * gdb.reverse/until-reverse.exp:
bcd2dc50 11185 Replace uses of send_gdb / gdb_expect.
889bf7c5 11186 * gdb.reverse/watch-precsave.exp:
bcd2dc50 11187 Replace uses of send_gdb / gdb_expect.
889bf7c5 11188 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
11189 Replace uses of send_gdb / gdb_expect.
11190
3def43e0
JK
111912010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11192
11193 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
11194 excessive newline.
11195
27d3a1a2 111962010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
11197
11198 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
11199 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
11200 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
11201 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
11202 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
11203 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
11204 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
11205 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
11206 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
11207 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
11208 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
11209 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
11210 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
11211 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
11212 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
11213 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
11214 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
11215 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
11216 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 11217
27d3a1a2 112182010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 11219
22454424
MS
11220 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
11221 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
11222
11223 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
11224 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
11225 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
11226
889bf7c5 11227 * gdb.reverse/consecutive-reverse.exp:
22454424 11228 Replace uses of send_gdb / gdb_expect.
889bf7c5 11229 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
11230 Replace uses of send_gdb / gdb_expect.
11231
11232 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
11233 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
11234 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 11235 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
11236 Replace uses of send_gdb / gdb_expect.
11237 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
11238 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
11239 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
11240 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
11241 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
11242 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
11243 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
11244 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
11245 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
11246
112472010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 11248
22454424 11249 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 11250
22454424 11251 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 11252
22454424
MS
11253 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
11254 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
11255 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
11256 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
11257 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
11258 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
11259 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
11260 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
11261 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 11262
6e5f2c59
TT
112632010-05-25 Tom Tromey <tromey@redhat.com>
11264
11265 * gdb.base/macscp.exp: Add missing space after setup_kfail.
11266
bbc8b958
TT
112672010-05-25 Tom Tromey <tromey@redhat.com>
11268
11269 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
11270 argument order.
11271 * gdb.base/macscp.exp: Fix setup_kfail argument order.
11272 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
11273 order.
11274 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
11275 order.
11276 * gdb.base/call-sc.exp (setup_kfails): Remove.
11277 (setup_compiler_kfails): Remove.
11278 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
11279 argument order.
11280 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
11281 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
11282 (advancei): Fix setup_kfail argument order.
11283 * gdb.base/radix.exp: Fix setup_kfail argument order.
11284 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
11285 order.
11286 * gdb.base/structs.exp (setup_kfails): Remove.
11287 (setup_compiler_kfails): Fix setup_kfail argument order.
11288 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
11289 order.
11290 * gdb.java/jmain.exp: Fix setup_kfail argument order.
11291 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
11292 setup_kfail argument order.
11293 * gdb.cp/overload.exp: Fix setup_kfail argument order.
11294
83d1babf
TT
112952010-05-25 Tom Tromey <tromey@redhat.com>
11296
11297 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
11298
6acb16a2
MS
112992010-05-25 Michael Snyder <msnyder@vmware.com>
11300
11301 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
11302 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
11303 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
11304 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
11305 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
11306 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
11307 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
11308 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
11309 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
11310 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
11311 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
11312 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
11313 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
11314 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
11315 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
11316 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
11317 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
11318 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
11319 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
11320 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
11321 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
11322 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
11323 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
11324 * gdb.base/default.exp: Replace send_gdb with gdb_test.
11325 * gdb.base/define.exp: Replace send_gdb with gdb_test.
11326 * gdb.base/display.exp: Replace send_gdb with gdb_test.
11327 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
11328 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
11329 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
11330 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
11331 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
11332 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
11333 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
11334 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
11335 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
11336 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
11337 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
11338 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
11339 * gdb.base/help.exp: Replace send_gdb with gdb_test.
11340 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
11341 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
11342 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
11343 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
11344 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
11345 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
11346 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
11347 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 11348 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
11349
113502010-05-25 Doug Evans <dje@google.com>
11351
11352 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
11353 gdb.string_to_argv.
ad3986f0 11354
d3b1e874
TT
113552010-05-21 Tom Tromey <tromey@redhat.com>
11356
11357 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
11358 Call it.
11359 * gdb.dwarf2/pieces.S: Update.
11360 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
11361
cb826367
TT
113622010-05-21 Tom Tromey <tromey@redhat.com>
11363
11364 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
11365 Call it.
11366 * gdb.dwarf2/pieces.c (struct C): New.
11367 (f6): New function.
11368 * gdb.dwarf2/pieces.S: Replace.
11369
74de6778
TT
113702010-05-21 Tom Tromey <tromey@redhat.com>
11371
11372 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
11373 Call it.
11374
afd74c5f
TT
113752010-05-21 Tom Tromey <tromey@redhat.com>
11376
11377 * gdb.dwarf2.pieces.exp: New file.
11378 * gdb.dwarf2.pieces.S: New file.
11379 * gdb.dwarf2.pieces.c: New file.
11380
a7b75dfd 113812010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 11382 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
11383
11384 * lib/gdb.exp (gdb_test_no_output): New function.
11385 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
11386 when testing commands that should produce no output.
11387
c81c812a
JB
113882010-05-17 Joel Brobecker <brobecker@adacore.com>
11389
11390 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
11391 parameter that we want to watch being a constant.
11392
0cce5bd9
JB
113932010-05-17 Joel Brobecker <brobecker@adacore.com>
11394
11395 * gdb.ada/cond_lang: New testcase.
11396
47050449
JB
113972010-05-17 Joel Brobecker <brobecker@adacore.com>
11398
11399 * lib/gdb.exp (banned_variables): New variable/constant.
11400 (gdb_init): Add write trace on variables listed in banned_variables.
11401 (gdb_finish): Remove write traces on variables listed in
11402 banned_variables.
11403
77c01586
JB
114042010-05-17 Joel Brobecker <brobecker@adacore.com>
11405
11406 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
11407 * gdb.cp/koenig.exp: Likewise.
11408
88d4aea7
PM
114092010-05-14 Phil Muldoon <pmuldoon@redhat.com>
11410
889bf7c5 11411 PR python/11482
88d4aea7
PM
11412
11413 * gdb.python/py-value.exp (test_value_hash): New function.
11414
f5a010c0
PM
114152010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
11416
11417 PR exp/11530.
11418 * gdb.base/gdb11530.c: New file.
11419 * gdb.base/gdb11530.exp: New file.
11420
8ef4892f
JK
114212010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11422
11423 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
11424 * gdb.dwarf2/dw2-modula2-self-type.S: New.
11425
7322dca9
SW
114262010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
11427
11428 * gdb.cp/koenig.exp: New test.
11429 * gdb.cp/koenig.cc: New test program.
11430
02e7ea18
JB
114312010-05-05 Joel Brobecker <brobecker@adacore.com>
11432
11433 Remove the use of prms_id and bug_id throughout the testsuite.
11434
e1c34c5d
PM
114352010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
11436
11437 PR exp/11349.
11438 * testsuite/gdb.cp/ref-types.exp: Add test to examine
11439 use a reference local variable.
11440
8e1d0c49
JK
114412010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11442
11443 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
11444 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
11445 variable different_dir. Move debugfile into a full directory pathname
11446 under DIFFERENT_DIR.
11447 * lib/gdb.exp (separate_debug_filename): Remove.
11448 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
11449 variable debug_dir and mkdir of it. Update function comments.
11450
e66408ed
PA
114512010-04-29 Pedro Alves <pedro@codesourcery.com>
11452
11453 PR gdb/11557
11454
11455 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
11456 files.
11457
d7b32ed3
PM
114582010-04-29 Phil Muldoon <pmuldoon@redhat.com>
11459
889bf7c5 11460 * gdb.python/py-param.exp: New File.
d7b32ed3 11461
6aecb9c2
JB
114622010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
11463
11464 * gdb.base/default.exp: Fix "set language" test.
11465
bdf92a1c
PM
114662010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
11467
11468 PR breakpoints/11531.
11469 * gdb.base/gdb11531.c: New file.
11470 * gdb.base/gdb11531.exp: New file.
11471
3f172e24
TT
114722010-04-26 Tom Tromey <tromey@redhat.com>
11473
11474 * gdb.base/completion.exp: Add tests for completion and deprecated
11475 commands.
11476
64af4c92
JK
114772010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11478
11479 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
11480 (print /x char_array): Escape curly brackets.
11481
492928e4
JK
114822010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11483
11484 Fix deadlock on looped list of loaded shared objects.
11485 * gdb.base/solib-corrupted.exp: New.
11486
66d09542
DE
114872010-04-23 Doug Evans <dje@google.com>
11488
11489 * gdb.python/py-section-script.c: New file.
11490 * gdb.python/py-section-script.exp: New file.
11491 * gdb.python/py-section-script.py: New file.
11492
8bd10a10
CM
114932010-04-20 Chris Moller <cmoller@redhat.com>
11494
11495 PR 10179
11496
11497 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
11498 * gdb.base/pr10179-a.c:
11499 * gdb.base/pr10179-b.c:
11500 * gdb.base/pr10179.exp: New files.
11501
c0201579
JK
115022010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11503
11504 Fix crashes on dangling display expressions.
11505 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
11506 is SEP.
11507 (lib_flags): Remove the "debug" keyword.
11508 (libsepdebug): New variable for iterating new loop.
11509 (save_pf_prefix): New variable wrapping the loop.
11510 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
11511 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
11512
793b0ff8
PM
115132010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11514
11515 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
11516
097f51f7
PM
115172010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11518
11519 PR stabs/11479.
11520 * gdb.stabs/gdb11479.exp: New file.
11521 * gdb.stabs/gdb11479.c: New file.
11522
9a22f0d0
PM
115232010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11524
11525 * gdb.base/charset.c (Strin16, String32): New variables.
11526 * gdb.base/charset.exp (gdb_test): Test correct display
11527 of 16 or 32 bit strings.
11528
115292010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
11530
11531 PR 9167
11532 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
11533 * gdb.cp/pr9167.cc: New file.
11534 * gdb.cp/pr9167.exp: New file.
11535
11536
6e354e5e
PM
115372010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
11538
11539 PR pascal/11492.
11540 * gdb.pascal/gdb11492.pas: New file.
11541 * gdb.pascal/gdb11492.exp: New file.
11542
be942545
JB
115432010-04-20 Joel Brobecker <brobecker@adacore.com>
11544
1667e6e3 11545 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 11546
0c3acc09
JB
115472010-04-20 Joel Brobecker <brobecker@adacore.com>
11548
11549 * gdb.ada/dyn_loc: New testcase.
11550
ec31cde5
CM
115512010-04-20 Chris Moller <cmoller@redhat.com>
11552
11553 PR 10867
889bf7c5 11554
ec31cde5
CM
11555 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
11556 * gdb.cp/pr10687.cc: New file.
11557 * gdb.cp/pr10687.exp: New file.
11558
11559
ce4b0682
SDJ
115602010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11561 Sergio Durigan Junior <sergiodj@redhat.com>
11562
11563 * gdb.fortran/logical.exp: New testcase.
11564 * gdb.fortran/logical.f90: New file.
11565
3436961f
DE
115662010-04-19 Doug Evans <dje@google.com>
11567
11568 * gdb.base/help.exp (help source): Update expected output.
11569
4d836c09
JK
115702010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11571
11572 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
11573 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
11574 gdb_exit and return.
11575 (executable): New variable.
11576 (binfile): Use it.
11577
6149aea9
PA
115782010-04-19 Pedro Alves <pedro@codesourcery.com>
11579
11580 PR breakpoints/8554.
11581
11582 * gdb.trace/save-trace.exp: Adjust.
11583
ed41462c
L
115842010-04-17 H.J. Lu <hongjiu.lu@intel.com>
11585
11586 PR corefiles/11511
11587 * gdb.arch/system-gcore.exp: New.
11588 * gdb.arch/gcore.c: Likewise.
11589
3f7b2faa
DE
115902010-04-15 Doug Evans <dje@google.com>
11591
fa33c3cd
DE
11592 * gdb.python/py-progspace.c: New file.
11593 * gdb.python/py-progspace.exp: New file.
11594
3f7b2faa
DE
11595 * gdb.base/source.exp: Add tests for "source -s".
11596
79f283fe
PM
115972010-04-14 Phil Muldoon <pmuldoon@redhat.com>
11598
11599 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
11600 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
11601 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
11602 * gdb.python/py-mi.exp: New test for to_string returning None.
11603
fc8eb08a
PM
116042010-04-12 Phil Muldoon <pmuldoon@redhat.com>
11605
11606 * gdb.python/py-breakpoint.c: Make result global.
11607
26e197f6
JK
116082010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11609
11610 Fix non-GNU make compatibility.
11611 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
11612
adc36818
PM
116132010-04-09 Phil Muldoon <pmuldoon@redhat.com>
11614
11615 * gdb.python/py-breakpoint.exp: New File.
11616 * gdb.python/py-breakpoint.C: Ditto.
11617
64e17368
SS
116182010-04-08 Stan Shebs <stan@codesourcery.com>
11619
11620 * gdb.trace/actions.exp: Clear default-collect.
11621 * gdb.trace/save-trace.exp: Clear default-collect.
11622
fff5cc64
PM
116232010-04-08 Phil Muldoon <pmuldoon@redhat.com>
11624
11625 * gdb.python/py-value: Add null string variable.
11626 (test_lazy_string): Test zero length, NULL address lazy
11627 strings.
11628
a055a187
L
116292010-04-07 H.J. Lu <hongjiu.lu@intel.com>
11630
11631 * gdb.arch/i386-avx.c: New.
11632 * gdb.arch/i386-avx.exp: Likewise.
11633
11634 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
11635
96e39866
DE
116362010-04-06 Doug Evans <dje@google.com>
11637
11638 * gdb.base/source-test.gdb: New file.
11639 * gdb.base/source.exp: Test source -v.
11640
5984a431
UW
116412010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11642
11643 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
11644
ec8a089a
PM
116452010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
11646
11647 * gdb.stabs/aout.sed: Convert all backslash to double backslash
11648 within one line, unless it is followed by a double quote.
11649 * gdb.stabs/hppa.sed: Idem.
11650 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
11651 * gdb.stabs/weird.exp: Check for correct parsing of
11652 char and string constants.
ec8a089a
PM
11653 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
11654 in .stabs to .stabx substitution.
11655
fce3c1f0
SS
116562010-04-05 Stan Shebs <stan@codesourcery.com>
11657
11658 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
11659 constant global.
11660 * gdb.trace/tfile.exp: Try to print them.
11661
d77f58be
SS
116622010-04-04 Stan Shebs <stan@codesourcery.com>
11663
11664 * gdb.base/completion.exp: Update for new "info watchpoints".
11665 * gdb.base/default.exp: Ditto.
11666 * gdb.base/help.exp: Ditto.
11667 * gdb.base/watchpoint.exp: Ditto.
11668 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 11669
af54718e
SS
116702010-04-04 Stan Shebs <stan@codesourcery.com>
11671
11672 * gdb.trace/tfile.exp: Sharpen tfind test.
11673
74d1f91e
JK
116742010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11675
11676 * gdb.base/break-entry.exp: New.
11677
eb8e76db 116782010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 11679 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
11680
11681 * gdb.reverse/i386-sse-reverse.exp: New file.
11682 * gdb.reverse/i386-sse-reverse.c: New file.
11683
bf65cad8
PA
116842010-04-02 Pedro Alves <pedro@codesourcery.com>
11685
11686 * gdb.trace/tfind.exp: Adjust expected disassembly output.
11687
fff87407
SS
116882010-04-01 Stan Shebs <stan@codesourcery.com>
11689
11690 * gdb.trace/actions.exp: Tweak expected output.
11691 * gdb.trace/while-stepping.exp: Tweak expected output.
11692
fe01d668
L
116932010-04-01 H.J. Lu <hongjiu.lu@intel.com>
11694
11695 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
11696
86b17b60
PA
116972010-04-01 Pedro Alves <pedro@codesourcery.com>
11698
11699 * gdb.base/commands.exp: Adjust.
11700 * gdb.cp/extern-c.exp: Adjust.
11701
2c58c0a9
PA
117022010-04-01 Pedro Alves <pedro@codesourcery.com>
11703
11704 * gdb.trace/collection.c (local_test_func): Define a local struct,
11705 and instanciate it.
11706
0db9b91c
PA
117072010-04-01 Pedro Alves <pedro@codesourcery.com>
11708
11709 * gdb.trace/collection.exp (gdb_collect_args_test)
11710 (gdb_collect_argarray_test): XFAIL the tests that assume the
11711 argarray argument's elements are collected.
11712
8072405b
JK
117132010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11714
11715 * gdb.dwarf2/dw2-bad-parameter-type.exp,
11716 gdb.dwarf2/dw2-bad-parameter-type.S: New.
11717
8bf6485c
SS
117182010-03-31 Stan Shebs <stan@codesourcery.com>
11719
11720 * gdb.trace/save-trace.exp: Test save/restore of default-collect
11721 and tracepoint conditionals.
11722 (gdb_verify_tracepoints): Delete unused return.
11723
fd7f724a
KS
117242010-03-26 Keith Seitz <keiths@redhat.com>
11725
11726 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
11727 appear in the output before main.
11728 Remove KFAIL for gdb/2215 aka bz 9320.
11729
8d9e7719
DE
117302010-03-30 Doug Evans <dje@google.com>
11731
0906dd0b
DE
11732 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
11733 by dejagnu.
11734 * gdb.arch/amd64-dword.exp: Ditto.
11735
8d9e7719
DE
11736 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
11737 match.
11738 (break printf): Ditto.
11739
1da644f0
SW
117402010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
11741
11742 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
11743 gcc < 4.4.
11744 * gdb.cp/shadow.exp: Ditto.
11745
a8121990
PA
117462010-03-29 Pedro Alves <pedro@codesourcery.com>
11747
11748 * gdb.trace/collection.exp (run_trace_experiment): Make sure
11749 "tstart" is silent.
11750
6e79d367
PA
117512010-03-29 Pedro Alves <pedro@codesourcery.com>
11752
11753 * gdb.trace/collection.exp (executable): New.
11754 (binfile): Use it.
11755 (fpreg, spreg, pcreg): New.
11756 (test_register): Use gdb_test_multiple. Pass /x to print.
11757 (prepare_for_trace_test): New.
11758 (run_trace_experiment): Use "continue", not gdb_run_cmd.
11759 (gdb_collect_args_test, gdb_collect_argstruct_test)
11760 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
11761 prepare_for_trace_test.
11762 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
11763 fpreg, spreg and pcreg.
11764 (gdb_collect_expression_test, gdb_collect_globals_test): Use
11765 prepare_for_trace_test.
11766 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
11767 try to detect tracing support here. Don't set breakpoints at
11768 `begin' or `end' here.
11769 <global scope>: Use clean_restart. Run to main before checking
11770 for tracing support. Check for for tracing support here.
11771
09248348
JK
117722010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11773
11774 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
11775 " as $displacement" to "seen displacement message".
11776
d350db38
PA
117772010-03-28 Pedro Alves <pedro@codesourcery.com>
11778
11779 * gdb.trace/while-dyn.exp (executable): New variable.
11780 (binfile): Use it.
11781 (test_while_stepping): New function. Move most tests here. Call
11782 it once for each of the while-stepping, stepping and ws aliases.
11783
907af001
UW
117842010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11785
11786 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
11787 that do not provide the tagless_struct type name at all.
11788 (test_print_anon_union): Do not check value of uninitialized
11789 union member. Do not use cp_test_ptype_class, so we can accept
11790 "long" as well as "long int".
11791
610197fd
PA
117922010-03-26 Pedro Alves <pedro@codesourcery.com>
11793
11794 * gdb.trace/tfile.c (tohex, bin2hex): New.
11795 (write_error_trace_file): Hexify error description.
11796
6c28cbf2
SS
117972010-03-25 Stan Shebs <stan@codesourcery.com>
11798
11799 * gdb.trace/tfile.c: Generate an additional trace file, improve
11800 portability.
11801 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
11802 files in a better way.
11803
e62b8c7e
KS
118042010-03-25 Keith Seitz <keiths@redhat.com>
11805
11806 * gdb.java/jprint.exp: XFAIL printing of static class members
11807 because of GCC debuginfo problem.
11808
82ccf5a5
JK
118092010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11810
11811 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
11812
293e2f9e
DJ
118132010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11814
11815 * gdb.base/completion.exp: Allow long instead of long int.
11816 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
11817 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
11818 variable p.
11819 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
11820 * gdb.base/pointers.exp: Allow long instead of long int.
11821 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
11822 * gdb.base/step-line.exp: Allow a directory before the source file name.
11823
95a42b64
TT
118242010-03-24 Tom Tromey <tromey@redhat.com>
11825
11826 PR breakpoints/9352:
11827 * gdb.base/default.exp: Update.
11828 * gdb.base/commands.exp: Update.
11829 * gdb.cp/extern-c.exp: Test setting commands on multiple
11830 breakpoints at once.
11831
2390201f
DJ
118322010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11833
11834 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
11835 if gdb,nosignals.
11836 * gdb.base/watchpoints.c: Do not include unnecessary headers.
11837 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
11838 exited".
11839
8c9a6790
SS
118402010-03-24 Stan Shebs <stan@codesourcery.com>
11841
11842 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
11843
a6c727b2
DJ
118442010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11845
11846 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
11847 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
11848 argument. Handle "short" and "long".
11849 (Top level): Pass overprototyped output for old_fptr and xptr.
11850
4dfd5423
PA
118512010-03-23 Pedro Alves <pedro@codesourcery.com>
11852
11853 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
11854 format strings and add casts to avoid compiler warnings.
11855
118562010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
11857
11858 * lib/trace-support.exp (gdb_trace_setactions):
11859 Don't expect whitespace after ">" prompt.
11860 * gdb.trace/actions.exp: Adjust for output changes.
11861 * gdb.trace/while-stepping.exp: Likewise.
11862
c847d045
JK
118632010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11864
11865 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
11866 and r157645).
11867
5f717f1d
JK
118682010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11869
11870 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
11871 New.
11872
7d6d51d5
DJ
118732010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
11874
11875 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
11876 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
11877
3b11a015
SS
118782010-03-19 Stan Shebs <stan@codesourcery.com>
11879
11880 * gdb.trace/ax.exp: New file.
11881
d7d158ed
DE
118822010-03-19 Doug Evans <dje@google.com>
11883
6bb85cd1
DE
11884 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
11885 output from gcc.
11886
d7d158ed
DE
11887 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
11888 named /usr/sbin/prelink<foo>.
11889
4daf5ac0
SS
118902010-03-18 Stan Shebs <stan@codesourcery.com>
11891
11892 * gdb.trace/circ.exp: Test circular-trace-buffer.
11893 * gdb.trace/tfile.exp: Update tstatus test.
11894
e8d05480
JB
118952010-03-18 Joel Brobecker <brobecker@adacore.com>
11896
11897 * gdb.dwarf2/dw2-anonymous-func.S: New file.
11898 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
11899
441b986a
UW
119002010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11901
11902 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
11903
4247603b
PA
119042010-03-18 Pedro Alves <pedro@codesourcery.com>
11905
11906 * gdb.base/default.exp: Adjust the expected output of the finish
11907 and until commands when the inferior is not being run.
11908
13387711
SW
119092010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
11910
11911 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
11912 * gdb.cp/nsusing.exp: Ditto.
11913
6e31430b
TT
119142010-03-15 Tom Tromey <tromey@redhat.com>
11915
11916 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
11917 * gdb.cp/userdef.cc (operator==): New function.
11918 (main): New locals mem1, mem2.
11919
e2d69cb5
JZ
119202010-03-15 Jie Zhang <jie@codesourcery.com>
11921
11922 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
11923 Declare and use new loadtimeout variable.
11924
f572f0a9
DJ
119252010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
11926
11927 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
11928 Use gdb_load later.
11929
51f4c0b0
PA
119302010-03-14 Pedro Alves <pedro@codesourcery.com>
11931
11932 * gdb.base/solib-disc.c (main): Make format of fprintf a string
11933 literal. Add missing endlines to prints to stderr.
11934
1c809c68
TT
119352010-03-12 Tom Tromey <tromey@redhat.com>
11936
11937 PR c++/9708:
11938 * gdb.cp/m-static.exp: Add regression test.
11939 * gdb.cp/m-static.cc (method): New method.
11940 (main): Call it.
11941
00ae8fef
SW
119422010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
11943
11944 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
11945 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
11946
759f0f0b
PA
119472010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
11948
21e24d21
PA
11949 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
11950
119512010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
11952
759f0f0b
PA
11953 * lib/gdb.exp (skip_stl_tests): New.
11954 (gdb_compile): Symbian needs -ldl.
11955 (shlib_target_file): New.
11956 (shlib_symbol_file): New.
11957 (gdb_load_shlibs): Use shlib_target_file.
11958 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
11959 * gdb.cp/exception.exp: Use skip_stl_tests.
11960 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
11961 * gdb.cp/try_catch.exp: Use skip_stl_tests.
11962 * gdb.cp/mb-templates.exp: Ditto.
11963 * gdb.base/commands.exp: Relax regexes.
11964 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
11965 shlib_target_file and shlib_symbol_file.
11966 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
11967 sections.
11968 * gdb.base/ending-run.exp: Accept E32Main for symbian.
11969 * gdb.base/solib-disc.exp: Use
11970 shlib_target_file and shlib_symbol_file.
11971 * gdb.base/unload.exp: Don't skip on symbian. Use
11972 shlib_target_file and shlib_symbol_file.
11973 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
11974
6a8f2671 119752010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 11976
6a8f2671
PA
11977 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
11978 * gdb.trace/report.exp: Adjust for x86 and x86_64.
11979 Issue a tfind end before looking for a tracepoint frame.
11980 * gdb.trace/tfind.exp: Adjust tstatus output.
11981 Adjust disassembly output.
11982 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
11983
ccf26247
JK
119842010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11985
11986 * gdb.base/break-interp.exp: Create new displacement parameter value
11987 for the test_ld calls.
11988 (reach): New parameter displacement, verify its content. New push of
11989 pf_prefix "reach-$func:". Import global expect_out.
11990 (test_core): New parameter displacement, verify its content. New push
11991 of pf_prefix "core:". New command "set verbose on". Import global
11992 expect_out.
11993 (test_attach): New parameter displacement, verify its content. New
11994 push of pf_prefix "attach:". New command "set verbose on". Import
11995 global expect_out.
11996 (test_ld): New parameter displacement, pass it to the reach, test_core
11997 and test_attach calls and verify its content in the "ld.so exit" test.
11998 * gdb.base/prelink.exp: Remove gdb_exit and final return.
11999 (prelink): Update expected text, use gdb_test.
12000
e469c7fb
DE
120012010-03-10 Doug Evans <dje@google.com>
12002
12003 * gdb.base/checkpoint.exp: Fix comment.
12004 Lengthen timeout while doing >600 checkpoints test.
12005 Rename duplicate "kill all one" test to keep test names unique.
12006
60e1c644
PA
120072010-03-10 Pedro Alves <pedro@codesourcery.com>
12008
12009 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
12010
cec808ec
KS
120112010-03-08 Keith Seitz <keiths@redhat.com>
12012
889bf7c5
PA
12013 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
12014 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
12015 (dm_type_long): New function.
12016 (dm_type_unsigned_short): New function.
12017 (dm_type_unsigned_long): New function.
12018 (myint): New typedef.
12019 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
12020 long, unsigned shor and long, operator char*, and typedef.
12021 (test_lookup_operator_functions): Add operator char* test.
12022 (test_paddr_operator_functions): Likewise.
12023 (test_paddr_overloaded_functions): Use probe values for
12024 short, long, and unsigned short and long.
12025 (test_paddr_hairy_functions): If the demangler probe detected
12026 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
12027 demangler.
12028 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
12029 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
12030 and "print null_pmf".
12031 Add test "ptype a.*pmf".
12032 * gdb.cp/overload.exp: Allow optional "int" to appear with
12033 "short" and "long".
12034 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
12035 long expect value for men_overload1arg.
12036 Allow "int" to appear with "short" and "long".
12037 When testing "info break", add argument for main (void).
12038 Also allow "int" to appear with "short" and "long".
12039 Ditto with "unsigned" and "long long".
cec808ec
KS
12040 * gdb.java/jmain.exp: Do not enclose methods names in single
12041 quotes.
12042 * gdb.java/jmisc.exp: Likewise.
12043 * gdb.java/jprint.exp: Likewise.
12044 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
12045
12046 From Jan Kratochvil <jan.kratochvil@redhat.com>:
12047 * gdb.cp/exception.exp (backtrace after first throw)
12048 (backtrace after second throw): Allow a namespace before __cxa_throw.
12049 (backtrace after first catch, backtrace after second catch): Allow
12050 a namespace before __cxa_begin_catch.
12051
12052 * gdb.cp/cpexprs.exp: New file.
12053 * gdb.cp/cpexprs.cc: New file.
12054
12055 From Daniel Jacobowitz <dan@codesourcery.com>
12056 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
12057 to use string_to_regexp.
12058 (ctor, dtor): New functions. Use them to match constructor
12059 and destructor function types.
12060 (Top level): Use runto_main.
12061
f870a310
TT
120622010-03-05 Tom Tromey <tromey@redhat.com>
12063
12064 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
12065 gdb.target_charset.
12066 (pp_ns.to_string): Likewise.
12067
0c199f28
KS
120682010-03-04 Keith Seitz <keiths@redhat.com>
12069
12070 * gdb.cp/overload.exp: Test that the filename portion of a linespec
12071 can be quoted. Test that both the filename and function/line
12072 portions can be quoted at the same time.
12073
c7437ca6
PA
120742010-03-04 Pedro Alves <pedro@codesourcery.com>
12075
12076 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
12077
b111b805
DE
120782010-03-03 Doug Evans <dje@google.com>
12079
24486cb7
DE
12080 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
12081 libc contains libpthread.
12082
b111b805
DE
12083 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
12084 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
12085 of gdb_compile. Add another pattern to match android backtrace.
12086
a0e0ef55
TT
120872010-03-03 Tom Tromey <tromey@redhat.com>
12088
12089 PR gdb/11345:
12090 * gdb.base/printcmds.exp (test_printf): Add test.
12091
1ba53b71
L
120922010-03-02 H.J. Lu <hongjiu.lu@intel.com>
12093
12094 * gdb.arch/amd64-byte.exp: New.
12095 * gdb.arch/amd64-dword.exp: Likewise.
12096 * gdb.arch/amd64-pseudo.c: Likewise.
12097 * gdb.arch/amd64-word.exp: Likewise.
12098 * gdb.arch/i386-byte.exp: Likewise.
12099 * gdb.arch/i386-pseudo.c: Likewise.
12100 * gdb.arch/i386-word.exp: Likewise.
12101
f5dff777
DJ
121022010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12103
12104 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
12105 types. Add structreg, bitfields, and flags registers.
12106 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
12107 registers.
12108
90884b2b
L
121092010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12110
12111 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
12112 (load_description): Set architecture if defined.
12113
dc00d89f
PM
121142010-02-28 Phil Muldoon <pmuldoon@redhat.com>
12115
12116 * gdb.python/py-frame.exp: Add read_var block tests.
12117 * gdb.python/py-frame.c (block): New function.
12118
0e095b7e
JK
121192010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12120 Daniel Jacobowitz <dan@codesourcery.com>
12121
12122 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
12123
624f1a65
DM
121242010-02-25 David S. Miller <davem@davemloft.net>
12125
12126 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
12127 fix logic for setting all_syscalls_numbers.
12128
f3e9a817
PM
121292010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12130
12131 * Makefile.in: Add py-block and py-symbol.
12132 * gdb.python/py-symbol.exp: New File.
12133 * gdb.python/py-symtab.exp: New File.
12134 * gdb.python/py-block.exp: New File.
12135 * gdb.python/py-symbol.c: New File.
12136 * gdb.python/py-block.c: New File.
12137
f6bbabf0
PM
121382010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12139
12140 PR python/11314
12141 * lib/gdb.exp (skip_python_tests): New function.
12142 * gdb.python/py-cmd.exp: Use skip_python_tests.
12143 * gdb.python/py-frame.exp: Likewise.
12144 * gdb.python/py-function.exp: Likewise.
12145 * gdb.python/py-prettyprint.exp: Likewise.
12146 * gdb.python/py-template.exp: Likewise.
12147 * gdb.python/py-type.exp: Likewise.
12148 * gdb.python/py-value.exp: Likewise.
12149
85d721b8
PA
121502010-02-22 Pedro Alves <pedro@codesourcery.com>
12151
12152 PR9605
12153
12154 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
12155
48e32051
TT
121562010-02-19 Tom Tromey <tromey@redhat.com>
12157
12158 PR c++/8693, PR c++/9496:
12159 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
12160 regression tests.
12161
ac9c0048
JK
121622010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12163
12164 Fix compatibility with m68k as.
12165 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
12166 Use only /* comments */.
12167
57bb97a4
UW
121682010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12169
12170 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
12171 * configure: Regenerate.
12172
7d1bf85c
DJ
121732010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
12174
12175 * gdb.python/py-type.exp: Check for Python support.
12176
061b5285
PA
121772010-02-17 Pedro Alves <pedro@codesourcery.com>
12178
12179 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
12180 `regsub' syntax available.
12181
f8a8bc2c
PA
121822010-02-17 Pedro Alves <pedro@codesourcery.com>
12183
12184 * gdb.base/shmain.c (main): Remove printf call.
12185 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
12186 * gdb.base/unload.c (main): Make format of fprintf a string
12187 literal. Add missing endlines to prints to stderr.
12188 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
12189
6f451e5e
TT
121902010-02-17 Tom Tromey <tromey@redhat.com>
12191
12192 * gdb.java/jprint.java (jprint.props): New field.
12193 * gdb.java/jprint.exp (set_lang_java): Add regression test.
12194
12d79008
PA
121952010-02-17 Pedro Alves <pedro@codesourcery.com>
12196
ef801a0e 12197 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
12198 available.
12199
d252f7e5
DJ
122002010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12201
12202 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
12203 creation to support remote host testing.
12204
67bdab6c
DJ
122052010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12206
12207 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
12208 Recognize "command not found".
12209
bb391223
DJ
122102010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12211
12212 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
12213 single-stepping.
12214
70362913
DJ
122152010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12216
12217 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
12218 if arguments are not supported.
12219
493f3c00
DJ
122202010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12221
12222 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
12223 be const or non-const.
12224
8034c749
DJ
122252010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12226
12227 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
12228 mi_send_resuming_command to send -exec-continue.
12229
791dfb64
DJ
122302010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12231
12232 * gdb.base/list.exp (test_list_filename_and_function): Add test
12233 with single quotes.
12234 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
12235 matching.
12236 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
12237 Add KFAIL'd tests for PR gdb/11289.
12238
7c5fe868
DJ
122392010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12240
12241 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
12242
fdc498b8
DJ
122432010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12244
12245 * gdb.base/comp-dir/subdir/dummy.txt: New file.
12246 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
12247 a temporary directory.
12248
b519e2a6
DJ
122492010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12250
12251 * gdb.base/charset.exp: Use a single regular expression to match
12252 show host-charset and show target-charset output.
12253
74164c56
JK
122542010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12255
12256 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
12257 "Illegal process-id" expect string more exact.
12258 (attach to digits-starting nonsense is prohibited): New.
12259
701ed6dc
JK
122602010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12261
12262 * gdb.base/prelink.exp (set verbose on): New.
12263
889bf7c5 122642010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
12265
12266 * mi-reverse.exp: New file. Test for reverse option to the
12267 following MI commands: exec-continue, exec-finish, exec-next,
12268 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 12269
dadf0e9c
JB
122702010-02-09 Joel Brobecker <brobecker@adacore.com>
12271
12272 * gdb.ada/ptype_tagged_param: New testcase.
12273
714f19d5
TT
122742010-02-08 Tom Tromey <tromey@redhat.com>
12275
12276 PR c++/8017:
12277 * gdb.cp/overload.exp: Add tests.
12278 * gdb.cp/overload.cc (struct K): New.
12279 (namespace N): New.
12280 (main): Call new functions.
12281 (K::staticoverload): Define.
12282
889bf7c5 122832010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
12284
12285 PR gdb/10728
12286 * gdb.cp/pr10728-x.h: New file.
12287 * gdb.cp/pr10728-x.cc: New file.
12288 * gdb.cp/pr10728-y.cc: New file.
12289 * gdb.cp/pr10728.exp: New file.
12290 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
12291
889bf7c5 122922010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
12293
12294 PR gdb/9067
12295 * gdb.cp/pr9067.exp: New
12296 * gdb.cp/pr9067.cc: New
12297 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
12298
7b356089
JB
122992010-02-08 Joel Brobecker <brobecker@adacore.com>
12300
12301 * lib/gdb.exp (gdb_test_timeout): New global variable.
12302 Set it to timeout if not already set.
12303 (gdb_init): Reset the value of timeout to gdb_test_timeout.
12304
1be00882
DE
123052010-02-05 Doug Evans <dje@google.com>
12306
12307 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
12308 user.
12309
82856980
SW
123102010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
12311
12312 PR c++/7935:
12313 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
12314
1a334831
TT
123152010-02-04 Tom Tromey <tromey@redhat.com>
12316
12317 * gdb.cp/virtbase.exp: Make test case names unique.
12318
9c3c02fd
TT
123192010-02-02 Tom Tromey <tromey@redhat.com>
12320
12321 * gdb.cp/virtbase.exp: Add regression tests.
12322 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
12323 (main): Instantiate RHC.
12324
0cc2414c
TT
123252010-02-02 Tom Tromey <tromey@redhat.com>
12326
12327 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
12328 type-printing change.
12329
edf3d5f3
TT
123302010-02-02 Tom Tromey <tromey@redhat.com>
12331
12332 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
12333 * gdb.cp/virtbase.cc: New file.
12334 * gdb.cp/virtbase.exp: New file.
12335 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
12336
e4b7f41c
JK
123372010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12338
12339 PR libc/11214:
12340 * gdb.threads/current-lwp-dead.c: Include features.h.
12341 (HAS_NOMMU): New.
12342 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
12343
b381ea14
JK
123442010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12345
12346 * gdb.base/symbol-without-target_section.exp,
12347 gdb.base/symbol-without-target_section.c: New.
12348
c593ac0e
DJ
123492010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12350
12351 * gdb.base/bigcore.exp: Reset increased timeout.
12352 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
12353
db25f29d
DJ
123542010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12355
12356 * gdb.base/gcore.exp (capture_command_output): Use
12357 gdb_test_multiple.
12358
f9d67f43
DJ
123592010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12360
12361 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
12362 * gdb.arch/thumb2-it.exp (test_it_break): New function.
12363 (Top level): Call it.
12364
177321bd
DJ
123652010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12366
12367 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
12368
97f2ed50
DJ
123692010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12370
12371 * gdb.base/call-strs.exp, gdb.base/default.exp,
12372 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
12373 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
12374 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
12375 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
12376 gdb.base/watchpoint-solib.exp: Save and restore timeout.
12377 * gdb.base/ending-run.exp: Correct restore of timeout.
12378 * gdb.base/page.exp: Remove unnecessary timeout setting.
12379
e4e2711a
JB
123802010-01-29 Joel Brobecker <brobecker@adacore.com>
12381
12382 * gdb.ada/rec_return: New testcase.
12383
ba581dc1
JB
123842010-01-29 Joel Brobecker <brobecker@adacore.com>
12385
12386 * gdb.ada/call_pn: New testcase.
12387
4ea95be9
DJ
123882010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
12389
12390 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
12391 (Top level): Use it to resume.
12392 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
12393 the Thumb mode displaced stepping error as unsupported.
12394
df83a9bf
SW
123952010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
12396
889bf7c5
PA
12397 * gdb.cp/nsusing.exp: Added more tests.
12398 * gdb.cp/nsrecurs.exp: Ditto.
12399 * gdb.cp/nsusing.cc: Added test functions.
12400 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 12401
40b27cdc
JK
124022010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12403
12404 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
12405 absolute directory pathnames in gdb.sum file.
12406
de958931
SW
124072010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
12408
12409 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
12410 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
12411
708ead4e
TT
124122010-01-26 Tom Tromey <tromey@redhat.com>
12413
12414 PR exp/7643:
12415 * gdb.base/printcmds.exp (test_print_string_constants): Remove
12416 setup_kfail.
12417
b14e635e
SW
124182010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
12419
12420 * gdb.cp/nsrecurs.exp: New test.
12421 * gdb.cp/nsrecurs.cc: New test program.
12422 * gdb.cp/nsstress.exp: New test.
12423 * gdb.cp/nsstress.cc: New test program.
12424 * gdb.cp/nsdecl.exp: New test.
12425 * gdb.cp/nsdecl.cc: New test program.
12426
8540c487
SW
124272010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
12428
12429 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
12430 imported into file scope.
12431 Marked test as xfail.
12432 * gdb.cp/namespace-using.cc (marker5): New function.
12433 * gdb.cp/shadow.exp: New test.
12434 * gdb.cp/shadow.cc: New test program.
12435 * gdb.cp/nsimport.exp: New test.
12436 * gdb.cp/nsimport.cc: New test program.
12437
421d5d99
TT
124382010-01-25 Tom Tromey <tromey@redhat.com>
12439
12440 PR gdb/11049:
12441 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
12442 with "set print null-stop on".
12443
691f8dc1
JK
124442010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12445
12446 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
12447 Adjust it for DISASSEMBLY_OMIT_FNAME.
12448
0b92b5bb
TT
124492010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12450
12451 PR symtab/11199:
12452 * gdb.dwarf2/member-ptr-forwardref.exp,
12453 gdb.dwarf2/member-ptr-forwardref.S: New.
12454
23787403
JK
124552010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12456
12457 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
12458 (thread1_func): Protect thread1_tid with thread1_tid_cond by
12459 thread1_tid_mutex. Remove gdbstop_mutex handling.
12460 (thread2_func): Protect thread2_tid with thread2_tid_cond by
12461 thread2_tid_mutex. Remove gdbstop_mutex handling.
12462 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
12463 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
12464 pthread_cond_wait conditionalizations by while loops.
12465
b966cb8a
TT
124662010-01-20 Tom Tromey <tromey@redhat.com>
12467
12468 PR backtrace/10770:
12469 * gdb.dwarf2/pr10770.exp: New file.
12470 * gdb.dwarf2/pr10770.c: New file.
12471 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
12472
fcae584b
VP
124732010-01-20 Vladimir Prus <vladimir@codesourcery.com>
12474
12475 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
12476 that target was removed, and the test always runs native anyway.
12477
a0f49112
JK
124782010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12479
12480 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
12481 gdb.base/watchpoint-cond-gone-stripped.c: New.
12482
ceeb3d5a
TT
124832010-01-19 Tom Tromey <tromey@redhat.com>
12484
12485 PR c++/8000:
12486 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
12487 existing tests.
12488 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
12489 (main): Use AAA::SomeEnum.
12490
dd322c54
JK
124912010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12492
12493 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
12494 (test_ignore_count): Declare line_callme_body global.
12495 (run to breakpoint with ignore count): Use line_callme_body.
12496 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
12497 (set line_main_hello, set line_main_return): Reindent.
12498 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
12499 New.
12500 (continue to callee4): Use line_callee4_body.
12501 (check *stopped from CLI command): Use line_callee4_next.
12502 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
12503 (set line_main_hello, set line_main_return): Reindent.
12504 (set line_callee4_head, set line_callee4_body): New.
12505 (continue to callee4): Use line_callee4_body.
12506
4e8f195d
TT
125072010-01-18 Tom Tromey <tromey@redhat.com>
12508
12509 PR c++/9680:
12510 * gdb.cp/casts.cc: Add new classes and variables.
12511 * gdb.cp/casts.exp: Test new operators.
12512
9e14a9ba
JB
125132010-01-18 Tom Tromey <tromey@redhat.com>
12514 Thiago Jung Bauermann <bauerman@br.ibm.com>
12515
12516 * gdb.python/source2.py: New file.
12517 * gdb.python/source1: New file.
12518 * gdb.python/python.exp: Test "source" command.
12519
00bf0b85
SS
125202010-01-15 Stan Shebs <stan@codesourcery.com>
12521
12522 * gdb.trace/tfile.c: New file.
12523 * gdb.trace/tfile.exp: New file.
889bf7c5 12524
55235ad7
JK
125252010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12526
12527 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
12528
9f2982ff
JK
125292010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12530
12531 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
12532
bbfba9ed
JK
125332010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12534
12535 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
12536 (libfunc): New parameter action. Implement also selectable "sleep".
12537 * gdb.base/break-interp-main.c: Include assert.h.
12538 (libfunc): New parameter action.
12539 (main): New parameters argc and argv. Assert argc. Pass argv.
12540 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
12541 (test_attach): New proc.
12542 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
12543 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
12544
61f0d762
JK
125452010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12546
12547 * gdb.base/break-interp.exp (test_core): New proc.
12548 (test_ld): Call it.
12549
06a6f270
JK
125502010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12551
12552 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
12553 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
12554 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
12555 and gdb_compile_shlib. Use new -Wl compiler options.
12556 (dl bt, main bt): New tests.
12557
51bee8e9
JK
125582010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12559
12560 Support PIEs with no symfile_objfile.
12561 * gdb.base/break-interp.exp: New argument at the test_ld calls.
12562 (test_ld): New parameter trynosym.
12563 (test_ld <$trynosym>): New block.
12564
b8040f19
JK
125652010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12566
12567 * gdb.base/break-interp.exp: New file.
12568
be759fcf
PM
125692010-01-13 Phil Muldoon <pmuldoon@redhat.com>
12570
12571 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
12572 * gdb.python/py-prettyprint.py (pp_ls): New printer.
12573 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
12574 test.
12575 * gdb.python/py-prettyprint.c: Define lazystring test structure.
12576 * gdb.python/py-mi.exp: Add lazy string test.
12577
dc146f7c
VP
125782010-01-13 Vladimir Prus <vladimir@codesourcery.com>
12579
12580 * lib/mi-support.exp (mi_check_thread_states): Handle
12581 core number in thread listing.
12582
b4ba55a1
JB
125832010-01-12 Joel Brobecker <brobecker@adacore.com>
12584
12585 * gdb.base/maint.exp: Adjust the expected output for the
12586 "maint print type" test. Use gdb_test_multiple instead of
12587 gdb_sent/gdb_expect.
12588
08e24bd4
DE
125892010-01-11 Doug Evans <dje@google.com>
12590
6496a609
DE
12591 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
12592 from gdbserver_download. All callers updated.
12593
08e24bd4
DE
12594 * gdb.server/ext-run.exp: "info os processes" requires xml support.
12595
b5cfddf5
JK
125962010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12597
12598 Implement binary numbers parsing.
12599 * gdb.base/printcmds.exp (test_integer_literals_accepted)
12600 (test_integer_literals_rejected): New binary tests.
12601
3725885a
RW
126022010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12603
12604 * gdb.cell/configure: Regenerate.
12605
37aeb5df
JK
126062010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12607
12608 * gdb.base/corefile.exp: Move the core finding block out and call it as
12609 core_find, new variable $corefile, replace corefile by $corefile and
12610 [file tail $corefile] for usage vs. test names resp.
12611 * lib/gdb.exp (core_find): Move it as a new function here. New
12612 parameter binfile and deletefiles. New variable $destcore. Pre-delete
12613 $destcore. Return "" on error.
12614
d521f563
JK
126152010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12616
12617 Workaround PR binutils/10802.
12618 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
12619 (twice).
12620
28f24826
DJ
126212010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
12622
12623 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
12624
2de75e71
JB
126252010-01-08 Joel Brobecker <brobecker@adacore.com>
12626
12627 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
12628 call, to avoid interruption.
12629
fe00719b 126302010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
12631
12632 * gdb.stabs/weird.def (args93): New.
12633
d0ef5df8
DE
126342010-01-07 Doug Evans <dje@google.com>
12635
12636 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
12637
3a08d52f
TT
126382010-01-07 Tom Tromey <tromey@redhat.com>
12639
12640 * gdb.base/source.exp: Use correct line number.
12641
7a697b8d
SS
126422010-01-05 Stan Shebs <stan@codesourcery.com>
12643
12644 * gdb.trace/tracecmd.exp: Test ftrace.
12645
7803799a
UW
126462010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12647
12648 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
12649
c54eabfa
JK
126502010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12651
12652 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
12653 "uint_for_mi_testing".
12654
02e7ef19
JB
126552010-01-01 Joel Brobecker <brobecker@adacore.com>
12656
12657 Test indented comment in file being sourced.
12658 * gdb.base/commands.exp: Test indented comment in file being sourced.
12659
abd775ce
JB
126602010-01-01 Joel Brobecker <brobecker@adacore.com>
12661
12662 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
12663 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
12664 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
12665 notice.
12666
79b55b82
JB
126672010-01-01 Joel Brobecker <brobecker@adacore.com>
12668
12669 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
12670 notice.
12671
8997583e
JK
126722010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12673
12674 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
12675 missing $after_stopped and comma (,) expectation.
12676
6da95a67
SS
126772009-12-31 Stan Shebs <stan@codesourcery.com>
12678
12679 * gdb.trace/actions.exp: Test teval action.
889bf7c5 12680
218d2fc6
TJB
126812009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
12682
12683 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
12684 (top level): Call test_watchpoint_in_big_blob.
12685 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
12686 watchpoints.
12687 (func3): Write to buf.
12688
236f1d4d
SS
126892009-12-29 Stan Shebs <stan@codesourcery.com>
12690
12691 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 12692
f61e138d
SS
126932009-12-28 Stan Shebs <stan@codesourcery.com>
12694
12695 * gdb.trace/tsv.exp: New file.
12696 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 12697
0219b378
DJ
126982009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
12699
12700 * gdb.base/find.c (main): Reference search buffers.
12701 * gdb.base/included.c (main): Reference integer.
12702 * gdb.base/ptype.c (charfoo): Declare.
12703 (intfoo): Call charfoo.
12704 * gdb.base/scope0.c (useitp): New function.
12705 (usestatics): Use useitp.
12706 (useit): Add a type for val.
12707 * gdb.base/scope1.c (useit1): Take a pointer argument.
12708 (usestatics1): Update calls to useit1.
12709 * gdb.cp/call-c.cc: Declare foo.
12710 (main): Call foo.
12711 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
12712 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
12713 (main): Call C::ensureRefs and ensureOtherRefs.
12714 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
12715 variables.
12716 (ensureOtherRefs): New function.
12717 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
12718 * gdb.cp/templates.cc (main): Call t5i.value.
12719
3f78692f
JK
127202009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12721
12722 Fix compatibility with G++-4.5.
12723 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
12724 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
12725 (uncaught return): Remove.
12726
429374b8
JK
127272009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12728 Phil Muldoon <pmuldoon@redhat.com>
12729
12730 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
12731 (bp_location13, bp_location14, bp_location17, bp_location18)
12732 (marker3_proto, marker4_proto): New variables.
12733 (breakpoint info): Update output.
12734 (run until breakpoint at marker3, run until breakpoint at marker4): New
12735 tests.
12736
859825b8
JK
127372009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12738
12739 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
12740 Replace the printf call of Y by provided "y-set-1" label. New block
12741 for the second shared library.
12742 * gdb.base/unload.exp: Compile also the second library, call
12743 gdb_load_shlibs also for it. Use now gdb_breakpoint.
12744 (single pending breakpoint info): Rename to ...
12745 (pending breakpoint info before run): ... this extended test.
12746 (libfile2, libname2, libsrcfile2, libsrc2)
12747 (lib_sl2): New variables.
12748 (exec_opts): Set also SHLIB_NAME2.
12749 (pending breakpoint info on first run at shrfunc1)
12750 (pending breakpoint info on second run at shrfunc1)
12751 (pending breakpoint info on second run at shrfunc2)
12752 (print y from libfile, print y from libfile2): New tests.
12753 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
12754 * gdb.base/unloadshr2.c: New.
12755
e6a386cd
HZ
127562009-12-22 Hui Zhu <teawater@gmail.com>
12757
12758 * gdb.reverse/sigall-reverse.exp: Adjust.
12759
9e19b45e
VP
127602009-12-21 Vladimir Prus <vladimir@codesourcery.com>
12761
12762 PR gdb/10884
12763
12764 * gdb.mi/var-cmd.c (do_bitfield_tests): New
12765 (main): Call do_bitfield_tests.
aacf5b1e 12766 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 12767
d53a7b30
JB
127682009-12-20 Joel Brobecker <brobecker@adacore.com>
12769
12770 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
12771 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
12772 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
12773 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
12774 gdb.modula2/unbounded1.c: Update copyright header.
12775
191ca0a1
CM
127762009-12-10 Chris Moller <moller@mollerware.com>
12777
12778 PR gdb/9399
12779 * gdb.cp/virtfunc2.exp: New tests
12780 * gdb.cp/virtfunc2.cc: New tests
12781 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
12782
0fa6cf1b
MS
127832009-12-10 Oza Pawandeep (paawan1982@yahoo.com
12784
12785 * gdb.reverse/i387-env-reverse.c: New file.
12786 * gdb.reverse/i387-env-reverse.exp: New file.
12787 * gdb.reverse/i387-stack-reverse.c: New file.
12788 * gdb.reverse/i387-stack-reverse.exp: New file.
12789
361ae042
PM
127902009-12-08 Phil Muldoon <pmuldoon@redhat.com>
12791
12792 * gdb.python/py-type.exp (test_range): New test.
12793
bfd31e71
PM
127942009-12-03 Phil Muldoon <pmuldoon@redhat.com>
12795
12796 PR python/10805
12797
12798 * gdb.python/py-type.exp: New file.
12799 * gdb.python/py-type.c: New file.
12800 * Makefile.in: Add py-type.
12801
57a1d736
TT
128022009-12-03 Tom Tromey <tromey@redhat.com>
12803
12804 * gdb.python/py-value.exp (test_parse_and_eval): New
12805 function.
12806
1f3b5d1b
PP
128072009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
12808
12809 PR gdb/11022
12810
12811 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
12812 * gdb.base/pr11022.c: New test.
12813
8b7dbdc9
JK
128142009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12815
12816 Fix spurious false FAILs.
12817 * gdb.base/structs.c (chartest): New.
12818 (main): Fill-in chartest.
12819 * gdb.base/structs.exp (anychar_re, first): New.
12820 (start_structs_test): Import global anychar_re and first.
12821 New gdb_test call "set print elements 300; ${testfile}"
12822 (start_structs_test <$first>): New block.
12823 (any): Import global anychar_re. New variable ac. Use ${ac}.
12824
6a53b2ec
JK
128252009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12826
12827 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
12828
d7167b4c
JK
128292009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12830
12831 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
12832 Force $srcfile file.
12833 * gdb.base/foll-fork.c (callee): Comment out the printf call.
12834
b1798462
UW
128352009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12836
12837 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
12838 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
12839 * gdb.threads/watchthreads-reorder.exp: Likewise.
12840
b6199126
DJ
128412009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
12842
12843 PR gdb/8704
12844
12845 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
12846 "if", and "thread". Correct matching in the previous test.
12847
b22a0510
DJ
128482009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
12849
12850 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
12851
930636d2
MS
128522009-11-23 Michael Snyder <msnyder@vmware.com>
12853
12854 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
12855 * gdb.reverse-watch-precsave.exp: Ditto.
12856
21a0512e
PP
128572009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
12858
12859 * gdb.asm/asm-source.exp: Adjust.
12860 * gdb.base/help.exp: Adjust.
889bf7c5 12861
fc30d5e0
PA
128622009-11-22 Pedro Alves <pedro@codesourcery.com>
12863
12864 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
12865 (do_syscall_tests_without_xml): Set data-directory to
12866 /the/path/to/nowhere.
12867
f6bc2008
PA
128682009-11-21 Pedro Alves <pedro@codesourcery.com>
12869
12870 * gdb.threads/local-watch-wrong-thread.c,
12871 gdb.threads/local-watch-wrong-thread.exp: New files.
12872
8c2fb5de
PA
128732009-11-21 Pedro Alves <pedro@codesourcery.com>
12874
12875 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
12876 assume new `regsub' syntax available.
12877
ebec9a0f
PA
128782009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12879
a79d3c27
JK
12880 * gdb.base/watchpoint-hw-hit-once.exp,
12881 gdb.base/watchpoint-hw-hit-once.c: New.
12882
128832009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12884
12885 * gdb.threads/watchthreads-reorder.exp,
12886 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 12887
276a961b
MK
128882009-11-17 Nathan Sidwell <nathan@codesourcery.com>
12889
12890 * gdb.xml/tdesc-regs.exp: Use for m68k.
12891
4867c1fb
PA
128922009-11-15 Pedro Alves <pedro@codesourcery.com>
12893
12894 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
12895
f6838f81
DJ
128962009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12897
12898 * lib/gdb.exp (current_target_name): New procedure.
12899 (gdb_wrapper_target): New variable.
12900 (gdb_wrapper_init): Set gdb_wrapper_target.
12901 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
12902 wrapper.
12903
4ac4dd3f
DJ
129042009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12905
12906 * gdb.base/remote.exp: Delete the slowest load test.
12907 Do not load with fixed packet sizes.
12908
a7881759
DJ
129092009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12910
12911 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
12912
97a5b505
DJ
129132009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12914
12915 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
12916 srcfile when setting a breakpoint.
12917
d3e1fc54
DJ
129182009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
12919
12920 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
12921 macros.
12922
7cbcbded
DJ
129232009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12924
12925 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
12926 to be in memory.
12927 * gdb.base/display.c (force_mem): New.
12928 (do_loops): Use it. Add breakpoint comments.
12929 (do_vars): Add a breakpoint comment.
12930 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
12931 line numbers.
12932
bdea3a92
NF
129332009-11-13 Nathan Froyd <froydnj@codesourcery.com>
12934
12935 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
12936 instead of a bare "run".
12937
269f82e5
PP
129382009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
12939
12940 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 12941
a69b7d9d
DJ
129422009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12943
12944 * lib/cell.exp (skip_cell_tests): Clean up test files before
12945 returning.
12946
b598bfda
DJ
129472009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12948
12949 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
12950 and the breakpoint menu. Do not call perror if a prompt is seen.
12951 Consume the following GDB prompt.
12952 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
12953 * gdb.cp/namespace.exp: Use gdb_test.
12954 * gdb.cp/templates.exp: Use gdb_test.
12955 (test_template_breakpoints): Use gdb_test_multiple.
12956
87728fa0
DJ
129572009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12958
12959 * gdb.base/break1.c (struct some_struct, values): Move earlier.
12960 (marker4): Reference values.
12961
b67c692f
DJ
129622009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12963
12964 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
12965 is missing.
12966
f0df251a
DJ
129672009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12968
12969 * gdb.base/break.c (need_malloc): New.
12970 * gdb.base/constvars.c (main): Reference crass and crisp.
12971 * gdb.base/gdb1821.c (main): Reference bar.
12972 * gdb.cp/gdb1355.cc (main): Reference s1.
12973 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
12974 (main): Call them.
12975 * gdb.cp/hang2.cc (dummy2): Define.
12976 * gdb.cp/hang3.cc (dummy3): Define.
12977 * gdb.cp/m-data.cc (main): Reference shadow.
12978
bdf7534a
NF
129792009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12980 Nathan Froyd <froydnj@codesourcery.com>
12981
12982 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
12983 remote host.
12984
f24fce77
NF
129852009-11-12 Nathan Froyd <froydnj@codesourcery.com>
12986
12987 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
12988 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
12989 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12990 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12991 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12992 * gdb.dwarf2/dw2-producer.exp: Likewise.
12993 * gdb.dwarf2/mac-fileno.exp: Likewise.
12994 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
12995 py-prettyprint.py to the remote host.
12996 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
12997
40f0318e
KS
129982009-11-11 Keith Seitz <keiths@redhat.com>
12999
13000 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
13001 use it instead of "Foo".
13002 * gdb.cp/classes.exp (do_tests): Add a test to access
13003 a method through a typedef'd class name.
13004
f3d9f7fb
NF
130052009-11-11 Nathan Froyd <froydnj@codesourcery.com>
13006
13007 * gdb.base/long_long.exp: Permit leading zeros on floating-point
13008 exponents.
13009 * gdb.base/pointers.exp: Likewise.
13010 * gdb.cp/ref-types.exp: Likewise.
13011
a4216f37
KS
130122009-11-11 Keith Seitz <keiths@redhat.com>
13013
13014 * gdb.cp/cplusfuncs.cc (class foo): Add operators
13015 new[] and delete[].
13016 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13017 "void".
13018 (probe_demangler): Remove all single-quoting of
13019 method and variable names.
13020 (info_func_regexp): Remove the word "void" from any
13021 occurrence of "(void)".
13022 (print_addr_2): Remove all single-quoting of
13023 method names.
13024 (print_addr_2_kfail): Likewise.
13025 (print_addr): Single-quote C function names before
13026 passing to print_addr_2.
13027 (test_paddr_operator_functions): Remove single-quoting
13028 for method names.
13029 Add tests for operator new[] and operator delete[].
13030
9b14d7aa
JK
130312009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13032
13033 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
13034
85feb311
KS
130352009-11-09 Keith Seitz <keiths@redhat.com>
13036
13037 * gdb.cp/overload.exp: Add tests for resolving overloaded
13038 methods in expression parsing/evaluation.
13039
fa335448
DJ
130402009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
13041
13042 * lib/gdb.exp (default_gdb_version): Use --version instead of
13043 --command.
13044
ec3c07fc
NS
130452009-11-10 Nathan Sidwell <nathan@codesourcery.com>
13046
13047 * lib/gdb.exp (gdb_compile_test): New.
13048 (skip_ada_tests, skip_java_tests): New.
13049 (gdb_compile): Use gdb_compile_test for f77.
13050 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
13051 * lib/java.exp (compile_java_from_source): Remove runtests check,
13052 use gdb_compile_test to record result.
13053 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
13054 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
13055 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
13056 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
13057 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
13058 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
13059 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
13060 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
13061 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
13062 adjust gdb_compile invocations.
13063
b8b4e42b
JK
130642009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13065
13066 * Makefile.in (abs_builddir): New.
13067 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
13068 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
13069 `$(abs_builddir)/site.exp'.
13070
f8b7eaf3
DJ
130712009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
13072
13073 * config/m68k-emc.exp, lib/emc-support.exp,
13074 gdb.trace/gdb_c_test.c: Delete.
13075 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
13076 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
13077 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13078 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
13079 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13080 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
13081 casing for m68k-*-elf.
13082
c4187697
NS
130832009-11-03 Pedro Alves <pedro@codesourcery.com>
13084
13085 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
13086 * gdb.arch/i386-prologue.exp: Likewise.
13087 * gdb.arch/i386-unwind.exp: Likewise.
13088
db16b772
DJ
130892009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13090
13091 * lib/gdb.exp (gdb_expect): Fix timeout typo.
13092
bcf71277
DJ
130932009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13094
13095 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
13096
0105cee2
DJ
130972009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13098
13099 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
13100
24ddea62
JK
131012009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13102
13103 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
13104
287ccc17
JK
131052009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13106
13107 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
13108 * gdb.base/sepdebug2.c: New file.
13109
08bca259 131102009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
13111
13112 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
13113 the modified warnings for catch syscall. Verify if GDB was compiled
13114 with support for lib expat, and choose which tests to run depending
13115 on this.
13116
5d4e2b76
VP
131172009-10-30 Vladimir Prus <vladimir@codesourcery.com>
13118
13119 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
13120 that composite commands are parsed OK. And also test
13121 that breakpoint commands do work.
13122
240e538a
MS
131232009-10-23 Michael Snyder <msnyder@vmware.com>
13124
13125 gdb.reverse/consecutive-precsave.exp: Change expect pattern
13126 to allow for new disassembly style.
13127
9c419145
PP
131282009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
13129
13130 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 13131
02506ff1
MS
131322009-10-22 Michael Snyder <msnyder@vmware.com>
13133
13134 * gdb.reverse/break-precsave.exp: New test.
13135 * gdb.reverse/consecutive-precsave.exp: Ditto.
13136 * gdb.reverse/finish-precsave.exp: Ditto.
13137 * gdb.reverse/i386-precsave.exp: Ditto.
13138 * gdb.reverse/machinestate-precsave.exp: Ditto.
13139 * gdb.reverse/sigall-precsave.exp: Ditto.
13140 * gdb.reverse/solilb-precsave.exp: Ditto.
13141 * gdb.reverse/step-precsave.exp: Ditto.
13142 * gdb.reverse/until-precsave.exp: Ditto.
13143 * gdb.reverse/watch-precsave.exp: Ditto.
13144
4cf866a3
MS
131452009-10-22 Michael Snyder <msnyder@vmware.com>
13146
13147 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
13148 for gdb_expect. Adjust one test's expect strings for the new
13149 format of disassemble.
13150 * gdb.reverse/finish-reverse.exp: Delete 'return'.
13151 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
13152 gdb_test_multiple.
13153 * gdb.reverse/step-reverse.exp: Delete 'return'.
13154 * gdb.reverse/until-reverse.exp: Delete blank lines.
13155 * gdb.reverse/watch-reverse.exp: Delete blank lines.
13156
2b28d209
PP
131572009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
13158
13159 * gdb.base/consecutive.exp: Adjust.
13160 * gdb.base/display.exp: Likewise.
13161 * gdb.base/pc-fp.exp: Likewise.
13162 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 13163
33b9c32b
MS
131642009-10-19 Michael Snyder <msnyder@vmware.com>
13165
13166 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
13167 * gdb.reverse/finish-reverse.c: Ditto.
13168 * gdb.reverse/sigall-reverse.c: Ditto.
13169 * gdb.reverse/solib-reverse.c: Ditto.
13170 * gdb.reverse/step-reverse.c: Ditto.
13171 * gdb.reverse/watch-reverse.c: Ditto.
13172
6c95b8df
PA
131732009-10-19 Pedro Alves <pedro@codesourcery.com>
13174 Stan Shebs <stan@codesourcery.com>
13175
13176 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
13177 * gdb.base/foll-exec.exp: Adjust to expect a process id before
13178 "Executing new program".
13179 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
13180 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
13181 left listed after having been killed.
13182 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
13183 * gdb.base/maint.exp: Adjust test.
13184
13185 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
13186 * gdb.multi/Makefile.in: New.
13187 * gdb.multi/base.exp: New.
13188 * gdb.multi/goodbye.c: New.
13189 * gdb.multi/hangout.c: New.
13190 * gdb.multi/hello.c: New.
13191 * gdb.multi/bkpt-multi-exec.c: New.
13192 * gdb.multi/bkpt-multi-exec.exp: New.
13193 * gdb.multi/crashme.c: New.
13194
279017b7
TG
131952009-10-13 Tristan Gingold <gingold@adacore.com>
13196
13197 * gdb.base/sepdebug.exp: Check debug info are found.
13198
0413d738
PA
131992009-10-08 Pedro Alves <pedro@codesourcery.com>
13200
13201 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
13202 bits.
13203
c628eecc
JK
132042009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13205
13206 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
13207
38af1bfe
JB
132082009-10-07 Joel Brobecker <brobecker@adacore.com>
13209
13210 * gdb.base/watchpoints.c: Add copyright header. Reformat one
13211 of the comments.
13212
2b0adecd
PM
132132009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
13214
13215 * gdb.base/annota1.exp: Remove obsolete match_max increase.
13216 * gdb.base/annota3.exp: Idem.
13217 * gdb.base/maint.exp: Idem.
13218
8d417781
PM
132192009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
13220
889bf7c5 13221 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
13222 to default.
13223
bb61102d
PM
132242009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13225
889bf7c5 13226 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
13227 mingw and cygwin targets.
13228
ace5c364
PM
132292009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13230 Pedro Alves <pedro@codesourcery.com>
13231
889bf7c5 13232 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
13233 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
13234
c2d494a0
PM
132352009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13236
e1b52ce2
PM
13237 * gdb.base/shr1.c: Use %p in format string.
13238 * gdb.base/unload.c: Avoid warning in fprintf.
13239 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 13240
209f53f5
PM
132412009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13242
13243 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
13244 long type.
13245 (test_unlink): Correct printf string.
13246 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
13247 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
13248
8172766a
JK
132492009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13250
13251 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
13252 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
13253 * gdb.arch/ia64-breakpoint-shadow.S: New file.
13254
0f73703c
UW
132552009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13256
13257 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
13258 * gdb.objc/nondebug.exp: Likewise.
13259
b32306ca
UW
132602009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13261
13262 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
13263 target_info setting.
13264
13265 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
13266 that detect new threads during "info threads".
13267
0057022f
UW
132682009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13269
13270 * gdb.threads/manythreads.c (main): Increase thread stack size
13271 to 2*PTHREAD_STACK_MIN.
13272 * gdb.threads/multi-create.c (main): Likewise.
13273 (create_function): Likewise.
13274
f29c0325
UW
132752009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13276
13277 * gdb.base/dump.exp: Pass difference of pointer types instead
13278 of integer types as offset to restore in intarr3.srec case.
13279
fcb34849
UW
132802009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13281
13282 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
13283
d5142e3b
UW
132842009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13285
13286 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
13287
087b74b2 132882009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 13289
087b74b2
PM
13290 New test for two watchpoints, with disabling of
13291 the first inserted.
13292 * testsuite/gdb.base/watchpoints.c: New file.
13293 * testsuite/gdb.base/watchpoints.exp: New file.
13294
96c07c5b
TT
132952009-09-25 Tom Tromey <tromey@redhat.com>
13296
13297 * gdb.base/charset.exp: Test utf-16 strings with Python.
13298
b8899f2b
TT
132992009-09-25 Tom Tromey <tromey@redhat.com>
13300
13301 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
13302 UCS-4.
13303 * gdb.base/charset.c (utf_32_string): Rename.
13304 (init_utf32): Rename.
13305 (main): Update.
13306
329719ec
TT
133072009-09-22 Tom Tromey <tromey@redhat.com>
13308
13309 * gdb.python/py-function.exp: Add regression tests.
13310
11ef0d76
KS
133112009-09-21 Keith Seitz <keiths@redhat.com>
13312
13313 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
13314 with invalid operator.
13315
3fe8f3b3
KS
133162009-09-21 Keith Seitz <keiths@redhat.com>
13317
13318 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
13319 and destructor using typedef name of class.
13320 * gdb.cp/classes.cc (class Base1): Add a destructor.
13321 (base1): New typedef.
13322 (use_methods): Instanitate an object of type base1.
13323 * gdb.cp/templates.exp (test_template_typedef): New procedure.
13324 (do_tests): Call test_template_typedef.
13325 * gdb.cp/templates.cc (Baz::~Baz): New method.
13326 (intBazOne): New typedef.
13327 (main): Instantiate intBazOne.
13328
7a9fe101
PM
133292009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13330
13331 PR python/10633
13332
13333 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
13334 Function.
13335 (run_lang_tests): Add print elements test.
13336
2e4d963f
PM
133372009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13338
13339 * gdb.python/py-value.exp (test_subscript_regression): New
13340 function. Test for invalid subscripts.
13341 * gdb.python/py-value.c (main): Add test array, and pointer to it.
13342 (ptr_ref): New function.
13343
ec7e75e7
PP
133442009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13345
13346 * gdb.base/default.exp: Fix "show convenience".
13347
0cc7d26f
TT
133482009-09-15 Tom Tromey <tromey@redhat.com>
13349
13350 * lib/mi-support.exp (mi_create_varobj): Update.
13351 (mi_create_floating_varobj): Likewise.
13352 (mi_create_dynamic_varobj): New proc.
13353 (mi_varobj_update): Update.
13354 (mi_varobj_update_with_type_change): Likewise.
13355 (mi_varobj_update_kv_helper): New proc.
13356 (mi_varobj_update_dynamic_helper): Rewrite.
13357 (mi_varobj_update_dynamic): New proc.
13358 (mi_list_varobj_children): Update.
13359 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
13360 * gdb.python/python-prettyprint.py (pp_outer): New class.
13361 (pp_nullstr): Likewise.
13362 (lookup_function): Register new printers.
13363 * gdb.python/python-prettyprint.c (struct substruct): New type.
13364 (struct outerstruct): Likewise.
13365 (substruct_test): New function.
13366 (struct nullstr): New type.
13367 (string_1, string_2): New globals.
13368 (main): Add new tests.
13369 * gdb.python/python-mi.exp: Added regression tests.
13370 * gdb.mi/mi2-var-display.exp: Update.
13371 * gdb.mi/mi2-var-cmd.exp: Update.
13372 * gdb.mi/mi2-var-child.exp: Update.
13373 * gdb.mi/mi2-var-block.exp: Update.
13374 * gdb.mi/mi-var-invalidate.exp: Update.
13375 * gdb.mi/mi-var-display.exp: Update.
13376 * gdb.mi/mi-var-cmd.exp: Update.
13377 * gdb.mi/mi-var-child.exp: Update.
13378 * gdb.mi/mi-var-block.exp: Update.
13379 * gdb.mi/mi-break.exp: Update.
13380 * gdb.mi/gdb701.exp: Update.
13381
a96d9b2e
SDJ
133822009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13383
13384 * Makefile.in: Inclusion of catch-syscall object.
13385 * gdb.base/catch-syscall.c: New file.
13386 * gdb.base/catch-syscall.exp: New file.
13387
b43b923a
MS
133882009-09-12 Michael Snyder <msnyder@vmware.com>
13389
13390 * gdb.reverse/step-reverse.exp: Explicitly check for targets
13391 that can support reverse debuggnig.
13392
cec03d70
TT
133932009-09-11 Tom Tromey <tromey@redhat.com>
13394
13395 * gdb.dwarf2/valop.S: New file.
13396 * gdb.dwarf2/valop.exp: New file.
13397
e23bb3fc
MK
133982009-09-11 Mark Kettenis <kettenis@gnu.org>
13399
13400 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
13401
37c3696d
DE
134022009-09-10 Doug Evans <dje@google.com>
13403
13404 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
13405 Add $gdb_prompt to second breakpoint regexp.
13406
5172aecb
JB
134072009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
13408
13409 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
13410 names, add missing ones.
13411 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
13412 * gdb.python/py-frame.c: Rename from python-frame.c.
13413 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
13414 testfile name.
13415 * gdb.python/py-function.exp: Rename from python-function.exp.
13416 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
13417 testfile name.
13418 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
13419 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
13420 Adjust testfile name.
13421 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
13422 * gdb.python/py-template.cc: Rename from python-template.cc.
13423 * gdb.python/py-template.exp: Rename from python-template.exp.
13424 Adjust testfile name.
13425 * gdb.python/py-value.c: Rename from python-value.c.
13426 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
13427 testfile name.
13428
b554e4bd
JK
134292009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13430
13431 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
13432 $bpt2address.
13433 (Second breakpoint address is valid on ia64)
13434 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
13435
9a68ae16
JM
134362009-09-03 Joseph Myers <joseph@codesourcery.com>
13437
13438 * gdb.base/ending-run.exp: Restrict regular expression matching
13439 line number to require closing brace following.
13440
146b9145
DE
134412009-09-03 Doug Evans <dje@google.com>
13442
13443 * gdb.base/store.exp (check_set): Fix typo in expected value message.
13444
787d21e1
TT
134452009-09-02 Tom Tromey <tromey@redhat.com>
13446
13447 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
13448
e7802207
TT
134492009-09-02 Tom Tromey <tromey@redhat.com>
13450
13451 * gdb.dwarf2/callframecfa.exp: New file.
13452 * gdb.dwarf2/callframecfa.S: New file.
13453
817aadd2
JK
134542009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13455
13456 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
13457 gdb.base/solib-overlap-main.c: New.
13458
4a76eae5
DJ
134592009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
13460
13461 PR gdb/10565
13462
13463 * gdb.base/bitfields.c (struct container, container): New.
13464 (main): Initialize it and call break5.
13465 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
13466
d4b96c9a
JK
134672009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13468
13469 Support constant DW_AT_data_member_location by GCC PR debug/40659.
13470 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
13471
4e22772d
JK
134722009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13473
13474 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
13475
2efab443
MS
134762009-08-26 Michael Snyder <msnyder@vmware.com>
13477
13478 * gdb.base/i386-reverse.c: New file.
13479 * gdb.base/i386-reverse.exp: New file.
13480 * gdb.base/Makefile.in: Add new files to be removed.
13481
07ab73a0
JM
134822009-08-26 Joseph Myers <joseph@codesourcery.com>
13483
13484 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
13485 environment-pwd for remote host.
13486 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
13487
676accff
KS
134882009-08-24 Keith Seitz <keiths@redhat.com>
13489
13490 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
13491 Add two new C++ completer tests which limit the output to a
889bf7c5 13492 given class.
676accff 13493
f9f7ad22
MS
134942009-08-24 Michael Snyder <msnyder@vmware.com>
13495
13496 * gdb.base/del.exp: Fix typo in comment.
13497 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
13498
81ecdfbb
RW
134992009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13500
13501 * configure: Regenerate.
13502 * gdb.hp/configure: Likewise.
13503 * gdb.hp/gdb.aCC/configure: Likewise.
13504 * gdb.hp/gdb.base-hp/configure: Likewise.
13505 * gdb.hp/gdb.compat/configure: Likewise.
13506 * gdb.hp/gdb.defects/configure: Likewise.
13507 * gdb.hp/gdb.objdbg/configure: Likewise.
13508 * gdb.stabs/configure: Likewise.
13509
cab0c772
UW
135102009-08-19 Doug Evans <dje@google.com>
13511
13512 * gdb.base/gdbvars.c: New file.
13513 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
13514
b8fa0bfa
PA
135152009-08-14 Pedro Alves <pedro@codesourcery.com>
13516
13517 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
13518 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
13519
b84aa90a
PA
135202009-08-13 Pedro Alves <pedro@codesourcery.com>
13521
13522 * gdb.base/default.exp: Adjust "set language test": it's now an
13523 enum command. Larger help string moved to "help set language".
13524 * gdb.base/help.exp: Adjust "help set language" expected output,
13525 now lists all known languages.
13526
0d8f9b2c
NF
135272009-08-11 Nathan Froyd <froydnj@codesourcery.com>
13528
13529 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
13530 all frame arguments.
13531 * gdb.arch/altivec-regs.exp: Likewise.
13532
bda180e0
TT
135332009-08-07 Tom Tromey <tromey@redhat.com>
13534
13535 * gdb.base/setshow.exp: Add tests for changes to set language, set
13536 check range, and set check type.
13537
48cb2d85
VP
135382009-08-03 Vladimir Prus <vladimir@codesourcery.com>
13539
13540 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
13541 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 13542 Call it.
48cb2d85 13543
1ea34204
UW
135442009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13545
13546 * configure.ac: Run gdb.cell tests when appropriate.
13547 * configure: Regenerate.
13548 * lib/cell.exp: New file.
13549 * gdb.cell: New directory.
13550 * gdb.cell/configure.ac: New file.
13551 * gdb.cell/configure: New file.
13552 * gdb.cell/Makefile.in: New file.
13553 * gdb.cell/arch.exp: New file.
13554 * gdb.cell/break.c: New file.
13555 * gdb.cell/break.exp: New file.
13556 * gdb.cell/break-spu.c: New file.
13557 * gdb.cell/bt.c: New file.
13558 * gdb.cell/bt2-spu.c: New file.
13559 * gdb.cell/bt-spu.c: New file.
13560 * gdb.cell/bt.exp: New file.
13561 * gdb.cell/coremaker.c: New file.
13562 * gdb.cell/coremaker-spu.c: New file.
13563 * gdb.cell/core.exp: New file.
13564 * gdb.cell/gcore.exp: New file.
13565 * gdb.cell/data.c: New file.
13566 * gdb.cell/data.exp: New file.
13567 * gdb.cell/data-spu.c: New file.
13568 * gdb.cell/ea-cache.exp: New file.
13569 * gdb.cell/ea-cache.c: New file.
13570 * gdb.cell/ea-cache-spu.c: New file.
13571 * gdb.cell/ea-standalone.c: New file.
13572 * gdb.cell/ea-standalone.exp: New file.
13573 * gdb.cell/ea-test.c: New file.
13574 * gdb.cell/ea-test.exp: New file.
13575 * gdb.cell/f-regs.exp: New file.
13576 * gdb.cell/mem-access.c: New file.
13577 * gdb.cell/mem-access.exp: New file.
13578 * gdb.cell/mem-access-spu.c: New file.
13579 * gdb.cell/ptype.exp: New file.
13580 * gdb.cell/registers.exp: New file.
13581 * gdb.cell/size.c: New file.
13582 * gdb.cell/sizeof.exp: New file.
13583 * gdb.cell/size-spu.c: New file.
13584 * gdb.cell/solib.exp: New file.
13585 * gdb.cell/solib-symbol.exp: New file.
13586
85e747d2
UW
135872009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13588
13589 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
13590
58d6951d
DJ
135912009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
13592
13593 * gdb.base/float.exp: Handle VFP registers.
13594
6e0a4f15
MS
135952009-07-14 Michael Snyder <msnyder@vmware.com>
13596
dcd5da87
MS
13597 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
13598 to bring gdb to the beginning of the calling line.
13599
6e0a4f15
MS
13600 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
13601 confusing the i386 epilogue unwinder.
13602
782b2b07
SS
136032009-07-14 Stan Shebs <stan@codesourcery.com>
13604
13605 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
13606
f662c3bc
MS
136072009-07-14 Michael Snyder <msnyder@vmware.com>
13608
13609 * gdb.reverse/step-reverse.exp (stepi into function call):
13610 Call instruction may not be first instruction in the line.
13611 (reverse stepi from a function call): Used wrong line number.
13612
8f313923
JK
136132009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13614
13615 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
13616
4662c76e
JK
136172009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13618
13619 Fix gdb.base/macscp.exp when using custom inputrc.
13620 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
13621 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
13622 env(TERM) set.
13623 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
13624 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
13625
aa81e255
JK
136262009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13627
13628 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
13629 * gdb.base/annota1.exp (thread_test): Import global $testfile.
13630 Change the compilation target to match the testcase name.
13631 * gdb.base/sect-cmd.exp: Change the compilation target to match the
13632 testcase name.
13633 * a2-run.exp: Use for setup prepare_for_testing. Change the
13634 compilation target to match the testcase name.
13635 * gdb.base/commands.exp: Likewise.
13636 * gdb.base/finish.exp: Likewise.
13637 * gdb.base/float.exp: Likewise.
13638 * gdb.base/info-target.exp: Likewise.
13639 * gdb.base/relational.exp: Likewise.
13640 * gdb.base/term.exp: Likewise.
13641 * gdb.base/until.exp: Likewise.
13642 * gdb.base/volatile.exp: Likewise.
13643 * gdb.base/whatis-exp.exp: Likewise.
13644
4c93b1d7
HZ
136452009-07-11 Hui Zhu <teawater@gmail.com>
13646
13647 * gdb.base/help.exp (disassemble): Update expected help text.
13648
812f7342
TT
136492009-07-09 Tom Tromey <tromey@redhat.com>
13650
13651 * lib/gdb.exp: Handle TRANSCRIPT.
13652 (remote_spawn, remote_close, send_gdb): New procs.
13653
fbb8f299
PM
136542009-07-10 Phil Muldoon <pmuldoon@redhat.com>
13655
13656 * gdb.python/python-prettyprint.c: Add counted null string
13657 structure.
13658 * gdb.python/python-prettyprint.exp: Print null string. Test for
13659 embedded nulls.
13660 * gdb.python/python-prettyprint.py (pp_ns): New Function.
13661 * gdb.python/python-value.exp (test_value_in_inferior): Add
13662 variable length string fetch tests.
13663 * gdb.python/python-value.c (main): Add strings for string fetch tests.
13664
c0ac0ec7
JK
136652009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13666
13667 * gdb.base/dump.exp (inaccessible memory is reported): New test.
13668
30b66ecc
TT
136692009-07-07 Tom Tromey <tromey@redhat.com>
13670
13671 * gdb.base/call-rt-st.exp: Update for change to escape output.
13672 * gdb.base/callfuncs.exp: Likewise.
13673 * gdb.base/charset.exp: Likewise.
13674 * gdb.base/constvars.exp: Likewise.
13675 * gdb.base/long_long.exp: Likewise.
13676 * gdb.base/pointers.exp: Likewise.
13677 * gdb.base/printcmds.exp: Likewise.
13678 * gdb.base/setvar.exp: Likewise.
13679 * gdb.base/store.exp: Likewise.
13680 * gdb.cp/ref-types.exp: Likewise.
13681 * gdb.mi/mi-var-child.exp: Likewise.
13682 * gdb.mi/mi-var-display.exp: Likewise.
13683 * gdb.mi/mi2-var-display.exp: Likewise.
13684 * gdb.base/charset.exp: Test octal escape sequence length.
13685 Update for change to escape output.
13686
187c4a2b
JK
136872009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13688
13689 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
13690
d80a43f9
DJ
136912009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
13692
13693 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
13694
047427a8
JK
136952009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13696
13697 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
13698 gdbserver increasing $portnum if "Can't bind address" has been seen.
13699
8b5a0f4f
PA
137002009-07-05 Pedro Alves <pedro@codesourcery.com>
13701
13702 * gdb.base/ending-run.exp: Add "step out of main" pattern for
13703 mingw32ce.
13704
7d93ba58
PA
137052009-07-05 Pedro Alves <pedro@codesourcery.com>
13706
13707 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
13708 VFP format.
13709
2277426b
PA
137102009-07-02 Pedro Alves <pedro@codesourcery.com>
13711
13712 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
13713 linux. Adjust to use "inferior", "info inferiors", "detach
13714 inferior" and "kill inferior" instead of "restart", "info fork",
13715 "detach fork" and "delete fork".
13716 * gdb.base/ending-run.exp: Spell out "info".
13717 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
13718 the "kill" command.
13719
5af949e3
UW
137202009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13721
13722 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
13723 change to prefix TLS offset in hex with 0x.
13724
5d3729b5
UW
137252009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13726
13727 * gdb.base/default.exp: Update test case for "x" changes.
13728
af589bd0
TG
137292009-07-01 Tristan Gingold <gingold@adacore.com>
13730
13731 * gdb.base/bigcore.exp: Make darwin untested.
13732
40974f91
JK
137332009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13734
13735 * gdb.base/completion.exp (directory completion): Create the directory.
13736 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
13737 escapeuniquesub.
13738 (directory completion 2): Expect now ${escapeuniquesub}.
13739 (Glob remaining of directory test): Remove one excessive newline.
13740 Expect the real output.
13741
59dd3af6
JK
137422009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13743
13744 Fix `make check//%' target after `make check' has been ran.
13745 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
13746 a mkdir call.
13747 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
13748 (%/.dir): Remove.
13749
f4e164aa
JK
137502009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13751
13752 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
13753 the expected result record.
13754
69af2122
JK
137552009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13756
13757 Remove racy FAILs relying just on the timeouts.
13758 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
13759 (annotation_level 2): Remove racy FAILs.
13760
2fd481e1
PP
137612009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
13762
13763 gdb/10275
889bf7c5
PA
13764 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
13765
c38f313d
DJ
137662009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
13767
13768 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
13769
8b777f02
VP
137702009-06-30 Vladimir Prus <vladimir@codesourcery.com>
13771
13772 * gdb.mi/mi-stack.exp: Testing symbolic options
13773 to -stack-list-locals and -stack-list-arguments.
13774
00c7eacf
JK
137752009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13776
13777 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
13778
6bc80edc
TT
137792009-06-29 Tom Tromey <tromey@redhat.com>
13780
13781 * dg-extract-results.sh: New file.
13782 * Makefile.in (FORCE_PARALLEL): New variable.
13783 (CHECK_TARGET): New conditional variable.
13784 (check): Use CHECK_TARGET.
13785 (DO_RUNTEST): New variable.
13786 (check-single): New target.
13787 (TEST_DIRS): New variable.
13788 (TEST_TARGETS): Likewise.
13789 (check-parallel): New target.
13790 (check-gdb.%): New pattern.
13791 (BASE1_FILES): New variable.
13792 (BASE2_FILES): Likewise.
13793 (check-gdb.base%): New pattern.
13794 (%/.dir): New pattern.
13795 * configure: Rebuild.
13796 * aclocal.m4 (AM_CONDITIONAL): New defun.
13797 * configure.ac: Check whether user is using GNU make.
13798 (GMAKE): New conditional.
13799
794684b6
SW
138002009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
13801
13802 * gdb.cp/namespace-nested-import.cc: New test.
13803 * gdb.cp/namespace-nested-import.exp: New test.
13804
edb3359d
DJ
138052009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
13806
13807 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
13808 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
13809 * gdb.opt/Makefile.in (EXECUTABLES): Update.
13810 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
13811 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
13812 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
13813 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
13814 gdb.opt/inline-markers.c: New files.
13815 * lib/gdb.exp (skip_inline_frame_tests): New function.
13816 (skip_inline_var_tests): New function.
13817
cf657a0c
AS
138182009-06-27 Andreas Schwab <schwab@linux-m68k.org>
13819
13820 * gdb.cp/exception.exp: Don't require $hex before inner frame in
13821 backtrace.
13822
28d41a99
MS
138232009-06-27 Michael Snyder <msnyder@vmware.com>
13824
13825 * gdb.reverse: New directory.
13826 * gdb.reverse/break-reverse.c: New test.
13827 * gdb.reverse/break-reverse.exp: New test.
13828 * gdb.reverse/consecutive-reverse.c: New test.
13829 * gdb.reverse/consecutive-reverse.exp: New test.
13830 * gdb.reverse/finish-reverse.c: New test.
13831 * gdb.reverse/finish-reverse.exp: New test.
13832 * gdb.reverse/machinestate.c: New test.
13833 * gdb.reverse/ms1.c: New test.
13834 * gdb.reverse/machinestate.exp: New test.
13835 * gdb.reverse/Makefile.in: New file.
13836 * gdb.reverse/shr2.c: New test.
13837 * gdb.reverse/solib-reverse.c: New test.
13838 * gdb.reverse/solib-reverse.exp: New test.
13839 * gdb.reverse/step-reverse.c: New test.
13840 * gdb.reverse/step-reverse.exp: New test.
13841 * gdb.reverse/until-reverse.c: New test.
13842 * gdb.reverse/ur1.c: New test.
13843 * gdb.reverse/until-reverse.exp: New test.
13844 * gdb.reverse/watch-reverse.c: New test.
13845 * gdb.reverse/watch-reverse.exp: New test.
13846 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
13847 * configure: Regenerate.
13848
fe3c8b0d
DE
138492009-06-26 Doug Evans <dje@google.com>
13850
13851 * gdb.base/psymtab.exp: Turn off pending breakpoints.
13852
3a72a602
PM
138532009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
13854
13855 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
13856 windows problem for 'file delete $binfile'.
13857
27aa8d6a
SW
138582009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
13859
13860 * gdb.cp/namespace-using.exp: New test.
13861 * gdb.cp/namespace-using.cc: New test.
13862
8ac055f8
JB
138632009-05-20 Joel Brobecker <brobecker@adacore.com>
13864
13865 * gdb.ada/variant_record_packed_array: New testcase.
13866
85e306ed
TT
138672009-06-23 Tom Tromey <tromey@redhat.com>
13868
13869 * gdb.base/charset.exp (test_combination): Regression test.
13870 * gdb.base/charset.c (my_wchar_t): New typedef.
13871 (myvar): New global.
13872 (main): Set myvar.
13873
56643c5e
PM
138742009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
13875
13876 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
13877 target.
13878
1fac167a
UW
138792009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13880
13881 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
13882
7ccb0be9
UW
138832009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13884
13885 * gdb.mi/gdb680.exp: Update test for error message.
13886
568d6575
UW
138872009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13888
13889 * gdb.base/annota1.exp: Allow multiple occurrences of the
13890 frames-invalid annotation.
13891 * gdb.cp/annota2.exp: Likewise.
13892
7cd1089b
PM
138932009-06-15 Phil Muldoon <pmuldoon@redhat.com>
13894
13895 * gdb.cp/gdb2495.cc: New file.
13896 * gdb.cp/gdb2495.exp: New file.
13897
72c63395
JK
138982009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13899
13900 Report error on GDB crash during runto.
13901 * lib/gdb.exp (runto <eof>): New.
13902
3788363d
DJ
139032009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
13904
13905 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
13906 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
13907 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
13908 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
13909 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
13910 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
13911 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
13912 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
13913 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
13914 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
13915 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
13916 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
13917 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13918 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
13919 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
13920 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
13921 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
13922 gdb.server/server-mon.exp, gdb.server/server-run.exp,
13923 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
13924 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
13925 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
13926 gdb.trace/passcount.exp, gdb.trace/report.exp,
13927 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
13928 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
13929 gdb.trace/while-stepping.exp: Use a unique name for the compiled
13930 executable.
13931
17592de3
PA
139322009-06-07 Pedro Alves <pedro@codesourcery.com>
13933
13934 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
13935 defined before referencing it.
13936
701e355d
DE
139372009-06-03 Doug Evans <dje@google.com>
13938
13939 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
13940 * gdb.arch/i386-see.c: Ditto.
13941
f2292c65
PM
139422009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
13943
13944 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
13945 (check_macro): Return 1 if undefined.
13946 If first test fails, check if macro debug information is available,
13947 and report unsupported test if no macro information is found.
13948
5a437975
DE
139492009-05-29 Doug Evans <dje@google.com>
13950
13951 * gdb.threads/hand-call-in-threads.exp: New.
13952 * gdb.threads/hand-call-in-threads.c: New.
13953
c141c696
MS
139542009-05-29 Michael Snyder <msnyder@vmware.com>
13955
13956 * gdb.base/break-always.exp: Change "1" to "on".
13957 Add confirmation check.
13958
b3444185
PA
139592009-05-28 Pedro Alves <pedro@codesourcery.com>
13960
13961 * gdb.threads/threxit-hop-specific.c: New.
13962 * gdb.threads/threxit-hop-specific.exp: New.
13963 * gdb.threads/thread-execl.c: New.
13964 * gdb.threads/thread-execl.exp: New.
13965
b6313243
TT
139662009-05-27 Tom Tromey <tromey@redhat.com>
13967 Thiago Jung Bauermann <bauerman@br.ibm.com>
13968
13969 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
13970 (mi_child_regexp): Likewise.
13971 (mi_list_varobj_children_range): Likewise.
13972 (mi_get_features): Likewise.
13973 (mi_list_varobj_children): Rewrite.
13974 * gdb.python/python-mi.exp: New file.
13975
a6bac58e
TT
139762009-05-27 Tom Tromey <tromey@redhat.com>
13977 Thiago Jung Bauermann <bauerman@br.ibm.com>
13978 Phil Muldoon <pmuldoon@redhat.com>
13979 Paul Pluzhnikov <ppluzhnikov@google.com>
13980
13981 * gdb.python/python-prettyprint.exp: New file.
13982 * gdb.python/python-prettyprint.c: New file.
13983 * gdb.python/python-prettyprint.py: New file.
13984 * gdb.base/display.exp: print/r is now valid.
13985
2c74e833
TT
139862009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
13987 Tom Tromey <tromey@redhat.com>
13988 Pedro Alves <pedro@codesourcery.com>
13989 Paul Pluzhnikov <ppluzhnikov@google.com>
13990
13991 * gdb.python/python-template.exp: New file.
13992 * gdb.python/python-template.cc: New file.
13993 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
13994 tests.
13995 * gdb.python/python-value.exp (py_objfile_tests): New proc.
13996 Call it.
13997 (test_value_after_death): New proc.
13998 * gdb.python/python-value.c (PTR): New typedef.
13999 (main): New variable 'x'.
14000
89c73ade
TT
140012009-05-27 Tom Tromey <tromey@redhat.com>
14002
14003 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14004 tests.
14005 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14006 Call it.
14007
a75724bc
PA
140082009-05-27 Pedro Alves <pedro@codesourcery.com>
14009
14010 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
14011
e58b0e63
PA
140122009-05-24 Pedro Alves <pedro@codesourcery.com>
14013
14014 * gdb.threads/fork-thread-pending.c: New.
14015 * gdb.threads/fork-thread-pending.exp: New.
14016
4ac36638
JK
140172009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14018
14019 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
14020 * gdb.dwarf2/dw2-strp.S (a_string2): New.
14021
889bf7c5 140222009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 14023
889bf7c5 14024 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 14025
b242c3c2
PA
140262009-05-17 Pedro Alves <pedro@codesourcery.com>
14027
14028 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
14029 `gdb_get_line_number'. Call `callee' in both parent and child.
14030 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
14031 `gdb_get_line_number' instead of hardcoding line numbers.
14032 (catch_fork_unpatch_child): New procedure to test detaching
14033 breakpoints from child fork.
14034 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
14035 hardcoding line numbers.
14036 (do_fork_tests): Run `catch_fork_unpatch_child'.
14037
ee342b23
VP
140382009-05-17 Vladimir Prus <vladimir@codesourcery.com>
14039
14040 * gdb.mi/mi-cmd-var.exp: Check that when varobj
14041 of structure type enters or leaves the scope, it
14042 is reported by -var-update.
14043
e2009e98
DE
140442009-05-11 Doug Evans <dje@sebabeach.org>
14045
14046 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 14047 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
14048 * gdb.threads/schedlock.c (main): Fix off-by-one error.
14049
00903456
JK
140502009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14051
14052 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
14053
dc621c35
DE
140542009-04-30 Doug Evans <dje@google.com>
14055
14056 * gdb.threads/watchthreads2.exp: New testcase.
14057 * gdb.threads/watchthreads2.c: New testcase.
14058
9ab4e744
DE
140592009-04-29 Doug Evans <dje@google.com>
14060
14061 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
14062 * gdb.cp/mb-ctor.cc: Ditto.
14063 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
14064 * gdb.cp/mb-inline.h (multi_line_foo): New function.
14065 * gdb.cp/mb-inline1.cc: Call it.
14066 * gdb.cp/mb-inline2.cc: Ditto.
14067 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
14068 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
14069
484086b7
JK
140702009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14071
14072 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
14073 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
14074 Replace all uses of `decimal' by `nonzero'.
14075 (info macro FROM_COMMANDLINE): New test.
14076
379a77b5
TT
140772009-04-27 Tom Tromey <tromey@redhat.com>
14078
14079 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
14080
b92b73c2
DE
140812009-04-27 Doug Evans <dje@google.com>
14082
14083 * gdb.threads/watchthreads.c (main): Initialize args before starting
14084 the threads. Plus formatting cleanup.
14085 * gdb.threads/watchthreads.exp: Avoid errant failures due to
14086 biased scheduling of one thread.
14087
945a118d
JG
140882009-04-27 Jerome Guitton <guitton@adacore.com>
14089
14090 * gdb.cp/templates.cc (GetMax): New template.
14091 (main): Declare two instances of GetMax.
14092 * gdb.cp/templates.exp: Add new test.
14093
d389af10
JK
140942009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14095
14096 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
14097
e7f86de9
JM
140982009-04-22 Joseph Myers <joseph@codesourcery.com>
14099
14100 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
14101
334cc82d
TT
141022009-04-15 Tom Tromey <tromey@redhat.com>
14103
14104 * gdb.base/charset.exp: Add regression test.
14105
d12672cc
JB
141062009-04-14 Joel Brobecker <brobecker@adacore.com>
14107
14108 * gdb.base/exe-lock.exp: New testcase.
14109
18e8c3bc
TT
141102009-04-13 Tom Tromey <tromey@redhat.com>
14111
14112 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
14113 operator on Frame.
14114
5ecd5cbe
UW
141152009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14116
14117 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
14118 * gdb.server/ext-attach.exp: Likewise.
14119
7309f756
VP
141202009-04-03 Vladimir Prus <vladimir@codesourcery.com>
14121
14122 Eliminate some sleep usage.
14123
889bf7c5
PA
14124 * gdb.mi/basics.c (do_nothing): New.
14125 (main): Use do_nothing instead of printf, so that
14126 not to introduce race condition between output of
14127 inferiour and output of gdb. Do not use sleep as it
14128 is not generally available on embedded targets.
7309f756 14129
f4b95f6f
PA
141302009-04-02 Pedro Alves <pedro@codesourcery.com>
14131
14132 * gdb.server/ext-attach.exp: Expect an optional process id after
14133 "Detached from remote process".
14134
de40b933
JK
141352009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14136
14137 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
14138 gdb.dwarf2/dw2-unresolved.exp: New.
14139
2ae101a4
PA
141402009-04-02 Pedro Alves <pedro@codesourcery.com>
14141
14142 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
14143 mi_run_to_main.
14144
56a8e183
PA
141452009-04-02 Pedro Alves <pedro@codesourcery.com>
14146
14147 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
14148 mi_run_to_main. Skip thread exit test on remote targets.
14149 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
14150 mi_run_to_main.
14151 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
14152 mi_run_to_main.
14153 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
14154 when expecting ^connected. Detect when the target doesn't support
14155 non-stop mode.
14156 (mi_run_cmd): Detect if non-stop mode was requested by isn't
14157 supported. Return -1 on error, 0 on success.
14158 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
14159 (mi_runto): Return mi_runto_helper's result explicitly.
14160
c35fafde
PA
141612009-04-01 Pedro Alves <pedro@codesourcery.com>
14162
14163 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
14164
f8a8dce6
JB
141652009-04-01 Tom Tromey <tromey@redhat.com>
14166
14167 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
14168 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
14169 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
14170 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
14171
71c25dea
TT
141722009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
14173 Jan Kratochvil <jan.kratochvil@redhat.com>
14174
14175 PR gdb/931
14176 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
14177 output.
14178 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
14179 for gdb/931.
14180 * dw2-strp.S (DW_AT_language): Change to C++.
14181 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
14182
02d9a9ce
JB
141832009-03-31 Joel Brobecker <brobecker@adacore.com>
14184
14185 * gdb.ada/tasks: New testcase.
14186
1042e4c0
SS
141872009-03-30 Stan Shebs <stan@codesourcery.com>
14188
14189 * gdb.trace/actions.exp: Update to match new info trace format.
14190 * gdb.trace/deltrace.exp: Ditto.
14191 * gdb.trace/infotrace.exp: Ditto.
14192 * gdb.trace/passcount.exp: Ditto.
14193 * gdb.trace/save-trace.exp: Ditto.
14194 * gdb.trace/while-stepping.exp: Ditto.
14195 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
14196
f8f6f20b
TJB
141972009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14198
14199 * gdb.python/python-frame.c: New file.
14200 * gdb.python/python-frame.exp: New file.
14201
c0c6f777
TJB
142022009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
14203
14204 * gdb.python/python-value.exp: Add tests for the address
14205 attribute.
14206
3cb51905
AS
142072009-03-29 Andreas Schwab <schwab@linux-m68k.org>
14208
14209 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
14210
88fc996f
DE
142112009-03-26 Doug Evans <dje@google.com>
14212
14213 * gdb.mi/mi-nonstop-exit.exp: New file.
14214 * gdb.mi/non-stop-exit.c: New file.
14215
56ef84b1
TT
142162009-03-26 Tom Tromey <tromey@redhat.com>
14217
14218 Update for change to prologue skipping:
14219 * gdb.mi/mi2-simplerun.exp: Update.
14220 * gdb.mi/mi2-break.exp: Update.
14221 * gdb.mi/mi-simplerun.exp: Update.
14222 * gdb.mi/mi-break.exp: Update.
14223 * gdb.base/ending-run.exp: Update.
14224
def2b000
TJB
142252009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
14226
14227 * gdb.python/python-value.exp (test_value_in_inferior): Test
14228 gdb.Value.is_optimized_out attribute.
14229
442ddf59
JK
142302009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14231
14232 * gdb.dwarf2/dw2-noloc-main.c: New file.
14233 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
14234 (.text): Remove.
14235 (.data): New.
14236 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
14237 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
14238 (DW_TAG_subprogram func_cu1, noloc): Remove.
14239 (main): New.
14240 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
14241 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
14242 (file_symbols): New procedure.
14243
a8df5de4
TT
142442009-03-25 Tom Tromey <tromey@redhat.com>
14245
14246 * gdb.base/charset.exp (valid_target_charset): New proc.
14247 Use it to skip tests on invalid charsets.
14248
cc1d7add
PM
142492009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
14250
14251 * gdb.base/completion.exp: Add a test for directory completion.
14252
bcd5727b
JK
142532009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14254
14255 Fix a racy FAIL.
14256 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
14257 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
14258
cc924cad
TJB
142592009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
14260
14261 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
14262 * gdb.python/python-function.exp: Add test for function returning
14263 a GDB value.
14264
bc3b79fd
TJB
142652009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
14266
14267 * gdb.python/python-function.exp: New file.
14268
6c7a06a3
TT
142692009-03-20 Tom Tromey <tromey@redhat.com>
14270
14271 * gdb.base/store.exp: Update for change to escape output.
14272 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
14273 to escape output.
14274 * gdb.base/pointers.exp: Update for change to escape output.
14275 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
14276 to escape output.
14277 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
14278 escape output.
14279 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
14280 to escape output.
14281 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
14282 escape output.
14283 * gdb.base/setvar.exp: Update for change to escape output.
14284 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
14285 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
14286 to escape output.
14287 (test_print_string_constants): Likewise.
14288 * gdb.base/charset.exp (valid_host_charset): Check size of
14289 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
14290 cases. Handle "auto"-related output.
14291 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
14292 (uvar, Uvar): New globals.
14293
c31af87b
JG
142942009-03-19 Jerome Guitton <guitton@adacore.com>
14295
14296 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
14297 deltas.
14298 * gdb.ada/fixed_points.exp: Ditto.
14299
51272cf2
PA
143002009-03-18 Pedro Alves <pedro@codesourcery.com>
14301
14302 * return-nodebug.c: Don't include stdio.h.
14303 (init): Delete.
14304 (func): Delete definition and provide extern declaration.
14305 (t): New.
14306 (main): Don't call printf. Call func and store its result in t.
14307 * return-nodebug1.c: New.
14308 * return-nodebug.exp: Don't expect stdio output. Instead, print
14309 the global variable t. Drop printf formatters and cast types from
14310 foreach loop. Don't use prepare_for_testing. Compile
14311 return-nodebug.c and return-nodebug1.c in separate steps. Don't
14312 define FORMAT or CAST.
14313
d24948ac
PP
143142009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14315
14316 * gdb.base/solib-display.exp: Disable test for remote targers.
14317
61ff14c6
JK
143182009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14319
14320 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
14321
cb4dce93
JK
143222009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14323
14324 Fix a racy FAIL.
14325 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
14326 code from `follow parent, print pids'.
14327 (`follow child, print pids', `follow parent, print pids'): Call it.
14328 Replace `gdb_test "break..."' by gdb_breakpoint.
14329
f7c60c5e
VP
143302009-03-13 Vladimir Prus <vladimir@codesourcery.com>
14331
14332 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 14333 sync and async modes.
f7c60c5e 14334
383ace49
JB
143352009-03-12 Joel Brobecker <brobecker@adacore.com>
14336
14337 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
14338 that was checked in by mistake. Remove loading of ada.exp, since
14339 this is not necessary in this case.
14340
4ce102af
JB
143412009-03-12 Joel Brobecker <brobecker@adacore.com>
14342
14343 * gdb.ada/ptype_arith_binop.exp: New testcase.
14344
529a2aef
JB
143452009-03-12 Joel Brobecker <brobecker@adacore.com>
14346
14347 * gdb.ada/mod_from_name: New testcase.
14348
8a38181c
JB
143492009-03-12 Joel Brobecker <brobecker@adacore.com>
14350
14351 * gdb.ada/tick_last_segv: New testcase.
14352
11436dee
VP
143532009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14354
61ff14c6 14355 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 14356
1f31650a
VP
143572009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14358
61ff14c6
JK
14359 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
14360 include the token in ^running and frame info in *stopped.
1f31650a 14361
a3247a22
PP
143622009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14363
14364 * solib-display.exp: New file.
14365 * solib-display-main.c: New file.
14366 * solib-display-lib.c: New file.
61ff14c6 14367
aae64587
PA
143682009-03-05 Pedro Alves <pedro@codesourcery.com>
14369
14370 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
14371
44aabfbc
JK
143722009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14373
14374 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
14375 (list_and_check_macro): Use more specific test name.
14376 (next to definition): Make the test names unique.
14377
c087fcd3
PM
143782009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
14379
14380 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 14381
c86cf029
VP
143822009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14383
14384 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
14385 notifications.
14386 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
14387 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
14388 * lib/mi-support.exp (library_loaded_re): New.
14389 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
14390
3ea85240
VP
143912009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14392
14393 * gdb.gdb/observer.exp: Use test_notification observer, not
14394 normal_stop, everywhere.
14395 (test_normal_stop_notifications): Rename to...
14396 (test_notifications): ...this.
14397 (test_observer_normal_stop): Rename to...
14398 (test_observer): ...this.
14399
1903f0e6
DE
144002009-02-16 Doug Evans <dje@google.com>
14401
14402 * gdb.arch/amd64-disp-step.S (test_int3): New test.
14403 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
14404 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
14405 (test_prefixed_syscall,test_int3): New tests.
14406 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
14407 (test_prefixed_syscall,test_int3): New tests.
14408
1d33d6ba
VP
144092009-02-14 Vladimir Prus <vladimir@codesourcery.com>
14410
3cb51905
AS
14411 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
14412 (mi_expect_interrupt): Likewise.
14413 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
14414 response.
1d33d6ba 14415
faafb047
PM
144162009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14417
14418 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
14419 * gdb.base/pc-fp.exp (get_valueofx): Remove.
14420 Replace calls to get_valueofx by get_hexadecimal_valueof.
14421
417e16e2
PM
144222009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14423
14424 * lib/gdb.exp (get_valueof): Accept anything as a return value.
14425 (get_integer_valueof): New procedure.
14426 (get_sizeof): Use new get_integer_value_of.
14427 * gdb.base/sizeof.exp: Replace all uses of get_valueof
14428 by get_integer_valueof.
14429
7065b901
TT
144302009-02-13 Tom Tromey <tromey@redhat.com>
14431
14432 * gdb.base/remote.exp (get_sizeof): Remove.
14433 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
14434 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
14435 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
14436 * lib/gdb.exp (get_valueof): Move from long_long.exp.
14437 (get_sizeof): Likewise.
14438
5d7cb8df
JK
144392009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14440
14441 PR fortran/9806
14442 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
14443
b2febfff
PP
144442009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14445
14446 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
14447
4aa995e1
PA
144482009-02-06 Pedro Alves <pedro@codesourcery.com>
14449
14450 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
14451
d8906c6f
TJB
144522009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
14453
14454 * gdb.python/python-cmd.exp: New file.
14455
ff4ab08d
TG
144562009-02-06 Tristan Gingold <gingold@adacore.com>
14457
14458 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
14459
aacd552b
TG
144602009-02-05 Tristan Gingold <gingold@adacore.com>
14461
14462 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
14463 pointer is dereferenced and use this signal name in regexp.
14464 * gdb.base/signull.exp: Ditto.
14465 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
14466 * gdb.base/signull.c (main): Ditto.
14467
08c637de
TJB
144682009-02-04 Tom Tromey <tromey@redhat.com>
14469 Thiago Jung Bauermann <bauerman@br.ibm.com>
14470
14471 * gdb.python/python-value.exp: Use `gdb.history' instead of
14472 `gdb.value_from_history'.
14473 (test_value_numeric_ops): Add test for conversion of enum constant.
14474 * gdb.python/python-value.c (enum e): New type.
14475 (evalue): New global.
14476 (main): Use argv.
14477
20261af8
JG
144782009-02-04 Jerome Guitton <guitton@adacore.com>
14479
14480 * gdb.ada/uninitialized_vars: New test program.
14481 * gdb.ada/uninitialized_vars.exp: New testcase.
14482
52e44b43
TT
144832009-02-02 Tom Tromey <tromey@redhat.com>
14484
14485 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
14486 * gdb.cp/pr2489.cc: Rename...
14487 * gdb.cp/pr9594.cc: ... to this.
14488
1c71341a
TT
144892009-02-02 Tom Tromey <tromey@redhat.com>
14490
14491 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
14492 * gdb.cp/pr2489.cc: New file.
14493 * gdb.cp/cpcompletion.exp: New file.
14494
a4295225
TT
144952009-02-02 Tom Tromey <tromey@redhat.com>
14496
14497 PR exp/9059:
14498 * gdb.cp/call-c.exp: Add regression test.
14499 * gdb.cp/call-c.cc (FooHandle): New typedef.
14500 (main): New variable 'handle'.
14501
592375cd
VP
145022009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14503
14504 * lib/mi-support.exp (et_mi_thread_list)
14505 (check_mi_and_console_threads): Adjust for current thread in
14506 -thread-list-ids output.
14507
41447f92
VP
145082009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14509
889bf7c5
PA
14510 * gdb.mi/mi-break.exp (test_disabled_creation): New.
14511 Call it.
41447f92 14512
35669430
DE
145132009-01-28 Doug Evans <dje@google.com>
14514
14515 * gdb.arch/amd64-disp-step.S: New file.
14516 * gdb.arch/amd64-disp-step.exp: New file.
14517 * gdb.arch/i386-disp-step.S: New file.
14518 * gdb.arch/i386-disp-step.exp: New file.
14519
09f00d9a
PM
145202009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
14521
14522 * gdb.base/find.exp: Set newline variable
14523 using quotes instead of braces to fix cygwin failures.
14524
1e8fb976
PA
145252009-01-23 Pedro Alves <pedro@codesourcery.com>
14526
14527 * gdb.base/radix.exp: Add tests to ensure that that set
14528 input-radix 0 and set output-radix 0 are really rejected.
14529
da061712
PA
145302009-01-23 Pedro Alves <pedro@codesourcery.com>
14531
14532 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
14533 copyright years.
14534
dd7e2d2b
PA
145352009-01-23 Pedro Alves <pedro@codesourcery.com>
14536
14537 PR gdb/9664:
14538 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
14539
392452f6
PA
145402009-01-22 Pedro Alves <pedro@codesourcery.com>
14541
14542 PR c++/9631:
14543 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
14544
8653e71c
PM
145452009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
14546
14547 * gdb.server/file-transfer.exp: Use EXEEXT variable for
14548 binfile definition to fix Windows OS failure.
14549
a12cc160
DJ
145502009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
14551
14552 PR gdb/9346
14553 * gdb.base/interrupt.c (sigint_handler): New.
14554 (main): Install a SIGINT handler if SIGNALS is defined. Exit
14555 on error.
14556 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
14557 Test "signal SIGINT".
14558
b89667eb
DE
145592009-01-19 Doug Evans <dje@google.com>
14560
14561 * gdb.base/break.exp: Update expected gdb output.
14562 * gdb.base/sepdebug.exp: Ditto.
14563 * gdb.mi/mi-syn-frame.exp: Ditto.
14564 * gdb.mi/mi2-syn-frame.exp: Ditto.
14565 * gdb.base/call-signal-resume.exp: New file.
14566 * gdb.base/call-signals.c: New file.
14567 * gdb.base/unwindonsignal.exp: New file.
14568 * gdb.base/unwindonsignal.c: New file.
14569 * gdb.threads/interrupted-hand-call.exp: New file.
14570 * gdb.threads/interrupted-hand-call.c: New file.
14571 * gdb.threads/thread-unwindonsignal.exp: New file.
14572
adb483fe
DJ
145732009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
14574
14575 * gdb.base/define.exp: Test defining and hooking prefix commands.
14576 * gdb.python/python.exp: Update test for "show user" output.
14577
60023297
JK
145782009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14579
14580 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
14581 now the output exactly, using less wildcards. Expect also the output
14582 of gfortran-4.3. Update for the f-valprint.c modification from
14583 2008-04-22.
14584 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
14585 Remove gdb_test test names where matching the command.
14586
ccc57cf9
PA
145872009-01-01 Pedro Alves <pedro@codesourcery.com>
14588
14589 PR breakpoints/9681:
14590 * gdb.base/watchpoint.exp: Add regression test.
14591
c7a6ca08
PA
145922008-12-31 Pedro Alves <pedro@codesourcery.com>
14593
14594 * gdb.threads/attach-into-signal.exp: Don't use
14595 gdb_suppress_entire_file.
14596 * gdb.threads/attach-stopped.exp: Ditto.
14597 * gdb.threads/attachstop-mt.exp: Ditto.
14598
3a031f65
PA
145992008-12-31 Pedro Alves <pedro@codesourcery.com>
14600
14601 PR gdb/8812:
14602 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
14603
09e6485f
PA
146042008-12-29 Pedro Alves <pedro@codesourcery.com>
14605
14606 PR gdb/7536:
14607 * gdb.base/radix.exp: Add tests to ensure invalid input radices
14608 and unsupported output radices are really rejected.
14609
0cd53049
JK
146102008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14611
14612 * gdb.cp/punctuator.exp: Backslash the '$' signs.
14613
ba163c7e
TT
146142008-12-22 Tom Tromey <tromey@redhat.com>
14615
14616 * gdb.cp/punctuator.exp: New file.
14617
6f4de6c9
JK
146182008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14619
14620 * gdb.base/completion.exp (Completing non-existing component): New test.
14621
0f34d0b4
JK
146222008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14623
14624 Fix for PR gdb/8648.
14625 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
14626 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
14627 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
14628 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
14629
db2ad4c3
JK
146302008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14631
14632 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
14633
bb5ef15e
DP
146342008-12-16 Christophe Lyon <christophe.lyon@st.com>
14635
14636 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
14637 compiler actually generate code at the expected line number.
14638
90142adc
JZ
146392008-12-15 Jie Zhang <jie.zhang@analog.com>
14640
14641 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
14642
fad6eecd
TT
146432008-12-12 Tom Tromey <tromey@redhat.com>
14644
14645 * gdb.base/commands.exp (redefine_hook_test): New proc.
14646 Call it.
14647
17c8aaf5
TT
146482008-12-11 Tom Tromey <tromey@redhat.com>
14649
14650 * gdb.base/macscp.exp: New regression test.
14651
7c8adf68
TT
146522008-12-11 Tom Tromey <tromey@redhat.com>
14653
14654 * gdb.base/macscp.exp: Print "address.addr".
14655 * gdb.base/macscp1.c (struct outer): New struct.
14656 (address): New global.
14657
b05dcbb7
TT
146582008-12-09 Tom Tromey <tromey@redhat.com>
14659
14660 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
14661 Call it.
14662
2d476de1
DE
146632008-12-04 Doug Evans <dje@google.com>
14664
14665 * gdb.server/ext-run.exp: Relax regexp for init program.
14666
87bdc959
TG
146672008-12-03 Tristan Gingold <gingold@adacore.com>
14668
14669 * gdb.base/macscp.exp: Generate an object file during compilation
14670 to work around Darwin dsymutil limitations.
14671
e0740f77
JK
146722008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14673
14674 Test resolving external references to TLS variables.
14675 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
14676 FILE2_THREAD_LOCAL.
14677 (testfile2, srcfile2): New variables.
14678 * gdb.threads/tls.c (file2_thread_local)
14679 (function_referencing_file2_thread_local): New.
14680 * gdb.threads/tls2.c: New file.
14681
67f0aac5
JB
146822008-11-28 Joel Brobecker <brobecker@adacore.com>
14683
14684 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
14685 rather than integer, as integer might not be big enough when
14686 on 64bit targets.
67f0aac5 14687
c332165e
JG
146882008-11-27 Jerome Guitton <guitton@adacore.com>
14689
14690 * gdb.cp/formatted-ref.exp: Add equality test.
14691 * gdb.ada/formatted_ref.exp: Ditto.
14692
fc9b693c
JK
146932008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14694
14695 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
14696 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
14697
a9c64011
AS
146982008-11-20 Andreas Schwab <schwab@suse.de>
14699
14700 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
14701 matching syscall entry point.
14702 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14703 (tcatch_vfork_then_child_follow): Likewise. Finish through
14704 vfork even if we stopped at the syscall trampoline.
14705
e2fd701e
DE
147062008-11-20 Doug Evans <dje@google.com>
14707
14708 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
14709
69abc51c
TJB
147102008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
14711
14712 * gdb.arch/ppc-dfp.exp: New file.
14713 * gdb.arch/ppc-dfp.c: New file.
14714
c14c28ba
PP
147152008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
14716
14717 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 14718
2e74121d
DE
147192008-11-17 Doug Evans <dje@google.com>
14720
14721 * gdb.mi/mi-syn-frame.exp: Update expected output.
14722 * gdb.mi/mi2-syn-frame.exp: Update expected output.
14723
66bb093b
VP
147242008-11-17 Vladimir Prus <vladimir@codesourcery.com>
14725
14726 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
14727 "thread N" results in =thread-selected.
14728 * lib/mi-support (mi_run_cmd, mi_expect_stop)
14729 (mi_send_resuming_command_raw): Be prepared for
14730 =thread-selected.
14731
3d043ef6
VP
147322008-11-17 Vladimir Prus <vladimir@codesourcery.com>
14733
a9c64011
AS
14734 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
14735 * lib/mi-support.exp: Likewise.
3d043ef6 14736
808104c8
JB
147372008-11-16 Joel Brobecker <brobecker@adacore.com>
14738
14739 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
14740 commands from the expected output for "help catch".
14741
00b22944
JB
147422008-11-15 Joel Brobecker <brobecker@adacore.com>
14743
14744 * gdb.ada/int_deref.exp: New testcase.
14745
59669435
TT
147462008-11-14 Nick Roberts <nickrob@snap.net.nz>
14747
14748 * gdb.mi/gdb2549.exp: New file.
14749
de04a248
DE
147502008-11-11 Doug Evans <dje@google.com>
14751
14752 * gdb.base/callexit.exp: New file.
14753 * gdb.base/callexit.c: New file.
14754
6b8ce727
DE
147552008-11-10 Doug Evans <dje@google.com>
14756
14757 * lib/gdb.exp (GDBFLAGS): Move -nx ...
14758 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
14759 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
14760 (default_gdb_start,default_gdb_exit): Ditto.
14761 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
14762 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
14763 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
14764 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
14765 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
14766 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
14767
1b14b8aa
AS
147682008-11-03 Andreas Schwab <schwab@suse.de>
14769
14770 * gdb.base/hashline2.exp: Fix typo.
14771 * gdb.base/hashline3.exp: Likewise.
14772
f3134b88
TT
147732008-10-30 Tom Tromey <tromey@redhat.com>
14774
14775 * gdb.base/pointers.exp: Add test.
14776 * gdb.base/pointers.c (k, S): New typedefs.
14777 (instance): New global.
14778
c2226152
AS
147792008-10-30 Andreas Schwab <schwab@suse.de>
14780
14781 * gdb.base/args.exp: Add tests for newlines.
14782
462f405c
JB
147832008-10-30 Joel Brobecker <brobecker@adacore.com>
14784
14785 gdb.base/foll-exec.exp: Update the expected output of a couple
14786 of "info breakpoints" tests.
14787
79a45b7d
TT
147882008-10-28 Tom Tromey <tromey@redhat.com>
14789
14790 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
14791
adc13a14
PA
147922008-10-24 Pedro Alves <pedro@codesourcery.com>
14793
14794 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
14795 gdb_start_cmd.
14796 Use runto_main before any test that requires execution.
14797
252fbfc8
PA
147982008-10-23 Pedro Alves <pedro@codesourcery.com>
14799
14800 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
14801 instead of SIGINT.
14802
28148e3d
JB
148032008-10-22 Joel Brobecker <brobecker@adacore.com>
14804
14805 * gdb.base/completion.exp: Update expected output following
14806 the addition of the "info tasks" command.
14807
c209f847
TT
148082008-10-22 Tom Tromey <tromey@redhat.com>
14809
14810 * gdb.base/exprs.exp (test_expr): Add test for string
14811 concatenation.
14812
f177e350
PA
148132008-10-19 Pedro Alves <pedro@codesourcery.com>
14814
14815 * configure.ac: Output gdb.python/Makefile.
14816 * configure: Regenerate.
14817 * gdb.python/Makefile.in: New.
14818
cce89356
JB
148192008-10-16 Joel Brobecker <brobecker@adacore.com>
14820
14821 * gdb.base/foll-fork.exp: Adjust the expected output to match
14822 the new description for fork/vfork catchpoints in the "info
14823 breakpoints" output.
14824
176d289d
TJB
148252008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
14826
14827 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
14828
a08702d6
TJB
148292008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
14830
14831 * gdb.python/python-value.c: New file.
14832 * gdb.python/python-value.exp: New file.
14833
1c5cfe86
PA
148342008-10-15 Pedro Alves <pedro@codesourcery.com>
14835
14836 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
14837
5a98ad69
DP
148382008-10-15 Denis Pilat <denis.pilat@st.com>
14839
41702f1b 14840 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 14841
dcb1a1e2
TT
148422008-10-09 Tom Tromey <tromey@redhat.com>
14843
14844 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
14845 'fprintf' and 'stderr'.
14846
9124fe48
JB
148472008-10-07 Joel Brobecker <brobecker@adacore.com>
14848
14849 * gdb.ada/ref_tick_size.exp: New testcase.
14850
45452591
DE
148512008-10-06 Doug Evans <dje@google.com>
14852
14853 * gdb.dwarf2/dw2-cu-size.exp: New file.
14854 * gdb.dwarf2/dw2-cu-size.S: New file.
14855
14856 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
14857 .Ltype_int for clarity.
14858
4fc5b208
PP
148592008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14860
14861 PR gdb/2384:
14862 * gdb.cp/gdb2384.exp: Extended to test more cases.
14863 * gdb.cp/gdb2384.cc: Likewise.
14864 * gdb.cp/gdb2384-base.h: Likewise.
14865 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 14866
d78df370
JK
148672008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14868
14869 * gdb.base/maint.exp (maint print type): Remove printing
14870 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
14871
9a044a89
TT
148722008-09-30 Tom Tromey <tromey@redhat.com>
14873
14874 * gdb.base/macscp.exp: Add completion tests.
14875 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
14876 (TWENTY_THREE): Likewise.
14877 (FORTY_EIGHT): Likewise.
14878
506800a9
TT
148792008-09-30 Tom Tromey <tromey@redhat.com>
14880
14881 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
14882 everywhere.
14883 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
14884
1a6f01b5
JK
148852008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14886
14887 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
14888 testcase is derived from. Fix racy dependency on an expected PID
14889 number. No longer support the testcase on Linux kernel 2.4.x.
14890
2fae03e8
TT
148912008-09-27 Tom Tromey <tromey@redhat.com>
14892
14893 * gdb.base/macscp.exp: Add tests for stringification, splicing,
14894 and varargs.
14895
1ad15515
PA
148962008-09-22 Pedro Alves <pedro@codesourcery.com>
14897
14898 * lib/mi-support.exp (mi_expect_interrupt): New.
14899 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
14900 from gdb.mi/mi-nonstop.exp.
14901 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
14902 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
14903 lib/mi-support.exp.
14904 Use mi_check_thread_states throughout. Avoid ".*" and do not
14905 require an anchor after -exec-run.
14906
d0b76dc6
DJ
149072008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
14908
14909 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
14910 stop is pending. Avoid ".*" when two stops are pending.
14911 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
14912 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
14913 newlines in fullnames.
14914 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
14915 (mi_expect_stop): Update comments. Only anchor in sync mode.
14916 Do not match newlines.
14917 (mi_send_resuming_command_raw): Always return status.
14918 (mi_get_stop_line): Do not match more than one line by accident.
14919 Only anchor in sync mode.
14920 (mi_run_inline_test): If -exec-next fails, give up.
14921
9990c830
UW
149222008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14923
14924 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
14925 on SPU.
14926
ebcf6f00
JB
149272008-09-10 Joel Brobecker <brobecker@adacore.com>
14928
14929 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
14930
b6db24e5
JB
149312008-09-10 Joel Brobecker <brobecker@adacore.com>
14932
14933 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
14934 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
14935 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
14936 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
14937 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
14938 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
14939 gdb.ada/interface.exp, gdb.ada/null_array.exp,
14940 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
14941 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
14942 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
14943 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
14944 Include the "= " sequence in the expected output of print tests.
14945
2bf448e0
JB
149462008-09-10 Joel Brobecker <brobecker@adacore.com>
14947
14948 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
14949 description for boolean types.
14950
d51fd4c8
PA
149512008-09-09 Pedro Alves <pedro@codesourcery.com>
14952
14953 * gdb.base/hook-stop-continue.c: New.
14954 * gdb.base/hook-stop-continue.exp: New.
14955
694182d2
DJ
149562008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
14957
14958 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
14959
3b8a7fc0
JG
149602008-09-08 Jerome Guitton <guitton@adacore.com>
14961
14962 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
14963 (stack_check_probe_2, stack_check_probe_loop_1)
14964 (stack_check_probe_loop_2): New functions.
14965 (main): Add call to these new functions.
14966 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
14967 functions, check that the breakpoint is inserted at the appropriate
14968 location.
14969 (insert_breakpoint): Slightly refine this procedure so that it can
14970 be called several times in the test.
14971
96cc0ae8
JG
149722008-09-08 Jerome Guitton <guitton@adacore.com>
14973
14974 * gdb.base/stack-checking.c: New file.
14975 * gdb.base/stack-checking.exp: New file.
14976
1f08b409
TJB
149772008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
14978
14979 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
14980 * gdb.arch/altivec-regs.exp: Likewise.
14981 * gdb.arch/vsx-regs.exp: Likewise.
14982
3099e1c4
TJB
149832008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
14984
14985 * gdb.arch/ppc-fp.exp: New file.
14986 * gdb.arch/ppc-fp.c: New file.
14987
cc69bfc1
PP
149882008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14989
14990 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
14991 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 14992
b02a33db
MS
149932008-09-04 Michael Snyder <msnyder@vmware.com>
14994
14995 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
14996 as "at" (for non-debug functions such as _start).
14997
2992cbe0
UW
149982008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14999
15000 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
15001 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
15002 software watchpoints.
15003 * gdb.base/watch_thread_num.exp: Likewise.
15004
514f746b
AR
150052008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
15006
15007 * gdb.arch/i386-bp_permanent.exp: New test.
15008
876cecd0
TT
150092008-08-24 Tom Tromey <tromey@redhat.com>
15010
15011 * gdb.base/maint.exp: Update "maint print type".
15012
80f73d71
VP
150132008-08-21 Vladimir Prus <vladimir@codesourcery.com>
15014
15015 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
15016 support. Adjust the order of "*running" notifications.
15017 * gdb.mi/non-stop.c: Don't cast from int to void* and
15018 back.
15019
d9c78d7d
MK
150202008-08-20 Mark Kettenis <kettenis@gnu.org>
15021
15022 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
15023 expect to find it in the "info frame" output.
15024
97a2d1d3
DJ
150252008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
15026
15027 * gdb.base/interp.exp: Always consume both prompts.
15028
b96e2927
PA
150292008-08-20 Pedro Alves <pedro@codesourcery.com>
15030
15031 * gdb.base/pending.exp: Test pending breakpoints without symbols
15032 loaded.
15033
8cf6e61a
VP
150342008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15035
15036 * lib/mi-support.exp (mi_expect_stop): Produce
15037 more details on failures.
15038 * gdb.mi/mi-nonstop.exp: New.
15039 * gdb.mi/non-stop.c: New.
15040
c6ebd6cf
VP
150412008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15042
a9c64011
AS
15043 * gdb.mi/mi-async.exp: Use 'set target-async'.
15044 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 15045
46a9b8ed
DJ
150462008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
15047
15048 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
15049
44feb3ce
TT
150502008-08-17 Tom Tromey <tromey@redhat.com>
15051
15052 * gdb.base/help.exp (help catch): Rewrite.
15053
311a4e6b
TJB
150542008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15055
15056 * gdb.base/define.exp: Test indented command documentation.
15057 * gdb.python/python.exp: Test indented multi-line command.
15058
604c2f83
LM
150592008-08-15 Luis Machado <luisgpm@br.ibm.com>
15060
15061 * testsuite/gdb.arch/vsx-regs.c: New source file.
15062 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
15063 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
15064
886a217c
TT
150652008-08-14 Tom Tromey <tromey@redhat.com>
15066
15067 * gdb.base/macscp.exp: Add regression test for "macro define" or
15068 "macro undef" with no arguments.
15069
c814a4f3
PP
150702008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
15071
15072 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 15073
12ab8a60
UW
150742008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15075
15076 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
15077
d57a3c85
TJB
150782008-08-06 Tom Tromey <tromey@redhat.com>
15079
15080 * gdb.python/python.exp: New file.
15081
c7b778ff
JK
150822008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15083
15084 Fix for PR gdb/1543.
15085 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
15086 $LOCATION.
15087 (location): New variable.
15088 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
15089 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
15090 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
15091 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
15092 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
15093 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
15094 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
15095 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
15096 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
15097 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
15098 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
15099 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
15100 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
15101 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
15102 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15103 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
15104 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
15105 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
15106 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
15107 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15108 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
15109 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
15110 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
15111 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
15112 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
15113 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
15114 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
15115 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
15116 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
15117 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
15118 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
15119 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
15120 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
15121 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
15122 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
15123 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
15124 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
15125 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15126 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
15127 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
15128 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
15129 gdb.base/type-opaque.exp, gdb.base/until.exp,
15130 gdb.base/value-double-free.c, gdb.base/varargs.exp,
15131 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
15132 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
15133 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
15134 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
15135 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
15136 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
15137 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
15138 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15139 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
15140 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
15141 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
15142 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
15143 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
15144 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
15145 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
15146 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15147 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
15148 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
15149 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
15150 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
15151 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
15152 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
15153 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
15154 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15155 gdb.pascal/types.exp, gdb.stabs/weird.exp,
15156 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
15157 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
15158 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
15159 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
15160 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
15161 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
15162 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15163 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15164 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15165 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15166 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15167 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15168 lib/mi-support.exp, lib/trace-support.exp: Remove reference
15169 to bug-gdb@prep.ai.mit.edu .
15170
5e06a3d1
VP
151712008-07-31 Vladimir Prus <vladimir@codesourcery.com>
15172
15173 * lib/mi-support.exp (mi_load_shlibs): New.
15174 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
15175
9d81d21b
VP
151762008-07-30 Vladimir Prus <vladimir@codesourcery.com>
15177
15178 * lib/mi-support.exp (get_mi_thread_list)
15179 (check_mi_and_console_threads): New, moved from ...
15180 * gdb.mi/mi-pthread.exp: ...here.
15181 * gdb.mi/gdb669.exp (get_mi_thread_list)
15182 (check_mi_and_console_threads): Delete.
15183 * gdb.mi/mi2-pthread.exp: Likewise.
15184
bae98fe0
TT
151852008-07-28 Tom Tromey <tromey@redhat.com>
15186
15187 * Makefile.in (just-check): Remove. Move body to...
15188 (check): ... here.
15189
57380f4e
DJ
151902008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15191
15192 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
15193 Add a test for duplicated SIGINTs.
15194
e09490f1
DJ
151952008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15196
15197 * gdb.threads/schedlock.exp (get_args): Update to work for any
15198 value of NUM.
15199 (Top level): Report the number of threads that did not resume.
15200
6387b45f
DJ
152012008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15202
15203 * gdb.dwarf2/dw2-compressed.S: Also define __start.
15204
62f64ff2
DJ
152052008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15206
15207 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
15208 non-MI prompt.
15209
fa8de41e
TT
152102008-07-26 Tom Tromey <tromey@redhat.com>
15211
15212 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
15213 (function_struct, function_struct_ptr): New globals.
15214 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15215 function pointer in a struct.
15216
ccb3ac8a
TT
152172008-07-26 Tom Tromey <tromey@redhat.com>
15218
15219 * gdb.base/macscp.exp: Add test for macro lexing bug.
15220
d7d9f01e
TT
152212008-07-18 Tom Tromey <tromey@redhat.com>
15222
15223 * gdb.base/macscp.exp: Add macro tests.
15224
9bf07184
PP
152252008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15226
15227 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
15228
becf6477
PP
152292008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15230
15231 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
15232
0709f7d3
PP
152332008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
15234
15235 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 15236
7093c834
PP
152372008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
15238
15239 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 15240
b432ffe3
JK
152412008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15242
15243 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
15244
b1a268e5
VP
152452008-07-12 Vladimir Prus <vladimir@codesourcery.com>
15246
15247 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
15248
e2995f8e
KB
152492008-07-11 Kevin Buettner <kevinb@redhat.com>
15250
15251 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
15252 of regexp to account for changes made to GDB in the printing of
15253 byte vectors.
15254
14032a66
TT
152552008-07-11 Tom Tromey <tromey@redhat.com>
15256
15257 * gdb.base/completion.exp: Add 'help' completion test.
15258
981505ef
JK
152592008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15260
15261 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
15262
10568435
JK
152632008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15264
15265 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
15266
4487aabf
PA
152672008-07-09 Pedro Alves <pedro@codesourcery.com>
15268
15269 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
15270
a4a9b1c4
PA
152712008-07-09 Pedro Alves <pedro@codesourcery.com>
15272
15273 * gdb.base/fullname.exp: Restore pwd if compiling failed.
15274
3c3185ac
JK
152752008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15276
15277 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
15278
7ebd49dc
VP
152792008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15280
15281 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
15282 previous commit. Add a comment.
15283
84e46146
PA
152842008-06-28 Pedro Alves <pedro@codesourcery.com>
15285
15286 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
15287
0f8d4a2f
VP
152882008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15289
15290 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
15291
f747e0ce
PA
152922008-06-27 Pedro Alves <pedro@codesourcery.com>
15293
15294 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
15295 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
15296 compiling an executable, link in an object that forces unbuffered
15297 output.
15298 * lib/set_unbuffered_mode.c: New file.
15299
734a5c36
JK
153002008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15301
15302 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
15303
a2840c35
VP
153042008-06-25 Vladimir Prus <vladimir@codesourcery.com>
15305
a9c64011
AS
15306 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
15307 mi_expect_stop.
15308 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
15309 Demand that *running is output.
15310 (detect_async): Perform checking every time.
15311 (mi_send_resuming_command): Extract everything into...
15312 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
15313 (mi_expect_stop): Don't accept any output before *stopped.
15314
6ae37fef
VP
153152008-06-13 Vladimir Prus <vladimir@codesourcery.com>
15316
15317 Robustify mi-simplerun.
a9c64011
AS
15318 * gdb.mi/basics.c (main): Add a call to sleep.
15319 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
15320 * gdb.mi/mi2-cli.exp: Likewise.
15321 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 15322
b4aa76f0 153232008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
15324
15325 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
15326
e1ac3328
VP
153272008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15328
a9c64011
AS
15329 * gdb.mi/mi-console.exp: Adjust.
15330 * gdb.mi/mi-syn-frame.exp: Adjust.
15331 * gdb.mi/mi2-console.exp: Adjust.
15332 * gdb.mi/mi2-syn-frame.exp: Adjust.
15333 * lib/mi-support.exp (mi_run_cmd): Adjust.
15334 (mi_send_resuming_command): Adjust.
e1ac3328 15335
f7f9a841
VP
153362008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15337
15338 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
15339 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
15340 testing of stopped.
15341 * gdb.mi/mi2-syn-frame.exp: Likewise.
15342 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
15343 (async, detect_async): New.
15344 (mi_expect_stop, mi_continue_to_line): Adjust expectation
15345 depending on if we're running in sync or async mode.
f7f9a841 15346
37cd5d19
TT
153472008-06-09 Tom Tromey <tromey@redhat.com>
15348
15349 * gdb.base/completion.exp: New tests for field name completion
15350 with spaces, and field name completion with '->'.
15351
65d12d83
TT
153522008-06-06 Tom Tromey <tromey@redhat.com>
15353
15354 * gdb.base/break1.c (struct some_struct): New struct.
15355 (values): New global.
15356 * gdb.base/completion.exp: Add field name completion test.
15357
ebfe2e3f
PP
153582008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15359
15360 * gdb.cp/call-c.exp: Test for incorrect handling of reference
15361 to pointer.
15362 * gdb.cp/call-c.cc: Likewise.
15363
bcf6fc3a
NR
153642008-06-06 Nick Roberts <nickrob@snap.net.nz>
15365
15366 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
15367 annotation.
15368
49fd4a42 153692008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 15370 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
15371
15372 * gdb.threads/execl.c, gdb.threads/execl1.c,
15373 gdb.threads/execl.exp: New tests.
a9c64011 15374
8a34ac3f
AR
153752008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
15376 Daniel Jacobowitz <dan@codesourcery.com>
15377
15378 * gdb.cp/exception.exp: Activate test, make it work with pending
15379 catchpoints.
15380
86ae69ef
JK
153812008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15382
15383 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
15384
f7f9ae2c
VP
153852008-05-28 Vladimir Prus <vladimir@codesourcery.com>
15386
a9c64011
AS
15387 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
15388 now printed.
15389 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 15390
2a2d4dc3
AS
153912008-05-27 Andreas Schwab <schwab@suse.de>
15392
15393 * gdb.base/frame-args.exp: Handle arguments that are optimized
15394 out.
15395
5099e4d9
LM
153962008-05-26 Luis Machado <luisgpm@br.ibm.com>
15397
15398 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
15399 quiet for ppc32 and group options into a single variable.
15400
d9c36a91
JB
154012008-05-23 Joel Brobecker <brobecker@adacore.com>
15402
15403 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
15404 of zero-size elements.
15405 * gdb.ada/null_array.exp: Test printing this new array.
15406
103a8671
JK
154072008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15408
15409 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
15410
07a4cc1a 154112008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
15412
15413 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
15414 of the "finish" command.
15415
55f996a7
NR
154162008-05-21 Nick Roberts <nickrob@snap.net.nz>
15417
15418 * gdb.base/annota1.exp: Test for new annotation.
15419
907fc202
UW
154202008-05-16 Pedro Alves <pedro@codesourcery.com>
15421
15422 * gdb.base/fixsection.exp: New file.
15423 * gdb.base/fixsection0.c: New file.
15424 * gdb.base/fixsection1.c: New file.
15425
e8f97270
UW
154262008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15427
15428 * gdb.base/annota1.exp: Accept printf@... in place of printf.
15429 * gdb.base/annota3.exp: Likewise.
15430
ac0bb574
NF
154312008-05-13 Nathan Froyd <froydnj@codesourcery.com>
15432
15433 * gdb.base/watch_thread_num.exp: Don't run tests that require
15434 watchpoints if the target doesn't support them.
15435
6fadd07a
DE
154362008-05-12 Doug Evans <dje@google.com>
15437
15438 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
15439
6e9a4a30
JB
154402008-05-09 Joel Brobecker <brobecker@adacore.com>
15441
15442 * gdb.ada/assign_1.exp: New testcase.
15443
08388c79
DE
154442008-05-09 Doug Evans <dje@google.com>
15445
a3c83fae
DE
15446 * gdb.base/find.exp: New file.
15447 * gdb.base/find.c: New file.
08388c79 15448
bd5ddfe8
DJ
154492008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
15450
15451 * gdb.base/commands.exp (watchpoint_command_test): Handle
15452 gdb,no_hardware_watchpoints.
15453 * gdb.base/float.exp: Allow ARM targets without floating point.
15454 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
15455
b5dd68e2 154562008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 15457 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
15458
15459 * gdb.ada/lang_switch: New test program.
15460 * gdb.ada/lang_switch.exp: New testcase.
15461
382d13d1
DE
154622008-05-05 Doug Evans <dje@google.com>
15463
15464 * gdb.base/help.exp (disassemble): Update expected help text.
15465
9dd789d0
PA
154662008-05-04 Pedro Alves <pedro@codesourcery.com>
15467
15468 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
15469
611c83ae
PA
154702008-05-04 Pedro Alves <pedro@codesourcery.com>
15471
15472 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
15473 different times.
15474
ff013f42
JK
154752008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15476
15477 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
15478 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
15479 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
15480 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
15481
96dff6a2
VP
154822008-05-04 Vladimir Prus <vladimir@codesourcery.com>
15483
15484 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
15485 notification to appear.
15486
55cd6f92
DJ
154872008-05-04 Daniel Jacobowitz <dan@debian.org>
15488
15489 * gdb.base/fullname.c: New file.
15490 * gdb.base/fullname.exp: New file.
15491 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
15492
d705c43c
PA
154932008-05-03 Pedro Alves <pedro@codesourcery.com>
15494
15495 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
15496 expressions with macros.
15497
333222e1
JK
154982008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15499
15500 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
15501
5ac01682
DJ
155022008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
15503
15504 * gdb.base/completion.exp: Handle lack of other symbols beginning
15505 with "a".
15506
15507 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
15508
237fc4c9
PA
155092008-05-02 Jim Blandy <jimb@codesourcery.com>
15510
15511 * gdb.asm/asmsrc1.s: Add scratch space.
15512
ed5e9466
DJ
155132008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15514 Daniel Jacobowitz <dan@codesourcery.com>
15515
15516 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
15517 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
15518 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
15519
b39cc962
DJ
155202007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
15521
15522 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
15523
36d520f5
JB
155242008-05-01 Joel Brobecker <brobecker@adacore.com>
15525
15526 * gdb.base/info-target.exp: New testcase.
15527
8d4e3071
DJ
155282008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15529
15530 * gdb.cp/hang.exp: Use .cc instead of .C.
15531 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
15532 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
15533
6f3f3097
DJ
155342008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15535
15536 * gdb.base/gdb1250.exp: Remove perror.
15537 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
15538
5550a914
PA
155392008-04-30 Pedro Alves <pedro@codesourcery.com>
15540
15541 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
15542 .2byte.
15543
d848e687
DJ
155442008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
15545
15546 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
15547 (maybe_kfail): New.
15548
93b5768b
PA
155492008-04-25 Pedro Alves <pedro@codesourcery.com>
15550
15551 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
15552
721c02de
VP
155532008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15554
a9c64011
AS
15555 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
15556 * gdb.mi/mi2-syn-frame.exp: Likewise.
15557 * lib/mi-support.exp: Likewise.
721c02de 15558
74960c60
VP
155592008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15560
15561 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
15562 to specify regexp for the location to stop at.
15563 * gdb.base/break-always.c: New.
15564 * gdb.base/break-always.exp: New.
15565
d24317b4
VP
155662008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15567
15568 * lib/mi-support.exp (mi_runto_helper): Adjust
15569 for the original-location field.
15570 (mi_create_breakpoint, mi_list_breakpoints): New.
15571 * gdb.mi/mi-break.exp: Adjust.
15572 * gdb.mi/mi2-break.exp: Adjust.
15573 * gdb.mi/mi-pending.exp: Adjust.
15574 * gdb.mi/mi-simplerun.exp: Adjust.
15575 * gdb.mi/mi2-simplerun.exp: Adjust.
15576 * gdb.mi/mi-syn-frame.exp: Adjust.
15577 * gdb.mi/mi2-syn-frame.exp: Adjust.
15578 * gdb.mi/mi-until.exp: Adjust.
15579 * gdb.mi/mi2-until.exp: Adjust.
15580 * gdb.mi/mi-var-display.exp: Adjust.
15581 * gdb.mi/mi2-var-display.exp: Adjust.
15582 * gdb.mi/mi-watch.exp: Adjust.
15583 * gdb.mi/mi2-watch.exp: Adjust.
15584
fdc59709 155852008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 15586
a9c64011
AS
15587 * aclocal.m4: Add override.m4.
15588 * configure: Regenerate.
fdc59709 15589
8e91f023
VP
155902008-04-19 Vladimir Prus <vladimir@codesourcery.com>
15591
15592 * gdb.mi/var-cmd.c (do_at_tests): Verify that
15593 '-var-update --all-values' reports new value even the type
15594 of a variable object has changed.
15595
233a11ab
CS
155962008-04-18 Craig Silverstein <csilvers@google.com>
15597
15598 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
15599 files.
d24317b4 15600
9c1137ad
JB
156012008-04-18 Joel Brobecker <brobecker@adacore.com>
15602
15603 * gdb.ada/atomic_enum: New test program.
15604 * gdb.ada/atomic_enum.exp: New testcase.
15605
66d0bbc7
DE
156062008-04-17 Doug Evans <dje@google.com>
15607
15608 * gdb.opt/Makefile.in: Fix whitespace.
15609
100906b0
UW
156102008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
15611
15612 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
15613
4584e32e
DE
156142008-04-17 Doug Evans <dje@google.com>
15615
15616 * gdb.base/hashline1.exp: New testcase.
15617 * gdb.base/hashline2.exp: New testcase.
15618 * gdb.base/hashline2.exp: New testcase.
15619
0a320680
PA
156202008-04-17 Pedro Alves <pedro@codesourcery.com>
15621
15622 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
15623
18ac113b
AR
156242008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
15625
15626 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
15627 temporary breakpoint to match "Temporary breakpoint".
15628 * gdb.base/break.exp (delete_breakpoints): Likewise.
15629 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
15630 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
15631 * gdb.base/display.exp: Likewise.
15632 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
15633 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
15634 * gdb.base/restore.exp (restore_tests): Likewise.
15635 * gdb.base/sepdebug.exp: Likewise.
15636 * gdb.base/watchpoint.exp: Likewise.
15637 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
15638 * gdb.mi/mi-pending.exp: Likewise.
15639 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
15640 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
15641 * gdb.mi/mi-var-cmd.exp: Likewise.
15642 * gdb.mi/mi-var-display.exp: Likewise.
15643 * gdb.mi/mi2-cli.exp: Likewise.
15644 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
15645 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
15646 * gdb.mi/mi2-var-display.exp: Likewise.
15647 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
15648 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
15649 new "disp" field.
a9c64011 15650 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
15651 reason. This is to support fix for PR2424.
15652
add38693
JK
156532008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15654
15655 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
15656
fcacd99f
VP
156572008-04-13 Vladimir Prus <vladimir@codesourcery.com>
15658
15659 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 15660 field. Add more floating varobj tests.
fcacd99f 15661 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
15662 field.
15663 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
15664 (main): Call do_at_tests.
15665 * lib/mi-support.exp (mi_create_floating_varobj)
15666 (mi_varobj_update_with_type_change): New.
fcacd99f 15667
de051565
MK
156682008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
15669
15670 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
15671 option of -var-evaluate-expression.
15672 * gdb.mi/mi2-var-display.exp: Likewise.
15673
dbc52822
VP
156742008-04-07 Vladimir Prus <vladimir@codesourcery.com>
15675
15676 Introduce test setup helpers.
a9c64011
AS
15677 * lib/gdb.exp (build_executable, clean_restart)
15678 (prepare_for_testing): New.
15679 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
15680 * gdb.base/return.exp: Likewise.
15681 * gdb.base/ending-run.exp: Likewise.
dbc52822 15682
473591da
NR
156832008-04-07 Nick Roberts <nickrob@snap.net.nz>
15684
15685 * gdb.mi/mi-async.exp: New test for asynchronous Machine
15686 Interface (MI) responses.
15687
2b2d9e11
VP
156882008-04-06 Vladimir Prus <vladimir@codesourcery.com>
15689
a9c64011
AS
15690 * gdb.cp/breakpoint.cc: New code to test conditions involving
15691 member variables.
15692 * gdb.cp/breakpoint.exp: Test condition involving member
15693 variables.
2b2d9e11 15694
bb378428
VP
156952008-04-05 Vladimir Prus <vladimir@codesourcery.com>
15696
15697 * lib/mi-support.exp (mi_expect_stop): New.
15698 (mi_run_cmd): Change the
15699 token. Use mi_send_resuming_command, use
15700 mi_expect_stop.
15701 (mi_execute_to_helper): Rename to mi_execute_to.
15702 (mi_send_resuming_command): Add more error patterns.
15703 (mi_wait_for_stop): Renamed to...
15704 (mi_get_stop_line): ...this.
15705 (mi_run_inline_test): Adjust.
15706
15707 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
15708 * gdb.mi/mi-console.exp: Likewise.
15709 * gdb.mi/mi-pending.exp: Likewise.
15710 * gdb.mi/mi-simplerun.exp: Likewise.
15711 * gdb.mi/mi-stack.exp: Likewise.
15712 * gdb.mi/mi-stepi.exp: Likewise.
15713 * gdb.mi/mi-syn-frame.exp: Add comment.
15714 * gdb.mi/mi-until.exp: Likewise.
15715 * gdb.mi/mi-var-display.exp: Likewise.
15716 * gdb.mi/mi-watch.exp: Likewise.
15717 * gdb.mi/mi2-cli.exp: Likewise.
15718 * gdb.mi/mi2-console.exp: Likewise.
15719 * gdb.mi/mi2-simplerun.exp: Likewise.
15720 * gdb.mi/mi2-stack.exp: Likewise.
15721 * gdb.mi/mi2-stepi.exp: Likewise.
15722 * gdb.mi/mi2-until.exp: Likewise.
15723 * gdb.mi/mi2-var-display.exp: Likewise.
15724 * gdb.mi/mi2-watch.exp: Likewise.
15725
62172bb9
UW
157262008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15727
15728 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
15729
15730 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
15731
a13e061a
PA
157322008-04-04 Pedro Alves <pedro@codesourcery.com>
15733
15734 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
15735 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
15736 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
15737 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
15738 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
15739 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
15740 expect an mi error duplicated in stderr.
15741
eae06beb
JB
157422008-04-03 Joel Brobecker <brobecker@adacore.com>
15743
15744 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
15745 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
15746 Add a couple of tests that verify the behavior when the new setting
15747 is set to "cancel" and "all".
15748 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
15749 "ask" before we start the testing.
15750
79c6ced6
AR
157512008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
15752
15753 * gdb.cp/casts.cc: Add class reference variables.
15754 * gdb.cp/casts.exp: New test cases for up/down casting references.
15755
6c2d1a6b
MK
157562008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
15757
15758 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
15759 instead of beginning to make an extra test pass.
15760 * gdb.mi/mi2-var-display.exp: Likewise.
15761
55b411d9
MR
157622008-03-31 Maciej W. Rozycki <macro@mips.com>
15763
15764 * gdb.base/break.exp: Mark failures as such. Fix formatting.
15765
c6140da2
MD
157662008-03-31 Markus Deuling <deuling@de.ibm.com>
15767 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15768
15769 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
15770 value. Add xfail for older kernels.
15771
79732189
AR
157722008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
15773
15774 Bring mi-support in line with gdb.exp.
15775 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
15776 (mi_gdb_start): New function.
15777
33c3676e
MR
157782008-03-28 Maciej W. Rozycki <macro@mips.com>
15779
15780 * gdb.mi/mi-var-cmd.exp: Fix a typo.
15781
92e28119
VP
157822008-03-26 Vladimir Prus <vladimir@codesourcery.com>
15783
15784 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
15785 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 15786
9e8e3afe
VP
157872008-03-26 Vladimir Prus <vladimir@codesourcery.com>
15788
15789 * lib/mi-support.exp (mi_create_varobj_checked): New.
15790 (mi_list_varobj_children): Allow to check for a
15791 value.
15792 (mi_list_array_varobj_children): New.
15793
15794 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
15795 and mi_list_varobj_children, as opposed to hardcoding
15796 expected strings.
15797 * gdb.mi/gdb701.exp: Likewise.
15798 * gdb.mi/gdb792.exp: Likewise.
15799 * gdb.mi/mi-var-block.exp: Likewise.
15800 * gdb.mi/mi-var-cmd.exp: Likewise.
15801 * gdb.mi/mi-var-invalidate.exp: Likewise.
15802 * gdb.mi/mi2-var-block.exp: Likewise.
15803 * gdb.mi/mi2-var-child.exp: Likewise.
15804 * gdb.mi/mi2-var-cmd.exp: Likewise.
15805 * gdb.mi/mi2-var-display.exp: Likewise.
15806
9df50351
JK
158072008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15808
15809 Fix random false FAILs on i386.
15810 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
15811
31e5d73a
DJ
158122008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
15813
15814 PR gdb/544
15815 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
15816
12f4afab
DJ
158172008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
15818
15819 PR gdb/544
15820 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
15821
b562a0cb
DJ
158222008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15823
15824 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
15825 fixed PR gdb/544.
15826
17faa917
DJ
158272008-03-21 Pedro Alves <pedro@codesourcery.com>
15828
15829 * gdb.threads/fork-child-threads.exp: Test next over fork.
15830
6214f497
DJ
158312008-03-21 Chris Demetriou <cgd@google.com>
15832
15833 * gdb.base/break.exp (rbreak junk): New test for rbreak
15834 "Junk at end of arguments" issue.
15835
63092375
DJ
158362008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15837
15838 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
15839 *& to work on created array elements.
15840 (Top level): Test print $pc with a file. Test string operations
15841 without a target.
15842 * gdb.base/ptype.exp: Do not expect *& to work on created array
15843 elements.
15844
b21991b0
DJ
158452008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15846
15847 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15848 gdb.threads/staticthreads.exp: Update exit query.
15849
c4b347c7
SL
158502008-03-07 Sandra Loosemore <sandra@codesourcery.com>
15851
15852 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
15853
fa4727a6
DJ
158542008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
15855
15856 * gdb.base/watchpoint.c (global_ptr, func4): New.
15857 (main): Call func4.
15858 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
15859 (test_inaccessible_watchpoint): New.
15860
2f34202f
MR
158612008-02-29 Maciej W. Rozycki <macro@mips.com>
15862
15863 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
15864 select the largest.
15865
0d6ba1b1
DJ
158662008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
15867
15868 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
15869 frames-invalid annotations.
15870
e691325a
PM
158712008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
15872
a9c64011 15873 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 15874
f85b5ecc
DE
158752008-02-27 Doug Evans <dje@google.com>
15876
15877 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
15878 for bug 1738.
15879 (breakpoint_to_handler_entry): Ditto.
15880
b40e7bf3
JB
158812008-02-27 Joel Brobecker <brobecker@adacore.com>
15882
15883 * gdb.base/ending-run.exp: Use the first line of code inside
15884 function body to test breakpoints.
15885 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
15886 location where the breakpoint is inserted when using the line
15887 where a function is declared. Fix typo in the description of
15888 one of the tests.
15889 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
15890
2faca73a
PM
158912008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
15892
15893 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 15894 tests.
2faca73a 15895
6f439c36
PM
158962008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
15897
15898 * gdb.base/args.exp: avoid same output for tests
15899 with single quotes.
15900
54e52265
VP
159012008-02-26 Vladimir Prus <vladimir@codesourcery.com>
15902
a9c64011
AS
15903 * gdb.base/annota1.exp: Adjust for 'info break'
15904 format changes.
15905 * gdb.base/annota3.exp: Likewise.
15906 * gdb.base/break.exp: Likewise.
15907 * gdb.base/condbreak.exp: Likewise.
15908 * gdb.base/pending.exp: Likewise.
15909 * gdb.base/sepdebug.exp: Likewise.
15910 * gdb.base/unload.exp: Likewise.
15911 * gdb.cp/ovldbreak.exp: Likewise.
15912 * gdb.mi/mi-pending.exp: Likewise.
54e52265 15913
897b09ca
DE
159142008-02-07 Doug Evans <dje@google.com>
15915
15916 * gdb.cp/mb-inline.exp: New.
15917 * gdb.cp/mb-inline.h: New.
15918 * gdb.cp/mb-inline1.cc: New.
15919 * gdb.cp/mb-inline2.cc: New.
15920
b1c32d35
PM
159212008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
15922
15923 * gdb.pascal/floats.pas: New test program.
15924 * gdb.pascal/floats.exp: New testcase.
15925
1a4ca44a
TJB
159262008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15927
15928 * gdb.base/callfuncs.c (t_float_many_args): New function.
15929 (t_double_many_args): New function.
15930 * gdb.base/callfuncs.exp: Add tests for exceeding float
15931 and double parameters passed through the stack.
15932
439048e8
JB
159332008-02-05 Joel Brobecker <brobecker@adacore.com>
15934
15935 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
15936 gdb.ada/complete/foo.adb: New files.
15937 * gdb.ada/complete.exp: New testcase.
15938
81fe8080
DE
159392008-02-03 Doug Evans <dje@google.com>
15940
301f0ecf
DE
15941 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
15942
81fe8080
DE
15943 * gdb.cp/gdb2384.exp: New file.
15944 * gdb.cp/gdb2384.cc: New file.
15945 * gdb.cp/gdb2384-base.h: New file.
15946 * gdb.cp/gdb2384-base.cc: New file.
15947
4b071aec
DE
159482008-02-02 Doug Evans <dje@google.com>
15949
15950 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
15951
61137ba6
JB
159522007-02-01 Joel Brobecker <brobecker@adacore.com>
15953
15954 * gdb.ada/sym_print_name: New test program.
15955 * gdb.ada/sym_print_name.exp: New testcase.
15956
159572007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
15958
15959 * gdb.ada/nested/hello.adb: New file.
15960 * gdb.ada/nested.exp: New testcase.
15961 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
15962
98deb0da
VP
159632008-02-01 Vladimir Prus <vladimir@codesourcery.com>
15964
15965 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
15966 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
15967 don't cause future evaluations of function to report
15968 creation of internal breakpoints.
98deb0da 15969
723a2275
VP
159702008-02-01 Vladimir Prus <vladimir@codesourcery.com>
15971
15972 * gdb.mi/mi-break.exp (test_error): New.
15973 Call it.
15974
fb546a2f
LM
159752008-01-31 Luis Machado <luisgpm@br.ibm.com>
15976
15977 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
15978 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
15979
2d8fd90a
PM
159802008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
15981
15982 * gdb.pascal/integers.pas: New test program.
15983 * gdb.pascal/integers.exp: New testcase.
15984
a7fa0ded
PM
159852008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
15986
15987 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
15988
5e1a1926
TJB
159892008-01-30 Luis Machado <luisgpm@br.ibm.com>
15990
15991 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
15992 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
15993
8d04f9f0
JB
159942008-01-30 Paul Hilfinger <hilfinger@adacore.com>
15995
15996 * gdb.ada/formatted_ref: New test program.
15997 * gdb.ada/formatted_ref.exp: New testcase.
15998
15999 * gdb.cp/formatted-ref.cc: New file.
16000 * gdb.cp/formatted-ref.exp: New testcase.
16001
ce75a98f
JB
160022008-01-30 Joel Brobecker <brobecker@adacore.com>
16003
16004 * gdb.base/ptype.exp: Add testing of "ptype $pc".
16005
e835f6bf
NR
160062008-01-30 Nick Roberts <nickrob@snap.net.nz>
16007
16008 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
16009 (test_file_list_exec_source_file): Update to new macro-info field.
16010
d118ef87
PH
160112008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
16012
16013 * gdb.ada/exprs: New test program.
16014 * gdb.ada/exprs.exp: New testcase.
16015
7d35ab09
TJB
160162008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16017
16018 * dfp-test.c (DELTA, DELTA_B): New definitions.
16019 (double_val1, double_val2, double_val3, double_val4, double_val5,
16020 double_val6, double_val7, double_val8, double_val9, double_val10,
16021 double_val11, double_val12, double_val13, double_val14, dec32_val1,
16022 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
16023 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
16024 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
16025 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
16026 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
16027 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
16028 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
16029 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
16030 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
16031 dec128_val16): New global variables.
16032 (decimal_dec128_align): New function.
16033 (decimal_mixed): Likewise.
16034 (decimal_many_args_dec32): Likewise.
16035 (decimal_many_args_dec64): Likewise.
16036 (decimal_many_args_dec128): Likewise.
16037 (decimal_many_args_mixed): Likewise.
16038 * dfp-test.exp: Add tests calling new inferior functions.
16039
2d717e4f
DJ
160402008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16041
16042 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
16043 gdb.server/ext-run.exp: New files.
16044 * lib/gdbserver-support.exp (gdbserver_download): New.
16045 (gdbserver_start): New. Update gdbserver expected
16046 output.
16047 (gdbserver_spawn): Use them.
16048 (gdbserver_start_extended): New.
16049
e85a822c
DJ
160502008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16051
16052 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
16053 Run on GNU/Linux.
16054 (do_exec_tests): Check for systems which do not support catchpoints.
16055 Do not match START.
16056 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
16057 Run on GNU/Linux. Enable verbose output.
16058 (check_fork_catchpoints): New.
16059 (explicit_fork_child_follow, catch_fork_child_follow)
16060 (tcatch_fork_parent_follow): Update expected messages.
16061 (do_fork_tests): Use check_fork_catchpoints.
16062 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
16063 Run on GNU/Linux. Enable verbose output.
16064 (check_vfork_catchpoints): New.
16065 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
16066 expected messages.
16067 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
16068
401ea829
JB
160692008-01-29 Jim Blandy <jimb@red-bean.com>
16070
16071 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
16072 host' errors.
16073 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
16074
aceaf3ad
JB
160752008-01-29 Jim Blandy <jimb@red-bean.com>
16076
16077 * gdb.threads/sigthread.c: Use barriers to ensure that
16078 child_thread and child_thread_two are always initialized before we
16079 start to use them.
16080
a5606eee
VP
160812008-01-29 Vladimir Prus <vladimir@codesourcery.com>
16082
16083 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
16084 * gdb.base/watchpoint-solib.c: New.
16085 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 16086
c55a82bb
PM
160872008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
16088
16089 * gdb.base/gdb1056.exp: Add unsigned integer test.
16090
0993fe05
DE
160912008-01-28 Doug Evans <dje@google.com>
16092
16093 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
16094
4fe42e7f
JB
160952008-01-27 Jim Blandy <jimb@codesourcery.com>
16096
c7a69933
JB
16097 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
16098
4fe42e7f
JB
16099 * gdb.base/expand-psymtabs.exp: Doc fix.
16100
5def8285
MK
161012008-01-26 Mark Kettenis <kettenis@gnu.org>
16102
16103 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16104
5313c911
NR
161052008-01-24 Nick Roberts <nickrob@snap.net.nz>
16106
a9c64011 16107 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
16108 -var-set-format.
16109
93815fbf
VP
161102008-01-23 Chris Demetriou <cgd@google.com>
16111
16112 * gdb.threads/thread_events.c: New testcase source file.
16113 * gdb.threads/thread_events.exp: New testcase expect file.
16114
467a88ee
NR
161152008-01-23 Nick Roberts <nickrob@snap.net.nz>
16116
16117 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
16118
16119 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
16120 -var-set-format.
16121
d8f82aba
DJ
161222008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
16123 Vladimir Prus <vladimir@codesourcery.com>
16124
16125 * gdb.base/float.exp: Allow missing floating point for m68k and
16126 PowerPC.
16127
60c46647
VP
161282008-01-22 Vladimir Prus <vladimir@codesourcery.com>
16129
16130 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
16131 ignore count.
16132 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
16133 * gdb.mi/mi-cli.exp: Adjust.
16134 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 16135
c7dd36a1
PA
161362008-01-17 Pedro Alves <pedro@codesourcery.com>
16137
16138 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
16139 and 'dummy_ptr' integer pointer. Initialize struct_declarations
16140 with dummy_ptr's address.
16141 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
16142 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
16143 all targets.
16144 * gdb.mi/mi2-var-child.exp: Likewise.
16145
39d5313e
JB
161462008-01-09 Joel Brobecker <brobecker@adacore.com>
16147
16148 * gdb.ada/null_array: New test program.
16149 * gdb.ada/null_array.exp: New testcase.
16150
0aea4bf3
LM
161512008-01-09 Luis Machado <luisgpm@br.ibm.com>
16152
16153 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
16154 with required float modifiers.
16155
0b354900
JB
161562008-01-08 Joel Brobecker <brobecker@adacore.com>
16157
16158 * gdb.ada/funcall_param: New test program.
16159 * gdb.ada/funcall_param.exp: New testcase.
16160
cdb7f5d4
JB
161612008-01-08 Joel Brobecker <brobecker@adacore.com>
16162
16163 * gdb.ada/arrayparam: New test program.
16164 * gdb.ada/arrayparam.exp: New testcase.
16165
88e2547f
JB
161662008-01-08 Joel Brobecker <brobecker@adacore.com>
16167
16168 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
16169 landed. Should also fix random failures in the test following it.
16170
f6867ce0
TJB
161712008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
16172
16173 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
16174 for expressions with decimal float values.
16175 (test_dfp_conversions): New function to test casts to and from
16176 decimal float types.
16177 Call test_dfp_conversions.
16178 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
16179 elements.
16180 (main): Initialize ds.float4 and ds.double8 elements.
16181 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
16182 string to new error message.
16183 (d64_set_tests): Likewise.
16184 (d128_set_tests): Likewise.
16185 Add tests for expressions with decimal float variables. Add tests for
16186 conversions to and from decimal float types.
16187
f9c11282
JB
161882008-01-05 Joel Brobecker <brobecker@adacore.com>
16189
16190 * gdb.ada/packed_tagged/comp_bug.adb: New file.
16191 * gdb.ada/packed_tagged.exp: New testcase.
16192
0ecbca72
JB
161932008-01-04 Joel Brobecker <brobecker@adacore.com>
16194
16195 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
16196 gdb.ada/homonym/homonym_main.adb: New files.
16197 * gdb.ada/homonym.exp: New testcase.
16198
c18d3d89
JB
161992008-01-04 Joel Brobecker <brobecker@adacore.com>
16200
16201 * gdb.ada/packed_array.exp: Add testing of references to
16202 a packed array.
16203
ecc7085b
JB
162042008-01-04 Joel Brobecker <brobecker@adacore.com>
16205
16206 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
16207 New files.
16208 * gdb.ada/type_coercion.exp: New testcase.
16209
c474c922
JB
162102008-01-04 Joel Brobecker <brobecker@adacore.com>
16211
16212 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
16213 gdb.ada/tagged/foo.adb: New file.
16214 * gdb.ada/tagged.exp: New testcase.
16215
9005b927
JB
162162008-01-04 Joel Brobecker <brobecker@adacore.com>
16217
16218 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
16219 gdb.ada/ptype_field/foo.adb: New files.
16220 * gdb.ada/ptype_field.exp: New testcase.
16221
1a6aaad8
JB
162222008-01-03 Joel Brobecker <brobecker@adacore.com>
16223
16224 * gdb.ada/print_pc.exp: New testcase.
16225
0ef22f53
JB
162262008-01-03 Joel Brobecker <brobecker@adacore.com>
16227
16228 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
16229 gdb.ada/taft_type/p.adb: New files.
16230 * gdb.ada/taft_type.exp: New testcase.
16231
1689ecf8
JB
162322008-01-03 Joel Brobecker <brobecker@adacore.com>
16233
16234 * gdb.ada/array_bounds/bar.adb: New file.
16235 * gdb.ada/array_bounds.exp: New testcase.
16236
a4d0b9c3
JB
162372008-01-03 Joel Brobecker <brobecker@adacore.com>
16238
16239 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
16240 gdb.ada/arrayptr/foo.adb: New files.
16241 * gdb.ada/arrayptr.exp: New testcase.
16242
a31ace00
JB
162432008-01-03 Joel Brobecker <brobecker@adacore.com>
16244
16245 * gdb.base/set-lang-auto.exp: New testcase.
16246
a97fced3
JB
162472008-01-03 Joel Brobecker <brobecker@adacore.com>
16248
16249 * gdb.ada/fun_addr/foo.adb: New file.
16250 * gdb.ada/fun_addr.exp: New testcase.
16251
ef29ce1a
JK
162522008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16253
16254 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
16255 New files
16256
0fafefe3
JB
162572008-01-02 Joel Brobecker <brobecker@adacore.com>
16258
16259 * array_subscript_addr/p.adb: New file.
a9c64011 16260 * array_subscript_addr.exp: New testcase.
0fafefe3 16261
c4359f8d
JB
162622008-01-02 Joel Brobecker <brobecker@adacore.com>
16263
a9c64011 16264 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
16265 New files.
16266 * gdb.ada/str_cmp_ref.exp: New testcase.
16267
1aa1b15b
JB
162682008-01-01 Joel Brobecker <brobecker@adacore.com>
16269
16270 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
16271 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 16272 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 16273
81c9b2cf
JB
162742008-01-01 Joel Brobecker <brobecker@adacore.com>
16275
16276 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
16277 gdb.ada/ref_param/pck.ads: New files.
16278 * gdb.ada/ref_param.exp: New testcase.
16279
319e4674
JB
162802008-01-01 Joel Brobecker <brobecker@adacore.com>
16281
16282 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
16283 gdb.ada/interface/foo.adb: New files.
16284 * gdb.ada/interface.exp: New testcase.
16285
ef682c56
JB
162862007-12-31 Jim Blandy <jimb@codesourcery.com>
16287
16288 * gdb.base/multi-forks.exp: Consume all output from child
16289 processes before proceeding to next test.
16290
f6f3eb6c
JB
162912007-12-29 Jim Blandy <jimb@codesourcery.com>
16292
16293 * configure: Regenerated.
16294
f652e42f
JB
162952007-12-27 Joel Brobecker <brobecker@adacore.com>
16296
16297 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
16298 gdb.ada/fixed_cmp/fixed.adb: New files.
16299 * gdb.ada/fixed_cmp.exp: New testcase.
16300
6943e596
JB
163012007-12-27 Joel Brobecker <brobecker@adacore.com>
16302
16303 * gdb.ada/boolean_expr.exp: New testcase.
16304
aad9a193
JB
163052007-12-26 Jim Blandy <jimb@codesourcery.com>
16306
16307 * gdb.base/multi-forks.exp: Doc fix.
16308
fb5f3683
JB
163092007-12-26 Joel Brobecker <brobecker@adacore.com>
16310
16311 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16312 * gdb.ada/char_param.exp: Do not compile our test program with
16313 -gnata, this is unnecessary.
16314 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
16315
384e4a9c
JB
163162007-12-24 Joel Brobecker <brobecker@adacore.com>
16317
16318 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
16319 gdb.ada/print_chars/foo.adb: New files.
16320 * gdb.ada/print_chars.exp: New testcase.
16321
01e044f7
JB
163222007-12-24 Joel Brobecker <brobecker@adacore.com>
16323
16324 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
16325 gdb.ada/char_param/foo.adb: New files.
16326 * gdb.ada/char_param.exp: New testcase.
16327
0ce17860
JB
163282007-12-22 Jim Blandy <jimb@codesourcery.com>
16329
16330 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
16331 hard-coding source line numbers into the test.
16332 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
16333 gdb_get_line_number to find.
16334
919809b9
JB
163352007-12-22 Joel Brobecker <brobecker@adacore.com>
16336
16337 * gdb.base/ptype.c (highest): New struct type.
16338 (the_highest): New variable of that type.
16339 (main): Add dummy assignment to a field of variable the_highest.
16340 * gdb.base/ptype.exp: Test type printing of our new variable.
16341
abc8a88d
PM
163422007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
16343
16344 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 16345 and record first explicitly generated thread number.
abc8a88d
PM
16346 Use that thread number for thread specific watchpoint test.
16347 Add iteration number to repetitive tests.
16348
5158f3e3
CES
163492007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
16350 Jim Blandy <jimb@codesourcery.com>
16351
16352 * gdb.base/expand-psymtabs.c: New testcase
16353 source file.
16354 * gdb.base/expand-psymtabs.exp: New testcase
16355 expect file.
16356
37e4754d
LM
163572007-12-17 Luis Machado <luisgpm@br.ibm.com>
16358
16359 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
16360 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
16361
551e5d04
JB
163622007-12-17 Joel Brobecker <brobecker@adacore.com>
16363
16364 * gdb.ada/frame_args/foo.adb: New file.
16365 * gdb.ada/frame_args/pck.ads: New file.
16366 * gdb.ada/frame_args/pck.adb: New file.
16367 * gdb.ada/frame_args.exp: New testcase.
16368
a05ee097
JB
163692007-12-17 Joel Brobecker <brobecker@adacore.com>
16370
16371 * gdb.base/frame-args.c: New file.
16372 * gdb.base/frame-args.exp: New testcase.
16373
c162e8c9 163742007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 16375 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
16376
16377 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
16378
afe8ab22 163792007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 16380
afe8ab22
VP
16381 * gdb.mi/mi-pending.exp: New.
16382 * gdb.mi/mi-pending.c: New.
16383 * gdb.mi/mi-pendshr.c: New.
16384
dfdfb3ca
JB
163852007-12-06 Jim Blandy <jimb@codesourcery.com>
16386
16387 * gdb.base/default.exp: Update expected output for 'info catch'.
16388
b7fca990
JK
163892007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16390
16391 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
16392 must be set to binary.
16393
6a1afc1e
PA
163942007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
16395
16396 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
16397
a6b151f1
DJ
163982007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
16399
16400 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
16401 gdb.mi/mi-file-transfer.exp: New.
16402
43039443
JK
164032007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16404
16405 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
16406
0ef2251b
MR
164072007-11-22 Maciej W. Rozycki <macro@mips.com>
16408
16409 * gdb.trace/backtrace.exp: Fix a typo.
16410 * gdb.trace/circ.exp: Likewise.
16411 * gdb.trace/collection.exp: Likewise.
16412 * gdb.trace/limits.exp: Likewise.
16413 * gdb.trace/report.exp: Likewise.
16414 * gdb.trace/tfind.exp: Likewise.
16415 * gdb.trace/while-dyn.exp: Likewise.
16416
5443631e
NR
164172007-11-21 Nick Roberts <nickrob@snap.net.nz>
16418
16419 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
16420 objects of pointers that can't be dereferenced are now
16421 "noneditable".
16422
a4ce5b0d
UW
164232007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16424
16425 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
16426 (target_cpu): Remove.
16427
d6e956e5
VP
164282007-10-15 Vladimir Prus <vladimir@codesourcery.com>
16429
16430 * gdb.base/ending-run.exp: Expect the list of cleared
16431 breakpoint to come in natural order, not the reversed one.
a9c64011 16432
214270ab
VP
164332007-11-07 Vladimir Prus <vladimir@codesourcery.com>
16434
16435 * gdb.mi/mi-var-child.c (do_child_deletion): New.
16436 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 16437
1a619819
LM
164382007-11-05 Luis Machado <luisgpm@br.ibm.com>
16439
16440 * gdb.base/printcmds.exp: New function
16441 test_printf_with_dfp.
16442
5b01a6fa
DE
164432007-11-02 Doug Evans <dje@google.com>
16444
16445 * gdb.disasm/t01_mov.s: Remove carriage returns.
16446 * gdb.disasm/t02_mova.s: Ditto.
16447 * gdb.disasm/t03_add.s: Ditto.
16448 * gdb.disasm/t04_sub.s: Ditto.
16449 * gdb.disasm/t05_cmp.s: Ditto.
16450 * gdb.disasm/t06_ari2.s: Ditto.
16451 * gdb.disasm/t07_ari3.s: Ditto.
16452 * gdb.disasm/t08_or.s: Ditto.
16453 * gdb.disasm/t09_xor.s: Ditto.
16454 * gdb.disasm/t10_and.s: Ditto.
16455 * gdb.disasm/t11_logs.s: Ditto.
16456 * gdb.disasm/t12_bit.s: Ditto.
16457 * gdb.disasm/t13_otr.s: Ditto.
16458
ec33ab7f
JK
164592007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16460
16461 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
16462
ae0d01ff
UW
164632007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16464
16465 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
16466 provide DFP support.
16467
55eddb0f
DJ
164682007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
16469
16470 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
16471 Test "set powerpc vector-abi". Skip auto-detection tests for old
16472 toolchains.
16473
7020f05c
PA
164742007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16475
16476 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
16477 with [string compare].
16478
84bc3db9
PA
164792007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16480
16481 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
16482 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
16483
5876dc88
LM
164842007-10-25 Luis Machado <luisgpm@br.ibm.com>
16485
16486 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
16487 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
16488 * gdb.opt/Makefile.in: New makefile.
16489 * Makefile.in: Create new directory "gdb.opt".
16490 * configure.ac: Add "gdb.opt" directory.
16491 * configure: Regenerated.
a9c64011 16492
c3ea9a14
DE
164932007-10-25 Doug Evans <dje@google.com>
16494
16495 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
16496 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
16497
a9c64011 164982007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
16499 Thiago Jung Bauermann <bauerman@br.ibm.com>
16500
16501 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
16502 Floating Point expressions.
16503 * gdb.base/dfp-test.exp: new file adding tests for Decimal
16504 Floating Point variables.
16505 * gdb.base/dfp-test.c: new file containing program with Decimal
16506 Floating variables, used by gdb.base/dfp-test.exp.
16507
62a24a2b
DJ
165082007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
16509
16510 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
16511
e7b1eae6
UW
165122007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16513
16514 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
16515 compiling test case with GCC.
16516 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
16517
c641edcc
UW
165182007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16519
16520 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
16521 format changes.
16522
5e5ebfe6
MS
165232007-10-18 Michael Snyder <msnyder@specifix.com>
16524
16525 * gdb.base/dbx.exp: Add missing "-re " operator.
16526
e831e7b6
GM
165272007-10-16 Gaius Mulley <gaius@glam.ac.uk>
16528
16529 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
16530 * configure.ac: Removed trailing spaces after backslash.
16531 * gdb.modula2: New directory.
16532 * gdb.modula2/Makefile.in: New file.
16533 * gdb.modula2/unbounded-array.exp: New file.
16534 * gdb.modula2/unbounded1.c: New file.
16535
7cc46491
DJ
165362007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
16537
16538 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
16539
165402007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
16541
16542 * gdb.base/sigstep.c (main): Add checks for
16543 return values for setitimer call.
16544 Call setitimer again with itimer = ITIMER_REAL
16545 if first call to setitimer fails.
16546
e91528f0
KH
165472007-10-11 Kazu Hirata <kazu@codesourcery.com>
16548
16549 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
16550 of $timeout.
16551
2ec9a4f8
DJ
165522007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
16553
16554 * gdb.server/server-run.exp: Test for dynamic linker symbols.
16555
165562007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
16557
16558 * lib/gdb.exp (gdb_run_cmd): Move comment outside
16559 of gdb_expect call, to avoid interruption.
16560
64b2fa04
PA
165612007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
16562
16563 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
16564 (v_unsigned_long_long, v_long_long_array)
16565 (v_signed_long_long_array, v_unsigned_long_long_array)
16566 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
16567 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
16568 [!NO_LONG_LONG]: New.
16569 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
16570 v_long_long_member.
16571
16572 (v_long_long_func, v_signed_long_long_func)
16573 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
16574 (main) [!NO_LONG_LONG]: Initialize long long variants.
16575
16576 * gdb.base/whatis.exp: If board file requests no_long_long, build
16577 test with NO_LONG_LONG defined. Test long long, signed long long,
16578 and unsigned long long variants but only if board file doesn't
16579 disable it.
16580
a912286e 165812007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 16582 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
16583
16584 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
16585 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
16586 * configure: Regenerated.
16587 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
16588 gdb.pascal/types.exp, lib/pascal.exp: New files.
16589
471ba8c9
DJ
165902007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
16591
16592 * gdb.cp/classes.exp (do_tests): Always step to the line after the
16593 call.
16594 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
16595 to return to the call.
16596 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
16597 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
16598 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
16599 * gdb.mi/mi-until.exp (test_until): Likewise.
16600 * gdb.mi/mi2-until.exp (test_until): Likewise.
16601
fef8a650
DJ
166022007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
16603
16604 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
16605 two-char array.
16606 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
16607
d983da9c
DJ
166082007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
16609
16610 * gdb.threads/watchthreads.c (thread_function): Sleep between
16611 iterations.
16612 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
16613 at once for S/390. Generate matching fails and passes.
16614
17f62551
VP
166152007-09-27 Vladimir Prus <vladimir@codesourcery.com>
16616
16617 * gdb.mi/var-cmd.c (do_children_tests): Initialize
16618 the 'struct_declarations' variable to zeros.
a9c64011 16619
ed0616c6
VP
166202007-09-24 Vladimir Prus <vladimir@codesourcery.com>
16621
16622 * gdb.cp/mb-ctor.cc: New.
16623 * gdb.cp/mb-ctor.exp: New.
16624 * gdb.cp/mb-templates.cc: New.
16625 * gdb.cp/mb-templates.exp: New.
16626
41f1b697
DJ
166272007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
16628
16629 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
16630
3f213f78
PA
166312007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
16632
16633 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
16634 targets.
16635 * configure: Regenerate.
16636
0d381245 166372007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 16638
0d381245
VP
16639 * gdb.base/annota1.exp: Adjust for 'info break'
16640 format changes.
16641 * gdb.base/annota3.exp: Likewise.
16642 * gdb.base/break.exp: Likewise.
16643 * gdb.base/condbreak.exp: Likewise.
16644 * gdb.base/pending.exp: Likewise.
16645 * gdb.base/sepdebug.exp: Likewise.
16646 * gdb.base/unload.exp: Likewise.
16647 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 16648
fe3f5fa8
VP
166492007-09-22 Vladimir Prus <vladimir@codesourcery.com>
16650
16651 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
16652 messages.
16653 * gdb.base/chng-syms.exp: Likewise.
16654 * gdb.base/unload.exp: Likewise.
a9c64011 16655
a75cf6c0
DJ
166562007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
16657
16658 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
16659
18ecae38
DJ
166602007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
16661
16662 * schedlock.c (NUM): Change to 1.
16663 (main): Use args[0] for the main thread.
16664 * schedlock.exp: Only expect two threads. Only issue one pass or fail
16665 regardless of the number of threads.
16666
5509918f
MR
166672007-09-14 Maciej W. Rozycki <macro@mips.com>
16668
4a543daf
MR
16669 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
16670 type down.
16671 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
16672 test.
16673 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
16674 watchpoint type down.
16675 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
16676 test.
16677
166782007-09-14 Maciej W. Rozycki <macro@mips.com>
16679
5509918f
MR
16680 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
16681 Move all the tests here and run them twice, once using software
16682 watchpoints and once using hardware watchpoints.
16683 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
16684
40b53987
DJ
166852007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
16686
16687 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
16688 test.
16689
695e2681
MK
166902007-09-10 Mark Kettenis <kettenis@gnu.org>
16691
8b3fc8d8
MK
16692 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
16693 build-id.
16694
695e2681
MK
16695 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
16696 know about $ORIGIN. Calculate output dir from $dest instead of
16697 using ${objdir}/{$subdir}.
16698
58d69f29
MK
166992007-09-09 Mark Kettenis <kettenis@gnu.org>
16700
16701 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
16702 gcore, before continuing with the test.
16703
3e347599
DJ
167042007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
16705
16706 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
16707 * gdb.mi/mi-watch.exp: Likewise.
16708
ea37ba09
DJ
167092007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
16710 Jim Blandy <jimb@codesourcery.com>
16711
16712 * gdb.arch/i386-sse.exp: Do not expect character constants.
16713 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
16714 * gdb.base/display.exp: Allow print/s.
16715 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
16716 and unsigned char array changes.
16717
2025a643
DJ
167182007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
16719
16720 * gdb.base/display.exp: Add tests for printf %p.
16721
26669a27
PA
167222007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
16723
16724 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
16725 the dll name to unicode.
16726
c8f021f8
JK
167272007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16728
16729 * gdb.base/default.exp (show version): Update the version text.
16730 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
16731
4cf31eea
JK
167322007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16733
16734 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
16735 New files.
16736
4935890f
JK
167372007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16738
16739 * lib/gdb.exp (build_id_debug_filename_get): New function.
16740 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
16741 Remove the generate DEBUG file for the future testcase runs.
16742 New testcase for the NT_GNU_BUILD_ID retrieval.
16743 Move the final testing step to ...
16744 (test_different_dir): ... a new function.
16745 New parameter XFAIL to XFAIL all the tests performed.
16746 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
16747 New parameter TYPE to PF_PREFIX all the tests performed.
16748
02142340
VP
167492007-08-31 Vladimir Prus <vladimir@codesourcery.com>
16750
16751 * gdb.mi/mi-var-cp.cc (path_expression): New
16752 function.
16753 * gdb.mi/mi-var-cp.exp: Run path exression tests.
16754
36acd84e
UW
167552007-08-27 Markus Deuling <deuling@de.ibm.com>
16756
16757 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
16758 to fit into SPU Local Store memory.
16759
a896d121
JB
167602007-08-23 Joel Brobecker <brobecker@adacore.com>
16761
16762 * gdb.base/default.exp: Adjust the expected output of "info
16763 warranty" after the switch to GPLv3.
16764
7b433602
JB
167652007-08-23 Joel Brobecker <brobecker@adacore.com>
16766
16767 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
16768 to 30000 (from 20000).
16769
e22f8b7c
JB
167702007-08-23 Joel Brobecker <brobecker@adacore.com>
16771
16772 Switch the license of all .exp files to GPLv3.
16773 Switch the license of all .f and .f90 files to GPLv3.
16774 Switch the license of all .s and .S files to GPLv3.
16775
5a0e3bd0
JB
167762007-08-23 Joel Brobecker <brobecker@adacore.com>
16777
16778 * configure.ac: Switch license to GPLv3.
16779
cc00619d
JB
167802007-08-23 Joel Brobecker <brobecker@adacore.com>
16781
16782 Switch the licensing to GPLv3 for all .ads and .adb files.
16783
8d26208a
DJ
167842007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
16785
16786 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
16787 and t_int_double.
16788 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
16789
4fcb9948
JB
167902007-08-17 Joel Brobecker <brobecker@adacore.com>
16791
16792 * gdb.base/step-line.c: Switch license to GPL version 3, and
16793 update copyright year.
16794 * gdb.base/step-line.inp: Likewise.
16795
b9c34f67
JB
167962007-08-17 Joel Brobecker <brobecker@adacore.com>
16797
16798 * gdb.base/gdb1555.exp: Make expected output immune to formatting
16799 changes inside gdb1555.c.
16800 * gdb.base/pending.exp: Likewise.
16801
2cc17678
DJ
168022007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
16803
16804 * config/default.exp: New file.
16805
e48883f7
DJ
168062007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
16807
16808 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
16809 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
16810
1ab80e5b
MR
168112007-07-30 Maciej W. Rozycki <macro@mips.com>
16812
16813 * gdb.base/dump.exp: Force the correct endianness for binary
16814 formats not carrying this information.
16815
aba471f5
DJ
168162007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16817
16818 * gdb.threads/staticthreads.exp: Match .*sem_post.
16819
d4e07204
DJ
168202007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16821
16822 * gdb.base/readline.exp (operate_and_get_next): Match the final
16823 prompt.
16824
2b97317d
KB
168252007-07-23 Kevin Buettner <kevinb@redhat.com>
16826
16827 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
16828 to restarting SID.
16829
44efa07a
KB
168302007-07-18 Kevin Buettner <kevinb@redhat.com>
16831
16832 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
16833 prior to `gdb_start'.
16834
7b5ebade
KB
168352007-07-18 Kevin Buettner <kevinb@redhat.com>
16836
16837 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
16838 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
16839 Remove call to gdb_unload.
16840
255e7678
DJ
168412007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
16842 Daniel Jacobowitz <dan@codesourcery.com>
16843
16844 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
16845 for __WIN32__.
16846 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
16847 * gdb.base/unload.exp: Use shared library test routines.
16848
3a40aaa0
UW
168492007-07-03 Markus Deuling <deuling@de.ibm.com>
16850
16851 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
16852 * gdb.base/solib-symbol-lib.c: Likewise.
16853 * gdb.base/solib-symbol-main.c: Likewise.
16854
b0f4b84b
DJ
168552007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
16856
16857 * config/gdbserver.exp (gdb_reconnect): New.
16858 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
16859 gdb.base/solib-disc.exp: New files.
16860 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
16861 remote debugging".
16862 (gdb_compile): Add shlib_load flag.
16863 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
16864 port.
16865 (gdbserver_reconnect): New.
16866
1b05479a
DJ
168672007-07-01 Nick Roberts <nickrob@snap.net.nz>
16868 Daniel Jacobowitz <dan@codesourcery.com>
16869
16870 * gdb.base/annota3.exp: Test for if construct.
16871
86f78eb2
DJ
168722007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
16873
16874 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
16875
6a2eb474 168762007-06-21 Chris Dearman <chris@mips.com>
a9c64011 16877 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
16878
16879 * gdb.base/display.exp: Allow a newline after display/i.
16880 * gdb.base/pc-fp.exp: Likewise.
16881 * gdb.base/sigbpt.exp: Likewise.
16882
f8b73d13
DJ
168832007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
16884
16885 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
16886 required features to be included.
16887
4339e69e
DJ
168882007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
16889
16890 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
16891 in info threads output.
16892
23d964e7
UW
168932007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16894 Markus Deuling <deuling@de.ibm.com>
16895
16896 * gdb.arch/spu-info.exp: New testcase.
16897 * gdb.arch/spu-info.c: New file.
16898
fd20f75b
DJ
168992007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
16900
16901 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
16902 tpcs_offset. Restore lr after the call.
16903 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
16904
2226f861
DJ
169052007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
16906
16907 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
16908 (gdbserver_run): Kill any running gdbserver.
16909 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
16910
d12371a9
MR
169112007-05-17 Maciej W. Rozycki <macro@mips.com>
16912
16913 * gdb.base/sigbpt.exp: Preset segv_addr.
16914
93f02886
DJ
169152007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
16916
16917 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
16918 (gdb_compile_shlib): Likewise.
16919 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
16920 (default_gdb_init): Clear cleanfiles.
16921 (gdb_finish): Delete recorded cleanfiles.
16922 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
16923
16924 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
16925 Do not use isnative.
16926 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
16927 gdb.base/so-impl-ld.exp: Likewise.
16928 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
16929 * gdb.base/unload.exp: Likewise. Do not pass empty option to
16930 gdb_compile.
16931
b04e06d7
VP
169322007-05-15 Vladimir Prus <vladimir@codesourcery.com>
16933
16934 * config/unknown.exp: Remove.
16935
069ed931
UW
169362007-05-15 Markus Deuling <deuling@de.ibm.com>
16937
16938 * gdb.base/info-proc.exp: Check is_remote.
16939
09db0d03
UW
169402007-05-14 Markus Deuling <deuling@de.ibm.com>
16941
16942 * gdb.base/gcore.exp: Initialize variable core_supported.
16943
af2cbe8c
DJ
169442007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
16945
16946 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
16947
027c0295
DJ
169482007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
16949
16950 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
16951 * gdb.threads/print-threads.exp (test_all_threads): Allow
16952 negative and hexadecimal thread IDs.
16953
dc5000e7
DJ
169542007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
16955
16956 * gdb.java/jprint.java (public): Avoid invalid call to static
16957 method.
16958
2e74ed18
DP
169592007-05-14 Denis Pilat <denis.pilat@st.com>
16960
16961 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
16962 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
16963 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
16964 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
16965 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
16966
83547f02
UW
169672007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16968
16969 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 16970 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
16971 this mode.
16972 * gdb.base/ovlymgr.c: Provide stubs for spu target.
16973 * gdb.base/spu.ld: New file.
16974
b18be20d
DJ
169752007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
16976
16977 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
16978
be444858
DJ
169792007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
16980
16981 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
16982
b1d53152
DJ
169832007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
16984
16985 * gdb.java/jmain.exp: Handle demangled names with and without method
16986 signatures.
16987
d084b331
DJ
169882007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
16989
16990 * gdb.mi/mi-syn-frame.c (main, foo, bar)
16991 (have_a_very_merry_interrupt): Remove calls to puts.
16992 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
16993 inferior output.
16994 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
16995 test names.
16996
db9d7fc5
DJ
169972007-04-29 Markus Deuling <deuling@de.ibm.com>
16998 Daniel Jacobowitz <dan@codesourcery.com>
16999
17000 * gdb.base/auxv.exp (core_works): Also check is_remote.
17001 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
17002
ef783a7d 170032007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17004
ef783a7d
VP
17005 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
17006 message, not the undefined 'module' variable.
17007 * gdb.base/siginfo.exp: Likewise.
17008 * gdb.base/sigstep.exp: Likewise.
17009 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
17010 serialport.
17011 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
17012
b7b73cae
CV
170132007-04-25 Corinna Vinschen <vinschen@redhat.com>
17014
17015 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
17016 target sim fails. Return 0 otherwise.
17017 (gdb_load): Return prematurely if gdb_target_sim fails.
17018
7d90fdfa
DP
170192007-04-16 Denis Pilat <denis.pilat@st.com>
17020
17021 * gdb.base/setshow.exp: Reset height after having set it to 100.
17022
5d3e9c85
DP
170232007-04-16 Denis Pilat <denis.pilat@st.com>
17024
17025 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
17026
18e75969
DP
170272007-04-16 Denis Pilat <denis.pilat@st.com>
17028
17029 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
17030
25d5ea92
VP
170312007-04-14 Vladimir Prus <vladimir@codesourcery.com>
17032
17033 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
17034 tests. Run the frozen varobjs test.
17035 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 17036 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 17037
0b49cb80
JK
170382007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17039
17040 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
17041 gdb.base/type-opaque.exp: New files.
17042
a73bafbc 170432007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
17044
17045 * gdb.mi/mi-var-child.c
a73bafbc
VP
17046 (do_children_tests): User char[2] instead of
17047 char so that automatic printing of pointers to char
17048 don't give unpredicable result.
17049 * gdb.mi/var-cmd.c (do_locals_test): Initialize
17050 local variables.
17051 * gdb.mi/mi-var-child.exp: Step to right line
17052 of do_children_tests.
17053 * gdb.mi/mi2-var-child.exp: Likewise.
17054 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 17055 do_locals_tests.
a73bafbc
VP
17056 (do_children_tests): User char[2] instead of
17057 char so that automatic printing of pointers to char
a9c64011 17058 don't give unpredicable result.
a73bafbc 17059 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 17060 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
17061 Pass test name to mi_wait_for_stop.
17062
7ce59000
DJ
170632007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17064
17065 * gdb.asm/asm-source.exp: Remove d10v case.
17066 * lib/gdb.exp (skip_cplus_tests): Likewise.
17067 * gdb.asm/d10v.inc: Deleted.
17068
20389057
DJ
170692007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17070
17071 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
17072
8807d78b
DJ
170732007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17074
17075 * config/netware.exp: Delete file.
17076
aa3edb8e
JB
170772007-03-29 Joel Brobecker <brobecker@adacore.com>
17078
17079 * gdb.dwarf2/dw2-noloc.S: New file.
17080 * gdb.dwarf2/dw2-noloc.exp: New file.
17081
297561ac
PA
170822007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
17083
17084 * gdb.cp/method2.cc: New test.
17085 * gdb.cp/method2.exp: New test.
17086 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
17087
1f81bd39
DJ
170882007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17089
17090 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
17091
9453113a
DJ
170922007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
17093
17094 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
17095
b741e217
DJ
170962007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17097
17098 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
17099 (gdb_load): Delete, replace with...
17100 (gdb_reload): ...this.
17101 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
17102 * gdb.server/server-mon.exp: Likewise.
17103 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
17104 (gdb_start_cmd): New.
17105 (gdb_file_cmd): Save the last loaded file.
17106 (gdb_reload): New.
17107 (gdb_gnu_strip_debug): Use transform.
17108 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
17109 support here. Use new $last_loaded_file. Check mtime.
17110 (gdb_target_cmd): Handle ObjC failure case.
17111 (infer_host_exec): Delete.
17112 (gdbserver_load): Rename to...
17113 (gdbserver_run): ...this. Simplify.
17114 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
17115 (mi_gdb_load): Move most contents to a new function...
17116 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
17117 (mi_run_cmd): Use mi_gdb_target_load.
17118 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
17119 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
17120 Use gdb_run_cmd.
17121 * gdb.base/charsign.exp: Remove incorrect comment.
17122 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
17123 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
17124 gdb.base/start.exp: Use gdb_start_cmd.
17125
446ab585 171262007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 17127 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
17128
17129 * gdb.base/sigbpt.exp: Fix the message when skipping test.
17130 * gdb.base/signull.exp: Similarly.
17131
bbb88ebf
UW
171322007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17133
17134 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
17135 messages available to test cases (like chng-sym.exp).
17136
cb8c4a99
AS
171372007-03-14 Andreas Schwab <schwab@suse.de>
17138
17139 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17140 format changes.
17141
4e463ff5
DJ
171422007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
17143
17144 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
17145 (optimized_1): New.
17146 (main): Call optimized_1.
17147 (gdb2029): Correct typos. Call gdb2029_marker.
17148 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
17149 for gdb2029.
17150
b6db2c47
MK
171512007-03-12 Mark Kettenis <kettenis@gnu.org>
17152
17153 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
17154 as tabs. Remove redundant test pattern.
17155
70ed3737
UW
171562007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17157
17158 * gdb.base/long_long.exp: Accept optional symbol name in <...>
17159 for /a format output.
17160
47b67b60
DJ
171612007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
17162
17163 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
17164 collect output incrementally.
17165
b8953b0e
UW
171662007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17167
17168 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
17169 for -var-create lpcharacter test.
17170 * gdb.mi/mi2-var-cmd.exp: Likewise.
17171
7acd5c40
UW
171722007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17173
17174 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
17175 pass on targets where address zero is readable.
17176
9c6759c1
UW
171772007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17178
17179 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
17180 just a single architecture.
17181
a2f1aeb4
UW
171822007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17183
17184 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
17185 (fetch_all_registers): New function, uses gdb_test_multiple and
17186 exp_continue to fetch inferior output line-by-line.
17187 Replace all uses of do_get_all_registers by fetch_all_registers.
17188
46579ac2
UW
171892007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17190
17191 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
17192 in target_info.
17193
fc133f24
MS
171942007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17195
a9c64011 17196 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
17197 consistancy; add a default (timeout) case.
17198
7646a51d
MS
171992007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17200
17201 * gdb.base/watchpoint.exp: Fix truncated comment.
17202
dcfff61f
MS
172032007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17204
17205 * Makefile.in: Remove spurious single-quotes from sed command.
17206
664e3ee9
DJ
172072007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17208
17209 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
17210 func.
17211 * gdb.mi/mi2-var-cmd.exp: Likewise.
17212
d7cc6f2f
JB
172132007-02-27 Joel Brobecker <brobecker@adacore.com>
17214
a9c64011
AS
17215 * gdb.dwarf2/dw2-producer.S: New file.
17216 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
17217
172182007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
17219
17220 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17221 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17222 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17223 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17224 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17225 Revert tests to use mi_gdb_test and include value field in output
17226 of -var-create.
17227
93d42b30
DJ
172282007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17229
17230 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
17231
c499ed39
DJ
172322007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17233
17234 * gdb.base/maint.exp: Remove full paths from test names.
17235 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
17236 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
17237
9836f81b
JB
172382007-02-27 Joel Brobecker <brobecker@adacore.com>
17239
17240 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
17241
c74d0ad8
DJ
172422007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17243
17244 * gdb.server/server-mon.exp: New test.
17245
2711e456
DJ
172462007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17247
17248 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
17249
ff6f572f
DJ
172502007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17251
17252 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
17253 register capitalization.
17254
fada3feb
DP
172552007-02-13 Denis Pilat <denis.pilat@st.com>
17256
17257 * gdb.mi/mi-var-invalidate.exp: New file.
17258
fb1e4ffc
DJ
172592007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17260
17261 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
17262
3da939d7
DJ
172632007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17264
17265 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
17266
123dc839
DJ
172672007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17268
17269 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
17270 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
17271
877e3645 172722007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
17273
17274 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17275 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17276 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17277 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17278 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 17279 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 17280 Update tests to include value field in output of -var-create.
a9c64011 17281
3c0a2960
AS
172822007-02-08 Andreas Schwab <schwab@suse.de>
17283
17284 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
17285
108546a0
DJ
172862007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
17287
17288 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
17289 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
17290
d701dcab
DP
172912007-02-02 Denis Pilat <denis.pilat@st.com>
17292
17293 * gdb.threads/threadapply.exp: check that frame is not changed by
17294 the thread apply all command.
17295
783e3e2f
AS
172962007-01-31 Andreas Schwab <schwab@suse.de>
17297
6d9c3a87
AS
17298 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17299
3c50d7b9
AS
17300 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
17301 in the dwarf sections.
17302 * gdb.dwarf2/mac-fileno.S: Likewise.
17303
783e3e2f
AS
17304 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
17305 bspstore register on ia64.
17306
78ff580e
AS
173072007-01-29 Andreas Schwab <schwab@suse.de>
17308
cc8e9b12
AS
17309 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
17310 "frame-begin" annotation.
17311
78ff580e
AS
17312 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
17313 number of "frames-invalid" annotations.
17314
704a4f78
DJ
173152007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17316
17317 * gdb.base/commands.exp: Call if_commands_test.
17318 (gdb_test_no_prompt, if_commands_test): New.
17319
e741bf94
MK
173202007-01-28 Mark Kettenis <kettenis@gnu.org>
17321
17322 * gdb.threads/sigthread.c (NSIGS): Make bigger.
17323
474d0ad3
AS
173242007-01-27 Andreas Schwab <schwab@suse.de>
17325
17326 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
17327 .short/.int/.quad in the dwarf sections.
17328 * gdb.dwarf2/dw2-intercu.S: Likewise.
17329 * gdb.dwarf2/dw2-intermix.S: Likewise.
17330
e784b426
JK
173312007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17332
17333 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
17334 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
17335 array.
e784b426
JK
17336 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
17337 * gdb.base/setvar.exp: Likewise.
17338
37f08e04
AS
173392007-01-26 Andreas Schwab <schwab@suse.de>
17340
9a01813a
AS
17341 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
17342 test.
17343
37f08e04
AS
17344 * gdb.base/multi-forks.exp ("restart $i"): Also match
17345 __kernel_syscall_via_break.
17346
6e2a9270
VP
173472007-01-24 Vladimir Prus <vladimir@codesourcery.com>
17348
17349 * lib/mi-support.exp (mi_delete_varobj): New.
17350 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
17351 testcase.
17352 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
17353 (main): Call the above.
17354 (reference_update_test, base_in_reference_test)
17355 (reference_to_pointer): Delete the created varobjs.
a9c64011 17356
e515b470
DJ
173572007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
17358
17359 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
17360 * configure: Regenerated.
17361 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
17362 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
17363 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
17364 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
17365 * lib/gdb.exp (gdb_skip_xml_test): New function.
17366
08d8bcd7
DJ
173672007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
17368
17369 * gdb.base/sigrepeat.exp: Correct error message.
17370
173712007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
17372 Daniel Jacobowitz <dan@codesourcery.com>
17373
17374 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
17375 gdb.arch/i386-gnu-cfi-asm.S: New files.
17376
97c3f1f3
JK
173772007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17378
17379 * lib/gdb.exp: Abort on missing `site.exp'.
17380
cb1df416
DJ
173812007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17382 Daniel Jacobowitz <dan@codesourcery.com>
17383
17384 * gdb.base/included.c, gdb.base/included.exp,
17385 gdb.base/included.h: New files.
17386
35990120
DJ
173872007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17388
17389 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
17390 (maximize_rlimit): Reduce limits on 64-bit systems.
17391
6e81a116 173922007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
17393
17394 From Marcus Deuling <deuling@de.ibm.com>:
17395 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
17396 every case.
17397
6c3c41f3
NR
173982007-01-13 Nick Roberts <nickrob@snap.net.nz>
17399
17400 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
17401 (test_path_specification): Use objdir instead of srcdir to always
17402 get an absolute filename.
17403
2f12c312
DJ
174042007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
17405
17406 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
17407
81121995
VP
174082007-01-11 Vladimir Prus <vladimir@codesourcery.com>
17409
17410 * gdb.mi/mi-var-cp.cc (reference_update_tests):
17411 Make sure the variable we're using is in scope.
17412 (reference_to_pointer): Likewise.
17413
4741b737
DJ
174142007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17415
17416 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
17417 has no debug information.
17418
054410c3
DJ
174192007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17420
17421 * gdb.base/annota1.exp: Remove extra send_gdb.
17422
818f79f6
DJ
174232007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17424
17425 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
17426
f7a6bb70
DJ
174272007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17428
17429 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
17430
57e66780
DJ
174312007-01-08 Nick Roberts <nickrob@snap.net.nz>
17432 Daniel Jacobowitz <dan@codesourcery.com>
17433
17434 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
17435 lcharacter or linteger change. Correct duplicated test name.
17436 * gdb.mi/mi2-var-cmd.exp: Likewise.
17437
3d799a95
DJ
174382007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
17439
17440 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
17441
174422007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 17443
a9c64011
AS
17444 * gdb.base/nofield.c: New file.
17445 * gdb.base/nofield.exp: New testcase.
51679ba9 17446
eafb94e8
NR
174472007-01-05 Nick Roberts <nickrob@snap.net.nz>
17448
17449 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
17450
17451 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
17452 test.
17453
5e572bb4
DJ
174542007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17455
17456 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
17457
74a44383
DJ
174582007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17459
17460 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
17461 when continuing.
17462
1b572db9
DJ
174632007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17464
17465 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
17466 Expect ".exe" extension.
17467
381bc39b
DJ
174682007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17469
17470 * gdb.base/charset.exp: Add explicit filename to break.
17471 * gdb.base/dbx.exp: Add explicit filename to breaks.
17472
2b70e4c6
DJ
174732007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17474
17475 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
17476 * gdb.mi/mi2-file.exp: Likewise.
17477
303b6f5d
DJ
174782007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17479
17480 Implement specification of MI tests as comments
17481 in C and C++ sources.
17482 * lib/mi-support.exp (mi_autotest_data): New variable.
17483 (mi_autotest_source): New variable.
17484 (count_newlines, mi_prepare_inline_tests)
17485 (mi_get_inline_test, mi_continue_to_line)
17486 (mi_run_inline_test, mi_tbreak)
17487 (mi_send_resuming_command, mi_wait_for_stop): New functions.
17488 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
17489 Run inline tests.
17490 * gdb.mi/mi-var-cp.cc: Define tests here.
17491
23da0d94
VP
174922007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17493
17494 Simplify usage of mi_continue_to.
17495 * lib/mi-support.exp (mi_runto_helper): Renamed
17496 from mi_runto, added new parameter 'run_or_continue'.
17497 (mi_runto): Use mi_runto_helper.
17498 (mi_continue_to): Accept just function name as parameter.
17499 Use mi_runto_helper.
17500 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
17501 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 17502
f9e18282
JB
175032006-01-04 Joel Brobecker <brobecker@adacore.com>
17504
17505 Make this testcase a bit more realistic. The current code
17506 is too simplistic, and allows the compiler to optimize out
17507 some of the entities we need for this testcase.
17508 * gdb.ada/null_record/bar.ads (Void_Star): New type.
17509 (Do_Nothing): Add extra parameter.
17510 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
17511 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
17512 by using a variable of type Void_Star.
17513
fd678c65
JB
175142006-01-04 Joel Brobecker <brobecker@adacore.com>
17515
17516 * gdb.ada/catch_ex/foo.adb: New file.
17517 * gdb.ada/catch_ex.exp: New testcase.
17518
05cfdb42
DJ
175192007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
17520
17521 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
17522 pass --image-base to linker.
17523
2e03ee74
DJ
175242007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17525 Daniel Jacobowitz <dan@codesourcery.com>
17526
17527 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
17528 secondary prompts.
17529
0d5de010
DJ
175302007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17531
17532 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
17533 output. Test the types of members and member pointers.
17534 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
17535 gdb/2092.
17536 * gdb.cp/member-ptr.exp: Search for a comment instead of a
17537 statement. Enable for GCC. Update expected output for some tests
17538 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
17539 layout.
17540 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
17541 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
17542 (Diamond::vget_base): New.
17543 (main): Add new tests.
17544 * gdb.cp/printmethod.exp: Update expected output for member functions.
17545 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
17546 print pEe->D::vg().
17547
61a771aa
DJ
175482007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17549
17550 * gdb.threads/tls.exp: Allow stops in sem_post.
17551
2fa63963
DJ
175522006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
17553
17554 * gdb.base/annota1.exp: Allow .*printf in backtraces.
17555 * gdb.base/annota3.exp: Likewise.
17556 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
17557 again (instead of timing out).
17558 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
17559 GCC bug 26475.
17560 * gdb.java/jmisc.exp: Adjust to work with method signatures including
17561 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
17562 test from jmisc1.exp.
17563 * gdb.java/jmisc1.exp: Delete.
17564 * gdb.java/jprint.exp: Adjust to work with method signatures including
17565 return types.
17566 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
17567 * gdb.threads/linux-dp.exp: Don't be confused by program output.
17568 * lib/java.exp (compile_java_from_source): Pass the correct type
17569 to target_compile.
17570
5eefc2b7
JB
175712006-12-31 Joel Brobecker <brobecker@adacore.com>
17572
17573 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
17574 (stack_align_edx): New function.
17575 (stack_align_eax): New function.
17576 (main): Add calls to stack_align_edx and stack_align_eax.
17577 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
17578 Add testing for the cases where the register used during a stack
17579 realignment is edx. Same for eax.
17580
227c54da
DJ
175812006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
17582
17583 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
17584 and generic PE targets.
17585
cab8ac94
JB
175862006-12-29 Joel Brobecker <brobecker@adacore.com>
17587
17588 * gdb.ada/array_return.exp: Update copyright date list.
17589
ba54f318
JB
175902006-12-27 Joel Brobecker <brobecker@adacore.com>
17591
17592 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
17593 (Create_Small_Float_Vector): New function.
17594 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
17595 function body.
17596 * gdb.ada/array_return/p.adb: Use new type and function from
17597 package Pck.
17598 * gdb.ada/array_return.exp: Add a test verifying that GDB is
17599 able to print the value returned by a function returning an
17600 array of float.
17601
6b7a35dd
JB
176022006-12-20 Joel Brobecker <brobecker@adacore.com>
17603
17604 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
17605 The associated tests should be PASSing.
17606
038224f6
VP
176072006-12-08 Vladimir Prus <vladimir@codesourcery.com>
17608
17609 Test for base in references.
17610 * gdb.mi/mi-var-cp.cc: Add test code.
17611 * gdb.mi/mi-var-cp.exp: Test for bases in references.
17612 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
17613 * gdb.mi/mi2-watch.exp: Likewise.
17614 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
17615 (mi_list_varobj_children): New function.
17616
b26ed50d
VP
176172006-12-08 Vladimir Prus <vladimir@codesourcery.com>
17618
17619 * lib/mi-support.exp
17620 (mi_runto): Accept "()" after function name.
17621 (mi_create_varobj): New function.
17622 (mi_varobj_update): New function.
17623 (mi_Check_varobj_value): New function.
17624 * gdb.mi/mi-var-cp.exp: New file.
17625 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 17626
08232497
DJ
176272006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
17628
17629 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
17630 gdb.base/weaklib2.c: New files.
17631
d394c993 176322006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 17633
ac6c2fba
NS
17634 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
17635 info. Adjust test names.
17636
8ec659a0 17637 * gdb.base/break.c (main): Move position of malloc.
d394c993 17638 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 17639
acd65feb
VP
176402006-11-28 Vladimir Prus <vladimir@codesourcery.com>
17641
17642 * gdb.mi/mi-var-cmd.exp: Check -var-update after
17643 assignement of arrays and function pointers.
17644 * gdb.mi/var-cmd.c: Add declaration necessary for above
17645 tests.
17646
f556d5e5
NS
176472006-11-27 Nathan Sidwell <nathan@codesourcery.com>
17648
17649 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
17650
17651 * gdb.threads/linux-dp.exp: Read thread table before and after
17652 creating each philosopher and verify it.
17653
697bc68d
NS
176542006-11-27 Nathan Sidwell <nathan@codesourcery.com>
17655 Paul Brook <paul@codesourcery.com>
17656 Daniel Jacobowitz <dan@codesourcery.com>
17657
17658 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 17659 main to remove duplication. Add start function of the form
697bc68d
NS
17660 '_*start[1-9]*'. Add RVDS start function.
17661
29d73ae4
DJ
176622006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
17663
17664 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
17665
c1d88655
UW
176662006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17667
17668 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
17669 * gdb.asm/spu.inc: New file.
17670 * gdb.base/term.exp: Disable if [target_info exists noargs].
17671 * gdb.gdb/complaints.exp: Disable if ![isnative].
17672 * gdb.gdb/selftest.exp: Likewise.
17673 * gdb.gdb/observer.exp: Likewise.
17674 * gdb.gdb/xfullpath.exp: Likewise.
17675 * gdb.base/attach.exp: Disable on SPU target.
17676 * gdb.cp/bs145503.exp: Likewise.
17677 * gdb.cp/exception.exp: Likewise.
17678 * gdb.cp/userdef.exp: Likewise.
17679
32a13b1a
DJ
176802006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
17681
17682 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
17683
d8295fe9
VP
176842006-11-10 Vladimir Prus <vladimir@codesourcery.com>
17685
17686 * gdb.base/completion.exp: Fix completion tests for
17687 'info' and 'info '.
17688 * gdb.base/help.exp (help_test_raw, test_class_help)
17689 (test_prefix_command_help): Move...
17690 * lib/gdb.exp: Here.
17691 * gdb.base/main.exp: Adjust.
17692 * gdb.cp/maint.exp: Adjust.
17693 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 17694
8c394015
VP
176952006-11-09 Vladimir Prus <vladimir@codesourcery.com>
17696
17697 * gdb.stabs/weird.exp (print_weird_var): Use
17698 gdb_test_multiple instead of gdb_expect.
17699
027fc1bc
VP
177002006-11-09 Vladimir Prus <vladimir@codesourcery.com>
17701
17702 * gdb.base/help.exp (help_test_raw): New.
17703 (test_class_help): New.
17704 (test_prefix_command_help): New.
17705 Adjust testcases.
17706
67609209
FR
177072006-11-09 Christophe Lyon <christophe.lyon@st.com>
17708
17709 * gdb.base/constvars.c (main): Write to crass and crips, so that
17710 they are allocated by the compiler.
17711
f73adfeb
AS
177122006-10-27 Andreas Schwab <schwab@suse.de>
17713
17714 * gdb.base/multi-forks.exp: Use "detach fork" instead of
17715 "detach-fork".
17716
2f83a18e
DJ
177172006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
17718
17719 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
17720 of patterns.
17721
94277a38
DJ
177222006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
17723
17724 * gdb.base/sepdebug.exp: Remove debug format test.
17725 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
17726 Handle no-symtab.
17727 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
17728
5bd2f6e2
DJ
177292006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
17730
17731 * gdb.threads/manythreads.c (thread_function, main): Don't cast
17732 int to pointer or pointer to int.
17733 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
17734
8c008720
DJ
177352006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
17736
17737 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
17738
9e35dae4
DJ
177392006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17740
17741 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
17742
d9639e13
DJ
177432006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17744
17745 PR c++/2116
17746 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
17747
390a1bd0
JB
177482006-10-06 Joel Brobecker <brobecker@adacore.com>
17749
17750 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
17751 the corresponding bug has been fixed in GDB (PR/2018).
17752
dd920c33
JB
177532006-10-06 Joel Brobecker <brobecker@adacore.com>
17754
17755 * gdb.base/subst.exp: New testcase.
17756
53bbefe9
JB
177572006-10-06 Joel Brobecker <brobecker@adacore.com>
17758
17759 * gdb.ada/array_return/pck.ads: Add copyright notice.
17760 * gdb.ada/array_return/pck.adb: Likewise.
17761 * gdb.ada/array_return/p.adb: Likewise.
17762 * gdb.ada/exec_changed/first.adb: Likewise.
17763 * gdb.ada/exec_changed/second.adb: Likewise.
17764
09851417
JB
177652006-10-06 Joel Brobecker <brobecker@adacore.com>
17766
17767 * gdb.ada/watch_arg/watch.adb: New file.
17768 * gdb.ada/watch_arg.exp: New testcase.
17769
041bf30d
VP
177702006-10-02 Vladimir Prus <vladimir@codesourcery.com>
17771
17772 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 17773 via string_to_regexp.
041bf30d 17774 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 17775
f286fbdd 177762006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
17777
17778 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
17779 Remove unused / obsolete files.
17780
7c07f349
NR
177812006-09-19 Nick Roberts <nickrob@snap.net.nz>
17782
17783 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
17784
cd5ff84a
VP
177852006-09-17 Vladimir Prus <vladimir@codesourcery.com>
17786
17787 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
17788 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 17789 the number of frames.
cd5ff84a 17790
ae018d1a
DJ
177912006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
17792
17793 * gdb.base/args.c (main): Add breakpoint marker.
17794 * gdb.base/args.exp: Use args_test for tests. Add new tests which
17795 really test empty arguments.
17796 (args_load): Delete.
17797 (args_test): New.
17798
b399c549
NR
177992006-09-13 Nick Roberts <nickrob@snap.net.nz>
17800
17801 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 17802 check for one file.
b399c549 17803
2ab1eb7a
VP
178042006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
17805
17806 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
17807 HIGH_FRAME argument to -stack-list-locals can be larger than
17808 the number of frames.
a9c64011 17809
476308bf
FF
178102006-08-18 Fred Fish <fnf@specifix.com>
17811
17812 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
17813 '$' in front of skip_vmx_tests_saved when setting that.
17814
8625200f
AS
178152006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
17816
17817 * gdb.base/trace-commands.exp: New file.
17818
089ec8f1
DJ
178192006-08-10 Joel Brobecker <brobecker@adacore.com>
17820 Daniel Jacobowitz <dan@codesourcery.com>
17821
17822 * gdb.base/step-bt.exp: Make hexadecimal address optional in
17823 expected output of the backtrace commands.
17824
b60f0898
JB
178252006-08-09 Joel Brobecker <brobecker@adacore.com>
17826
17827 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
17828 untested followed by return combination.
17829 * gdb.arch/altivec-regs.exp: Likewise.
17830 * gdb.arch/e500-abi.exp: Likewise.
17831 * gdb.arch/e500-regs.exp: Likewise.
17832 * gdb.arch/gdb1291.exp: Likewise.
17833 * gdb.arch/gdb1431.exp: Likewise.
17834 * gdb.arch/gdb1558.exp: Likewise.
17835 * gdb.arch/i386-prologue.exp: Likewise.
17836 * gdb.arch/i386-unwind.exp: Likewise.
17837 * gdb.asm/asm-source.exp: Likewise.
17838 * gdb.base/a2-run.exp: Likewise.
17839 * gdb.base/advance.exp: Likewise.
17840 * gdb.base/all-bin.exp: Likewise.
17841 * gdb.base/annota1.exp: Likewise.
17842 * gdb.base/annota3.exp: Likewise.
17843 * gdb.base/args.exp: Likewise.
17844 * gdb.base/arithmet.exp: Likewise.
17845 * gdb.base/assign.exp: Likewise.
17846 * gdb.base/async.exp: Likewise.
17847 * gdb.base/attach.exp: Likewise.
17848 * gdb.base/bang.exp: Likewise.
17849 * gdb.base/bigcore.exp: Likewise.
17850 * gdb.base/bitfields.exp: Likewise.
17851 * gdb.base/bitfields2.exp: Likewise.
17852 * gdb.base/break.exp: Likewise.
17853 * gdb.base/call-sc.exp: Likewise.
17854 * gdb.base/call-strs.exp: Likewise.
17855 * gdb.base/callfuncs.exp: Likewise.
17856 * gdb.base/checkpoint.exp: Likewise.
17857 * gdb.base/chng-syms.exp: Likewise.
17858 * gdb.base/code-expr.exp: Likewise.
17859 * gdb.base/commands.exp: Likewise.
17860 * gdb.base/completion.exp: Likewise.
17861 * gdb.base/cond-expr.exp: Likewise.
17862 * gdb.base/condbreak.exp: Likewise.
17863 * gdb.base/consecutive.exp: Likewise.
17864 * gdb.base/constvars.exp: Likewise.
17865 * gdb.base/corefile.exp: Likewise.
17866 * gdb.base/cvexpr.exp: Likewise.
17867 * gdb.base/dbx.exp: Likewise.
17868 * gdb.base/define.exp: Likewise.
17869 * gdb.base/detach.exp: Likewise.
17870 * gdb.base/display.exp: Likewise.
17871 * gdb.base/dump.exp: Likewise.
17872 * gdb.base/ena-dis-br.exp: Likewise.
17873 * gdb.base/ending-run.exp: Likewise.
17874 * gdb.base/environ.exp: Likewise.
17875 * gdb.base/eval-skip.exp: Likewise.
17876 * gdb.base/exprs.exp: Likewise.
17877 * gdb.base/fileio.exp: Likewise.
17878 * gdb.base/finish.exp: Likewise.
17879 * gdb.base/float.exp: Likewise.
17880 * gdb.base/foll-exec.exp: Likewise.
17881 * gdb.base/foll-fork.exp: Likewise.
17882 * gdb.base/foll-vfork.exp: Likewise.
17883 * gdb.base/freebpcmd.exp: Likewise.
17884 * gdb.base/funcargs.exp: Likewise.
17885 * gdb.base/gcore.exp: Likewise.
17886 * gdb.base/gdb1090.exp: Likewise.
17887 * gdb.base/gdb1250.exp: Likewise.
17888 * gdb.base/huge.exp: Likewise.
17889 * gdb.base/info-proc.exp: Likewise.
17890 * gdb.base/interrupt.exp: Likewise.
17891 * gdb.base/jump.exp: Likewise.
17892 * gdb.base/langs.exp: Likewise.
17893 * gdb.base/lineinc.exp: Likewise.
17894 * gdb.base/list.exp: Likewise.
17895 * gdb.base/logical.exp: Likewise.
17896 * gdb.base/long_long.exp: Likewise.
17897 * gdb.base/macscp.exp: Likewise.
17898 * gdb.base/maint.exp: Likewise.
17899 * gdb.base/mips_pro.exp: Likewise.
17900 * gdb.base/miscexprs.exp: Likewise.
17901 * gdb.base/multi-forks.exp: Likewise.
17902 * gdb.base/opaque.exp: Likewise.
17903 * gdb.base/overlays.exp: Likewise.
17904 * gdb.base/pc-fp.exp: Likewise.
17905 * gdb.base/pointers.exp: Likewise.
17906 * gdb.base/printcmds.exp: Likewise.
17907 * gdb.base/psymtab.exp: Likewise.
17908 * gdb.base/ptype.exp: Likewise.
17909 * gdb.base/recurse.exp: Likewise.
17910 * gdb.base/relational.exp: Likewise.
17911 * gdb.base/relocate.exp: Likewise.
17912 * gdb.base/remote.exp: Likewise.
17913 * gdb.base/reread.exp: Likewise.
17914 * gdb.base/restore.exp: Likewise.
17915 * gdb.base/return.exp: Likewise.
17916 * gdb.base/return2.exp: Likewise.
17917 * gdb.base/scope.exp: Likewise.
17918 * gdb.base/sect-cmd.exp: Likewise.
17919 * gdb.base/sep.exp: Likewise.
17920 * gdb.base/sepdebug.exp: Likewise.
17921 * gdb.base/setshow.exp: Likewise.
17922 * gdb.base/setvar.exp: Likewise.
17923 * gdb.base/sigall.exp: Likewise.
17924 * gdb.base/sigbpt.exp: Likewise.
17925 * gdb.base/signals.exp: Likewise.
17926 * gdb.base/signull.exp: Likewise.
17927 * gdb.base/sizeof.exp: Likewise.
17928 * gdb.base/solib.exp: Likewise.
17929 * gdb.base/step-line.exp: Likewise.
17930 * gdb.base/step-test.exp: Likewise.
17931 * gdb.base/structs.exp: Likewise.
17932 * gdb.base/structs2.exp: Likewise.
17933 * gdb.base/term.exp: Likewise.
17934 * gdb.base/twice.exp: Likewise.
17935 * gdb.base/until.exp: Likewise.
17936 * gdb.base/varargs.exp: Likewise.
17937 * gdb.base/volatile.exp: Likewise.
17938 * gdb.base/watchpoint.exp: Likewise.
17939 * gdb.base/whatis-exp.exp: Likewise.
17940 * gdb.base/whatis.exp: Likewise.
17941 * gdb.cp/ambiguous.exp: Likewise.
17942 * gdb.cp/annota2.exp: Likewise.
17943 * gdb.cp/annota3.exp: Likewise.
17944 * gdb.cp/bool.exp: Likewise.
17945 * gdb.cp/breakpoint.exp: Likewise.
17946 * gdb.cp/casts.exp: Likewise.
17947 * gdb.cp/class2.exp: Likewise.
17948 * gdb.cp/classes.exp: Likewise.
17949 * gdb.cp/cplusfuncs.exp: Likewise.
17950 * gdb.cp/ctti.exp: Likewise.
17951 * gdb.cp/derivation.exp: Likewise.
17952 * gdb.cp/exception.exp: Likewise.
17953 * gdb.cp/gdb1355.exp: Likewise.
17954 * gdb.cp/hang.exp: Likewise.
17955 * gdb.cp/inherit.exp: Likewise.
17956 * gdb.cp/local.exp: Likewise.
17957 * gdb.cp/m-data.exp: Likewise.
17958 * gdb.cp/m-static.exp: Likewise.
17959 * gdb.cp/member-ptr.exp: Likewise.
17960 * gdb.cp/method.exp: Likewise.
17961 * gdb.cp/misc.exp: Likewise.
17962 * gdb.cp/namespace.exp: Likewise.
17963 * gdb.cp/overload.exp: Likewise.
17964 * gdb.cp/ovldbreak.exp: Likewise.
17965 * gdb.cp/pr-1023.exp: Likewise.
17966 * gdb.cp/pr-1210.exp: Likewise.
17967 * gdb.cp/pr-574.exp: Likewise.
17968 * gdb.cp/printmethod.exp: Likewise.
17969 * gdb.cp/psmang.exp: Likewise.
17970 * gdb.cp/ref-params.exp: Likewise.
17971 * gdb.cp/ref-types.exp: Likewise.
17972 * gdb.cp/rtti.exp: Likewise.
17973 * gdb.cp/templates.exp: Likewise.
17974 * gdb.cp/try_catch.exp: Likewise.
17975 * gdb.cp/userdef.exp: Likewise.
17976 * gdb.cp/virtfunc.exp: Likewise.
17977 * gdb.disasm/am33.exp: Likewise.
17978 * gdb.disasm/h8300s.exp: Likewise.
17979 * gdb.disasm/mn10300.exp: Likewise.
17980 * gdb.disasm/sh3.exp: Likewise.
17981 * gdb.disasm/t01_mov.exp: Likewise.
17982 * gdb.disasm/t02_mova.exp: Likewise.
17983 * gdb.disasm/t03_add.exp: Likewise.
17984 * gdb.disasm/t04_sub.exp: Likewise.
17985 * gdb.disasm/t05_cmp.exp: Likewise.
17986 * gdb.disasm/t06_ari2.exp: Likewise.
17987 * gdb.disasm/t07_ari3.exp: Likewise.
17988 * gdb.disasm/t08_or.exp: Likewise.
17989 * gdb.disasm/t09_xor.exp: Likewise.
17990 * gdb.disasm/t10_and.exp: Likewise.
17991 * gdb.disasm/t11_logs.exp: Likewise.
17992 * gdb.disasm/t12_bit.exp: Likewise.
17993 * gdb.disasm/t13_otr.exp: Likewise.
17994 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
17995 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
17996 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17997 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
17998 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
17999 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18000 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18001 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18002 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
18003 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
18004 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18005 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18006 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18007 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18008 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18009 * gdb.mi/gdb701.exp: Likewise.
18010 * gdb.mi/gdb792.exp: Likewise.
18011 * gdb.mi/mi-basics.exp: Likewise.
18012 * gdb.mi/mi-break.exp: Likewise.
18013 * gdb.mi/mi-cli.exp: Likewise.
18014 * gdb.mi/mi-console.exp: Likewise.
18015 * gdb.mi/mi-disassemble.exp: Likewise.
18016 * gdb.mi/mi-eval.exp: Likewise.
18017 * gdb.mi/mi-file.exp: Likewise.
18018 * gdb.mi/mi-read-memory.exp: Likewise.
18019 * gdb.mi/mi-regs.exp: Likewise.
18020 * gdb.mi/mi-return.exp: Likewise.
18021 * gdb.mi/mi-simplerun.exp: Likewise.
18022 * gdb.mi/mi-stack.exp: Likewise.
18023 * gdb.mi/mi-stepi.exp: Likewise.
18024 * gdb.mi/mi-syn-frame.exp: Likewise.
18025 * gdb.mi/mi-until.exp: Likewise.
18026 * gdb.mi/mi-var-block.exp: Likewise.
18027 * gdb.mi/mi-var-child.exp: Likewise.
18028 * gdb.mi/mi-var-cmd.exp: Likewise.
18029 * gdb.mi/mi-var-display.exp: Likewise.
18030 * gdb.mi/mi-watch.exp: Likewise.
18031 * gdb.mi/mi2-basics.exp: Likewise.
18032 * gdb.mi/mi2-break.exp: Likewise.
18033 * gdb.mi/mi2-cli.exp: Likewise.
18034 * gdb.mi/mi2-console.exp: Likewise.
18035 * gdb.mi/mi2-disassemble.exp: Likewise.
18036 * gdb.mi/mi2-eval.exp: Likewise.
18037 * gdb.mi/mi2-file.exp: Likewise.
18038 * gdb.mi/mi2-read-memory.exp: Likewise.
18039 * gdb.mi/mi2-regs.exp: Likewise.
18040 * gdb.mi/mi2-return.exp: Likewise.
18041 * gdb.mi/mi2-simplerun.exp: Likewise.
18042 * gdb.mi/mi2-stack.exp: Likewise.
18043 * gdb.mi/mi2-stepi.exp: Likewise.
18044 * gdb.mi/mi2-syn-frame.exp: Likewise.
18045 * gdb.mi/mi2-until.exp: Likewise.
18046 * gdb.mi/mi2-var-block.exp: Likewise.
18047 * gdb.mi/mi2-var-child.exp: Likewise.
18048 * gdb.mi/mi2-var-cmd.exp: Likewise.
18049 * gdb.mi/mi2-var-display.exp: Likewise.
18050 * gdb.mi/mi2-watch.exp: Likewise.
18051 * gdb.stabs/exclfwd.exp: Likewise.
18052 * gdb.stabs/weird.exp: Likewise.
18053 * gdb.threads/gcore-thread.exp: Likewise.
18054 * gdb.trace/actions.exp: Likewise.
18055 * gdb.trace/backtrace.exp: Likewise.
18056 * gdb.trace/circ.exp: Likewise.
18057 * gdb.trace/collection.exp: Likewise.
18058 * gdb.trace/deltrace.exp: Likewise.
18059 * gdb.trace/infotrace.exp: Likewise.
18060 * gdb.trace/limits.exp: Likewise.
18061 * gdb.trace/packetlen.exp: Likewise.
18062 * gdb.trace/passc-dyn.exp: Likewise.
18063 * gdb.trace/passcount.exp: Likewise.
18064 * gdb.trace/report.exp: Likewise.
18065 * gdb.trace/save-trace.exp: Likewise.
18066 * gdb.trace/tfind.exp: Likewise.
18067 * gdb.trace/tracecmd.exp: Likewise.
18068 * gdb.trace/while-dyn.exp: Likewise.
18069 * gdb.trace/while-stepping.exp: Likewise.
18070
f4b618d1
JB
180712006-08-08 Joel Brobecker <brobecker@adacore.com>
18072
18073 * gdb.base/step-bt.c: New file.
18074 * gdb.base/step-bt.exp: New testcase.
18075
3d00d119
DJ
180762006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
18077
18078 * config/monitor.exp (gdb_load): Remove support for obsolete
18079 download-write-size.
18080 * gdb.base/remote.exp: Likewise. Update all callers of
18081 gdb_timed_load.
18082
017b5bd4
DJ
180832006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
18084
18085 * cursal.exp: Pass binfile to gdb_load.
18086
837c599d
DJ
180872006-08-01 Nathan Sidwell <nathan@codesourcery.com>
18088
18089 * gdb.base/cursal.exp: Add "" to gdb_load call.
18090
8dd4540b
MK
180912006-07-29 Mark Kettenis <kettenis@gnu.org>
18092
18093 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
18094 NetBSD/ELF targets.
18095
ab5c9f60
DJ
180962006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
18097
18098 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
18099 operator*.
18100
4c42eaff
DJ
181012006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
18102
18103 * gdb.base/completion.exp: Update for change in "file" behavior.
18104 * gdb.stabs/weird.exp: Likewise.
18105 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
18106 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
18107
0155cc76
NS
181082006-07-24 Nathan Sidwell <nathan@codesourcery.com>
18109
18110 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
18111 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
18112
16026cd7
AS
181132006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
18114
18115 * gdb.base/default.exp: Update source command error message.
18116 * gdb.base/help.exp: Update 'help source' message.
18117
16963cb6
DJ
181182006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
18119
18120 * gdb.cp/bs15503.exp: Update comment for no longer crashing
18121 test.
18122
6d7fd486
AS
181232006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
18124
18125 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
18126
29e8a844
DJ
181272006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18128
18129 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
18130
6afcfa39
DJ
181312006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18132
18133 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
18134
267a692b
MK
181352006-07-17 Mark Kettenis <kettenis@gnu.org>
18136
18137 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
18138 *-*-openbsd* from targets for wich we expect ARM FPA floating
18139 point format.
18140
85d2fec4
NR
181412006-07-17 Nick Roberts <nickrob@snap.net.nz>
18142
18143 * gdb.cp/annota3.exp: Expect frame-begin annotation.
18144
181452006-07-17 Mark Kettenis <kettenis@gnu.org>
18146
18147 * gdb.base/annota3.exp: Expect frame-begin annotation.
18148
85b4c6e8
JB
181492006-07-14 Joel Brobecker <brobecker@adacore.com>
18150
18151 * gdb.base/help.exp: Adjust "help unset" test to accept
18152 any list of unset commands.
18153
fb933624
DJ
181542006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
18155 Daniel Jacobowitz <dan@codesourcery.com>
18156
18157 * gdb.cp/ref-params.exp: New test.
18158 * gdb.cp/ref-params.cc: New source file.
18159 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
18160
1dff4b64
MK
181612006-07-08 Mark Kettenis <kettenis@gnu.org>
18162
18163 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
18164 spaces/tabs in regular expressions since they might not be there.
18165
40d2e0e3
AS
181662006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
18167
18168 * gdb.base/ifelse.exp: New file.
18169
f6c957d2
NS
181702006-07-04 Nathan Sidwell <nathan@codesourcery.com>
18171
18172 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
18173 line.
18174 * gdb.base/huge.exp: Loop over compilation to find a size that
18175 is acceptable.
18176 * gdb.base/remote.exp: Correct expected strings.
18177 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
18178
b9c5a23d
DJ
181792006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18180
18181 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
18182
9af2e58d
DJ
181832006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18184
18185 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
18186 native.
18187
30930ca5
DJ
181882006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18189
18190 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
18191 enable stabs testing.
18192
aa32fa1d
DJ
181932006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18194
bd4a4c80 18195 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
18196 gdb_test_multiple does.
18197
321fef15
DJ
181982006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18199
18200 * Makefile.in (host_alias): Remove.
18201 (target_alias): Use @target_noncanonical@.
18202 (site.exp): Don't set host_alias.
18203 * aclocal.m4: Remove contents. Include acx.m4.
18204 * configure: Regenerated.
18205 * configure.ac: Use ACX_NONCANONICAL_TARGET.
18206
e1c2defa
NS
182072006-06-13 Nathan Sidwell <nathan@codesourcery.com>
18208
e63b55d1
NS
18209 * lib/gdb.exp (gdb_load_cmd): New.
18210
5600ea19
NS
18211 * gdb.base/fileio.c: Add system(NULL) test.
18212 * gdb.base/fileio.exp: Check it.
18213
e1c2defa
NS
18214 * gdb.base/break.c: Add 10a breakpoint at }
18215 * gdb.base/break.exp: Add test for breakpoint at }
18216 * gdb.cp/anon-union.cc: Add code at end of function.
18217 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
18218 * gdb.mi/var-cmd.c: Add code at end of function.
18219 * gdb.mi/mi-var-display.exp: Adjust end of next.
18220 * gdb.mi/mi2-var-display.exp: Likewise.
18221 * gdb.base/fileio.c: Add stop function and insert calls at
18222 stopping places.
18223 * gdb.base/fileio.exp: Breakpoint stop function and remove
18224 explicit line number references.
18225
6c0112ec
JB
182262006-05-19 Joel Brobecker <brobecker@adacore.com>
18227
a9c64011
AS
18228 * gdb.base/del.exp (test_delete_alias): New function.
18229 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 18230
154189a4
FF
182312006-05-18 Fred Fish <fnf@specifix.com>
18232
18233 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
18234 required. Check for spurious output after program exits normally.
18235
582e64c2
FF
182362006-05-17 Fred Fish <fnf@specifix.com>
18237
18238 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
18239 gdb_load, so it works in the simulator.
18240
8ef6493a
FF
182412006-05-11 Fred Fish <fnf@specifix.com>
18242
18243 * gdb.base/bang.exp: Ignore unexpected output between the
18244 "program exited normally" and the gdb prompt, as many other
18245 tests do.
18246
692b141c
MK
182472006-05-07 Mark Kettenis <kettenis@gnu.org>
18248
18249 * gdb.base/help.exp: Make "delete checkpoint" part option for
18250 "help d" and "help delete" tests.
18251
540b8a30
UW
182522006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18253
a9c64011 18254 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
18255 expected output in some mi_gdb_test statements.
18256 * gdb.mi/mi2-basics.exp: Likewise.
18257
9b6462d9
JB
182582006-05-05 Joel Brobecker <brobecker@adacore.com>
18259
18260 * gdb.base/del.c: New file.
18261 * gdb.base/del.exp: New testcase.
18262
954de43b
DM
182632006-05-05 David S. Miller <davem@sunset.davemloft.net>
18264
18265 * gdb.base/break.exp: Do not assume a breakpoint on
18266 main will actually be in $srcfile when optimizing.
1303f75e
DM
18267 * gdb.base/savedregs.exp: Do not require that the dummy
18268 frame location match up to a symbol and source file location.
c3242428
DM
18269 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
18270 will get printed without a mi_cmd_data_list_register_values prefix.
18271 (*-data-list-register-*): Correct regular expressions to expect the new
18272 pseudo d? floating point registers.
18273 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 18274
c7e64c9a
DJ
182752006-05-05 Christophe Lyon <christophe.lyon@st.com>
18276
18277 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
18278 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
18279 is allocated by the compiler.
18280 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
18281 anons, e, anone to force their allocation by the compiler.
18282
182832006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
18284
18285 * gdb.base/help.exp: Update expected text for help d and
18286 help delete.
18287
27ce9a6d
MK
182882006-05-02 Mark Kettenis <kettenis@gnu.org>
18289
18290 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
18291 NetBSD/ELF targets.
18292
8608915f
MK
182932006-04-30 Mark Kettenis <kettenis@gnu.org>
18294
18295 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
18296 single-step breakpoint fails; make this a KFAIL on
18297 sparc*-*-openbsd*.
18298 * gdb.base/siginfo.exp: Likewise.
18299 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18300
b8db102d
MS
183012006-04-26 Michael Snyder <msnyder@redhat.com>
18302
18303 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
18304 which may have to consume output from other forks.
18305 Add tests to make sure that "delete fork" succeeded.
18306
c702009a
MS
183072006-04-20 Michael Snyder <msnyder@redhat.com>
18308
18309 * 2006-03-22 Jim Blandy <jimb@redhat.com>
18310 Add support for the Renesas M32C and M16C.
18311
18312 * gdb.asm/asm-source.exp: Add m32c target.
18313 * gdb.asm/m32c.inc: Support for m32c target.
18314
e28493f2
AS
183152006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
18316
18317 * gdb.base/commands.exp (recursive_source_test): New test.
18318
880da185
DM
183192006-04-04 David S. Miller <davem@sunset.davemloft.net>
18320
18321 * gdb.base/float.exp: Add pattern for sparc targets.
18322
61d9b92f
DJ
183232006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18324
18325 * gdb.base/commands.exp (stray_arg0_test): New test.
18326
bd717df8
PB
183272006-03-30 Paul Brook <paul@codesourcery.com>
18328
18329 * gdb.mi/mi-until.exp: kfail broken until command.
18330 * gdb.mi/mi2-until.exp: Ditto.
18331
ec793d3c
NR
183322006-03-27 Nick Roberts <nickrob@snap.net.nz>
18333
18334 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
18335
831004b7
AO
183362006-03-08 Alexandre Oliva <aoliva@redhat.com>
18337
18338 * gdb.base/prelink.exp: Anchor tested-for regular expression
18339 on gdb prompt.
18340
effe49a0
PB
183412006-03-07 Paul Brook <paul@codesourcery.com>
18342
18343 * gdb.base/assign.exp: Correct fail message.
18344
e5461016
PB
183452006-03-07 Paul Brook <paul@codesourcery.com>
18346
18347 * lib/compiler.c: Extract armcc version number.
18348 * lib/compiler.cc: Ditto.
18349
fc91c6c2
PB
183502006-03-07 Paul Brook <paul@codesourcery.com>
18351
18352 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
18353 additional_flags=-w.
18354 * gdb.arch/altivec-regs.exp: Ditto.
18355 * gdb.arch/e500-abi.exp: Ditto.
18356 * gdb.arch/e500-regs.exp: Ditto.
18357 * gdb.base/all-bin.exp: Ditto.
18358 * gdb.base/annota1.exp: Ditto.
18359 * gdb.base/annota3.exp: Ditto.
18360 * gdb.base/args.exp: Ditto.
18361 * gdb.base/arithmet.exp: Ditto.
18362 * gdb.base/assign.exp: Ditto.
18363 * gdb.base/async.exp: Ditto.
18364 * gdb.base/bang.exp: Ditto.
18365 * gdb.base/break.exp: Ditto.
18366 * gdb.base/call-rt-st.exp: Ditto.
18367 * gdb.base/completion.exp: Ditto.
18368 * gdb.base/cond-expr.exp: Ditto.
18369 * gdb.base/condbreak.exp: Ditto.
18370 * gdb.base/consecutive.exp: Ditto.
18371 * gdb.base/define.exp: Ditto.
18372 * gdb.base/display.exp: Ditto.
18373 * gdb.base/ena-dis-br.exp: Ditto.
18374 * gdb.base/environ.exp: Ditto.
18375 * gdb.base/eval-skip.exp: Ditto.
18376 * gdb.base/info-proc.exp: Ditto.
18377 * gdb.base/jump.exp: Ditto.
18378 * gdb.base/logical.exp: Ditto.
18379 * gdb.base/long_long.exp: Ditto.
18380 * gdb.base/maint.exp: Ditto.
18381 * gdb.base/miscexprs.exp: Ditto.
18382 * gdb.base/pc-fp.exp: Ditto.
18383 * gdb.base/pointers.exp: Ditto.
18384 * gdb.base/relational.exp: Ditto.
18385 * gdb.base/reread.exp: Ditto.
18386 * gdb.base/sect-cmd.exp: Ditto.
18387 * gdb.base/sep.exp: Ditto.
18388 * gdb.base/sepdebug.exp: Ditto.
18389 * gdb.base/until.exp: Ditto.
18390 * gdb.base/whatis-exp.exp: Ditto.
18391 * gdb.cp/annota2.exp: Ditto.
18392 * gdb.cp/annota3.exp: Ditto.
18393 * gdb.trace/actions.exp: Ditto.
18394 * gdb.trace/backtrace.exp: Ditto.
18395 * gdb.trace/circ.exp: Ditto.
18396 * gdb.trace/collection.exp: Ditto.
18397 * gdb.trace/deltrace.exp: Ditto.
18398 * gdb.trace/infotrace.exp: Ditto.
18399 * gdb.trace/limits.exp: Ditto.
18400 * gdb.trace/packetlen.exp: Ditto.
18401 * gdb.trace/passc-dyn.exp: Ditto.
18402 * gdb.trace/passcount.exp: Ditto.
18403 * gdb.trace/report.exp: Ditto.
18404 * gdb.trace/save-trace.exp: Ditto.
18405 * gdb.trace/tfind.exp: Ditto.
18406 * gdb.trace/tracecmd.exp: Ditto.
18407 * gdb.trace/while-dyn.exp: Ditto.
18408 * gdb.trace/while-stepping.exp: Ditto.
18409 * lib/gdb.exp: Ditto.
18410 (gdb_compile): Handle nowarning option.
18411
5f4a23d9
AO
184122006-03-07 Alexandre Oliva <aoliva@redhat.com>
18413
18414 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
18415 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
18416 Rename executable to prelinkt. Don't re-prelink if we didn't
18417 get a core file. Test prelink -u exit status to tell whether
18418 prelinking failed. Use gdb_test_multiple.
18419
9733fc94
DJ
184202006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
18421
18422 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
18423 (do_tests): Call it.
18424
cc10cae3
AO
184252006-02-28 Alexandre Oliva <aoliva@redhat.com>
18426
18427 * gdb.base/prelink.exp: New test.
18428 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
18429
15c46491
WZ
184302006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
18431
18432 * gdb.fortran/derived-type.f90: New file.
18433 * gdb.fortran/derived-type.exp: New testcase.
18434
5c9f7ded
DJ
184352006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
18436
18437 * gdb.base/default.exp: Allow ';' as a directory separator.
18438
5b96932b
AS
184392006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18440
18441 * gdb.base/help.exp (help add-symbol-file): Update.
18442
1986bccd
AS
184432006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18444
18445 * gdb.base/help.exp (help load): Update expected results.
18446
a8b7528f
FF
184472006-02-19 Fred Fish <fnf@specifix.com>
18448
18449 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
18450 specifix hex value as part of results.
18451 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 18452
f8261448
FF
184532006-02-16 Fred Fish <fnf@specifix.com>
18454
18455 * gdb.base/whatis.c: Define variables using typedefs char_addr,
18456 ushort_addr, and slong_addr, so the typedefs are not optimized
18457 away.
18458 * gdb.base/whatis.exp: Add tests using type name for struct type,
18459 union type, enum type, and typedef.
a9c64011 18460
31d8bdd2
MK
184612006-02-13 Mark Kettenis <kettenis@gnu.org>
18462
18463 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
18464
34e41e63
JB
184652006-02-13 Jim Blandy <jimb@redhat.com>
18466
18467 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
18468 case where it takes two "next" commands to skip past the init
18469 call.
18470
ac6e4f31
FF
184712006-02-12 Fred Fish <fnf@specifix.com>
18472
18473 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
18474 to handle cases where it takes two "next" commands to skip
18475 past the init call.
18476
2db2d571
JB
184772006-02-07 Joel Brobecker <brobecker@adacore.com>
18478
18479 * gdb.ada/array_return.exp: Mark the last test as expected to fail
18480 on hppa32 targets.
18481
38fcd64c
DJ
184822006-02-06 Vladimir Prus <ghost@cs.msu.su>
18483
18484 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
18485 field.
18486
1315ad46
MK
184872006-01-29 Mark Kettenis <kettenis@gnu.org>
18488
18489 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
18490
5625b943
DJ
184912006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18492
18493 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
18494 files.
18495
80df1bbe
DJ
184962006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18497
18498 * gdb.cp/maint.exp: Set complaints to a positive value.
18499
9078e690
DJ
185002006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18501
18502 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
18503 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
18504 function name.
18505
9c903399
DJ
185062006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18507
18508 * gdb.base/checkpoint.c: Update copyright notice. Include
18509 <stdlib.h>.
18510
761ae4d6
JB
185112006-01-04 Jim Blandy <jimb@redhat.com>
18512
18513 * gdb.asm/asm-source.exp: Independently provide default values for
18514 asm-flags and debug-flags. Use 'string equal' to do the
18515 comparison, not the implicit expr's '==' operator. Remove
18516 now-unneeded assignments to asm-flags. In h8300 case, place
18517 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
18518
099ac3dd
MS
185192006-01-04 Michael Snyder <msnyder@redhat.com>
18520
18521 * gdb.base/checkpoint.c: New file.
18522 * gdb.base/checkpoint.exp: New file.
18523 * gdb.base/multi-fork.c: New file.
18524 * gdb.base/multi-fork.exp: New file.
18525 * gdb.base/pi.txt: New file (data for checkpoint.c test).
18526
f4d85314
FF
185272006-01-04 Fred Fish <fnf@specifix.com>
18528
18529 * gdb.base/ptype.c (foo): Add typedef.
18530 (intfoo): Add function.
18531 * gdb.base/ptype1.c: New file.
18532 * gdb.base/ptype.exp: Handle compilation and linking with two
18533 source files. Test that proper type for "foo" is found based
18534 on source context rather than first match found in symtabs.
18535
a1b06f35
MK
185362005-12-28 Mark Kettenis <kettenis@gnu.org>
18537
18538 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
18539 * gdb.asm/openbsd.inc: Indent commands.
18540
d082a1e2
MK
185412005-12-26 Mark Kettenis <kettenis@gnu.org>
18542
c65016bd
MK
18543 * gdb.base/freebpcmd.exp: Increase timeout.
18544
d082a1e2
MK
18545 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
18546
d3c32a0e
DJ
185472005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
18548
18549 * gdb.base/default.exp: Update check for "show version".
18550
9fdb1f50
RC
185512005-12-09 Randolph Chung <tausq@debian.org>
18552
18553 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
18554 * gdb.asm/pa64.inc: New file.
18555
5f2c56f7
RC
185562005-12-09 Randolph Chung <tausq@debian.org>
18557
18558 * gdb.asm/common.inc: Indent commands.
18559 * gdb.asm/asmsrc1.s: Likewise.
18560 * gdb.asm/asmsrc2.s: Likewise.
18561
8117349c
RC
185622005-12-09 Randolph Chung <tausq@debian.org>
18563
18564 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
18565 (get_addr_of_sym): Remove duplicate print.
18566 (gen_core): xfail hppa*-*-hpux*, update expected output.
18567 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
18568 * gdb.arch/pa64-nullify.s: New file.
18569
8f07f25a
RC
185702005-12-09 Randolph Chung <tausq@debian.org>
18571
18572 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
18573
55b39184
DJ
185742005-12-07 Christophe Lyon <christophe.lyon@st.com>
18575
18576 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
18577 code generation for these functions.
18578 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
18579 error message.
18580
31e2b00f
AS
185812005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
18582
18583 * gdb.base/help.exp (help b, help br, help bre, help brea)
18584 (help break): Update the expected message.
18585
c3d0b56e
SC
185862005-11-11 Stephane Carrez <stcarrez@nerim.fr>
18587
18588 * gdb.asm/m68hc11.inc: Setup the data section.
18589 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
18590 script for this test.
18591 (m6812-*-*): Likewise.
18592
36ae0ea9
RC
185932005-11-09 Randolph Chung <tausq@debian.org>
18594
18595 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
18596
9d6f42e9
WZ
185972005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
18598
18599 * gdb.base/break.exp: Fix a comment typo.
18600
e2126a14
EZ
186012005-11-03 Jim Blandy <jimb@redhat.com>
18602
a9c64011
AS
18603 Checked in by Elena Zannoni <ezannoni@redhat.com>
18604
889bf7c5 18605 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 18606
e0ac7199
CV
186072005-11-02 Corinna Vinschen <vinschen@redhat.com>
18608
18609 * gdb.arch/gdb1558.c: Include stdio.h.
18610
31d3fb18
MK
186112005-10-31 Mark Kettenis <kettenis@gnu.org>
18612
18613 * gdb.asm/asm-source.exp: Use -e instead of --entry.
18614
e52b687c
MK
186152005-10-31 Mark Kettenis <kettenis@gnu.org>
18616
18617 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
18618
f4711d79
PG
186192005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
18620
a9c64011
AS
18621 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
18622 vscr" tests to better match output.
f4711d79 18623
987a9106
JB
186242005-10-12 Jim Blandy <jimb@redhat.com>
18625
18626 * gdb.base/structs.exp (any): New function.
18627 (test_struct_returns): Don't make any assumptions at all about
18628 what value the function returns when GDB can't set the return
18629 value.
18630
2336bb58
JB
186312005-10-09 Joel Brobecker <brobecker@adacore.com>
18632
18633 * gdb.ada/arrayidx/p.adb: New file.
18634 * gdb.ada/arrayidx.exp: New testcase
18635
186362005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
18637
18638 * gdb.ada/array_return/pck.ads: New file.
18639 * gdb.ada/array_return/pck.adb: New file.
18640 * gdb.ada/array_return/p.adb: New file.
18641 * gdb.ada/array_return.exp: New testcase.
18642
705335ea
JB
186432005-10-03 Joel Brobecker <brobecker@adacore.com>
18644
a9c64011
AS
18645 * gdb.base/arrayidx.c: New file.
18646 * gdb.base/arrayidx.exp: New testcase.
705335ea 18647
11ee9940
NR
186482005-09-29 Nick Roberts <nickrob@snap.net.nz>
18649
18650 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
18651 frames-invalid and breakpoints-invalid are no longer generated
18652 with level 3 so don't expect them in the output.
18653
39fb8e9e
BR
186542005-09-27 Bob Rossi <bob@brasko.net>
18655
a9c64011 18656 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
18657 from test. Escape the | in mi_gdb_test call.
18658 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
18659 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
18660 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
18661 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
18662 expected regex's in mi_gdb_test calls.
18663 * lib/mi-support.exp: Remove arbitrary .* from tests.
18664 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
18665 Fully anchor GDB/MI expected results in mi_gdb_test.
18666 * lib/gdb.exp (string_to_regexp): Escape the ] character.
18667 * gdb.base/sizeof.exp: Remove escape character. Correct test.
18668
2af48f68
PB
186692005-09-26 Paul Brook <paul@codesourcery.com>
18670
18671 * long_long.exp: Exclude eabi targets from arm FPA float format test.
18672
f34502bc
WZ
186732005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
18674
18675 * bfp-test.c: New file.
18676 * bfp-test.exp: New testcase.
18677
ca929517
WZ
186782005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
18679
18680 * gdb.fortran/subarray.exp: New testcase to test the evaluation
18681 of subarray and substring variable.
18682 * gdb.fortran/subarray.f: New source file for the test of subarray
18683 and substring variable evaluation.
18684 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
18685 of string constant.
18686
c761af65
DJ
186872005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
18688
18689 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
18690 copyright dates.
18691
561d7a1d
PG
186922005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
18693
18694 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
18695 powerpc altivec' test with an almost identical 'info vector' test.
18696
b2b64cc9
PG
186972005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
18698
a9c64011
AS
18699 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
18700 vscr" tests to match output.
b2b64cc9 18701
6ac4d15a
PG
187022005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
18703
a9c64011
AS
18704 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
18705 output.
6ac4d15a 18706
40e55bef
BR
187072005-09-11 Bob Rossi <bob@brasko.net>
18708
889bf7c5
PA
18709 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
18710 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
18711 commands that return an MI output command and an asyncronous MI output
18712 command.
40e55bef
BR
18713 * gdb.mi/mi-console.exp: Ditto.
18714
3c7385ec
BR
187152005-09-11 Bob Rossi <bob@brasko.net>
18716
18717 * gdb.mi/mi-var-child.c: Include <string.h>.
18718
a6cd0eb3
DJ
187192005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
18720
18721 * killed.exp: Correct gdb_expect syntax.
18722
2f168eed
CV
187232005-08-09 Corinna Vinschen <vinschen@redhat.com>
18724
18725 * lib/mi-support.exp (mi_gdb_load): Fix typo.
18726
ecd3fd0f
BR
187272005-08-02 Bob Rossi <bob@brasko.net>
18728
18729 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
18730 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
18731 Change tests to inferior-tty-set/show.
18732 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
18733 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
18734 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
18735 inferior. Use mi_gdb_test to get GDB and Inferior output.
18736 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
18737 descriptor.
18738 (mi_inferior_tty_name): Add inferior PTY file name.
18739 (mi_gdb_start): Add INFERIOR_PTY parameter.
18740 (mi_gdb_test): Add IPATTERN parameter.
18741
f1ea48cb 187422005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 18743
f1ea48cb
BR
18744 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
18745 parameter to mi_gdb_test.
18746 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
18747
6e650a67
DJ
187482005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18749
18750 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
18751 struct_declarations.
18752 * gdb.mi/mi-var-child.exp: Step over the initialization of
18753 struct_declarations.
18754
8be260b6
DJ
187552005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18756
18757 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
18758 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
18759 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
18760 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
18761 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
18762 file.
18763
4e660f07
NR
187642005-07-27 Nick Roberts <nickrob@snap.net.nz>
18765
18766 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
18767 (do_children_tests): Assign values to the extra elements.
18768
18769 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
18770 them for tests for "-var-update --no-values" and
a9c64011 18771 "-var-update --all-values".
4e660f07
NR
18772 Add test for "-var-list-children --simple-values".
18773
18774 * gdb.mi/basics.c (callee4): Add integer array D[3]...
18775
18776 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
18777 "-stack-list-locals --simple-values" Improve doc strings and
18778 comments.
18779
6bdae935
MK
187802005-07-18 Mark Kettenis <kettenis@gnu.org>
18781
598b7a6f
MK
18782 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
18783 *-*-openbsd*.
18784 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
18785
6bdae935
MK
18786 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
18787 sigaltsatck'.
18788
1323e929 187892005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 18790
1323e929
BR
18791 * gdb.base/default.exp (tty): Changed output of command.
18792 * gdb.base/help.exp (help tty): Ditto.
18793
b1a9c082
MK
187942005-07-12 Mark Kettenis <kettenis@gnu.org>
18795
18796 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
18797
10a844a2
MK
187982005-07-10 Mark Kettenis <kettenis@gnu.org>
18799
18800 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
18801 -stack-select-frame without arguments.
18802 (test_stack_frame_listing): Add test for newly implemented command
18803 -stack-info-frame.
18804
3cb3b8df
BR
188052005-07-06 Bob Rossi <bob@brasko.net>
18806
18807 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
18808 command.
18809 (Copyright): Update copyright.
18810
a0c5fbcf
WZ
188112005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
18812
18813 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
18814 tests to evaluate exponentiation expression.
18815
984971d0
AS
188162005-06-29 Andreas Schwab <schwab@suse.de>
18817
18818 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
18819 main to avoid warnings.
18820
18821 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
18822
fe03833f
NR
188232005-06-20 Nick Roberts <nickrob@snap.net.nz>
18824
18825 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
18826 -stack-select-frame without arguments.
18827 (test_stack_frame_listing): Add test for newly implemented command
18828 -stack-info-frame.
a9c64011 18829
7a55f279
WZ
188302005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
18831
0ffa0ea5
DJ
18832 * gdb.fortran/array-element.f: New file.
18833 * gdb.fortran/array-element.exp: New testcase.
7a55f279 18834
26585198
DJ
188352005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18836
18837 * gdb.base/bigcore.exp: Correct checks for systems which can
18838 not dump a large core file.
18839
c1bd25fd
DJ
188402005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18841
18842 * gdb.base/relocate.c: Add a copyright notice.
18843 (dummy): Remove.
18844 * gdb.base/relocate.exp: Test printing the values of variables
18845 from a relocatable file.
18846
589e074d
DJ
188472005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18848
18849 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
18850 excess MI output after an error.
18851
0915f927
JB
188522005-05-29 Joel Brobecker <brobecker@adacore.com>
18853
18854 * gdb.arch/alpha-step.c: New file.
18855 * gdb.arch/alpha-step.exp: New testcase.
18856
76ff342d
DJ
188572005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
18858 Dennis Brueni <dennis@slickedit.com>
18859
18860 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
18861 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
18862 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
18863 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
18864 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
18865 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
18866 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
18867
96b0c7ac
DJ
188682005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
18869 Wu Zhou <woodzltc@cn.ibm.com>
18870
18871 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
18872 IBM's xlc compiler.
18873 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
18874 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
18875
f21565d2
JB
188762005-05-13 Jim Blandy <jimb@redhat.com>
18877
18878 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
18879 calling gdb_suppress_entire_file.
18880 * gdb.base/charset.exp: Same.
18881 * gdb.base/call-rt-st.exp: Same.
18882
6006a3a1
BR
188832005-05-05 Bob Rossi <bob_rossi@cox.net>
18884
18885 * lib/gdb.exp (fullname_syntax): Added global regex.
18886 (fullname_syntax_POSIX): Ditto.
18887 (fullname_syntax_UNC): Ditto.
18888 (fullname_syntax_DOS_CASE): Ditto.
18889 (fullname_syntax_DOS): Ditto.
18890 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
18891 fullname_syntax variable to scope and use it.
18892 (test_file_list_exec_source_files): Ditto.
18893 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
18894
c3b69c04
DJ
188952005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
18896
18897 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
18898
3c95e6af
PG
188992004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
18900
a9c64011
AS
18901 * lib/gdb.exp (skip_altivec_tests): New function, based on
18902 check_vmx_hw_available from the GCC testsuite.
18903 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
18904 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 18905
78df6c56
JB
189062005-05-02 Jim Blandy <jimb@redhat.com>
18907
18908 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
18909 calling gdb_suppress_entire_file.
18910
1690f9cf
DJ
189112005-04-30 Randolph Chung <tausq@debian.org>
18912
18913 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
18914 Slightly relax "sem_post" name checking.
18915
5ea106f7
PG
189162005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
18917
18918 * gdb.base/unload.exp: Use new shared library infrastructure.
18919
bf7234cf
PG
189202005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
18921
18922 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 18923 infrastructure.
bf7234cf 18924
547b869a
CV
189252005-04-29 Corinna Vinschen <vinschen@redhat.com>
18926
18927 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
18928 * gdb.asm/h8300.inc: New file.
18929
f07e55f0
PG
189302005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18931
18932 * gdb.base/shlib-call.exp: Change to use new shared library
18933 infrastructure.
18934
3cbba3d1
PG
189352005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18936
a9c64011
AS
18937 * gdb.base/pending.exp: Change to use new shared library
18938 infrastructure.
3cbba3d1 18939
ed6df200
PG
189402005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18941
a9c64011
AS
18942 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
18943 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 18944
8c8f4ebe
PG
189452005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
18946
a9c64011
AS
18947 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
18948 shared objects being adjusted and update copyright years.
8c8f4ebe 18949
607fbc54
DJ
189502005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
18951
18952 * ChangeLog: Correct some 2003-01-13 dates.
18953 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
18954 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
18955 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
18956 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
18957 gdb.trace/tfind.exp: Update copyright years.
18958
57bf0e56
DJ
189592005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
18960 Daniel Jacobowitz <dan@codesourcery.com>
18961
18962 * lib/gdb.exp (gdb_compile): Handle shlib=.
18963 (gdb_compile_shlib): New function.
18964
9b593790
PG
189652005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
18966
a9c64011 18967 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 18968
9494c6a5
DJ
189692005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
18970
18971 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
18972 gdb.server.
18973 * configure.ac: Likewise.
18974 * configure: Regenerated.
18975 * gdb.gdbserver/Makefile.in: Moved to...
18976 * gdb.server/Makefile.in: ... here.
18977 * gdb.gdbserver/server.c: Moved to...
18978 * gdb.server/server.c: ... here.
18979 * gdb.gdbserver/server-run.exp: Moved to...
18980 * gdb.server/server-run.exp: ... here.
18981
6f8eac0e
DJ
189822005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
18983
18984 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
18985 * configure.ac: Create gdb.gdbserver/Makefile.
18986 * configure: Regenerated.
18987 * lib/gdbserver-support.exp: New file, derived from
18988 config/gdbserver.exp.
18989 * config/gdbserver.exp: Use gdbserver-support.exp.
18990 * gdb.gdbserver/Makefile.in: New file.
18991 * gdb.gdbserver/server.c: New file.
18992 * gdb.gdbserver/server-run.exp: New file.
18993
6e87504d
PG
189942005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
18995
a9c64011
AS
18996 * lib/gdb.exp (test_compiler_info): Return compiler_info
18997 if no arguments are given.
6e87504d 18998
d1779be4
PG
189992005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
19000
19001 * gdb.arch/altivec-abi.exp: Check for compiler and set
19002 use altivec' flag accordingly.
19003 * gdb.arch/altivec-regs.exp: Likewise.
19004
88750304
DJ
190052005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
19006
19007 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
19008
f3fb768d
AS
190092005-03-27 Andreas Schwab <schwab@suse.de>
19010
19011 * gdb.base/bigcore.c (main): Add missing mode argument in open
19012 call.
19013
7e813ac5
DJ
190142005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
19015
19016 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
19017 downloads.
19018 * config/gdbserver.exp (gdb_load): Likewise.
19019
8e3049aa
PB
190202005-03-14 Paul Brook <paul@codesourcery.com>
19021
19022 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
19023 targets.
19024
a9df7c44
JB
190252005-03-09 Joel Brobecker <brobecker@adacore.com>
19026
19027 * gdb.dwarf2/dup-psym.S: New file.
19028 * gdb.dwarf2/dup-psym.exp: New testcase.
19029
9f0d94e8
JB
190302005-03-09 Joel Brobecker <brobecker@adacore.com>
19031
19032 * gdb.ada/exec_changed/first.adb: New file.
19033 * gdb.ada/exec_changed/second.adb: New file.
19034 * gdb.ada/exec_changed.exp: New testcase.
19035
5f579bc5
NS
190362005-03-08 Nathan Sidwell <nathan@codesourcery.com>
19037
36e9969c
NS
19038 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
19039 (A2): New class.
19040 (main): Test operator+.
19041 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
19042 breakpoint test.
19043
5f579bc5
NS
19044 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
19045 * gdb.base/signull.exp: Disable if gdb,nosignals.
19046 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
19047 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
19048 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
19049 * gdb.mi/mi2-console.exp: Likewise.
19050 * gdb.trace/collection.exp (run_trace_experiment): Consume the
19051 continue output at start.
19052 (gdb_collect_locals_test): Robustify regexp.
19053 * gdb.trace/passc-dyn.exp: Fix comment typo.
19054 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
19055
be46087e
CV
190562005-03-08 Corinna Vinschen <vinschen@redhat.com>
19057
19058 * gdb.asm/asm-source.exp: Add iq2000 case.
19059 * gdb.asm/iq2000.inc: New file.
19060
384e1a61 190612005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 19062
384e1a61
MI
19063 * gdb.base/command.exp: Change hardcoded value to regular expression.
19064 * gdb.base/float.exp: Add powerpc to the list of targets checked.
19065
584b6e9e
DJ
190662005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
19067
19068 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
19069 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
19070 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
19071 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
19072 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
19073
ab5b5d61
MK
190742005-03-05 Mark Kettenis <kettenis@gnu.org>
19075
19076 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
19077 changes.
19078
ae051c1b
PG
190792004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
19080
a9c64011
AS
19081 * lib/compiler.c: Add test for IBM's xlc compiler.
19082 * lib/compiler.cc: Likewise.
ae051c1b 19083
3f0f6ed2
JB
190842004-02-24 Joel Brobecker <brobecker@adacore.com>
19085
19086 * gdb.ada/fixed_points.exp: Create compilation object directory
19087 before running the test.
19088 * gdb.ada/null_record.exp: Likewise.
19089 * gdb.ada/packed_array.exp: Likewise.
19090 * gdb.ada/start.exp: Likewise.
19091
724f452b
JB
190922005-02-15 Joel Brobecker <brobecker@adacore.com>
19093
19094 * gdb.ada/packed_array/pa.adb: New file.
19095 * gdb.ada/packed_array.exp: New testcase.
19096
57f5cdfb 190972005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 19098
1f393151
MK
19099 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
19100 files.
19101
ebdda337
MK
19102 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
19103 on *-*-openbsd*. Correctly match whitespace in regukar
19104 expressions.
19105
cf309262
DJ
191062005-02-10 Daniel Jacobowitz <dan@debian.org>
19107
19108 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
19109 PR exp/1821
19110 * gdb.base/gdb1821.c: New test file.
19111 * gdb.base/gdb1821.exp: New test file.
19112
3be49e7a
JB
191132005-02-09 Joel Brobecker <brobecker@adacore.com>
19114
19115 * gdb.base/start.c: New file.
19116 * gdb.base/start.exp: New testcase.
19117
e292e67d
JB
191182005-02-09 Joel Brobecker <brobecker@adacore.com>
19119
19120 * gdb.ada/start/dummy.adb: New file.
19121 * gdb.ada/start.exp: New testcase.
19122
dbdfa66c
CV
191232005-02-09 Corinna Vinschen <vinschen@redhat.com>
19124
19125 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
19126 for printing symbols and statistics.
19127 Add test for using relative pathnames in "maint print msymbols" test.
19128 Mark "maint info sections DATA" XFAIL on Cygwin.
19129 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
19130 tests.
19131
d7941671
AC
191322005-02-09 Andreas Schwab <schwab@suse.de>
19133
19134 Committed by Andrew Cagney <cagney@gnu.org>
19135 * gdb.base/remotetimeout.exp: New file.
19136
74e5ef44
MK
191372005-02-07 Mark Kettenis <kettenis@gnu.org>
19138
19139 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
19140
464dd14d
JB
191412005-02-03 Joel Brobecker <brobecker@adacore.com>
19142
19143 * gdb.ada/gnat_ada.gpr: New file.
19144 * gdb.ada/gnat_ada.gin: Delete, no longer used.
19145 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
19146 * configure.ac: No longer generate gnat_ada.gpr.
19147 * configure: Regenerate.
19148 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
19149 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
19150 * gdb.ada/null_record/bar.ads: Likewise.
19151 * gdb.ada/null_record/bar.adb: Likewise.
19152 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
19153 * gdb.ada/null_record.exp (testdir): New variable.
19154 (testfile): executable is now in testdir subdirectory.
19155 (srcfile): Use full path to the main compilation unit.
19156 * gdb.ada/fixed_points.exp: Same changes as above.
19157
30d756ae
NR
191582005-02-03 Nick Roberts <nickrob@snap.net.nz>
19159
19160 * gdb.base/interp.exp: New test.
19161
9d799f85
AC
191622005-01-24 Andrew Cagney <cagney@gnu.org>
19163
19164 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
19165
15656118
AC
191662005-01-19 Andrew Cagney <cagney@gnu.org>
19167
a892c31b
AC
19168 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
19169 configure.ac not configure.in.
19170
15656118
AC
19171 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
19172 of powerpc*-*-*.
19173 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 19174 * gdb.base/list.exp (test_list_function)
15656118
AC
19175 (test_list_filename_and_function): Ditto.
19176 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
19177
a7b01baf
AC
191782005-01-16 Andrew Cagney <cagney@gnu.org>
19179
17d92a02
AC
19180 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
19181
a7b01baf
AC
19182 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
19183
bc8332bb
AC
191842005-01-14 Andrew Cagney <cagney@gnu.org>
19185
19186 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
19187 * gdb.mi/mi2-var-cmd.exp: Ditto.
19188
4d074752
CV
191892005-01-10 Corinna Vinschen <vinschen@redhat.com>
19190
19191 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
19192
bec39cab
AC
191932005-01-07 Andrew Cagney <cagney@gnu.org>
19194
19195 * configure.ac: Rename configure.in, require autoconf 2.59.
19196 * configure: Re-generate.
19197 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
19198 * gdb.stabs/configure: Re-generate.
19199 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
19200 * gdb.hp/configure: Re-generate.
19201 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
19202 autoconf 2.59.
19203 * gdb.hp/gdb.objdbg/configure: Re-generate.
19204 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
19205 autoconf 2.59.
19206 * gdb.hp/gdb.defects/configure: Re-generate.
19207 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
19208 autoconf 2.59.
19209 * gdb.hp/gdb.compat/configure: Re-generate.
19210 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
19211 autoconf 2.59.
19212 * gdb.hp/gdb.base-hp/configure: Re-generate.
19213 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
19214 autoconf 2.59.
19215 * gdb.hp/gdb.aCC/configure: Re-generate.
19216
f10b16d4
JB
192172004-12-15 Jim Blandy <jimb@redhat.com>
19218
19219 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
19220 under NPTL when there is debugging info available for libpthread.
19221
fb6e1814
JG
192222004-12-13 Jerome Guitton <guitton@gnat.com>
19223
19224 * gdb.ada/fixed_points.c: New file.
19225 * gdb.ada/fixed_points.exp: New file.
19226
fe46cd3a
RC
192272004-12-03 Randolph Chung <tausq@debian.org>
19228
19229 * gdb.arch/pa-nullify.exp: New file.
19230 * gdb.arch/pa-nullify.s: New file.
19231
8de0841b
RC
192322004-11-30 Randolph Chung <tausq@debian.org>
19233
19234 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
19235 instead of "tbug". Fix regexp to work properly with gdb_test.
19236
c8170782
PH
192372004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
19238
19239 * gdb.base/bitfields2.exp: New test.
19240 * gdb.base/bitfields2.c: New file.
19241
954269c2
RE
192422004-11-28 Richard Earnshaw <rearnsha@arm.com>
19243
19244 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19245
0107feed
RC
192462004-11-16 Randolph Chung <tausq@debian.org>
19247
19248 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
19249
f073ae8c
DJ
192502004-11-14 Daniel Jacobowitz <dan@debian.org>
19251
19252 * gdb.threads/threadapply.exp: Correct "macro details" test.
19253
19ad59e7
JJ
192542004-11-11 Jeff Johnston <jjohnstn@redhat.com>
19255
19256 * gdb.threads/threadapply.exp: New test.
19257 * gdb.threads/threadapply.c: New file.
19258
9cf0961b
MK
192592004-11-07 Mark Kettenis <kettenis@gnu.org>
19260
19261 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
19262 frames.
19263
c789492a
FL
192642004-11-05 Felix Lee <felix+log1@specifixinc.com>
19265
19266 * gdb.base/cursal.exp: New file.
19267 * gdb.base/cursal.c: New file.
19268
a1e167bb
AC
192692004-11-03 Andrew Cagney <cagney@gnu.org>
19270
19271 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
19272
b7cbf173
MK
192732004-10-30 Mark Kettenis <kettenis@gnu.org>
19274
19275 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
19276 NetBSD/ELF targets.
19277
88f9d34f
JB
192782004-10-29 Joel Brobecker <brobecker@gnat.com>
19279
19280 * gdb.threads/bp_in_thread.c: New file, copied from
19281 pthread_cond_wait.c.
19282 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
19283 file, rather than reusing the .c file from another testcase.
19284
ca7d6a0c
JB
192852004-10-20 Joel Brobecker <brobecker@gnat.com>
19286
19287 * gdb.ada/null_record.exp: Check where we stopped after
19288 sending the start command, instead of where the associated
19289 temporary breakpoint was inserted.
19290
0d863d03
AC
192912004-10-14 Andrew Cagney <cagney@gnu.org>
19292
19293 * gdb.mi/gdb701.c (main): Return 0.
19294
d11e72cb
DJ
192952004-10-13 Daniel Jacobowitz <dan@debian.org>
19296
d40539a4 19297 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 19298
e1923096
JJ
192992004-10-12 Jeff Johnston <jjohnstn@redhat.com>
19300
19301 * gdb.threads/schedlock.c: Add comment markers to use to find
19302 line numbers.
19303 * gdb.threads/schedlock.exp: Adjust regex to handle the new
19304 comments.
19305 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
19306 breakpoint lines.
19307
ec8ba2c9
DJ
193082004-10-12 Daniel Jacobowitz <dan@debian.org>
19309
19310 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
19311
0eb3658b
DJ
193122004-10-12 Daniel Jacobowitz <dan@debian.org>
19313
19314 * configure.in: Add gdb.dwarf2.
19315 * configure: Regenerated.
19316 * Makefile.in: Add gdb.dwarf2.
19317 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
19318 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
19319 gdb.dwarf2/file1.txt: New files.
19320
a271cc33
OF
193212004-10-11 Orjan Friberg <orjanf@axis.com>
19322
a9c64011 19323 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
19324 of "run", since the latter doesn't work with remote targets. Adjust
19325 the breakpoint numbering accordingly.
19326 * gdb.threads/pthread_cond_wait.exp: Ditto.
19327
895ce074
MC
193282004-10-08 Michael Chastain <mec.gnu@mindspring.com>
19329
19330 * gdb.base/overlays.exp: Update copyright years.
19331
6be3092d
KI
193322004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
19333
19334 * gdb.base/overlays.exp: Disable if target is Linux.
19335
e05389b8
FL
193362004-10-06 Felix Lee <felix+log1@specifixinc.com>
19337
19338 * config/gdbserver.exp (gdb_load): Use right filename on remote.
19339
73cb587d
KI
193402004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
19341
19342 * gdb.asm/asm-source.exp: Add m32r-linux target.
19343 * gdb.asm/m32r-linux.inc: New file.
19344
3c0edcdc
AC
193452004-09-24 Andrew Cagney <cagney@redhat.com>
19346 David Anderson <anderson@redhat.com>
19347
19348 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
19349 command fails, assume things will work.
19350 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
19351 (_GNU_SOURCE): Define.
19352 (print_unsigned, print_hex): Change parameter to "long long".
19353 (print_byte_count): New function, use to print byte counts.
19354 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
19355 O_LARGEFILE.
19356 (main): Compute an upper bound on a corefile in max_core_size.
19357 Limit memory chunk size to max_core_size. Limit total memory
19358 allocated to max_core_size.
19359
4bb3667f
AC
193602004-09-23 Andrew Cagney <cagney@gnu.org>
19361
19362 * gdb.base/bigcore.exp: Replace the code that creates a corefile
19363 from a separate process with code that creates a corefile by
19364 making the inferior dump core.
19365
60fe1a51
MK
193662004-09-23 Mark Kettenis <kettenis@gnu.org>
19367
19368 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
19369 block.
19370
8e937346
MC
193712004-09-23 Michael Chastain <mec.gnu@mindspring.com>
19372
19373 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
19374 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
19375 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
19376 Likewise.
19377
7213f6d6
JJ
193782004-09-20 Jeff Johnston <jjohnstn@redhat.com>
19379
19380 * gdb.java/jprint.exp: New test case for java inferior call.
19381 * gdb.java/jprint.java: Ditto.
19382
eac69dca
JB
193832004-09-15 Joel Brobecker <brobecker@gnat.com>
19384
19385 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
19386
22227696
MC
193872004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19388
19389 * gdb.threads/killed.c: Include <stdlib.h>.
19390 * gdb.threads/pthreads.c: Likewise.
19391
7dd403a4
MC
193922004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19393
19394 * gdb.threads/killed.c: Add copyright notice.
19395
33f2d567
JM
193962004-09-10 Jason Molenda (jmolenda@apple.com)
19397
a9c64011
AS
19398 * gdb.base/define.exp: Two new tests to verify zero space chars
19399 after 'if' and 'while' commands in a user-defined command is correctly
19400 parsed.
33f2d567 19401
e05b62ac
AC
194022004-09-08 Andrew Cagney <cagney@gnu.org>
19403
19404 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
19405 delivery test with duplicate at end of file.
19406
9cbe82da
MK
194072004-09-06 Mark Kettenis <kettenis@jive.nl>
19408
19409 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
19410
564803d9
MC
194112004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19412
19413 * config/hppro.exp: Removed.
19414
7c6807ce
MC
194152004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19416
19417 * config/sparclet.exp: Removed.
19418
bf7e26dd
MC
194192004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19420
19421 * config/udi.exp: Removed.
19422
714e341b
MC
194232004-09-02 Michael Chastain <mec.gnu@mindspring.com>
19424
19425 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
19426 of "exp_continue".
19427 (advancei): Likewise.
19428
1236e623
JJ
194292004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19430
19431 * gdb.base/unload.exp: Fix so messages aren't duplicated.
19432
3bdcad15
MI
194332004-09-01 Manoj Iyer <manjo@austin.ibm.com>
19434
228af206 19435 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
19436 to check for nodebug in executable.
19437 * gdb.gdb/observer.exp (setup_test): Likewise.
19438 * gdb.gdb/selftest.exp (test_with_self): Likewise.
19439 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
19440
c72b934c
AC
194412004-09-01 Andrew Cagney <cagney@gnu.org>
19442
19443 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19444 files.
19445
edd9b715
JJ
194462004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19447
19448 * gdb.base/unload.exp: Fix expected warning message to match
19449 latest format.
19450
fb4ce06b
CV
194512004-09-01 Corinna Vinschen <vinschen@redhat.com>
19452
19453 * gdb.base/call-rt-st.exp: Fix typos.
19454
ce78e7c3
MI
194552004-08-31 Manoj Iyer <manjo@austin.ibm.com>
19456
19457 * gdb.threads/thread_check.exp: New testcase.
19458 * gdb.threads/thread_check.c: New testcase.
19459
2dedb159
AC
194602004-08-31 Andrew Cagney <cagney@gnu.org>
19461
19462 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
19463 (skip_to_handler_entry): New procedures. Test stepping into a
19464 handler when the breakpoint is at the handler's entry point.
19465
68f53502
AC
194662004-08-30 Andrew Cagney <cagney@gnu.org>
19467
19468 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
19469 gdb/1757.
19470
3e3ffd2b
MC
194712004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19472
19473 With code from Manoj Iyer <manjo@austin.ibm.com>:
19474 * lib/gdb.exp (gdb_file_cmd): Return more information in the
19475 return value. Add an arm for "no debugging symbols found".
19476 Change a stray "error" to "perror".
19477 (gdb_run_cmd): Adapt to new return value.
19478 * gdb.base/remote.exp: Adapt to new return value.
19479 * gdb.gdb/complaints.exp: Likewise.
19480 * gdb.gdb/observer.exp: Likewise.
19481 * gdb.gdb/selftest.exp: Likewise.
19482 * gdb.gdb/xfullpath.exp: Likewise.
19483
4b6f5fd2
JB
194842004-08-27 Joel Brobecker <brobecker@gnat.com>
19485
19486 * gdb.threads/bp_in_thread.exp: New testcase.
19487
e5b25496
MC
194882004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19489
19490 Fix PR testsuite/1735.
19491 * gdb.threads/schedlock.c (thread_function): Add a cast
19492 to suppress a gcc warning.
19493 * gdb.threads/thread-specific.c (thread_function): Likewise.
19494
934353d6
MC
194952004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19496
19497 * gdb.base/unload.c: Include <stdlib.h>.
19498
f98a0aef 194992004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 19500
f98a0aef 19501 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
19502 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
19503 synchronized after the "return".
19504
5a2e8882
MC
195052004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19506
19507 * gdb.mi/basics.c: Include <stdio.h>.
19508 * gdb.mi/pthreads.c: Include <stdlib.h>.
19509 * gdb.mi/var-cmd.c: Include <stdlib.h>.
19510
a9640423
MC
195112004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19512
19513 * gdb.threads/schedlock.c: Add copyright notice.
19514
b04e311d
AC
195152004-08-25 Andrew Cagney <cagney@gnu.org>
19516
19517 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
19518 (skip_over_handler, breakpoint_over_hander): New test procedures.
19519 (advance, advancei): Add a proper prefix, do not use
19520 rerun_to_main.
19521 * gdb.base/sigstep.c (main): Change to use an infinite loop.
19522
7c27f15b
MC
195232004-08-24 Michael Chastain <mec.gnu@mindspring.com>
19524
19525 * gdb.mi/basics.c: Add copyright notice.
19526 * gdb.mi/var-cmd.c: Add copyright notice.
19527
fffc87ae
MC
195282004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19529
19530 * lib/gdb.exp: Remove signed_keyword_not_used.
19531 * lib/compiler.c: Likewise.
19532 * lib/compiler.cc: Likewise.
19533
d782e0bf
MC
195342004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19535
19536 * gdb.base/whatis.c: Remove conditional disabling of "signed".
19537 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
19538
96033e83
MC
195392004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19540
19541 * gdb.base/whatis.c: Add copyright notice.
19542
cf38c229
MK
195432004-08-20 Mark Kettenis <kettenis@gnu.org>
19544
19545 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
19546 it to skip the breakpoints encoded in the inline assembly.
19547
f4b49756
MC
195482004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19549
19550 * Makefile.in: Add gdb.fortran.
19551
2f193b69
MC
195522004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19553
19554 * gdb.base/call-sc.exp (test_scalar_returns):
19555 Fix cut-and-paste glitch in "Make fun return now".
19556
89a237cb
MC
195572004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19558
19559 * configure.in: Add gdb.fortran.
19560 * configure: Regenerate.
19561 * gdb.fortran/Makefile.in: New file.
19562 * lib/gdb.exp (skip_fortran_tests): New procedure.
19563
469aff8e
MC
195642004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19565
19566 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
19567 reference to bug-gnu@prep.ai.mit.edu.
19568 * gdb.mi/mi-var-child.exp: Likewise.
19569 * gdb.mi/mi-var-cmd.exp: Likewise.
19570 * gdb.mi/mi-var-display.exp: Likewise.
19571 * gdb.mi/mi2-var-block.exp: Likewise.
19572 * gdb.mi/mi2-var-child.exp: Likewise.
19573 * gdb.mi/mi2-var-cmd.exp: Likewise.
19574 * gdb.mi/mi2-var-display.exp: Likewise.
19575
00b51b9f
MK
195762004-08-15 Mark Kettenis <kettenis@gnu.org>
19577
19578 * gdb.base/unload.c (main): Make local variable msg const.
19579
45f07fef
MC
195802004-08-15 Michael Chastain <mec.gnu@mindspring.com>
19581
19582 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
19583 to bug-gnu@prep.ai.mit.edu.
19584 * gdb.mi/mi-disassemble.exp: Likewise.
19585 * gdb.mi/mi-eval.exp: Likewise.
19586 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
19587 default line number.
19588 * gdb.mi/mi-return.exp: Likewise.
19589 * gdb.mi/mi-simplerun.exp: Likewise.
19590 * gdb.mi/mi-stack.exp: Likewise.
19591 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
19592 number with explicit range test.
19593 * gdb.mi/mi-watch.exp: Likewise.
19594 * gdb.mi/mi2-break.exp: Likewise.
19595 * gdb.mi/mi2-cli.exp: Likewise.
19596 * gdb.mi/mi2-disassemble.exp: Likewise.
19597 * gdb.mi/mi2-eval.exp: Likewise.
19598 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
19599 default line number.
19600 * gdb.mi/mi2-return.exp: Likewise.
19601 * gdb.mi/mi2-simplerun.exp: Likewise.
19602 * gdb.mi/mi2-stack.exp: Likewise.
19603 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
19604 number with explicit range test.
19605 * gdb.mi/mi2-watch.exp: Likewise.
19606
dd8c8ee7
MC
196072004-08-15 Michael Chastain <mec.gnu@mindspring.com>
19608
19609 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
19610 * gdb.cp/m-static.exp: Likewise.
19611 * gdb.cp/rtti.exp: Likewise.
19612
4e838464
MK
196132004-08-14 Mark Kettenis <kettenis@gnu.org>
19614
19615 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
19616
8d8cb839
EZ
196172004-08-14 Eli Zaretskii <eliz@gnu.org>
19618
19619 * ChangeLog: Prefix Local Variables with semi-colons and indent
19620 the reference to older ChangeLog files, to fix fontification in
19621 Emacs.
19622
deea8bb0
MC
196232004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19624
19625 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
19626 * gdb.mi/mi2-break.exp: Likewise.
19627
c3297504
MC
196282004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19629
19630 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
19631
25808999
MC
196322004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19633
19634 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
19635
226a8d71
MC
196362004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19637
19638 * gdb.cp/classes.exp: Remove unused declarations. Just let
19639 test names default instead of providing special names. Remove
19640 extraneous demangler test.
19641
37fdf854
JJ
196422004-08-12 Jeff Johnston <jjohnstn@redhat.com>
19643
19644 * gdb.base/unload.exp: New test for breakpoints in dynamically
19645 loaded libraries.
19646 * gdb.base/unload.c: Ditto.
19647 * gdb.base/unloadshr.c: Ditto.
19648
2d3a7986
MC
196492004-08-12 Michael Chastain <mec.gnu@mindspring.com>
19650
19651 * gdb.cp/classes.exp (test_ptype_class_objects): Call
19652 cp_test_ptype_class.
19653 (test_enums): Likewise.
19654
c72b934c
AC
196552004-08-10 Andrew Cagney <cagney@gnu.org>
19656
19657 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19658 files.
19659
cc503c8a
AC
196602004-08-10 Andrew Cagney <cagney@gnu.org>
19661
19662 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
19663 init_malloc call.
19664
902f2ccb
MC
196652004-08-10 Michael Chastain <mec.gnu@mindspring.com>
19666
19667 * ChangeLog: Add copyright notice. The notice is copied
19668 from emacs 21.3 top level ChangeLog.
19669
78c90502
MC
196702004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19671
19672 * lib/cp-support.exp: New file.
19673 * lib/cp-support.exp (cp_test_type_class): New function.
19674 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
19675 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
19676 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
19677 cp_test_ptype_class.
19678
88e5ea78
MC
196792004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19680
19681 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
19682 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19683 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
19684 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
19685 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
19686 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
19687 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
19688 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
19689 gdb.mi/mi2-watch.exp: Update copyright years.
19690
6a89fc9c
MK
196912004-08-09 Mark Kettenis <kettenis@gnu.org>
19692
19693 * gdb.base/sigaltstack.exp: Provide proper anchoring.
19694
1482e0de
MC
196952004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19696
19697 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
19698 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
19699 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
19700 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
19701 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
19702 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
19703 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
19704 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
19705 gdb.mi/mi-watch.exp: Update copyright years.
19706
1a5ce3f3
DJ
197072004-08-08 Daniel Jacobowitz <dan@debian.org>
19708
19709 PR gdb/1738
19710 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
19711 from a breakpoint with a pending signal.
19712
04f6ecf2
DJ
197132004-08-08 Daniel Jacobowitz <dan@debian.org>
19714
19715 PR gdb/1736
19716 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
19717 * gdb.base/sigaltstack.exp (finish_test): Consume output until
19718 the prompt.
19719 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
19720
54d90d35
DJ
197212004-08-08 Daniel Jacobowitz <dan@debian.org>
19722
19723 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
19724
d2f6abb0
DJ
197252004-08-08 Daniel Jacobowitz <dan@debian.org>
19726
19727 PR gdb/1736
19728 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
19729 for i?86-*-linux*.
19730
5598c03d
DJ
197312004-08-08 Daniel Jacobowitz <dan@debian.org>
19732
19733 * gdb.arch/i386-prologue.exp: Compile without debug information.
19734
c6fee705
MC
197352004-08-08 Michael Chastain <mec.gnu@mindspring.com>
19736
19737 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
19738 rather than asking gdb to search.
19739
dd90efdb
MC
197402004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19741
19742 * gdb.base/gcore.c: Include <string.h>.
19743
1e84bec1
MC
197442004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19745
19746 * gdb.base/gcore.c: Add copyright notice.
19747
e425eb2b
MC
197482004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19749
19750 * gdb.base/freebpcmd.c: Include <stdio.h>.
19751 * gdb.base/long_long.c: Include <string.h>.
19752 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
19753 * gdb.base/siginfo.c: Include <string.h>.
19754 * gdb.base/sigstep.c: Include <string.h>.
19755
cb9aaed5
MC
197562004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19757
19758 * gdb.base/complex.c: Include <stdlib.h>.
19759
55944f3d
MC
197602004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19761
19762 * gdb.base/complex.c: Add copyright notice.
19763
7b2953d9
MC
197642004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19765
19766 * gdb.base/charset.c: Include <stdlib.h>.
19767
c9133d23
MC
197682004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19769
19770 * gdb.base/auxv.c: Include <stdlib.h>.
19771
0a8490ad
MC
197722004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19773
19774 * gdb.base/auxv.c: Add copyright notice.
19775
3426d5ec
MC
197762004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19777
19778 * gdb.base/coremaker.c: Add copyright notice.
19779 * gdb.base/coremaker2.c: Add copyright notice.
19780
8da195dd
AC
197812004-08-04 Andrew Cagney <cagney@gnu.org>
19782
19783 * gdb.base/store.exp: Update copyright.
19784 (check_set, up_set, check_struct, up_struct): Add a prefix to test
19785 names, do not import gdb_prompt.
19786
8d394f98
AC
197872004-08-01 Andrew Cagney <cagney@gnu.org>
19788
19789 Fix PR testsuite/1729.
19790 * gdb.base/dump.exp: Add test name to callers of capture_value, do
19791 not use capture_value with value 4.
19792 (capture_value): Add optional test name parameter.
19793 (test_reload_saved_value, test_restore_saved_value): Use $msg as
19794 the prefix, pass to capture_value.
19795
b6702b23
MK
197962004-08-01 Mark Kettenis <kettenis@gnu.org>
19797
19798 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
19799 * gdb.arch/i386-prologue.c (standard): New prototype and function.
19800 (main): Call new function.
19801
c203e0ca
MC
198022004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19803
19804 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
19805
a7995a30
MC
198062004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19807
19808 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
19809
9366563b
MC
198102004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19811
b6eeaf26 19812 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
19813 Accept more values of vtbl pointer. Remove some messages
19814 about "obsolete gcc or gdb".
19815
2fc1f950
MC
198162004-07-30 Michael Chastain <mec.gnu@mindspring.com>
19817
19818 * gdb.cp/classes.exp: Accept more varieties of ptype output.
19819
c724d49b
MC
198202004-07-30 Michael Chastain <mec.gnu@mindspring.com>
19821
19822 * gdb.base/asm-source.exp: Properly convert target board
19823 debug flags from gcc format to binutils format.
19824
736b0fce
MK
198252004-07-28 Mark Kettenis <kettenis@gnu.org>
19826
19827 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
19828 gdb1718". PR backtrace/1718 partially fixed.
19829
5633ea5c
JJ
198302004-07-27 Jeff Johnston <jjohnstn@redhat.com>
19831
19832 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
19833
575eebb1
NC
198342004-07-26 Nick Clifton <nickc@redhat.com>
19835
19836 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
19837 good default value for a specific architecture is available then
19838 set it to that value. Otherwise default to the -gstabs switch.
19839 Remove the -g... switches from the asm-flags variable. Allow the
19840 target board info to override the value if it wants to. Pass the
19841 switch on the assembler command line.
19842
62104619
MK
198432004-07-23 Mark Kettenis <kettenis@gnu.org>
19844
19845 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
19846 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
19847 (main): Call new function.
19848
4a1135b8
MC
198492004-07-22 Michael Chastain <mec.gnu@mindspring.com>
19850
19851 Test for PR exp/1715.
19852 * gdb.base/radix.exp: Refactor common procedures. Make all
19853 test names unique. Change XFAIL to KFAIL.
19854
8a12c1f0
MC
198552004-07-20 Michael Chastain <mec.gnu@mindspring.com>
19856
19857 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
19858 * gdb.ada/gnat_ada.gin: ... to here.
19859 * configure.in: Use gnat_ada.gin.
19860 * configure: Regenerate.
19861
23b451cf
AC
198622004-07-20 Andrew Cagney <cagney@gnu.org>
19863
19864 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
19865 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
19866 XFAILs. Clean up test messages and comments. Check backtraces.
19867 Delete re-sync code.
19868
ab618a02
MC
198692004-07-19 Michael Chastain <mec.gnu@mindspring.com>
19870
19871 Fix PR cli/740.
19872 * gdb.base/annota1.exp: Honor gdb,nosignals.
19873 * gdb.base/annota3.exp: Likewise.
19874
46dad340
MC
198752004-07-19 Michael Chastain <mec.gnu@mindspring.com>
19876
19877 * lib/java.exp: Update copyright notice.
19878
756d8c70
AC
198792004-07-19 Andrew Cagney <cagney@gnu.org>
19880
19881 * gdb.base/selftest.exp: Copy file from here ...
19882 * gdb.gdb/selftest.exp: ... to here.
19883
586027e6
AC
198842004-07-16 Andrew Cagney <cagney@redhat.com>
19885
19886 * lib/insight-support.exp: Delete file.
19887 * lib/java.exp (java_init): Fix copyright.
19888
029d2200
AC
198892004-07-16 Andrew Cagney <cagney@gnu.org>
19890
19891 * gdb.base/restore.c: Append "prologue" to comments marking the a
19892 function's prologue.
19893 * gdb.base/restore.exp: Update copyright, re-indent.
19894 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
19895 callerN" prefix where needed. Update patterns that match a
19896 function's prologue.
19897
653b62c5
MC
198982004-07-16 Michael Chastain <mec.gnu@mindspring.com>
19899
19900 * gdb.base/restore.c: Add copyright notice.
19901
f7d690e5
AC
199022004-07-16 Andrew Cagney <cagney@gnu.org>
19903
19904 * gdb.base/logical.exp: Update copyright.
19905 (evaluate): New procedure. Use to re-implement tests using
19906 several tables.
19907
d629a7cb
MH
199082004-07-14 Martin Hunt <hunt@redhat.com>
19909
19910 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
19911 which fixes some problems where init.tcl was not found.
19912
9c7bb332
AC
199132004-07-13 Andrew Cagney <cagney@gnu.org>
19914
6bf46641
AC
19915 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
19916 (check_sizeof, check_valueof): Do not include the output in the
19917 test name. Use gdb_test.
19918 (get_valueof): Use gdb_test_multiple.
19919
c4ffd4c0
AC
19920 * gdb.base/step-test.exp: Update copyright. Use
19921 gdb_test_multiple. Ensure that test names do not include
19922 architecture dependent output.
19923
ab89363a
AC
19924 * gdb.gdb/observer.exp: Update copyright.
19925 (setup_test): Use gdb_test_multiple.
19926 (attach_first_observer, attach_second_observer)
19927 (attach_third_observer, detach_first_observer)
19928 (detach_second_observer, detach_third_observer)
19929 (reset_counters, check_counters): Make $message a prefix.
19930 (test_normal_stop_notifications): Add "args" parameter - a list of
19931 init functions to be called. Make $message a prefix,
19932 (test_observer_normal_stop): Change the message prefixes so that
19933 they are unique, pass the attach / detach procedures to
19934 test_normal_stop_notifications.
19935
ec58997a
AC
19936 * gdb.base/signull.exp (test_segv): Prefix all tests with
19937 "${name}". Clean up test messages.
19938
b475183b
AC
19939 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
19940
9c7bb332
AC
19941 * gdb.base/ena-dis-br.exp: Update copyright.
19942 (break_at): New function. Replace send_gdb with gdb_test,
19943 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
19944 ignore count, not stopped at bpt", with KFAIL.
19945
2dd95497
CV
199462004-07-13 Corinna Vinschen <vinschen@redhat.com>
19947
19948 * gdb.base/attach.exp: Remove cleanupfile handling.
19949
419e626b
AC
199502004-07-12 Andrew Cagney <cagney@gnu.org>
19951
19952 * gdb.base/annota1.exp: Cleanup corefile test name.
19953 * gdb.base/annota3.exp: Ditto.
19954
8b1b3228
AC
199552004-07-12 Andrew Cagney <cagney@gnu.org>
19956
78650829
AC
19957 * gdb.base/signals.exp: Clean up copyright, re-indent.
19958
8b1b3228
AC
19959 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
19960 gdb_test and gdb_test_multiple.
19961
935c2760
JJ
199622004-07-08 Jeff Johnston <jjohnstn@redhat.com>
19963
19964 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 19965 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
19966 provide line number info for first statement in main.
19967
1544280f
AC
199682004-07-08 Andrew Cagney <cagney@gnu.org>
19969
1279f4ff
AC
19970 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
19971
1544280f
AC
19972 * gdb.base/sigbpt.exp: Make the common part of each test name a
19973 prefix instead of suffix.
19974
bcc82369
BR
199752004-07-07 Bob Rossi <bob_rossi@cox.net>
19976
19977 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
19978 test from test_tbreak_creation_and_listing to
19979 test_file_list_exec_source_file
19980 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
19981 Changed name of test from test_tbreak_creation_and_listing to
19982 test_file_list_exec_source_file
19983
23f4b0aa
JJ
199842004-07-07 Jeff Johnston <jjohnstn@redhat.com>
19985
19986 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
19987 the jmisc() constructor instead of <init>.
19988 * gdb.java/jmisc1.exp: Ditto.
19989
56401cd5
AC
199902004-07-07 Andrew Cagney <cagney@gnu.org>
19991
19992 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
19993 corrupting the PC.
19994
44ae2f6a
MC
199952004-07-06 Michael Chastain <mec.gnu@mindspring.com>
19996
19997 * gdb.cp/templates.exp: Accept whitespace change in demangler
19998 output.
19999
45a83408
AC
200002004-07-06 Andrew Cagney <cagney@gnu.org>
20001
20002 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
20003
d205ad70
MC
200042004-07-02 Michael Chastain <mec.gnu@mindspring.com>
20005
20006 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
20007 * lib/compiler.cc: Likewise.
20008
06ea1a61
MC
200092004-06-30 Michael Chastain <mec.gnu@mindspring.com>
20010
20011 * lib/compiler.cc: Work around string preprocessing problem
20012 with old hp c++ compiler.
20013 * lib/compiler.c: Likewise.
20014
daab1251
CV
200152004-06-29 Corinna Vinschen <vinschen@redhat.com>
20016
20017 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
20018 directives to conditionalize symbol prefixing.
20019 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
20020 additional_flags handling. Add underscore prefix for Cygwin.
20021 * gdb.arch/i386-unwind.c: Use preprocessor directives to
20022 conditionalize symbol prefixing.
20023 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
20024 additional_flags handling. Add underscore prefix for Cygwin.
20025
cc984116
CV
200262004-06-29 Corinna Vinschen <vinschen@redhat.com>
20027
20028 * gdb.base/bigcore.exp: Skip test on Cygwin.
20029
c279b077
MC
200302004-06-28 Michael Chastain <mec.gnu@mindspring.com>
20031
20032 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
20033 formats for "info register". Use gdb_test_multiple. Fix
20034 the "invalid register" test.
20035
0e915747
CV
200362004-06-28 Corinna Vinschen <vinschen@redhat.com>
20037
20038 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
20039 PID for Cygwin. Add Cygwin specific strings to check for in some
20040 tests.
20041 (do_attach_tests): Add a test for user interaction when attaching
20042 to a process with no matching symbol table already loaded.
20043
11422c86
AC
200442004-06-26 Andrew Cagney <cagney@gnu.org>
20045
20046 Test PR java/1567 and PR java/1565.
20047 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
20048 * gdb.java/jmisc2.exp: Delete file.
20049
cefbce26
MC
200502004-06-26 Michael Chastain <mec.gnu@mindspring.com>
20051
20052 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
20053
e19f872c
CV
200542004-06-25 Corinna Vinschen <vinschen@redhat.com>
20055
20056 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
20057 attach process.
20058
d931ba3b
MC
200592004-06-23 Michael Chastain <mec.gnu@mindspring.com>
20060
20061 * gdb.cp/pr-1553.exp: Remove.
20062
aef68c48
MC
200632004-06-22 Michael Chastain <mec.gnu@mindspring.com>
20064
20065 * gdb.cp/pr-1553.cc: Remove.
20066 * gdb.cp/pr-1553.exp: Disable this test.
20067
8d5df71a
JB
200682004-06-20 Jim Blandy <jimb@redhat.com>
20069
a9c64011 20070 Fix PR testsuite/1680.
8d5df71a
JB
20071 * gdb.arch/i386-sse.exp: Properly quote curly braces in
20072 regular expressions.
20073
4ac6f39d
MC
200742004-06-19 Michael Chastain <mec.gnu@mindspring.com>
20075
20076 Fix PR testsuite/1679.
20077 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
20078 Issue an UNSUPPORTED result instead.
20079
1b413552
JB
200802004-06-18 Jim Blandy <jimb@redhat.com>
20081
20082 * gdb.base/charset.exp: Only send a control-C if we see a new
20083 prompt and incomplete command.
20084
6daa6ebd
MC
200852004-06-18 Michael Chastain <mec.gnu@mindspring.com>
20086
20087 * gdb.cp/pr-574.cc: Add copyright notice.
20088
51fa4ae0
JB
200892004-06-17 Jim Blandy <jimb@redhat.com>
20090
20091 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
20092 cases where the regexp has no groups; this grabs random text from
20093 the previous test suite, whatever that was.
20094
8fea26c5
MC
200952004-06-17 Michael Chastain <mec.gnu@mindspring.com>
20096
20097 * gdb.cp/printmethod.cc: Add copyright notice.
20098
1e3aeb41
MC
200992004-06-16 Michael Chastain <mec.gnu@mindspring.com>
20100
20101 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
20102
9d9030bc
AC
201032004-06-16 Andrew Cagney <cagney@gnu.org>
20104
20105 * gdb.base/signull.c: Update copyright. Include <string.h>.
20106 (bowler): Replace data_pointer with data_read
20107 and data_write cases. Add code_descriptor case.
20108 (zero, desc): New array and pointer.
20109 (data, code): Change to simple pointers.
20110 * gdb.base/signull.exp: Fix probe pattern matching a function
20111 descriptor SIGSEGV. Replace data_pointer with data_read and
20112 data_write tests.
20113
acd4ad44
AC
201142004-06-16 Andrew Cagney <cagney@gnu.org>
20115
20116 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
20117
08fd625c
MC
201182004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20119
20120 * gdb.base/long_long.c: Add copyright notice.
20121
1903502c
MC
201222004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20123
20124 * gdb.base/long_long.exp: Remove reference to
20125 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
20126 to gdb_breakpoint and gdb_continue_to_breakpoint.
20127
83313cb1
JB
201282004-06-14 Jim Blandy <jimb@redhat.com>
20129
20130 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
20131 endian case.
20132
1bf404ef
AC
201332004-06-14 Andrew Cagney <cagney@gnu.org>
20134
20135 * gdb.base/gcore.exp (capture_command_output): Delete the always
20136 passing tests containing inferior values.
20137 * gdb.base/ending-run.exp: Do not include the breakpoint address
20138 in the test message. Update copyright.
20139 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
20140 size in the test name, use gdb_test_multiple. Update copyright.
20141
ef220b33
MC
201422004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20143
20144 * gdb.cp/ref-types.cc: Add copyright notice.
20145
4f70a4c9
MC
201462004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20147
20148 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
20149 hp_aCC_compiler.
20150 * lib/compiler.cc: Likewise.
20151 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
20152 'set' commands. Log diagnostics for other lines. Set
20153 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
20154
335928ac
MC
201552004-06-13 Michael Chastain <mec.gnu@mindspring.com>
20156
20157 * gdb.cp/try_catch.cc: Add copyright notice.
20158
2efb12e8
MC
201592004-06-12 Michael Chastain <mec.gnu@mindspring.com>
20160
20161 * gdb.cp/userdef.cc: Add copyright notice.
20162
0bbed51a
MC
201632004-06-11 Michael Chastain <mec.gnu@mindspring.com>
20164
20165 * gdb.cp/virtfunc.cc: Add copyright notice.
20166
e12a46c9
RC
201672004-06-11 Randolph Chung <tausq@debian.org>
20168
20169 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
20170 problem.
20171
338e05af
AC
201722004-06-10 Andrew Cagney <cagney@gnu.org>
20173
20174 * lib/compiler.cc, lib/compiler.c: Append either
20175 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
20176 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
20177 instead of gcc-3-3.
20178
dc3f10cb
AC
201792004-06-09 Andrew Cagney <cagney@gnu.org>
20180
b4d946af
AC
20181 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
20182 gdb/1455, bug is specific to "long long" and "double".
a9c64011 20183
dc3f10cb
AC
20184 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
20185 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
20186 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
20187 fixed.
20188
b5c0bfa2
AC
201892004-06-09 Andrew Cagney <cagney@gnu.org>
20190
20191 * gdb.base/structs.exp (test_struct_returns): Replace
20192 "return_value_unknown" and "finish_value_unknown" by
20193 "return_value_known" and "finish_value_known". Instead of
20194 "return_value_unknown" iff "finish_value_unknown", check
20195 "return_value_known" implies "finish_value_known".
20196
caeb605f
MH
201972004-06-08 Martin Hunt <hunt@redhat.com>
20198
20199 * gdb.base/float.exp: Add pattern for mips targets.
20200
c892bb64
RC
202012004-06-08 Randolph Chung <tausq@debian.org>
20202
20203 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
20204 message for unknown architectures more clear.
20205
48306d3e
JB
202062004-06-08 Joel Brobecker <brobecker@gnat.com>
20207
20208 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
20209 start the execution of the program.
20210
83ecb59f
JB
202112004-06-07 Jim Blandy <jimb@redhat.com>
20212
20213 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
20214 * gdb.arch/i386-cpuid.h: New helper file.
20215
55264cb4
RC
202162004-06-07 Randolph Chung <tausq@debian.org>
20217
20218 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
20219 has started.
20220
23cadb28
RM
202212004-06-04 Roland McGrath <roland@redhat.com>
20222
20223 Fix PR gdb/1647.
20224 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
20225 differently to be robust to output buffering differences.
20226
51d01eda
MC
202272004-06-04 Michael Chastain <mec.gnu@mindspring.com>
20228
20229 * gdb.threads/pthreads.exp: Update copyright years.
20230 (check_control_c): Change asynchronous 'after' to synchronous.
20231
f4fc3b93
RM
202322004-06-04 Roland McGrath <roland@redhat.com>
20233
20234 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
20235 next gdb prompt.
20236
4013522b
MC
202372004-06-02 Michael Chastain <mec.gnu@mindspring.com>
20238
20239 Fix PR gdb/1636.
20240 * gdb.threads/manythreads.exp: Change asynchronous 'after'
20241 calls to synchronous.
20242
7a8f1e6b
JB
202432004-05-26 Jim Blandy <jimb@redhat.com>
20244
20245 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
20246
81bb3443
RC
202472004-05-24 Randolph Chung <tausq@debian.org>
20248
20249 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
20250 * gdb.asm/pa.inc: New file.
20251
8f5a3103
MK
202522004-05-22 Mark Kettenis <kettenis@gnu.org>
20253
20254 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
20255
734b8fe8 202562004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 20257 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
20258
20259 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
20260 GDB prompt.
20261
725603e1
UW
202622004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20263
f4fc3b93 20264 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
20265 setjmp/longjmp. Use sigaction instead of signal.
20266
8b923272 202672004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 20268 Michael Snyder <msnyder@redhat.com>
8b923272
JB
20269
20270 * gdb.threads/pthread_cond_wait.c: New file.
20271 * gdb.threads/pthread_cond_wait.exp: New testcase.
20272
8bfabb04
AC
202732004-05-13 Andrew Cagney <cagney@redhat.com>
20274
20275 * gdb.base/signull.exp, gdb.base/signull.c: New files.
20276 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
20277
42edda50
AC
202782004-05-11 Andrew Cagney <cagney@redhat.com>
20279
20280 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
20281 fixed but revealed gdb/1639.
20282
d303a6c7
AC
202832004-05-10 Andrew Cagney <cagney@redhat.com>
20284
20285 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
20286 func1" and "next to 2nd alarm", kernel bug avoided.
20287
bf08c2a1
DJ
202882004-05-10 Daniel Jacobowitz <dan@debian.org>
20289
20290 PR external/1568
20291 * gdb.base/bigcore.exp: Check the size of the dumped core file.
20292 XFAIL if it is smaller than bytes_allocated.
20293 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
20294 (main): Make chunks_allocated unsigned. Correct comment.
20295
c0586a34
JB
202962004-05-07 Joel Brobecker <brobecker@gnat.com>
20297
20298 * gdb.arch/powerpc-aix-prologue.c: New file.
20299 * gdb.arch/powerpc-aix-prologue.exp: New file.
20300
f2785d12
JB
203012004-05-07 Jim Blandy <jimb@redhat.com>
20302
20303 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
20304 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
20305
bd7f6e30
JB
203062004-05-06 Joel Brobecker <brobecker@gnat.com>
20307
20308 * gdb.base/sep.exp: No longer setup_kfail when the program was
20309 built with dwarf2.
20310
0a5e7efe
JI
203112004-05-05 Jim Ingham <jingham@apple.com>
20312
20313 * gdb.base/pending.exp: Make sure pending breakpoints
20314 preserve the ignore count.
f4fc3b93 20315
a8958849
MK
203162004-04-27 Jerome Guitton <guitton@gnat.com>
20317
20318 * i386-prologue.exp: Add testcase for jump instruction as first
20319 instruction of the real code.
20320 * i386-prologue.c (jump_at_beginning): New function.
20321
7e103f5b
MK
203222004-04-28 Mark Kettenis <kettenis@gnu.org>
20323
20324 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
20325 x86_64-*-*.
20326
5d38b224
MK
203272004-04-28 Mark Kettenis <kettenis@gnu.org>
20328
20329 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
20330 i*86-*-*.
20331
0ef32fd9
MK
203322004-04-25 Mark Kettenis <kettenis@gnu.org>
20333
20334 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
20335 expression that checks the return type.
20336
71d7dd7c
AC
203372004-04-23 Andrew Cagney <cagney@redhat.com>
20338
20339 * gdb.base/call-sc.exp: New test of scalar call/return values.
20340 * gdb.base/call-sc.c: Ditto.
20341
1e9f977e
JJ
203422004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20343
20344 * gdb.threads/manythreads.c: Reduce thread stack size.
20345
899d9e3a
JJ
203462004-04-23 Jeff Johnston <jjohnstn@redhat.com>
20347
20348 * gdb.threads/manythreads.c: Add copyright notice.
20349
61bcae62
AC
203502004-04-23 Andrew Cagney <cagney@redhat.com>
20351
20352 * gdb.base/siginfo.exp: Better handle step out of signal.
20353 * gdb.base/sigstep.exp: Ditto.
20354
7339a42e 203552004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 20356 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
20357
20358 * gdb.threads/manythreads.c: New testcase.
20359 * gdb.threads/manythreads.exp: Ditto.
20360
5c98409b
JB
203612004-04-22 Jim Blandy <jimb@redhat.com>
20362
20363 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
20364 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
20365
3b611f1a
MC
203662004-04-21 Michael Chastain <mec.gnu@mindspring.com>
20367
20368 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
20369
f0fd9238
AC
203702004-04-21 Andrew Cagney <cagney@redhat.com>
20371
20372 * gdb.base/sigstep.c: New file.
20373 * gdb.base/sigstep.exp: New file.
20374
90990674
JB
203752004-04-16 Joel Brobecker <brobecker@gnat.com>
20376
20377 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
20378 call to observer_notify_normal_stop.
20379
78cef34b
AC
203802004-04-15 Andrew Cagney <cagney@redhat.com>
20381
20382 * gdb.base/siginfo.c: New file.
20383 * gdb.base/siginfo.exp: New file.
20384
d2343407
JB
203852004-04-12 J. Brobecker <brobecker@gnat.com>
20386
20387 * gdb.base/sep.exp: Fix typo in comment.
20388
a2dba3c8
JB
203892004-04-12 J. Brobecker <brobecker@gnat.com>
20390
20391 * gdb.base/sep.c: New file.
20392 * gdb.base/sep-proc.c: New file.
20393 * gdb.base/sep.exp: New testcase.
20394
15f7b60e
MK
203952004-04-09 Mark Kettenis <kettenis@gnu.org>
20396
20397 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
20398 support.
20399
44f4de1a
AC
204002004-04-05 Andrew Cagney <cagney@redhat.com>
20401
20402 * gdb.base/sigaltstack.c: New file.
20403 * gdb.base/sigaltstack.exp: New file.
20404
ef04f396
JB
204052004-04-04 Joel Brobecker <brobecker@gnat.com>
20406
20407 * gdb.base/foll-fork.exp: Update the expected output for
20408 "help set follow-fork-mode", to match a change that was made
20409 to the help of this variable on 2004-01-13.
20410
d40d2c92
JB
204112004-04-01 Joel Brobecker <brobecker@gnat.com>
20412
20413 * lib/ada.exp: Add copyright notice.
20414 * bar.ads: Likewise.
20415 * bar.adb: Likewise.
20416 * null_record.adb: Likewise.
20417 * null_record.exp: Likewise.
20418 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
20419
f86ef5a3
JB
204202004-04-01 Joel Brobecker <brobecker@gnat.com>
20421
20422 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
20423 * configure: Regenerate.
20424
414e70e3
JB
204252004-04-01 Joel Brobecker <brobecker@gnat.com>
20426
20427 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
20428 to build the application. Remove the message printed when in
20429 verbose mode, redundant with the UNSUPPORTED message above.
20430
f0aaee49
JB
204312004-03-31 Joel Brobecker <brobecker@gnat.com>
20432
20433 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
20434 * gdb.ada (null_record.exp): New testcase.
20435
ac81cb54
JB
204362004-03-31 Joel Brobecker <brobecker@gnat.com>
20437
20438 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
20439
854af2f7
JB
204402004-03-31 Joel Brobecker <brobecker@gnat.com>
20441
20442 * gdb.ada: New subdirectory.
20443 * gdb.ada/Makefile.in: New file.
20444 * gdb.ada/gnat_ada.gpr.in: New file.
20445
034cb681
JB
204462004-03-31 Joel Brobecker <brobecker@gnat.com>
20447
20448 * lib/ada.exp: New file.
20449
78a1a894
DJ
204502004-03-24 Daniel Jacobowitz <drow@mvista.com>
20451
20452 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
20453 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
20454
4b2b3b3e
AC
204552004-03-22 Andrew Cagney <cagney@redhat.com>
20456
20457 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
20458 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
20459 Problem identified by Ulrich Weigand.
20460
23c73aa3
DC
204612004-03-17 David Carlton <carlton@kealia.com>
20462
20463 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
20464 PR c++/826.
20465
d63a86f8
RM
204662004-03-16 Roland McGrath <roland@redhat.com>
20467
20468 * gdb.base/auxv.exp: New file.
20469 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
20470
0e02aa50
DC
204712004-03-12 David Carlton <carlton@kealia.com>
20472
20473 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
20474 * gdb.cp/pr-1553.cc: Ditto.
20475 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
20476 pass branch.
20477
c20b71be
MC
204782004-03-12 Michael Chastain <mec.gnu@mindspring.com>
20479
20480 * gdb.cp/templates.exp: Accept more template types.
20481
c7414a01
MC
204822004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20483
20484 From Corinna Vinschen with modifications.
20485 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
20486 local variable obj_with_enum.
20487 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
20488 results with obj_with_enum.
20489
ed69573c
MC
204902004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20491
20492 * gdb.cp/classes.cc: New file, copied from misc.cc.
20493 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
20494
28301461
MC
204952004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20496
20497 * gdb.cp/misc.cc: Add copyright notice.
20498
1198ecbe
DC
204992004-03-05 David Carlton <carlton@kealia.com>
20500
20501 * gdb.cp/rtti.exp: Add 'print *obj3' test.
20502 * gdb.cp/rtti.h: Update copyright.
20503 (namespace n2::n3): New.
20504 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
20505 (n2::n3::func3): New.
20506 (main): Call n2::n3::func3.
20507 * gdb.cp/rtti2.cc: Update copyright.
20508 (n2::create3): New.
20509
9e08c470
MK
205102004-03-04 Mark Kettenis <kettenis@gnu.org>
20511
20512 * gdb.asm/openbsd.inc: Fix typo.
20513
4bebc3aa
FF
205142004-03-03 Fred Fish <fnf@redhat.com>
20515
20516 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
20517 "val" instead of unused "size". Update copyright year.
20518
6ea9fb37
DJ
205192004-02-29 Daniel Jacobowitz <drow@mvista.com>
20520
20521 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
20522 to use unsigned char.
20523 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
20524 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
20525
23b23974
DJ
205262004-02-29 Daniel Jacobowitz <drow@mvista.com>
20527
20528 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
20529 line of output.
20530
7574fd53
DJ
205312004-02-28 Daniel Jacobowitz <drow@mvista.com>
20532
20533 * gdb.base/relocate.c (dummy): Initialize.
20534
a195357f
DJ
205352004-02-28 Daniel Jacobowitz <drow@mvista.com>
20536
20537 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
20538 a breakpoint at exit.
20539
72fd54a9
FF
205402004-02-27 Fred Fish <fnf@redhat.com>
20541
20542 * gdb.base/chng-syms.exp: Add expect condition to match failing
20543 case that isn't a timeout.
20544
b9d23137
AC
205452004-02-27 Andrew Cagney <cagney@redhat.com>
20546
20547 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
20548 support.
20549
15d208f6 205502004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 20551
15d208f6
FF
20552 * gdb.arch/gdb1431.c: Remove.
20553 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
20554 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
20555 of "until" incorrectly.
20556
98f9cd2d
JB
205572004-02-26 J. Brobecker <brobecker@gnat.com>
20558
20559 * gdb.cp/class2.cc (empty): New class.
20560 (refer): New function.
20561 (main): Declare an object of type empty and use it.
20562 * gdb.cp/class2.exp: Print the value of an object of type empty.
20563
9b50c11b
JJ
205642004-02-26 Jeff Johnston <jjohnstn@redhat.com>
20565
20566 * gdb.base/langs.exp: Update query string to match the
20567 new nquery format used for pending breakpoints.
20568
0dcd613f
AC
205692004-02-26 Andrew Cagney <cagney@redhat.com>
20570
20571 Fix PR i18n/1570.
20572 * gdb.base/charset.c: Update copyright notice.
20573 (main, init_string): Remove the escape character '\e' tests.
20574 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
20575 * gdb.base/charset.exp (valid_host_charset): Ditto.
20576 * gdb.base/setvar.exp: Ditto.
20577
b8a56647
AC
205782004-02-24 Andrew Cagney <cagney@redhat.com>
20579
90d59e34
AC
20580 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
20581 mmapped data in core file" PASS and FAIL messages consistent.
20582
b8a56647
AC
20583 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
20584 setting a breakpoint. Work around PR java/1565.
20585
9f27c604
JJ
205862004-02-23 Jeff Johnston <jjohnstn@redhat.com>
20587
20588 * lib/gdb.exp (gdb_breakpoint): Update query string to match
20589 new nquery format.
20590 * gdb.base/pending.exp: Ditto.
20591
3224a706
MK
205922004-02-22 Mark Kettenis <kettenis@gnu.org>
20593
20594 * configure.in: Run stabs tests on *BSD.
20595 * configure: Regenerated.
20596
41e0a9ca
MK
205972004-02-21 Mark Kettenis <kettenis@gnu.org>
20598
20599 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
20600
1e1b3428
FF
206012004-02-20 Fred Fish <fnf@redhat.com>
20602
20603 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
20604 blank in test for "returns short", for consistency with other
20605 "returns xxx" tests. Update copyright year.
20606
f9a7572a
FF
206072004-02-19 Fred Fish <fnf@redhat.com>
20608
20609 New testcase for PR breakpoint/1558.
20610 * gdb.arch/gdb1558.exp: New file.
20611 * gdb.arch/gdb1558.c: New file.
20612
b2ce2854
EZ
206132004-02-19 Elena Zannoni <ezannoni@redhat.com>
20614
20615 * gdb.base/nodebug.exp: Fix typo.
20616
e7c9ff01
JB
206172004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20618
20619 Committed by Jim Blandy <jimb@redhat.com>.
20620
62f4b920
JB
20621 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
20622
2db536a1
JB
20623 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
20624
e7c9ff01
JB
20625 * gdb.base/float.exp: Support s390*-*-* targets.
20626
f3205b34
AF
206272004-02-17 Adam Fedor <fedor@gnu.org>
20628
20629 * gdb.base/gdb1555.exp: New file.
20630 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
20631
9d62932d
EZ
206322004-02-17 Elena Zannoni <ezannoni@redhat.com>
20633
20634 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
20635
344c9711
FF
206362004-02-16 Fred Fish <fnf@redhat.com>
20637
20638 * gdb.arch/gdb1291.c: Remove
20639 * gdb.arch/gdb1291.s: New test input file.
20640 * gdb.arch/gdb1291.exp: Expand test to check case that should not
20641 fail. Test for correct result, known incorrect result, other
20642 failures and timeouts.
20643
2d822687
AC
206442004-02-16 Andrew Cagney <cagney@redhat.com>
20645
20646 * gdb.base/bigcore.exp: New file.
20647 * gdb.base/bigcore.c: New file.
20648
dac15b66
AC
206492004-02-13 Andrew Cagney <cagney@redhat.com>
20650
20651 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
20652 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
20653 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
20654 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
20655 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
20656 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
20657 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
20658 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
20659 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
20660 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
20661
6bdfc2c4
JJ
206622004-02-11 Jeff Johnston <jjohnstn@redhat.com>
20663
20664 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
20665 executed is an alloc instruction.
20666
87b3ede8
DC
206672004-02-11 David Carlton <carlton@kealia.com>
20668
20669 * gdb.cp/breakpoint.exp: New.
20670 * gdb.cp/breakpoint.cc: New.
20671
6e19e2bf
MC
206722004-02-11 Michael Chastain <mec.gnu@mindspring.com>
20673
20674 Partial fix for PR gdb/1543.
20675 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
20676 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
20677 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
20678 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
20679 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
20680 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
20681 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
20682 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
20683 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
20684 to bug-gdb@prep.ai.mit.edu .
20685 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
20686 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
20687 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
20688 Likewise.
20689
5c5455dc
AC
206902004-02-10 Andrew Cagney <cagney@redhat.com>
20691
20692 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
20693 using gdb_internal_error_resync.
20694
9cf689d7
DJ
206952004-02-09 Daniel Jacobowitz <drow@mvista.com>
20696
20697 * gdb.threads/thread-specific.exp: Stop early if no threads are
20698 found.
20699
d2dc51db
MC
207002004-02-09 Michael Chastain <mec.gnu@mindspring.com>
20701
20702 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
20703
14b1a056
DJ
207042004-02-08 Daniel Jacobowitz <drow@mvista.com>
20705
20706 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
20707 breakpoints.
20708
83f66e8f
DJ
207092004-02-07 Daniel Jacobowitz <drow@mvista.com>
20710
20711 * config/sim.exp (gdb_load): Handle $arg == "".
20712 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
20713 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
20714
30fc0091
EZ
207152004-02-07 Elena Zannoni <ezannoni@redhat.com>
20716
a9c64011
AS
20717 * gdb.base/maint.exp: Update test to reflect
20718 obstack changes.
30fc0091 20719
4d806929
JJ
207202004-02-04 Jeff Johnston <jjohnstn@redhat.com>
20721
20722 * gdb.base/pendshr.c (pendfunc): New function that calls
20723 pendfunc1.
20724 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
20725
7bfdd688
FF
207262004-02-04 Fred Fish <fnf@redhat.com>
20727
20728 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
20729 function symbols and update copyright years.
20730 * gdb.arch/gdb1291.c: Ditto.
20731
aaa08ee4
MC
207322004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20733
20734 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
20735
dbad7755
MC
207362004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20737
20738 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
20739
ec4646ef
MC
207402004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20741
20742 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
20743
1b802196
FF
207442004-02-02 Fred Fish <fnf@redhat.com>
20745
20746 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
20747 remote targets. Update copyright years.
20748
18fe2033
JJ
207492004-02-02 Jeff Johnston <jjohnstn@redhat.com>
20750
20751 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
20752 support.
20753 * gdb.base/langs.exp: Fix test which attempts to create
20754 breakpoint on non-existent function to handle new pending
20755 support.
20756 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
20757 a breakpoint.
20758 * gdb.base/pending.exp: New test.
20759 * gdb.base/pending.c: New file.
20760 * gdb.base/pendshr.c: Ditto.
20761
8d577d32
DC
207622004-02-02 David Carlton <carlton@kealia.com>
20763
20764 * gdb.cp/overload.exp: Add overloadNamespace tests.
20765 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
20766 (overloadNamespace, XXX): New.
20767 (main): Call XXX::marker2.
20768
3ad13771
FF
207692004-02-01 Fred Fish <fnf@redhat.com>
20770
20771 * gdb.base/dump.exp: Use runto_main instead of "runto main".
20772 * gdb.base/finish.exp: Ditto.
20773 * gdb.base/gcore.exp: Ditto.
20774 * gdb.base/huge.exp: Ditto.
20775 * gdb.base/info-proc.exp: Ditto.
20776 * gdb.base/return2.exp: Ditto.
20777 * gdb.threads/gcore-thread.exp: Ditto.
20778
44c75849
DJ
207792004-02-01 Daniel Jacobowitz <drow@mvista.com>
20780
20781 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
20782
005bc093
MK
207832004-02-01 Mark Kettenis <kettenis@gnu.org>
20784
20785 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
20786 that opening the file succeeds on OpenBSD.
20787
c47cebdb
DJ
207882004-02-01 Daniel Jacobowitz <drow@mvista.com>
20789
20790 * gdb.threads/thread-specific.c: New file.
20791 * gdb.threads/threads-specific.exp: New test script.
20792 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
20793 to expect_out.
20794
5a01311c
MK
207952004-02-01 Mark Kettenis <kettenis@gnu.org>
20796
20797 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
20798 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
20799 only on the "print_small_structs from print_long_arg_list" test.
20800
ce22a4f1
DJ
208012004-02-01 Daniel Jacobowitz <drow@mvista.com>
20802
20803 * gdb.base/completion.exp: Kill a stray backslash.
20804
20805 From Jim Ingham <jingham@apple.com>:
20806 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
20807 agrees with the result from sending a tab.
20808
abbab9d3
DJ
208092004-01-31 Daniel Jacobowitz <drow@mvista.com>
20810
20811 * gdb.base/chng-syms.exp: Remove stray newline.
20812
53904d1e
MK
208132004-01-31 Mark Kettenis <kettenis@gnu.org>
20814
20815 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
20816 *-*-openbsd*.
20817 * gdb.asm/openbsd.inc: New file.
20818
3a4b3aac
MK
208192004-01-30 Mark Kettenis <kettenis@gnu.org>
20820
20821 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
20822 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
20823 *-*solaris2*. Remove commented out default settings for
20824 asm-flags. Replace gdb_compile with target_link.
20825
ebac27b4
MC
208262004-01-29 Michael Chastain <mec.gnu@mindspring.com>
20827
20828 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
20829 for all tests. Remove old hp-ux and cygnus xfail cases.
20830
d8679d84
PH
208312004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
20832
20833 * gdb.base/chng-syms.exp: New file.
20834 * gdb.base/chng-syms.c: New file.
20835
0a55bc22
MC
208362004-01-24 Michael Chastain <mec.gnu@mindspring.com>
20837
20838 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
20839 Provide arms for current output in all my configurations.
20840
94b8e876
MC
208412004-01-24 Michael Chastain <mec.gnu@mindspring.com>
20842
20843 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
20844 * lib/compiler.cc: Likewise.
20845 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
20846 get the right preprocessor. Eval the output directly. Remove
20847 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
20848 hp_f77_compiler and hp_f90_compiler completely.
20849 (gdb_preprocess): Delete.
20850 (get_compiler): Delete.
20851
7cf03d44
MK
208522004-01-24 Mark Kettenis <kettenis@gnu.org>
20853
20854 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
20855 <string.h>.
20856
68b6dce9
NR
208572004-01-24 Nick Roberts <nick@nick.uklinux.net>
20858
20859 * gdb.mi/mi-stack.exp: Update copyright.
20860
b368761e
DC
208612004-01-23 David Carlton <carlton@kealia.com>
20862
20863 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
20864 test for cp_lookup_transparent_type.
20865 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
20866 call them.
20867
f2061b53
DJ
208682004-01-23 Daniel Jacobowitz <drow@mvista.com>
20869
20870 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
20871 after -var-update.
20872
37fc574a
DC
208732004-01-23 David Carlton <carlton@kealia.com>
20874
20875 * gdb.cp/namespace.cc (C::ensureRefs): New.
20876 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
20877
8e94b928
NR
208782004-01-20 Nick Roberts <nick@nick.uklinux.net>
20879
20880 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
20881 case "-stack-list-locals 2".
20882 * gdb.mi/mi-var-child.exp: Test for case
20883 "-var-list-children --all-values NAME".
20884
997b0952
MC
208852004-01-18 Michael Chastain <mec.gnu@mindspring.com>
20886
20887 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
20888
52470da3
MK
208892004-01-18 Mark Kettenis <kettenis@gnu.org>
20890
7049b4b8
MK
20891 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
20892 used with gdb_test_multiple.
20893
52470da3
MK
20894 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
20895 read at address 0. This fixes PR testsuite/1504.
20896
da6012e5
DJ
208972004-01-18 Daniel Jacobowitz <drow@mvista.com>
20898
20899 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
20900 Remove downloading, guessing the host executable, the calls to
20901 gdb_file_cmd and gdb_target_cmd, and "load" support.
20902 (infer_host_exec): New function broken out from gdb_load.
20903 (gdb_load): New wrapper for gdbserver_gdb_load.
20904 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
20905 gdb_target_cmd. Use -target-select.
20906 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
20907 Download binaries to the host. Clear last_mi_remote_file when
20908 we load a new binary.
20909 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
20910 call gdbserver_gdb_load and mi_gdb_target_cmd.
20911
32c70722
MC
209122004-01-17 Michael Chastain <mec.gnu@mindspring.com>
20913
20914 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
20915 type patterns.
20916
b0cecf36
MC
209172004-01-17 Michael Chastain <mec.gnu@mindspring.com>
20918
20919 * gdb.cp/templates.exp: Fix typo in test name of
20920 "print Foo<volatile char*>::foo".
20921
4120d7e6
MC
209222004-01-15 Michael Chastain <mec.gnu@mindspring.com>
20923
20924 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
20925
f679e530
BE
209262004-01-16 Ben Elliston <bje@wasabisystems.com>
20927
20928 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
20929 (clean mostlyclean): Remove empty rm.
20930
091c48f6
MC
209312004-01-15 Michael Chastain <mec.gnu@mindspring.com>
20932
20933 * gdb.base/setvar.exp: Add copyright years.
20934
3e5fc8d2
DC
209352004-01-14 David Carlton <carlton@bactrian.org>
20936
20937 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
20938 PR c++/1511 and update coment.
20939 * gdb.cp/templates.exp: Update patterns to match current output.
20940 If changes involve something other than whitespace, KFAIL
20941 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
20942
63d06c5c
DC
209432004-01-14 David Carlton <carlton@kealia.com>
20944
20945 * gdb.cp/namespace.exp: Add tests involving classes defined within
20946 namespaces.
20947 * gdb.cp/namespace.cc (C::CClass): New.
20948 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
20949
a51dab88
EZ
209502004-01-14 Elena Zannoni <ezannoni@redhat.com>
20951
20952 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
20953 what debug info we have. Print a better message if something goes
20954 wrong while producing the separate debug info file.
20955
a476ccc9
MC
209562004-01-14 Michael Chastain <mec.gnu@mindspring.com>
20957
20958 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
20959
f453692c
MC
209602004-01-14 Michael Chastain <mec.gnu@mindspring.com>
20961
20962 * gdb.base/callfuncs.c: Add copyright notice.
20963
f40063a5
MC
209642004-01-13 Michael Chastain <mec.gnu@mindspring.com>
20965
20966 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
20967 inheritance. PR gdb/1498, PR gcc/13539.
20968
19ac3974
EZ
209692004-01-13 Elena Zannoni <ezannoni@redhat.com>
20970
a9c64011
AS
20971 * gdb.threads/gcore-thread.exp: Prefix name of binary with
20972 test specific name.
20973 * gdb.mi/gdb669.exp: Ditto.
20974 * gdb.mi/mi-pthreads.exp: Ditto.
20975 * gdb.mi/mi1-pthreads.exp: Ditto.
20976 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 20977
56c97c6e
MC
209782004-01-12 Michael Chastain <mec.gnu@mindspring.com>
20979
20980 * gdb.cp/member-ptr.cc: Add copyright notice.
20981
a0644324
MC
209822004-01-12 Michael Chastain <mec.gnu@mindspring.com>
20983
20984 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
20985 some patterns for recent versions of gcc and hpacc. Delete
20986 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
20987 Delete tests that access a NULL pointer-to-member-data. This
20988 script is still disabled for gcc.
20989
32fabe09
EZ
209902004-01-12 Elena Zannoni <ezannoni@redhat.com>
20991
20992 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 20993 escaped correctly.
32fabe09 20994
1f8a6abb
EZ
209952004-01-12 Elena Zannoni <ezannoni@redhat.com>
20996
20997 * gdb.base/sepdebug.exp: New file.
20998 * gdb.base/sepdebug.c: New file.
20999 * lib/gdb.exp (separate_debug_filename): New procedure.
21000 (gdb_gnu_strip_debug): New procedure.
21001
48efe704
AC
210022004-01-12 Andrew Cagney <cagney@redhat.com>
21003
21004 * gdb.mi/ChangeLog: Delete file. Renamed to ...
21005 * gdb.mi/ChangeLog-1999-2003: New file.
21006
a9415475
AC
210072004-01-12 Andrew Cagney <cagney@redhat.com>
21008
21009 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
21010 "Renaming a directory to a non-empty directory returns ENOTEMPTY
21011 or EEXIST", treat EBUSY as an XFAIL.
21012
83b8cf9d
MC
210132004-01-11 Michael Chastain <mec.gnu@mindspring.com>
21014
21015 * gdb.base/scope.exp: Remove obsolete setup_xfail for
21016 hp_cc_compiler.
21017
9939d2a8
MC
210182004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21019
21020 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
21021 decorations.
21022
1ff8cadf
MC
210232004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21024
21025 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
21026 and "(aCC)" decorations. Remove obsolete doco about old
21027 test results.
21028
6fa9022e
MC
210292004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21030
21031 * gdb.cp/exception.exp: Fix typo in doco.
21032
209721fe
MK
210332004-01-09 Mark Kettenis <kettenis@gnu.org>
21034
21035 * gdb.base/gdb1476.exp: Fix typo.
21036
ef11303e
MC
210372004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21038
21039 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
21040 file.
21041
041ab88c
MC
210422004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21043
21044 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
21045 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
21046 Use gdb_compile. Remove restriction on gcc. Add some patterns
21047 for recent version of gdb. Delete second half, which was a copy
21048 of the first half with different build flags. This test is
21049 still disabled because it is still not ready for production.
21050
e36d075a
MC
210512004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21052
21053 * gdb.cp/exception.cc: Add copyright notice.
21054 * gdb.cp/exception.exp: Add a notice that this file is broken
21055 because of line number changes caused by addition of copyright
21056 notice.
21057
42b190ad
MC
210582004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21059
21060 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
21061 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21062
8f25f06b
MC
210632004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21064
21065 * gdb.cp/classes.exp: Accept gnu abi 2.
21066 * gdb.cp/derivation.exp: Likewise.
21067 * gdb.cp/overload.exp: Likewise.
21068 * gdb.cp/virtfunc.exp: Likewise.
21069
06ded8b8
MC
210702004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21071
21072 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
21073 semicolon after end of function.
21074
77c26ae3
MC
210752004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21076
21077 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21078 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
21079 boilerplate code for compiling and running the program under
21080 test. Add some string method tests.
21081
20757486
MC
210822004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21083
21084 * gdb.cp/bs15503.cc: Add copyright notice.
21085 * gdb.cp/bs15503.exp: Adjust line number.
21086
0fd3b503
MC
210872004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21088
21089 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
21090 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
21091
10d1bea8
MC
210922004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21093
21094 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
21095 hp_cc_compiler.
21096
2789202a
MC
210972004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21098
21099 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
21100 * gdb.cp/ctti.exp: Use the marker instead of "next".
21101 With gcc, run further before bailing.
21102
b862f14c
MC
211032004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21104
21105 * gdb.cp/cttiadd.cc: Add copyright notice.
21106 * gdb.cp/cttiadd1.cc: Likewise.
21107 * gdb.cp/cttiadd2.cc: Likewise.
21108 * gdb.cp/cttiadd3.cc: Likewise.
21109
96da2469
MC
211102004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21111
21112 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
21113 Use gdb_test, gdb_test_multiple. Use floating-point values that
21114 have exact representations in IEEE-ish formats.
21115
053248ff
MC
211162004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21117
21118 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
21119 compilers. Delete duplicate call to get_compiler_info.
21120 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
21121 * gdb.base/volatile.exp: Likewise.
21122
84acecdd
MK
211232004-01-07 Mark Kettenis <kettenis@gnu.org>
21124
21125 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
21126 memory at address 0.
21127
fe11a27f
MC
211282004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21129
21130 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
21131 to test for hp-ux assembler. Fix copyright years.
21132
60ad077b
AC
211332004-01-07 Andrew Cagney <cagney@redhat.com>
21134
21135 * gdb.base/fileio.c (strerrno): Add "EBUSY".
21136
1c9b8f33
AC
211372004-01-07 Andrew Cagney <cagney@redhat.com>
21138
21139 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
21140 when creating the read-only file. From analysis by Roland McGrath
21141 and Elena Zannoni.
21142
753ccc7a
MC
211432004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21144
21145 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
21146
eca3e36b
MC
211472004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21148
21149 * gdb.base/cvexpr.c: Be type-safe with function pointers and
21150 data pointers.
21151
f8d4bac4
MC
211522004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21153
21154 * gdb.cp/m-static.exp: Compile one source file at a time.
21155 Delete unused call to get_compiler_info.
21156
9b4e0f94
MC
211572004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21158
21159 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
21160 * gdb.base/call-rt-st.exp: Likewise.
21161 * gdb.base/nodebug.exp: Likewise.
21162 * gdb.base/volatile.exp: Likewise.
21163 * gdb.cp/ref-types.exp: Likewise.
21164 * gdb.cp/templates.exp: Likewise.
21165
023c1024
MK
211662004-01-05 Mark Kettenis <kettenis@gnu.org>
21167
21168 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
21169
19703c4a
MC
211702004-01-05 Michael Chastain <mec.gnu@mindspring.com>
21171
21172 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
21173 hppa*-hp-hpux*.
21174
18b67037
MK
211752004-01-04 Mark Kettenis <kettenis@gnu.org>
21176
ba6219c8
MK
21177 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21178 x86_64-*-*.
21179
18b67037
MK
21180 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21181 sparc64-*-* and sparc*-solaris2*.
21182
1bfbbb9d
MK
211832004-01-04 Mark Kettenis <kettenis@gnu.org>
21184
21185 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
21186 return ${tests}" test. The ${tests} already mentions the
21187 filename.
21188
06846494
MC
211892004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21190
21191 * gdb.cp/local.exp: Accept gcc abi 2.
21192
3b0cb202
MC
211932004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21194
21195 * gdb.cp/templates.exp: Accept gcc abi 2.
21196
0643ec3f
MC
211972004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21198
21199 * lib/compiler.cc: Remove supports_template_debugging.
21200 * gdb.cp/templates.exp: Do not test supports_template_debugging.
21201
d231d0b1
MC
212022004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21203
21204 * gdb.cp/namespace.exp: Accept gcc abi 2.
21205
44ffb27c
MC
212062004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21207
21208 * gdb.cp/method.exp: Accept gcc abi 2.
21209
184ad485
MC
212102004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21211
21212 * gdb.cp/classes.exp: Generate identical results as old version.
21213 * gdb.cp/derivation.exp: Likewise.
21214 * gdb.cp/overload.exp: Likewise.
21215 * gdb.cp/virtfunc.exp: Likewise.
21216
116f09e7
MC
212172004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21218
21219 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
21220 mysterious bug with sourceware version of expect.
21221
b1379776
MC
212222004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21223
21224 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
21225 current versions of gcc, including gcc abi 2. Remove gratuitous
21226 restart of test program. Use gdb_test_multiple and gdb_test for
21227 all tests. Add patterns to xfail missing "const" in "const char *"
21228 and kfail PR gdb/1155.
21229
6b7a4c0e
MC
212302004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21231
21232 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
21233 current versions of gcc, including gcc abi 2. Remove gratuitous
21234 restart of test program. Use gdb_test_multiple and gdb_test for
21235 all tests. Add patterns to kfail PR gdb/1498.
21236
51615d72
MC
212372003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21238
21239 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
21240 current versions of gcc, including gcc abi 2. Use "breakpoint"
21241 and "continue" instead of restarting the target program. Use
21242 gdb_test_multiple and gdb_test for all tests.
21243
7b79a9d7
MK
212442004-01-01 Mark Kettenis <kettenis@gnu.org>
21245
21246 * gdb.asm/asm-source.exp: Update copyright year. Link statically
21247 for *-*-solaris2*.
21248
1cd3489f
MC
212492003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21250
21251 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
21252 current versions of gcc, including gcc abi 2. Use "breakpoint"
21253 and "continue" instead of restarting the target program several
21254 times. Use gdb_test_multiple and gdb_test for all tests.
21255
850742db
MC
212562003-12-18 Michael Chastain <mec.gnu@mindspring.com>
21257
21258 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
21259 source files.
21260
eb4bbda8
MC
212612003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21262
21263 * gdb.base/environ.exp: Handle compiling test case from multiple
21264 source files.
21265
e42c7771
MC
212662003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21267
21268 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
21269
80e4b428
JB
212702003-12-17 Jim Blandy <jimb@redhat.com>
21271
5f06973a
JB
21272 * gdb.base/freebpcmd.c: Add copyright notice.
21273
80e4b428
JB
21274 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
21275
0ab84fb7
MC
212762003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21277
21278 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
21279
1b3bb3d0
JB
212802003-12-13 Jim Blandy <jimb@redhat.com>
21281
21282 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
21283
3a4c9371
KB
212842003-12-12 Kevin Buettner <kevinb@redhat.com>
21285
21286 * gdb.asm/frv.inc: New file.
21287 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
21288
a1dea79a
FF
212892003-12-09 Fred Fish <fnf@redhat.com>
21290
21291 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
21292 functions to break1.c and leave prototypes behind. Add more
21293 "set breakpoint NN here" comments.
21294 * gdb.base/break1.c: New file.
21295
21296 * gdb.base/break.exp: Handle compiling test case from multiple
21297 source files and change source file references as needed.
21298 * gdb.base/completion.exp: Ditto.
21299 * gdb.base/condbreak.exp: Ditto.
21300 * gdb.base/define.exp: Ditto.
21301 * gdb.base/ena-dis-br.exp: Ditto.
21302 * gdb.base/info-proc.exp: Ditto.
21303 * gdb.base/maint.exp: Ditto.
21304 * gdb.base/until.exp: Ditto.
21305
21306 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
21307 hardcoded line numbers.
21308 * gdb.base/define.exp: Ditto.
21309 * gdb.base/ena-dis-br.exp: Ditto.
21310 * gdb.base/maint.exp: Ditto.
21311 * gdb.base/until.exp: Ditto.
21312
21313 * gdb.base/completion.exp: Use "break1" for completion tests since
21314 "break" is no longer a unique prefix.
21315
5266b69c
AC
213162003-12-06 Andrew Cagney <cagney@redhat.com>
21317
21318 * gdb.base/structs.exp (test_struct_returns): When applicable, set
21319 "return_value_unimplemented". When an unimplemented struct return
21320 architecture, report incorrect values as a KFAIL
21321
374451f0
MC
213222003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21323
21324 * gdb.cp/rtti.exp: Accept new wording of warning from
21325 cp_lookup_rtti_type.
21326
ba9b20a7
MC
213272003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21328
21329 Partial fix for PR testsuite/1456.
21330 * gdb.base/scope.exp (test_at_main): Replace references to
21331 gcc_compiled with calls to test_compiler_info.
21332 (test_at_foo): Likewise.
21333 (test_at_bar): Likewise.
21334
b74b6d0b
MC
213352003-12-04 Michael Chastain <mec.gnu@mindspring.com>
21336
21337 Partial fix for PR testsuite/1456.
21338 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
21339 to test_compiler_info.
21340
ccfa3402
MC
213412003-12-03 Michael Chastain <mec.gnu@mindspring.com>
21342
21343 * gdb.base/so-impl-ld.exp: Update copyright notice.
21344
f6246aba
MC
213452003-12-02 Michael Chastain <mec.gnu@mindspring.com>
21346
21347 Partial fix for PR testsuite/1456.
21348 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
21349 to test_compiler_info.
21350
13ae734a
MC
213512003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21352
21353 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
21354 from current versions of gdb. Clean up regular expressions.
21355 Delete redundant timeout case.
21356
d8e1cdee
MC
213572003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21358
21359 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
21360 from current versions of gdb. Clean up regular expressions.
21361 Delete redundant timeout case.
21362
96457b64
MC
213632003-12-01 Michael Chastain <mec.gnu@mindspring.com>
21364
21365 Partial fix for PR testsuite/1456.
21366 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
21367 gcc_compiled with call to test_compiler_info.
21368
f35309fc
MC
213692003-11-30 Michael Chastain <mec.gnu@mindspring.com>
21370
21371 Partial fix for PR testsuite/1456.
21372 * gdb.base/list.exp (test_list_function): Delete unused declaration
21373 of gcc_compiled.
21374
d7afdf9b
MC
213752003-11-29 Michael Chastain <mec.gnu@mindspring.com>
21376
21377 Partial fix for PR testsuite/1456.
21378 * gdb.base/complex.exp: Replace reference to gcc_compiled with
21379 call to test_compiler_info.
21380
71507b56
MK
213812003-11-29 Mark Kettenis <kettenis@gnu.org>
21382
21383 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
21384 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
21385 it to create the appropriate note.inc.
21386 * gdb.asm/asmsrc1.s: Include "note.inc".
21387 * gdb.asm/netbsd.inc: New file.
21388 * gdb.asm/empty.inc: New file.
21389
f81f93f7
MC
213902003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21391
21392 Partial fix for PR testsuite/1456.
21393 * gdb.base/constvars.exp: Replace references to gcc_compiled with
21394 calls to test_compiler_info.
21395
9a77938e
MC
213962003-11-27 Michael Chastain <mec.gnu@mindspring.com>
21397
21398 Partial fix for PR testsuite/1456.
21399 * gdb.base/volatile.exp: Replace references to gcc_compiled with
21400 calls to test_compiler_info.
21401
e8367dc7
MK
214022003-11-27 Mark Kettenis <kettenis@gnu.org>
21403
21404 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
21405 pattern for the KFAILs.
21406
526c61ee
AF
214072003-11-25 Adam Fedor <fedor@gnu.org>
21408
21409 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
21410 * gdb.objc/objcdecode.m: New file.
21411
28f2d600
AF
214122003-11-25 Adam Fedor <fedor@gnu.org>
21413
21414 * gdb.objc/nondebug.exp: Test for PR objc/1236.
21415 * gdb.objc/nondebug.m: New file.
21416
a3895cee
BE
214172003-11-26 Ben Elliston <bje@wasabisystems.com>
21418
21419 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
21420 NetBSD as it does on FreeBSD. Modelled on a similar change by
21421 Mark Kettenis on 2003-05-30.
21422 (link-flags): Set to "--entry _start" regardless of target.
21423 Special linker flags are to be appended to $link-flags.
21424 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
21425
c9f2c8a3
MC
214262003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21427
21428 * gdb.cp/method.exp: Accept output of new demangler.
21429
15a0587a 214302003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
21431
21432 * gdb/class2.exp: New file.
21433 * gdb/class2.cc: New file.
21434
3c00b570
MC
214352003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21436
21437 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
21438 of new demangler.
21439
7027acc7
MK
214402003-11-23 Mark Kettenis <kettenis@gnu.org>
21441
21442 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
21443 of gdb_test "run".
21444
b0e1598a
MK
214452003-11-23 Mark Kettenis <kettenis@gnu.org>
21446
21447 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
21448 "continue" into "run".
21449
4d9eda44
MC
214502003-11-23 Michael Chastain <mec.gnu@mindspring.com>
21451
21452 Partial fix for PR testsuite/1456.
21453 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
21454 call to test_compiler_info.
21455 * gdb.cp/ctti.exp: Likewise.
21456 * gdb.cp/derivation.exp: Likewise.
21457 * gdb.cp/member-ptr.exp: Likewise.
21458 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
21459 reference to gcc_compiled.
21460
214612003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
21462
21463 Fix PR testsuite/1463.
21464 * gdb.base/structs.exp (start_structs_test): Call
21465 get_debug_format before using the debug format.
21466
d422fe19
AC
214672003-11-22 Andrew Cagney <cagney@redhat.com>
21468
21469 * lib/gdb.exp (gdb_test_multiple): Add simple example.
21470 * gdb.base/structs.exp: Use gdb_test_multiple.
21471
039cf96d
AC
214722003-11-20 Andrew Cagney <cagney@redhat.com>
21473
6882279b
AC
21474 * gdb.base/structs.exp: Handle and recover from internal errors.
21475 Replace "foo${n}" with "foo<n>" in test messages.
21476
e53890ae
AC
21477 * gdb.base/structs.exp: Update copyright. Rewrite.
21478 * gdb.base/structs.c: Update copyright. Rewrite.
21479
2b211c59
AC
21480 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
21481 resync count exceeded.
d63a86f8 21482
039cf96d
AC
21483 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
21484 from the internal error.
21485 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
21486 Original from Jim Blandy.
21487 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 21488
eac98b22
AC
214892003-11-19 Andrew Cagney <cagney@redhat.com>
21490
21491 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
21492 KFAIL.
21493
67455b2a
MK
214942003-11-17 Mark Kettenis <kettenis@gnu.org>
21495
21496 New testcase for PR backtrace/1435.
21497 * gdb.arch/i386-unwind.exp: New file.
21498 * gdb.arch/i386-unwind.c: New file.
21499
853d6e5b
AC
215002003-11-17 Andrew Cagney <cagney@redhat.com>
21501
21502 * lib/gdb.exp (compiler_info): New global.
21503 (test_compiler_info): New function.
21504 (get_compiler_info): Set compiler_info.
21505 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
21506 "compiler_info" to gcc-<major>-<minor>.
21507
38cf6e11
MC
215082003-11-15 Michael Chastain <mec.gnu@mindspring.com>
21509
21510 * gdb.trace/configure: Remove.
21511
a50d3602
EZ
215122003-11-13 Elena Zannoni <ezannoni@redhat.com>
21513
21514 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 21515 breakpoints.
a50d3602
EZ
21516 * gdb.base/break.exp: Remove all references to explicit line
21517 numbers.
21518
d9407aaa
NC
215192003-11-11 Nick Clifton <nickc@redhat.com>
21520
21521 * gdb.base/shreloc.exp: Do not run for targets which do not
21522 support shared objects.
21523
db488fc1
CV
215242003-11-10 Corinna Vinschen <vinschen@redhat.com>
21525
21526 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
21527 Don't run tests if nofileio flag is given.
21528
6a90a18e
EZ
215292003-11-07 Elena Zannoni <ezannoni@redhat.com>
21530
21531 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 21532 as well as 'Watchpoint'.
6a90a18e 21533
0b915e9c
EZ
215342003-11-06 Elena Zannoni <ezannoni@redhat.com>
21535
21536 Reported by Jim Ingham <jingham@apple.com>:
21537 * gdb.base/annota1.exp: Match at least one occurrence of the
21538 signal handler annotation.
21539
d7e4b55f
EZ
215402003-11-06 Elena Zannoni <ezannoni@redhat.com>
21541
a9c64011
AS
21542 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
21543 as well as 'Watchpoint'.
d7e4b55f 21544
2fe4e8d0
MC
215452003-11-05 Michael Chastain <mec@shout.net>
21546
21547 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
21548
6ef88553
KW
215492003-11-03 Kris Warkentin <kewarken@qnx.com>
21550
21551 * gdb.arch/gdb1291.c: New test file.
21552 * gdb.arch/gdb1291.exp: New test script.
21553 * gdb.arch/gdb1431.c: New test file.
21554 * gdb.arch/gdb1431.exp: New test script.
21555
ae7dc4d8
MC
215562003-10-22 Michael Chastain <mec@shout.net>
21557
21558 * gdb.mi/pthreads.c: Add copyright notice.
21559
c39d7427
MC
215602003-10-22 Michael Chastain <mec@shout.net>
21561
21562 * gdb.threads/pthreads.c: Add copyright notice.
21563
8b7d96c1
MC
215642003-10-20 Michael Chastain <mec@shout.net>
21565
21566 * gdb.base/gdb1056.exp: New test script.
21567
d1d69fdd
DJ
215682003-10-13 Daniel Jacobowitz <drow@mvista.com>
21569
21570 * gdb.threads/killed.exp: Use gdb_run_cmd.
21571
7d605576
DJ
215722003-10-13 Daniel Jacobowitz <drow@mvista.com>
21573
21574 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
21575 create a core file.
21576 * gdb.threads/gcore-thread.exp: Likewise.
21577
618ec112
CV
215782003-10-13 Corinna Vinschen <vinschen@redhat.com>
21579
21580 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
21581 type, based on char type.
21582 (struct bit_flags_short_t): New bitfield type, based on short type.
21583 (init_bit_flags_char): New fuction.
21584 (init_bit_flags_short): Ditto.
21585 (print_bit_flags_char): Ditto.
21586 (print_bit_flags_short): Ditto.
21587 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
21588
9367a73c
MC
215892003-10-11 Michael Chastain <mec@shout.net>
21590
21591 * gdb.base/call-rt-st.exp: Update copyright year.
21592
1decf120
KI
215932003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
21594
21595 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
21596 * gdb.disasm/sh3.s: Ditto.
21597
5445b2ae
DJ
215982003-10-07 Daniel Jacobowitz <drow@mvista.com>
21599
21600 * gdb.threads/switch-threads.exp: New test.
21601 * gdb.threads/switch-threads.c: New source file.
21602
aec24853
CV
216032003-10-07 Corinna Vinschen <vinschen@redhat.com>
21604
21605 * gdb.base/ending-run.exp: Add sh specific case.
21606
adc7428d
AC
216072003-10-06 Andrew Cagney <cagney@redhat.com>
21608
21609 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
21610 * gdb.disasm/mn10200.exp: Delete obsolete file.
21611
c9d37158
DJ
216122003-09-29 Daniel Jacobowitz <drow@mvista.com>
21613
21614 * ChangeLog: Correct an entry command.exp -> commands.exp.
21615 * gdb.base/commands.exp (bp_deleted_in_command_test)
21616 (temporary_breakpoint_commands): Check noargs.
21617
79c2c32d
DC
216182003-09-25 David Carlton <carlton@kealia.com>
21619
21620 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
21621 of some print tests, where appropriate. Add tests for C::D::cd,
21622 E::ce, F::cXfX, G::XgX.
21623 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
21624
594e6d67
RE
216252003-09-25 Richard Earnshaw <rearnsha@arm.com>
21626
21627 * lib/java.exp (java_init): Import target_alias before using it.
21628
10f0d451
DC
216292003-09-25 David Carlton <carlton@kealia.com>
21630
21631 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
21632
274bcba0
EZ
216332003-09-23 Elena Zannoni <ezannoni@redhat.com>
21634
d63a86f8 21635 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 21636 weirdness.
274bcba0 21637
cdbf20f7
MC
216382003-09-17 Michael Chastain <mec@shout.net>
21639
21640 * gdb.cp/gdb1355.exp: New file.
21641 * gdb.cp/gdb1355.c: New file.
21642
71e06f80
CV
216432003-09-15 Corinna Vinschen <vinschen@redhat.com>
21644
21645 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
21646 * gdb.asm/sh.inc: New file.
21647
5c4e30ca
DC
216482003-09-11 David Carlton <carlton@kealia.com>
21649
bd45b7af
DC
21650 * gdb.cp/namespace.exp: Add tests for namespace types.
21651 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
21652 (test_namespace): New.
21653
1c199746
EZ
216542003-09-11 Elena Zannoni <ezannoni@redhat.com>
21655
a9c64011 21656 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 21657 * gdb.stabs/weird.exp: Ditto.
1c199746 21658
04ed252f
MC
216592003-09-08 Michael Chastain <mec@shout.net>
21660
21661 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
21662
d8a2d9e7
MC
216632003-09-07 Michael Chastain <mec@shout.net>
21664
21665 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
21666 'parse error'.
21667
161afb24
MK
216682003-09-07 Mark Kettenis <m.kettenis@osp.nl>
21669
21670 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
21671
49f2741a
MC
216722003-08-30 Michael Chastain <mec@shout.net>
21673
21674 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
21675 * gdb.gdb/observer.exp: Ditto.
21676 * gdb.gdb/xfullpath.exp: Ditto.
21677
8afa723e
MK
216782003-08-29 Mark Kettenis <kettenis@gnu.org>
21679
21680 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
21681 *-*-*bsd*.
21682
f31dfe3b
JJ
216832003-08-28 Jeff Johnston <jjohnstn@redhat.com>
21684
21685 * gdb.base/dump.exp: Skip for ia64.
21686
4630e498
JJ
216872003-08-25 Jeff Johnston <jjohnstn@redhat.com>
21688
21689 * gdb.asm/asm-source.exp: Add ia64 support.
21690 * gdb.asm/ia64.inc: New file.
21691
1105b7ef
MC
216922003-08-22 Michael Chastain <mec@shout.net>
21693
21694 * gdb.cp: New directory.
21695 * gdb.cp/*: Copy from gdb.c++/*.
21696 * gdb.c++/*: Remove.
21697 * Makefile.in: Change gdb.c++ to gdb.cp.
21698 * configure.in: Ditto.
21699 * configure: Regnerate.
21700
c945b932
MK
217012003-08-18 Mark Kettenis <kettenis@gnu.org>
21702
21703 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
21704 * gdb.arch/i386-prologue.c (gdb1338): Add function.
21705
2b66634b
DJ
217062003-08-17 Daniel Jacobowitz <drow@mvista.com>
21707
21708 * mi-var-display.exp (-var-list-children weird): Accept function
21709 pointers with argument types.
21710 * mi1-var-display.exp (-var-list-children weird): Likewise.
21711 * mi2-var-display.exp (-var-list-children weird): Likewise.
21712
a356f73b
DJ
217132003-08-17 Daniel Jacobowitz <drow@mvista.com>
21714
21715 * gdb.base/annota3.exp: Add missing newline.
21716
483417b8
MC
217172003-08-06 Michael Chastain <mec@shout.net>
21718
21719 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
21720
c99c59c3
MS
217212003-08-12 Michael Snyder <msnyder@redhat.com>
21722
21723 * gdb.base/float.exp: Add test for SH.
21724
55ed7501
MK
217252003-08-10 Mark Kettenis <kettenis@gnu.org>
21726
21727 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
21728
1a371f2e
EZ
217292003-08-07 Elena Zannoni <ezannoni@redhat.com>
21730
21731 * gdb.base/completion.exp: Remove reduntant completion test
21732 on filename.
21733
e0f353ce
EZ
217342003-08-07 Elena Zannoni <ezannoni@redhat.com>
21735
a9c64011
AS
21736 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
21737 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
21738 gdb.trace/save-trace.exp: Make sure that full pathnames are
21739 escaped correctly.
e0f353ce 21740
5710a1af 217412003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 21742
a9c64011
AS
21743 * configure.in: Don't generate config.h from config.hin.
21744 * configure: Regenerate.
21745 * config.hin: Remove file.
21746 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
21747 * gdb.threads/pthreads.c: Ditto.
5710a1af 21748
dcd81ce9
DJ
217492003-08-07 Daniel Jacobowitz <drow@mvista.com>
21750
21751 From Kei Sakamoto <sakamoto.kei@renesas.com>:
21752 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
21753 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
21754 Replace ld24 with seth/add3.
21755
6009d884
AC
217562003-08-02 Andrew Cagney <cagney@redhat.com>
21757
21758 * gdb.base/annota3.exp: New file.
21759 * gdb.base/annota3.c: New file.
21760 * gdb.c++/annota3.exp: New file.
21761 * gdb.c++/annota3.cc: New file.
21762
51514e06
MC
217632003-07-29 Michael Chastain <mec@shout.net>
21764
21765 * gdb.threads/tls.c (spin): Check errno only if sem_wait
21766 actually failed.
21767 (do_pass): Likewise.
21768 * gdb.threads/tls.exp: Always initialize no_of_threads.
21769
4ee6625b
DJ
217702003-07-27 Daniel Jacobowitz <drow@mvista.com>
21771
21772 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
21773 pattern.
21774 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
21775 * gdb.threads/tls.exp: Recognize one case of the host library not
21776 supporting TLS.
21777
225f2bf6
AC
217782003-07-27 Andrew Cagney <cagney@redhat.com>
21779
21780 * gdb.base/fileio.exp: Use SH when running commands using
21781 remote_exec.
21782
bcb27c9f
DJ
217832003-07-24 Daniel Jacobowitz <drow@mvista.com>
21784
21785 From Kei Sakamoto <sakamoto.kei@renesas.com>:
21786 * gdb.base/relocate.c (dummy): New padding array.
21787
3d67be83
MS
217882003-07-22 Michael Snyder <msnyder@redhat.com>
21789
d63a86f8 21790 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
21791
21792 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
21793 patterns to be more general, accepting old and new output.
21794 Some output chars (such as '+') also must be quoted.
d63a86f8 21795 Some addresses are displayed numerically instead of
3d67be83
MS
21796 symbolically.
21797
57ba3b85
MS
217982003-07-23 Michael Snyder <msnyder@redhat.com>
21799
686d097c
MS
21800 * gdb.base/return2.exp: Don't test long-long return.
21801
57ba3b85
MS
21802 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
21803 * gdb.disasm/t01_mov.exp: Ditto.
21804 * gdb.disasm/t02_mova.s: Ditto.
21805 * gdb.disasm/t02_mova.exp: Ditto.
21806 * gdb.disasm/t03_add.s: Ditto.
21807 * gdb.disasm/t03_add.exp: Ditto.
21808 * gdb.disasm/t04_sub.s: Ditto.
21809 * gdb.disasm/t04_sub.exp: Ditto.
21810 * gdb.disasm/t05_cmp.s: Ditto.
21811 * gdb.disasm/t05_cmp.exp: Ditto.
21812 * gdb.disasm/t06_ari2.s: Ditto.
21813 * gdb.disasm/t06_ari2.exp: Ditto.
21814 * gdb.disasm/t07_ari3.s: Ditto.
21815 * gdb.disasm/t07_ari3.exp: Ditto.
21816 * gdb.disasm/t08_or.s: Ditto.
21817 * gdb.disasm/t08_or.exp: Ditto.
21818 * gdb.disasm/t09_xor.s: Ditto.
21819 * gdb.disasm/t09_xor.exp: Ditto.
21820 * gdb.disasm/t10_and.s: Ditto.
21821 * gdb.disasm/t10_and.exp: Ditto.
21822 * gdb.disasm/t11_logs.s: Ditto.
21823 * gdb.disasm/t11_logs.exp: Ditto.
21824 * gdb.disasm/t12_bit.s: Ditto.
21825 * gdb.disasm/t12_bit.exp: Ditto.
21826 * gdb.disasm/t13_otr.s: Ditto.
21827 * gdb.disasm/t13_otr.exp: Ditto.
21828
e00759ef
EZ
218292003-07-22 Elena Zannoni <ezannoni@redhat.com>
21830
21831 * gdb.threads/tls.exp :Add kfail for 'info address' case.
21832
8bc2021f
EZ
218332003-07-22 Elena Zannoni <ezannoni@redhat.com>
21834
a9c64011
AS
21835 * gdb.threads/tls.c : New file.
21836 * gdb.threads/tls.exp : New file.
21837 * gdb.threads/tls-main.c : New file.
21838 * gdb.threads/tls-shared.c : New file.
21839 * gdb.threads/tls-shared.exp : New file.
8bc2021f 21840
89320c4c
AS
218412003-07-22 Andreas Schwab <schwab@suse.de>
21842
21843 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
21844
180dea7c
AS
218452003-07-20 Andreas Schwab <schwab@suse.de>
21846
21847 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
21848 due to insn reordering.
21849
0714963c
AC
218502003-07-15 Andrew Cagney <cagney@redhat.com>
21851
21852 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
21853
98a23b3f
MC
218542003-07-15 Michael Chastain <mec@shout.net>
21855
21856 * gdb.base/gdb1250.exp: New file.
21857 * gdb.base/gdb1250.c: New file.
21858
27e417a2
ML
218592003-07-09 Michal Ludvig <mludvig@suse.cz>
21860
21861 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
21862 expansion of size_t to 'unsigned long', not only to 'unsigned'.
21863
8bc2021f
EZ
218642003-07-09 Elena Zannoni <ezannoni@redhat.com>
21865
a9c64011
AS
21866 * gdb.threads/tls.c: New file.
21867 * gdb.threads/tls.exp: New file.
21868 * gdb.threads/tls-main.c: New file.
21869 * gdb.threads/tls-shared.c: New file.
21870 * gdb.threads/tls-shared.exp: New file.
8bc2021f 21871
d99968dc
EZ
218722003-07-09 Elena Zannoni <ezannoni@redhat.com>
21873
21874 * gdb.base/annota1.exp: Make sure that we properly escape the
21875 full path of the source file. Xfail more permissive patterns,
d63a86f8 21876 due to a compiler debug info problem.
d99968dc 21877
83876b3b
AS
218782003-07-07 Andreas Schwab <schwab@suse.de>
21879
2705e972
AS
21880 * gdb.asm/m68k.inc: New file.
21881 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
21882
83876b3b
AS
21883 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
21884 arguments"): Also match negative number.
21885
21886 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
21887
3a871b37
DJ
218882003-07-03 Daniel Jacobowitz <drow@mvista.com>
21889
21890 * gdb.base/store.c (charest): New typedef.
21891 (add_char): Rename to add_charest, update.
21892 (wack_char): Rename to wack_charest, update types. Return l + r
21893 to keep r live across the call.
21894 (wack_short, wack_int, wack_long, wack_longest, wack_float)
21895 (wack_double, wack_doublest): Return l + r to keep r live across
21896 the call.
21897 * gdb.base/store.exp: Accomodate store.c changes.
21898
b2a7f303
DC
218992003-06-30 David Carlton <carlton@kealia.com>
21900
21901 * gdb.c++/maint.exp (test_invalid_name): New.
21902 (test_first_component): Add tests for invalid names.
21903
3c6cb4a1
MC
219042003-06-29 Michael Chastain <mec@shout.net>
21905
21906 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
21907 output of '<VTT for class>' for virtual base classes.
21908
f1c2644b
DJ
219092003-06-29 Daniel Jacobowitz <drow@mvista.com>
21910
21911 * gdb.base/completion.exp: Tab-complete "complet" instead of
21912 "compl".
21913 * gdb.base/complex.exp, gdb.base/complex.c: New files.
21914
18080350
DJ
219152003-06-29 Daniel Jacobowitz <drow@mvista.com>
21916
21917 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
21918 * gdb.base/volatile.exp: Likewise.
21919
f56973f8
DJ
219202003-06-29 Daniel Jacobowitz <drow@mvista.com>
21921
21922 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
21923 gdb/1265.
21924
219252003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
21926 Daniel Jacobowitz <drow@mvista.com>
21927
21928 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
21929 initial line count of 'captured_main' from 26 to 32.
21930 (test_with_self): Allow xmalloc call to be interleaved with the
21931 preceding two lines.
21932
e766d4d6
JB
219332003-06-24 Joel Brobecker <brobecker@gnat.com>
21934
21935 * gdb.base/bang.exp: New testcase.
21936
f125c9a4
JB
219372003-06-23 Joel Brobecker <brobecker@gnat.com>
21938
21939 * gdb.base/langs.exp: Add some tests for the "minimal" language
21940 support.
21941
6e25beaf
EZ
219422003-06-23 Elena Zannoni <ezannoni@redhat.com>
21943
21944 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
21945 the testcase.
21946
2f816dda
DJ
219472003-06-22 Daniel Jacobowitz <drow@mvista.com>
21948
21949 * gdb.base/relocate.exp: Test add-symbol-file with a variable
21950 offset.
21951
db5a5748
DJ
219522003-06-22 Daniel Jacobowitz <drow@mvista.com>
21953
21954 * gdb.c++/pr-1210.cc: New file.
21955 * gdb.c++/pr-1210.exp: New file.
21956
1df0c130
DJ
219572003-06-21 Daniel Jacobowitz <drow@mvista.com>
21958
21959 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
21960 000-exec-continue.
21961
a92feac0
MK
219622003-06-15 Mark Kettenis <kettenis@gnu.org>
21963
21964 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
21965 on *-*-*bsd* instead of *-*-freebsd*.
21966
81a58f5b
AC
219672003-06-14 Andrew Cagney <cagney@redhat.com>
21968
21969 * gdb.base/store.exp: Test longest and doublest. Test all
21970 parameters. Weaken return statement match.
21971 * gdb.base/store.c: Add longest and doublest - aka long long and
21972 long double functions. Put all parameters into local register
21973 variables. Use negative values.
21974
b257a0d3
AC
219752003-06-14 Andrew Cagney <cagney@redhat.com>
21976
21977 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
21978 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
21979 exit status.
21980 * gdb.base/fileio.exp: Disable target when nointerrupts and
21981 noinferiorio, instead of limiting it to remote. Use remote_exec
21982 instead of system.
d63a86f8 21983
21c38304
JJ
219842003-06-12 Jeff Johnston <jjohnstn@redhat.com>
21985
21986 * gdb.base/float.exp: Add ia64 support.
21987
1bcdb424
CV
219882003-06-12 Corinna Vinschen <vinschen@redhat.com>
21989
21990 * gdb.base/fileio.exp: Run only on remote targets.
21991
6aeb981f
CV
219922003-06-10 Corinna Vinschen <vinschen@redhat.com>
21993
21994 * gdb.base/fileio.c: New file, testing File-I/O.
21995 * gdb.base/fileio.exp: Ditto.
21996
53df362e
RG
219972003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
21998
21999 * gdb.base/shreloc.exp: New file, check symbol values obtained from
22000 shared objects after relocation at load time (gdb PR/1132).
22001 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 22002 as above, part of the shared object relocation test.
53df362e 22003
ffee1b46
MK
220042003-06-08 Mark Kettenis <kettenis@gnu.org>
22005
b5ca3722
MK
22006 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
22007 fully filled history list.
22008 * gdb.base/gdb_history: New file.
22009
03ed860d
MK
22010 * gdb.base/signals.exp: XFAIL "continue to func1" on
22011 i*86-*-freebsd*.
22012
ffee1b46
MK
22013 * gdb.base/attach.exp: When trying to attach to a nonexistent
22014 process, make it possible to specify the PID based on the target,
22015 and do so for *-*-freebsd*.
22016
d80dbb52
RH
220172003-06-02 Richard Henderson <rth@redhat.com>
22018
22019 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
22020
6dd77b81
RH
220212003-06-02 Richard Henderson <rth@redhat.com>
22022
22023 * gdb.base/selftest.exp: Next over lim_at_start initialization.
22024
f6347e16
RH
220252003-06-02 Richard Henderson <rth@redhat.com>
22026
22027 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
22028
2c161407
DJ
220292003-06-01 Daniel Jacobowitz <drow@mvista.com>
22030
22031 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
22032 of globalvar.
22033
572eb746
MK
220342003-06-01 Mark Kettenis <kettenis@gnu.org>
22035
22036 * gdb.asm/asm-source.exp: Check for memory read errors in
22037 disassembler test on *BSD too.
22038
9e9617a5
RH
220392003-06-01 Richard Henderson <rth@redhat.com>
22040
22041 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
22042 for .frame.
22043 (gdbasm_call): Lose ldgp.
22044 (gdbasm_startup): Add frame information.
22045 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
22046
7b34ad4e
MK
220472003-05-31 Mark Kettenis <kettenis@gnu.org>
22048
22049 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22050 i?86-*-*.
22051
10059fdf
MK
220522003-05-30 Mark Kettenis <kettenis@gnu.org>
22053
22054 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22055 FreeBSD.
22056
acf4b816
RH
220572003-05-29 Richard Henderson <rth@redhat.com>
22058
22059 * gdb.asm/alpha.inc: New file.
22060 * gdb.asm/asm-source.exp: Use it.
22061
e9ecd949
JB
220622003-05-29 Jim Blandy <jimb@redhat.com>
22063
22064 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
22065 'core.PID'.
22066
e3e5a4f3
JB
220672003-05-22 Jim Blandy <jimb@redhat.com>
22068
22069 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
22070 backtrace.
d63a86f8 22071
72fe3d25
DC
220722003-05-20 David Carlton <carlton@math.stanford.edu>
22073
22074 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
22075 this time.
22076
58da2eb2
DC
220772003-05-19 David Carlton <carlton@bactrian.org>
22078
22079 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
22080 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
22081
1fcb5155
DC
220822003-05-19 David Carlton <carlton@bactrian.org>
22083
22084 * gdb.c++/namespace.exp: Add namespace scope and anonymous
22085 namespace tests.
22086 Bump copyright date.
22087 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
22088 (main): Call C::D::marker2.
22089 * gdb.c++/namespace1.cc: New file.
22090
85e85163
JJ
220912003-05-14 Jeff Johnston <jjohnstn@redhat.com>
22092
22093 Roland McGrath <roland@redhat.com>
d63a86f8 22094 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
22095 there is no manager thread.
22096
a25fbfec
JJ
220972003-05-08 Jeff Johnston <jjohnstn@redhat.com>
22098
d63a86f8
RM
22099 * gdb.threads/schedlock.exp: Remove assumption that all threads
22100 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
22101 in one of the child threads rather than the main thread.
22102
be375bae
JB
221032003-05-07 Jim Blandy <jimb@redhat.com>
22104
09bf6082
JB
22105 Add support for assembly source testing on the s390x.
22106 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
22107 architecture.
22108 * gdb.asm/s390x.inc: New file.
22109
be375bae
JB
22110 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
22111 succession of 'if' statements.
22112
00905d52
AC
221132003-05-05 Andrew Cagney <cagney@redhat.com>
22114
22115 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
22116
b1e29e33
AC
221172003-05-05 Andrew Cagney <cagney@redhat.com>
22118
22119 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
22120 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
22121
e33d66ec
EZ
221222003-05-02 Elena Zannoni <ezannoni@redhat.com>
22123
22124 * gdb.base/charset.exp: Update based on new behavior of set/show
22125 charset commands.
22126
2b6fd0d8
AC
221272003-05-01 Andrew Cagney <cagney@redhat.com>
22128
22129 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
22130 variable do not give memory errors.
22131
130cacce
AF
221322003-04-30 Adam Fedor <fedor@gnu.org>
22133
22134 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
22135 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
22136 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
22137 gdb.objc/basicclass.m: : New files
22138
22139 * lib/gdb.exp (gdb_compile_objc): New procedure.
22140
bea71854
DJ
221412003-04-27 Daniel Jacobowitz <drow@mvista.com>
22142
22143 * gdb.base/signals.exp: Make backtrace tests more specific.
22144
0f20eeea
DC
221452003-04-23 David Carlton <carlton@bactrian.org>
22146
22147 * gdb.c++/maint.exp (test_first_component): Add tests for
22148 'operator' in more locations.
22149
c8c4d8dc
KB
221502003-04-16 Kevin Buettner <kevinb@redhat.com>
22151
22152 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
22153
3fe60e3c
EZ
221542003-04-16 Elena Zannoni <ezannoni@redhat.com>
22155
22156 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 22157 func marke' instead. Update test name.
3fe60e3c 22158
9219021c
DC
221592003-04-15 David Carlton <carlton@math.stanford.edu>
22160
22161 * gdb.c++/maint.exp: New file.
22162
5dd55bdd
EZ
221632003-04-14 Elena Zannoni <ezannoni@redhat.com>
22164
22165 * gdb.threads/schedlock.c: Change type of thread function argument
22166 to long, to avoid warnings on 64-bit platforms.
22167
00890572
EZ
221682003-04-14 Elena Zannoni <ezannoni@redhat.com>
22169
a9c64011
AS
22170 * gdb.base/attach.exp: Add new message from ptrace in case of
22171 attaching to nonexistent process.
d63a86f8 22172
93201743
JB
221732003-04-11 Jim Blandy <jimb@redhat.com>
22174
22175 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22176 gdb.c++/userdef.cc: Place comments on the lines to which the
22177 marker function might return.
22178 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22179 gdb.c++/userdef.exp: Look for those comments to check that we've
22180 returned to the right place, instead of checking line numbers.
22181
2a11c64d
EZ
221822003-04-11 Elena Zannoni <ezannoni@redhat.com>
22183
a9c64011
AS
22184 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
22185 match on sourcefile name, instead of directory name.
2a11c64d 22186
68ab8fc5
EZ
221872003-04-10 Elena Zannoni <ezannoni@redhat.com>
22188
d63a86f8 22189 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
22190 working directory name.
22191
5624293a
JB
221922003-04-09 Jim Blandy <jimb@redhat.com>
22193
22194 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22195 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
22196 after an inferior function call, report the failure, but allow the
22197 test to continue.
22198
f1f02ee4
SC
221992003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22200
22201 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22202 with -DPROTOTYPES.
22203
6eb79af0
SC
222042003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22205
22206 * gdb.base/break.exp: Revert last patch.
22207
8dfb4cf0
SC
222082003-04-04 Stephane Carrez <stcarrez@nerim.fr>
22209
22210 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22211 with -DPROTOTYPES.
22212
ed4c619a
AC
222132003-04-02 Andrew Cagney <cagney@redhat.com>
22214
22215 * gdb.base/callfuncs.exp: Make "print add" messages unique.
22216 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
22217 matching directories by the name breakpoint.
22218 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
22219 Make "continue to marker1" consistent.
22220 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
22221 message consistent.
22222 * lib/gdb.exp: Put "the program is no longer running", and "the
22223 program exited" in parenthesis.
22224 * lib/mi-support.exp: Ditto.
d63a86f8 22225
4e35d5f0 222262003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 22227
4e35d5f0
BR
22228 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
22229
71900fe8
AC
222302003-03-29 Andrew Cagney <cagney@redhat.com>
22231
22232 * gdb.base/sizeof.c (main): Print the value of '\377'.
22233 * gdb.base/sizeof.exp: Check the sign of '\377'.
22234
c0655a16
MC
222352003-03-27 Michael Chastain <mec@shout.net>
22236
22237 * gdb.base/gdb1090.exp: New file.
22238 * gdb.base/gdb1090.cc: New file.
22239
5b2a3989
JB
222402003-03-27 J. Brobecker <brobecker@gnat.com>
22241
22242 * gdb.gdb/observer.exp: New regression test.
22243
79876890
MC
222442003-03-27 Michael Chastain <mec@shout.net>
22245
22246 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
22247 * gdb.base/ptype.exp: Likewise.
22248
6eac95e3
CV
222492003-03-27 Corinna Vinschen <vinschen@redhat.com>
22250
22251 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
22252
e8c71839
MC
222532003-03-26 Michael Chastain <mec@shout.net>
22254
22255 * gdb.base/ptype.exp: Actually use some typedef'd types.
22256
71b10041
SC
222572003-03-21 Stephane Carrez <stcarrez@nerim.fr>
22258
22259 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
22260 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
22261
2512cf80
CV
222622003-03-20 Corinna Vinschen <vinschen@redhat.com>
22263
22264 * gdb.base/default.exp: Fix regular expression.
22265
0d195a4f
CV
222662003-03-20 Corinna Vinschen <vinschen@redhat.com>
22267
22268 * gdb.base/args.exp: Fix regular expression.
22269
8a2dbca8
CV
222702003-03-20 Corinna Vinschen <vinschen@redhat.com>
22271
22272 * gdb.base/help.exp: Allow Win32 child process.
22273
bf028682
CV
222742003-03-20 Corinna Vinschen <vinschen@redhat.com>
22275
22276 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
22277 when stepping out of main().
22278
182dbe85
CV
222792003-03-20 Corinna Vinschen <vinschen@redhat.com>
22280
22281 * gdb.base/default.exp: Check for win32 specific message when calling
22282 "run" without executable.
22283
d67a6ba5
CV
222842003-03-20 Corinna Vinschen <vinschen@redhat.com>
22285
22286 * gdb.base/args.exp: Expect .exe in output.
22287
a955b5bb
CV
222882003-03-20 Corinna Vinschen <vinschen@redhat.com>
22289
22290 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
22291 Cygwin native.
22292
bf6bad4b
AC
222932003-03-17 Andrew Cagney <cagney@redhat.com>
22294
22295 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
22296 vector registes.
22297 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
22298 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
22299
293e9a31
DC
223002003-03-17 David Carlton <carlton@math.stanford.edu>
22301
22302 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
22303 test, for PR breakpoints/38.
22304 Call test_watchpoint_and_breakpoint.
22305 * gdb.base/watchpoint.c (func3): New function.
22306 (main): Call func3.
22307
5330f2db
DC
223082003-03-04 David Carlton <carlton@math.stanford.edu>
22309
22310 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
22311 Garply<Garply<char> >:: garply".
22312 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
22313 with respect to PR c++/1111; note also PR c++/1113.
22314 (test_template_breakpoints): KFAIL "constructor breakpoint" with
22315 respect to PR c++/1062.
22316 KFAIL "destructor breakpoint" with respect to PR c++/1112.
22317
6ece72da
DC
223182003-03-03 David Carlton <carlton@math.stanford.edu>
22319
22320 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
22321 with respect to PR c++/57.
22322 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
22323 c++/826.
22324 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
22325 respect to PR c++/57.
22326
85ca1584
DC
223272003-03-03 David Carlton <carlton@math.stanford.edu>
22328
22329 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
22330 respect to PR c++/33 into FAILs.
22331
98e9c5b8
MC
223322003-03-03 Michael Chastain <mec@shout.net>
22333
7bedbf27
MC
22334 * configure.in: Update copyright years.
22335
223362003-03-03 Michael Chastain <mec@shout.net>
22337
22338 * Makefile.in: Update copyright years.
98e9c5b8 22339
f683e100
DC
223402003-02-28 David Carlton <carlton@math.stanford.edu>
22341
22342 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
22343 print class instead of struct and/or superfluous protection
22344 specifiers, as long as the resulting output is equivalent to the
22345 source code.
22346 Delete FIXME from end of messages on tests that don't need
22347 fixing.
22348
a9e0cf2c
DC
223492003-02-28 David Carlton <carlton@math.stanford.edu>
22350
22351 * gdb.c++/templates.exp (do_tests): Allow const in the two
22352 Foo<volatile char *>::foo tests.
22353
e8d359df
MS
223542003-02-27 Michael Snyder <msnyder@redhat.com>
22355
d63a86f8 22356 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
22357 will be consistant.
22358
0b71dc91
DC
223592003-02-26 David Carlton <carlton@math.stanford.edu>
22360
22361 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
22362 char *>::foo" test with respect to PR c++/33. Create a new test
22363 which is identical to that one except that it doesn't put the
22364 space between the "char" and the "*"; KFAIL it, too.
22365
dd14ab43
DC
223662003-02-26 David Carlton <carlton@math.stanford.edu>
22367
22368 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
22369 template types into either PASSes or KFAILs (corresponding to PR
22370 c++/57). Tweak indentation. Update copyright.
22371
1146c7f1
SC
223722003-02-23 Stephane Carrez <stcarrez@nerim.fr>
22373
22374 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
22375
74641dfb
MC
223762003-02-13 Michael Chastain <mec@shout.net>
22377
22378 * gdb.base/exprs.exp: Remove i960 remnants.
22379 * gdb.base/funcargs.exp: Likewise.
22380 * gdb.base/list.exp: Likewise.
22381 * gdb.base/ptype.exp: Likewise.
22382
559cd2d0
DC
223832003-02-14 David Carlton <carlton@math.stanford.edu>
22384
22385 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
22386 pEe->D::vg()" from XFAIL to KFAIL.
22387
c4f90d87
JM
223882003-02-13 Jason Molenda (jmolenda@apple.com)
22389
22390 * gdb.base/maint.exp: Update maint print statistics regexp to include
22391 new entries.
22392
cbc4d97c
MC
223932003-02-13 Michael Chastain <mec@shout.net>
22394
22395 * gdb.c++/inherit.exp: Remove call to get_debug_format.
22396
40f235b7
MC
223972003-02-12 Michael Chastain <mec@shout.net>
22398
22399 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
22400 * gdb.c++/inherit.exp: Likewise.
22401 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
22402 * gdb.c++/templates.exp: Likewise.
22403 * gdb.c++/virtfunc.exp: Likewise.
22404
c56716b0
JM
224052003-02-06 Jason Molenda (jason-cl@molenda.com)
22406
22407 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
22408 why the code is written that way.
22409
070afcf8
MC
224102003-02-05 Michael Chastain <mec@shout.net>
22411
22412 * gdb.base/dump.exp: Add missing copyright line.
22413
5d0331e5
JM
224142003-02-05 Jason Molenda (jason-cl@molenda.com)
22415
f7ae6d3e 22416 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
22417 at the beginning so the breakpoint doesn't get set on the loop.
22418
92851186
MC
224192003-02-05 Michael Chastain <mec@shout.net>
22420
22421 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
22422 output for configurations with gcc 2.95.3.
22423
cbf1e085
AC
224242003-02-05 Keith Seitz <keiths@redhat.com>
22425 Andrew Cagney <ac131313@redhat.com>
22426
22427 * gdb.mi/mi-cli.exp: New file.
d63a86f8 22428
29518e1e
MC
224292003-02-04 Michael Chastain <mec@shout.net>
22430
22431 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
22432 Call perror and then continue.
22433
5af1d5f3
MC
224342003-02-03 Michael Chastain <mec@shout.net>
22435
22436 * gdb.c++/pr-1023.cc: New file.
22437 * gdb.c++/pr-1023.exp: New file.
22438
6b549786
JB
224392003-02-05 Jim Blandy <jimb@redhat.com>
22440
22441 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
22442 it's local to foobar. Check for it there, and check that it's not
22443 present in main.
22444 * gdb.c++/local.cc (marker2): New function.
22445 (foobar): Call marker1.
22446 (main): Call marker2 instead of marker1.
22447
67f16606
AC
224482003-02-04 Andrew Cagney <ac131313@redhat.com>
22449
22450 * gdb.disasm/mn10200.exp: Obsolete file.
22451 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
22452 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
22453 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
22454
1c5cb38e
DC
224552003-02-04 David Carlton <carlton@math.stanford.edu>
22456
22457 * gdb.c++/overload.exp: Test intToChar(1).
22458 * gdb.c++/overload.cc (intToChar): New.
22459 (main): Call intToChar.
22460
d1fe6965
DC
224612003-02-03 David Carlton <carlton@math.stanford.edu>
22462
22463 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
22464 'might_kfail' arg.
22465 KFAIL some of the continue_to_bp_overloaded calls, according to
22466 PR c++/1025.
22467
9ba61c5d
MC
224682003-02-01 Michael Chastain <mec@shout.net>
22469
22470 * gdb.base/advance.c (marker1): New marker function.
22471 * gdb.base/advance.exp: When the 'advance' command lands on the
22472 return breakpoint, it can legitimately stop on either the
22473 current line or the next line. Accommodate both outcomes.
22474 * gdb.base/until.exp: Likewise.
22475
e7494ffb
AC
224762003-02-02 Andrew Cagney <ac131313@redhat.com>
22477
22478 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
22479 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
22480 now a list, not a tuple.
22481 * gdb.mi/mi-var-display.exp: Ditto.
22482 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 22483
075559bc
AC
224842003-02-01 Andrew Cagney <ac131313@redhat.com>
22485
22486 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
22487 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
22488 stack backtraces.
22489 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 22490
2bd4c7b1
MK
224912003-02-01 Mark Kettenis <kettenis@gnu.org>
22492
22493 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22494 gdb.mi/mi1-pthreads.exp: Return instead of calling
22495 gdb_suppress_entire_file.
22496
eabd8992
MS
224972003-02-01 Mark Salter <msalter@redhat.com>
22498
22499 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
22500
71469e2f
MS
225012003-01-31 Mark Salter <msalter@redhat.com>
22502
22503 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
22504 Support empty arg.
22505
38a94d44
MC
225062003-01-30 Michael Chastain <mec@shout.net>
22507
22508 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
22509 This was a workaround for a UTF-8 bug in readline 4.3. The bug
22510 has been fixed in gdb/readline on 2003-01-09.
22511
19ea9e73
MS
225122003-01-29 Michael Snyder <msnyder@redhat.com>
22513
e8d359df
MS
22514 * gdb.base/maint.exp: Allow for leading underscore in symbol.
22515 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
22516 * gdb.base/args.exp: Skip if target does not support args passing.
22517
2307bd6a
DJ
225182003-01-22 Daniel Jacobowitz <drow@mvista.com>
22519
19ea9e73 22520 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
22521 gdb_test. Accept a list of expect arguments as the third
22522 parameter.
22523 (gdb_test): Use it.
22524
f2dd3617
EZ
225252003-01-20 Elena Zannoni <ezannoni@redhat.com>
22526
22527 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
22528 allow for different test tree configurations. Update some
22529 tescases accordingly.
22530 * gdb.arch/altivec-regs.exp: Ditto.
22531 * gdb.asm/asm-source.exp: Ditto.
22532 * gdb.base/advance.exp: Ditto.
22533 * gdb.base/display.exp: Ditto.
d63a86f8 22534 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
22535 * gdb.base/mips_pro.exp: Ditto.
22536 * gdb.base/overlays.exp: Ditto.
22537 * gdb.base/relocate.exp: Ditto.
22538 * gdb.base/setshow.exp: Ditto.
22539 * gdb.base/step-line.exp: Ditto.
22540 * gdb.base/step-test.exp: Ditto.
22541 * gdb.base/until.exp: Ditto.
22542 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
22543
c71cdefd
DC
225442003-01-17 David Carlton <carlton@math.stanford.edu>
22545
22546 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
22547 corresponding to PR c++/945.
22548 Update copyright.
22549
fdba05d7
DC
225502003-01-17 David Carlton <carlton@math.stanford.edu>
22551
22552 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
22553 corresponding to PR c++/68.
22554
225552003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
22556
22557 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
22558 (test_paddr_hairy_functions): Call print_addr_2_kfail for
22559 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
22560
c362c33a
EZ
225612003-01-15 Elena Zannoni <ezannoni@redhat.com>
22562
0fbc361c
EZ
22563 * gdb.base/break.exp: Fix change of default location, because of
22564 removal of until tests.
22565 * gdb.base/help.exp: Update test for new 'until' help message.
22566 Add test for help on 'advance'.
a9c64011 22567 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 22568
dabf8a35
MK
225692003-01-15 Mark Kettenis <kettenis@gnu.org>
22570
22571 * gdb.base/default.exp: Adapt "info float" test for recent changes
22572 to that command. Add test for "info vector".
22573 * gdb.base/float.exp: New file. Add test for "info float" that
22574 resembles the old test in gdb.base/default.exp.
22575
a1769aca
DC
225762003-01-15 David Carlton <carlton@math.stanford.edu>
22577
22578 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
22579
82025e13
EZ
225802003-01-15 Elena Zannoni <ezannoni@redhat.com>
22581
22582 * gdb.base/break.exp: Move the tests of until command from here...
22583 * gdb.base/until.exp: ... to here. New file. Add other tests.
22584 * gdb.base/advance.c: New file.
22585 * gdb.base/advance.exp: New file.
22586
8f9ab801
EZ
225872003-01-14 Elena Zannoni <ezannoni@redhat.com>
22588
a9c64011
AS
22589 * gdb.base/args.c: New file.
22590 * gdb.base/args.exp: New file.
8f9ab801 22591
9ae66589
DJ
225922003-01-14 Daniel Jacobowitz <drow@mvista.com>
22593
22594 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
22595
8d77e5c3
DJ
225962003-01-14 Daniel Jacobowitz <drow@mvista.com>
22597
22598 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
22599
12d2f0a1
DJ
226002003-01-14 Daniel Jacobowitz <drow@mvista.com>
22601
22602 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
22603 dates.
22604
6ca37014
DJ
226052003-01-13 Daniel Jacobowitz <drow@mvista.com>
22606
22607 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
22608
b0023472
DJ
226092003-01-13 Daniel Jacobowitz <drow@mvista.com>
22610
22611 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
22612 (ptype &*"foo").
22613 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
22614
607fbc54 226152003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
22616
22617 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
22618 * gdb.mi/mi1-console.exp: Likewise.
22619
607fbc54 226202003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
22621
22622 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
22623 * gdb.mi/mi1-console.exp: Likewise.
22624
a1fb14a2
DJ
226252003-01-13 Daniel Jacobowitz <drow@mvista.com>
22626
22627 * gdb.c++/overload.exp: Remove some fixed XFAILs.
22628
c4cf40b7
DJ
226292003-01-09 Daniel Jacobowitz <drow@mvista.com>
22630
22631 * gdb.base/detach.exp: New test.
22632
696d5a5b
DJ
226332003-01-09 Daniel Jacobowitz <drow@mvista.com>
22634
22635 * Makefile.in (ALL_SUBDIRS): New variable.
22636 (subdirs, clean, distclean): Use it.
22637 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
22638 regenerating Makefile, since it is generated from the top level.
22639 * gdb.asm/Makefile.in: Likewise.
22640 * gdb.base/Makefile.in: Likewise.
22641 * gdb.c++/Makefile.in: Likewise.
22642 * gdb.disasm/Makefile.in: Likewise.
22643 * gdb.java/Makefile.in: Likewise.
22644 * gdb.mi/Makefile.in: Likewise.
22645 * gdb.threads/Makefile.in: Likewise.
22646 * gdb.trace/Makefile.in: Likewise.
22647
754533e4
DC
226482003-01-09 David Carlton <carlton@math.stanford.edu>
22649
22650 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
22651 Add copyright year 2003.
22652
d8b3e9ee
MC
226532003-01-06 Michael Chastain <mec@shout.net>
22654
22655 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
22656 When selecting a thread, 'line' and 'file' are optional.
22657 * gdb.mi/mi1-pthreads.exp: Likewise.
22658
8e9e0fe6
AS
226592003-01-06 Andreas Schwab <schwab@suse.de>
22660
22661 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
22662 failures.
22663
b5ab8ff3
DJ
226642003-01-04 Daniel Jacobowitz <drow@mvista.com>
22665
22666 Fix PR gdb/844
22667 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
22668 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
22669
22670 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
22671 instead of calling gdb_suppress_entire_file.
22672 * gdb.threads/print-threads.exp: Likewise.
22673 * gdb.threads/schedlock.exp: Likewise.
22674
22675 * gdb.threads/killed.exp: Return instead of calling
22676 gdb_suppress_entire_file.
22677 * gdb.threads/linux-dp.exp: Likewise.
22678 * gdb.threads/pthreads.exp: Likewise.
22679
1e698235
DJ
226802003-01-04 Daniel Jacobowitz <drow@mvista.com>
22681
22682 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
22683 stabs.
22684 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
22685 * gdb.base/whatis.exp: Always allow (void) after function names.
22686
147ff08c
DJ
226872003-01-04 Daniel Jacobowitz <drow@mvista.com>
22688
22689 * gdb.c++/casts.exp: Correct regexp.
22690
dc62bfc2
MK
226912003-01-04 Mark Kettenis <kettenis@gnu.org>
22692
22693 * configure.in: Call AC_CONFIG_HEADER. Don't call
22694 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
22695 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
22696 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
22697 aforementioned directories in the AC_OUPUT call.
22698 * config.hin: New file.
22699 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22700 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
22701 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
22702 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
22703 pass -I$objdir instead of -I$objdir/$subdir in compilation.
22704 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
22705 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
22706 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
22707 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
22708 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
22709 gdb.threads/configure.in, gdb.threads/configure,
22710 gdb.threads/config.in, gdb.trace/configure.in,
22711 gdb.trace/configure: Removed.
22712
77afa639
MC
227132003-01-03 Michael Chastain <mec@shout.net>
22714
22715 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
22716 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
22717
7634bb6e
DJ
227182003-01-03 Daniel Jacobowitz <drow@mvista.com>
22719
22720 * gdb.base/store.exp: Fix regular expressions.
22721
b39c905e
MK
227222002-12-28 Mark Kettenis <kettenis@gnu.org>
22723
22724 * configure.in: Rewrite.
22725 * configure: Regenerated.
22726
0a8551dd
DC
227272003-01-03 David Carlton <carlton@math.stanford.edu>
22728
22729 * gdb.base/psymtab.exp: New file.
22730 * gdb.base/psymtab1.c: Ditto.
22731 * gdb.base/psymtab2.c: Ditto.
22732
c60b7188
AF
227332002-12-23 Adam Fedor <fedor@gnu.org>
22734
22735 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
22736
ee73db83
DC
227372002-12-23 David Carlton <carlton@math.stanford.edu>
22738
22739 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
22740 and current_directory initialization.
22741
d6c1774e
JB
227422002-12-22 Jim Blandy <jimb@redhat.com>
22743
f0a847b8
JB
22744 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
22745 rather than as part of the output file name.
22746
d6c1774e
JB
22747 * gdb.base/attach.exp: There's no need to copy the test program to
22748 /tmp; that was only ever necessary on HP/UX, and this test is
22749 entirely disabled there anyway.
22750
f0708dbb
JB
227512002-12-21 Jim Blandy <jimb@redhat.com>
22752
4c2acfea
JB
22753 * gdb.c++/psmang.exp: Doc fix.
22754
f0708dbb
JB
22755 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
22756 test.
22757
9579e000
DC
227582002-12-20 David Carlton <carlton@math.stanford.edu>
22759
22760 * gdb.c++/annota2.exp: KFAIL annotate-quit.
22761
d1810171
MC
227622002-12-18 Michael Chastain <mec@shout.net>
22763
22764 * gdb.c++/annota2.exp: Add copyright year 2002.
22765
76565097
DC
227662002-12-17 David Carlton <carlton@math.stanford.edu>
22767
22768 * gdb.c++/try_catch.cc: Add marker comments.
22769 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
22770 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
22771 * gdb.c++/m-static.cc: Ditto.
22772 * gdb.c++/m-static1.cc: Ditto.
22773 * gdb.c++/try_catch.cc: Ditto.
22774
da81390b
JJ
227752002-12-16 Jeff Johnston <jjohnstn@redhat.com>
22776
22777 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
22778 to see whether we are using the new -environment-directory
22779 command which resets via -r or the old version of the command
22780 which may prompt the user. Part of fix for gdb/741.
22781
b304d130
AC
227822002-12-13 Andrew Cagney <ac131313@redhat.com>
22783
22784 * gdb.fortran/types.exp: Update obsolete comment.
22785 * gdb.fortran/exprs.exp: Ditto.
22786 * lib/gdb.exp: Delete obsolete code.
22787 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
22788 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
22789 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
22790 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
22791 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
22792 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
22793 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
22794 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
22795 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
22796 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
22797 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
22798 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
22799 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
22800 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
22801 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
22802 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
22803 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
22804 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
22805 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
22806 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
22807 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
22808 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
22809 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
22810 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
22811 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
22812 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
22813 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
22814 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
22815 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
22816 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
22817 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
22818 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
22819 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
22820 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
22821 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
22822 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
22823 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
22824
a23b6e6a
DC
228252002-12-11 David Carlton <carlton@math.stanford.edu>
22826
22827 * gdb.c++/m-data.exp: Add test for members that shadow global
22828 variables: see PR gdb/804.
22829 * gdb.c++/m-data.cc: Ditto.
22830
6604731b
DJ
228312002-12-10 Daniel Jacobowitz <drow@mvista.com>
22832
22833 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
22834
de46ecd7
DC
228352002-12-06 David Carlton <carlton@math.stanford.edu>
22836
22837 * gdb.base/store.c: Don't declare functions static.
22838
27e829d0
AC
228392002-12-04 Andrew Cagney <ac131313@redhat.com>
22840
22841 * gdb.base/store.exp, gdb.base/store.c: New files.
22842
92806416
DJ
228432002-12-03 Daniel Jacobowitz <drow@mvista.com>
22844
22845 * gdb.base/selftest.exp: Update for current gdb.
22846
3bcbaac5
DJ
228472002-12-03 Daniel Jacobowitz <drow@mvista.com>
22848
22849 * gdb.base/maint.exp: Only dump symbols from one source file
22850 or objfile.
22851
f4f00b1f
DJ
228522002-12-03 Daniel Jacobowitz <drow@mvista.com>
22853
22854 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
22855 function call.
22856
f1c8a949
JB
228572002-11-25 Jim Blandy <jimb@redhat.com>
22858
22859 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
22860 function appearing in error message.
22861
9e297a97
DJ
228622002-11-21 Daniel Jacobowitz <drow@mvista.com>
22863
22864 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
22865
1f312e79
JJ
228662002-11-08 Jeff Johnston <jjohnstn@redhat.com>
22867
d63a86f8
RM
22868 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
22869 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
22870 should be in mi console format. This is part of fix for PR gdb/604.
22871
83c31e7d
FN
228722002-09-18 Fernando Nasser <fnasser@redhat.com>
22873
22874 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
22875 which explicitly prints the zero offset as "+0".
22876
322b3f65
DJ
228772002-10-22 Daniel Jacobowitz <drow@mvista.com>
22878
22879 * gdb.threads/schedlock.c (args): Make unsigned.
22880
228812002-10-21 Daniel Jacobowitz <drow@mvista.com>
22882
22883 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
22884 numbers. Allow "foo2|selected stack frame".
22885 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
22886 * gdb.asm/asmsrc2.s: Likewise.
22887 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
22888 comments.
22889 * gdb.asm/mips.inc: New file.
22890
5e2fe5b8
AF
228912002-10-18 Adam Fedor <fedor@gnu.org>
22892
22893 * gdb.base/default.exp: Update expected output to include 'ObjC'.
22894 * gdb.base/help.exp: Likewise.
22895
abe1a5d0
KB
228962002-10-17 Kevin Buettner <kevinb@redhat.com>
22897
22898 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
22899 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
22900
10abb1d4
JB
229012002-10-02 Jim Blandy <jimb@redhat.com>
22902
22903 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
22904
1f609b42
AC
229052002-10-01 Andrew Cagney <ac131313@redhat.com>
22906
22907 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
22908 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
22909 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
22910 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
22911 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
22912 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
22913 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
22914
0aee02e4
AC
229152002-09-29 Andrew Cagney <ac131313@redhat.com>
22916
22917 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
22918 * mi0-disassemble.exp, mi0-eval.exp: Delete.
22919 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
22920 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
22921 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
22922 * mi0-var-block.exp, mi0-var-child.exp: Delete.
22923 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 22924
6fde09ad
KB
229252002-09-27 Kevin Buettner <kevinb@redhat.com>
22926
22927 * gdb.base/annota1.exp (info break): Make directory components of
22928 path optional since not all compilers emit this debug information.
22929
889bf7c5
PA
22930 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
22931 step ends up stepping out of the function instead of stopping on
22932 the epilogue.
6fde09ad 22933
9e8aab75
KS
229342002-09-26 Keith Seitz <keiths@redhat.com>
22935
22936 * lib/insight-support.exp (gdbtk_start): Figure out where
22937 the insight executable is based on where gdb is. Use this
22938 executable to start insight instead of gdb.
22939
e36180d7
AC
229402002-09-25 Andrew Cagney <cagney@redhat.com>
22941
22942 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
22943
9dd34b2b
AC
229442002-09-24 Andrew Cagney <ac131313@redhat.com>
22945
22946 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
22947 test_isolated_complaints.
22948 (test_empty_complaint): New function.
22949 (test_empty_complaints): New function. Check no output when no
22950 complaints.
d63a86f8 22951
dea97812
KB
229522002-09-19 Jim Blandy <jimb@redhat.com>
22953
a9c64011 22954 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 22955
54951bd7
AC
229562002-09-19 Andrew Cagney <ac131313@redhat.com>
22957
22958 * gdb.gdb/complaints.exp: New file.
22959
dec43320
AC
229602002-09-18 Andrew Cagney <ac131313@redhat.com>
22961
22962 * gdb.base/maint.exp: Check `help maint internal-warning'.
22963
e70d6e3f
DC
229642002-09-18 David Carlton <carlton@math.stanford.edu>
22965
22966 * gdb.c++/m-static.exp: Remove breakpoints depending on line
22967 numbers, and replace them by a single breakpoint after the
22968 constructors are all finished.
22969 Add test 4.
22970 * gdb.c++/m-static.cc: Add test 4.
22971 * gdb.c++/m-static.h: New file.
22972 * gdb.c++/m-static1.cc: New file.
22973
22974 * gdb.c++/printmethod.exp: New file.
22975 * gdb.c++/printmethod.cc: New file.
22976
22977 * gdb.c++/pr-574.exp: New file.
22978 * gdb.c++/pr-574.cc: New file.
22979
afb5c968
CV
229802002-09-18 Corinna Vinschen <vinschen@redhat.com>
22981
22982 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
22983 embedded targets which never actually exit.
22984
31e45dee
FN
229852002-09-18 Fernando Nasser <fnasser@redhat.com>
22986
22987 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
22988 "don't step after run" as unresolved or unsupported, instead of xfail.
22989
a283c5a1
CV
229902002-09-18 Corinna Vinschen <vinschen@redhat.com>
22991
22992 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
22993 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
22994 Add newline to expected string in "step out of main (status wrapper)"
22995 case.
22996
11350d2a
CV
229972002-09-18 Corinna Vinschen <vinschen@redhat.com>
22998
22999 * lib/gdb.exp (rerun_to_main): Allow restarting application.
23000 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
23001
0deec7d6
TT
230022002-09-17 Tom Tromey <tromey@redhat.com>
23003
23004 * gdb.base/printcmds.exp (test_print_string_constants): Expect
23005 \000, not \0, in double-quoted string.
23006
b2b4a1b5
CV
230072002-09-14 Corinna Vinschen <vinschen@redhat.com>
23008
c9d37158 23009 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
23010 string after running the commands execution on breakpoint tests.
23011
1c56143a
CV
230122002-09-13 Corinna Vinschen <vinschen@redhat.com>
23013
23014 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
23015
37f8da45
JB
230162002-09-12 Joel Brobecker <brobecker@gnat.com>
23017
23018 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
23019
08b468e0
KS
230202002-09-10 Keith Seitz <keiths@redhat.com>
23021
23022 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
23023 runto proc.
23024 (mi_run_to_main): Use mi_runto.
23025 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
23026
dc360f58
KS
230272002-09-10 Keith Seitz <keiths@redhat.com>
23028
23029 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
23030 regexp for stopping at main. Could have multiple event notifications.
23031 Don't assume that main was declared with no parameters.
23032 (mi_next): Use mi_step_to.
23033 (mi_step): Use mi_next_to.
23034
ce3abcfb
CV
230352002-09-09 Corinna Vinschen <vinschen@redhat.com>
23036
23037 * gdb.base/default.exp: Fix expected string in `info float' test.
23038
d1f5b980
BE
230392002-09-09 Ben Elliston <bje@redhat.com>
23040
23041 * config/mips.exp: Update comments.
23042 * config/mips-idt.exp: Likewise.
23043 * config/nind.exp: Likewise.
23044 * config/slite.exp: Likewise.
23045 * config/sparclet.exp: Likewise.
23046 * config/udi.exp: Likewise.
23047 * config/vx.exp: Likewise.
23048 * config/vxworks29k.exp: Likewise.
23049
2f71430b
JB
230502002-09-05 Jim Blandy <jimb@redhat.com>
23051
23052 * gdb.threads/killed.exp: Fix test failure message.
23053
7ddebc7e
KS
230542002-09-04 Keith Seitz <keiths@redhat.com>
23055
23056 * lib/mi-support.exp: Update copyright.
23057 (mi_gdb_test): Increase the priority of the expected pattern
23058 so that it matches gdb_test.
23059
0ae67eb3
KS
230602002-09-03 Keith Seitz <keiths@redhat.com>
23061
23062 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
23063 Use integer comparison instead of string comparison for testing
23064 whether binary was built.
23065
38fc42c8
JB
230662002-09-03 Jim Blandy <jimb@redhat.com>
23067
23068 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
23069
b6ff0e81
JB
230702002-08-29 Jim Blandy <jimb@redhat.com>
23071
23072 * gdb.threads/pthreads.exp: Move the portable thread compilation
23073 code into a function in lib/gdb.exp, and call that from here.
23074 * lib/gdb.exp (gdb_compile_pthreads): New function.
23075
07c98896
KS
230762002-08-29 Keith Seitz <keiths@redhat.com>
23077
23078 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
23079 expect_out so that callers can get at it.
23080
0312286c
DJ
230812002-08-23 Daniel Jacobowitz <drow@mvista.com>
23082
23083 * gdb.threads/print-threads.c: New file.
23084 * gdb.threads/print-threads.exp: New file.
23085 * gdb.threads/schedlock.c: New file.
23086 * gdb.threads/schedlock.exp: New file.
23087
dd039bc4
EZ
230882002-08-22 Elena Zannoni <ezannoni@redhat.com>
23089
a9c64011
AS
23090 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
23091 not altivec.c.
dd039bc4 23092
1f36144c
MK
230932002-08-17 Mark Kettenis <kettenis@gnu.org>
23094
23095 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
23096 targets. The problem should be fixed now.
23097
16057ec7 230982002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
23099
23100 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
23101 2002-07-24 change that removes final dots from error messages.
23102
3c1499ad
TT
231032002-08-13 Tom Tromey <tromey@redhat.com>
23104
23105 * gdb.base/readline.exp: New file.
23106
a20ce2c3
AC
231072002-08-01 Andrew Cagney <ac131313@redhat.com>
23108
23109 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
23110 supress message.
23111
db034ac5
AC
231122002-08-01 Andrew Cagney <cagney@redhat.com>
23113
23114 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
23115 CHILL_FOR_TARGET and CHILL_LIB.
23116 * configure.in (configdirs): Remove gdb.chill.
23117 * configure: Regenerate.
23118 * lib/gdb.exp: Obsolete references to chill.
23119 * gdb.fortran/types.exp: Ditto.
23120 * gdb.fortran/exprs.exp: Ditto.
23121
3e000b18
KB
231222002-07-30 Kevin Buettner <kevinb@redhat.com>
23123
23124 * gdb.base/shlib-call.exp (additional_flags): Conditionally
23125 set Irix-specific compile and link flags.
23126
28f4966b
KB
231272002-07-29 Kevin Buettner <kevinb@redhat.com>
23128
23129 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
23130 source files. The ``-o'' option doesn't work with the ``-E'' option
23131 when using the Irix compiler.
23132
46c0d5a6
DJ
231332002-07-19 Daniel Jacobowitz <drow@mvista.com>
23134
23135 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
23136 Improve support for reusing an exec file. Copy exec file
23137 to target, and run gdbserver on the target instead of on the host.
23138
eecf4bed
JB
231392002-07-18 Jim Blandy <jimb@redhat.com>
23140
0f815cdf
JB
23141 * gdb.base/ending-run.exp: Don't expect to see the program end in
23142 some orderly fashion when we're running on a real stand-alone
23143 board.
23144
eecf4bed
JB
23145 * gdb.base/interrupt.exp: Correct logic for skipping tests on
23146 targets that don't support interrupts.
23147
52d309e4
JB
231482002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
23149
23150 * gdb.base/attach.exp: Add patterns to match output from /proc-based
23151 systems.
23152 Move comments in expect statements to inside the actions, so that they
23153 don't get matched against.
23154
ff683d9e
MK
231552002-07-10 Mark Kettenis <kettenis@gnu.org>
23156
23157 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
23158 function when asleep" test.
23159
b5356753
AC
231602002-07-10 Andrew Cagney <ac131313@redhat.com>
23161
23162 * gdb.base/page.exp: Rewrite to handle problems with very long
23163 `info set' output. Update copyright.
23164
6aa4d13a
AC
231652002-06-26 Andrew Cagney <ac131313@redhat.com>
23166
23167 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
23168 gdb.threads-hp.
23169 * gdb.hp/configure: Regenerate.
23170 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
23171 * gdb.hp/gdb.threads-hp/configure: Delete file.
23172 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
23173
8cf8c2b8
AC
231742002-06-22 Andrew Cagney <ac131313@redhat.com>
23175
23176 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
23177 setlocale, bindtextdomain and textdomain.
23178
6827a8f8
JB
231792002-06-11 Jim Blandy <jimb@redhat.com>
23180
919d772c
JB
23181 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
23182 preprocessor macro information is present.
23183
6827a8f8
JB
23184 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
23185 tests.
23186
c15b0d21
MS
231872002-06-06 Michael Snyder <msnyder@redhat.com>
23188
c5984d70
MS
23189 * gdb.base/overlays.exp: Record addresses of overlay
23190 functions in TCL variables rather than in GDB variables,
23191 to avoid having GDB convert them to pointers (with loss
23192 of information).
23193
d63a86f8 23194 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 23195 default linker script changes.
c15b0d21
MS
23196 * gdb.base/long_long.exp: Add check for sizeof (long double).
23197
be26fe0d
ML
231982002-06-06 Michal Ludvig <mludvig@suse.cz>
23199
23200 * gdb.asm/asm-source.exp: Add x86-64 target.
23201 * gdb.asm/x86_64.inc: New.
d63a86f8 23202
258093ca 232032002-05-30 Michael Chastain <mec@shout.net>
258093ca 23204
4b3153f1 23205 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
23206 * gdb.c++/m-static.cc: New file.
23207 * gdb.c++/m-static.exp: New file.
23208
241264c6
MS
232092002-05-28 Michael Snyder <msnyder@redhat.com>
23210
23211 * gdb.base/call-ar-st.exp: Allow for reduced floating point
23212 precision.
23213
9bba8c8f 232142002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 23215
4b3153f1 23216 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
23217 * gdb.c++/m-data.cc: New file.
23218 * gdb.c++/m-data.exp: New file.
23219
232202002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 23221
4b3153f1 23222 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 23223 * gdb.c++/try_catch.cc: New file.
d63a86f8 23224 * gdb.c++/try_catch.exp: New file.
9bba8c8f 23225
def1b996
MC
232262002-05-27 Michael Chastain <mec@shout.net>
23227
23228 * gdb.c++/local.exp: Accept more nested types in output.
23229
522ba268
MC
232302002-05-26 Michael Chastain <mec@shout.net>
23231
23232 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
23233
277254ba
MS
232342002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
23235
23236 * lib/gdb.exp (gdb_wrapper_init): Just because
23237 gdb_wrapper_file exists, this does not mean that the file
23238 should not be rebuilt. That is what gdb_wrapper_initialized
23239 is for.
23240 (default_gdb_init): Reset gdb_wrapper_initialized.
23241
b61a8733
MS
232422002-05-23 Michael Snyder <msnyder@redhat.com>
23243
d63a86f8 23244 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
23245 the precision of the floating point test results.
23246 * gdb.base/call-rt-st.exp: Ditto.
23247
b61a8733
MS
23248 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
23249 * gdb.base/call-rt-st.exp: Ditto.
23250
56f6e910
MC
232512002-05-19 Michael Chastain <mec@shout.net>
23252
23253 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
23254
ad0b0016
EZ
232552002-05-19 Elena Zannoni <ezannoni@redhat.com>
23256
a9c64011
AS
23257 * configure.in (configdirs): Add gdb.arch.
23258 * configure: Regenerate.
ad0b0016 23259
f617d2b6
JB
232602002-05-17 Jim Blandy <jimb@redhat.com>
23261
23262 * gdb.base/completion.exp: Recognize the more detailed error
23263 messages produced by the macro expander's lexical analyzer.
23264
eac2a696
EZ
232652002-05-14 Elena Zannoni <ezannoni@redhat.com>
23266
a9c64011
AS
23267 * gdb.arch/altivec-abi.c: New file.
23268 * gdb.arch/altivec-abi.exp: New file.
23269 * gdb.arch/altivec-regs.c: New file.
23270 * gdb.arch/altivec-regs.exp: New file.
eac2a696 23271
2fdde8f8
DJ
232722002-05-14 Daniel Jacobowitz <drow@mvista.com>
23273
23274 * gdb.base/maint.exp (maint print type): Update for new type
23275 structure.
d63a86f8 23276
e31f1a7c
EZ
232772002-05-14 Elena Zannoni <ezannoni@redhat.com>
23278
23279 * gdb.arch: New directory.
23280 * gdb.arch/configure.in: New file.
23281 * gdb.arch/configure: New file.
23282 * gdb.arch/Makefile.in: New file.
23283
db589741
CV
232842002-05-13 Corinna Vinschen <vinschen@redhat.com>
23285
23286 * gdb.asm/asm-source.exp: Add v850 as supported target.
23287 * gdb.asm/v850.inc: New file.
23288
8ce2a7dc
DJ
232892002-05-13 Daniel Jacobowitz <drow@mvista.com>
23290
23291 * gdb.c++/annota2.exp (annotate-quit): Add comment.
23292
df763c7f
DJ
232932002-05-12 Daniel Jacobowitz <drow@mvista.com>
23294
23295 * gdb.base/break.exp: Check 'break "marker2"'.
23296
377daeed
MS
232972002-05-10 Michael Snyder <msnyder@redhat.com>
23298
23299 * gdb.base/long_long.exp: Fix typo.
23300
c4b7bc2b
JB
233012002-05-10 Jim Blandy <jimb@redhat.com>
23302
ecac9a4e
JB
23303 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
23304 a bug.
23305
c4b7bc2b
JB
23306 * gdb.base/printcmds.exp (test_integer_literals_rejected):
23307 Recognize more detailed error message produced by the macro
23308 expander's lexical analyzer.
23309 * lib/gdb.exp (test_print_reject): Same.
23310
e71019a1
MK
233112002-05-09 Mark Kettenis <kettenis@gnu.org>
23312
23313 * gdb.c++/method.exp: Fix typo.
23314
fedfc8e6
MS
233152002-05-08 Michael Snyder <msnyder@redhat.com>
23316
166a1957
MS
23317 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
23318 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 23319 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
23320 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
23321 Add iftarget clause for strongarm.
d63a86f8 23322
f1c47eb2
MS
233232002-05-06 Michael Snyder <msnyder@redhat.com>
23324
cb9a9d3e
MS
23325 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
23326 (gdb_continue_to_end): Accept output from status wrapper.
23327 * gdb.base/ending-run.exp: Add case for output from status wrapper.
23328 Clean up fail messages to match pass messages.
23329
f1c47eb2
MS
23330 Enable the "needs_status_wrapper" testsuite feature.
23331 * lib/gdb.exp (gdb_wrapper_init): New procedure.
23332 (gdb_compile): Conditionally call gdb_wrapper_init.
23333 * gdb.base/a2-run.exp: Recognize output from status wrapper.
23334 * gdb.c++/method.exp: Recognize output from status wrapper.
23335
6079c749
BE
233362002-05-06 Ben Elliston <bje@redhat.com>
23337From Graydon Hoare <graydon@redhat.com>
23338
23339 * config/sid.exp: Include support for "rawsid" protocol.
23340
188baff3
JB
233412002-05-03 Jim Blandy <jimb@redhat.com>
23342
23343 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
23344 * gdb.c++/hang3.C: New file.
23345
b9c07f0f
AC
233462002-05-04 Andrew Cagney <ac131313@redhat.com>
23347
23348 * gdb.base/default.exp: Remove obsolete code.
23349 * gdb.c++/misc.exp: Ditto. Update copyright.
23350 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
23351 * gdb.base/whatis.exp: Ditto. Update copyright.
23352 * gdb.base/scope.exp: Ditto. Update copyright.
23353 * gdb.base/ptype.exp: Ditto. Update copyright.
23354 * gdb.base/printcmds.exp: Ditto. Update copyright.
23355 * gdb.base/opaque.exp: Ditto. Update copyright.
23356 * gdb.base/list.exp: Ditto.
23357 * gdb.base/funcargs.exp: Ditto. Update copyright.
23358 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
23359 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
23360 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
23361 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
23362 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
23363 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
23364
5c7a0397
MS
233652002-05-02 Michael Snyder <msnyder@redhat.com>
23366
d6dcc264 23367 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
23368 * gdb.base/long_long.exp: Add xscale target.
23369 * gdb.base/default.exp: Add xscale target.
23370
eb7f1c48
JB
233712002-05-01 Jim Blandy <jimb@redhat.com>
23372
23373 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
23374 gdb.c++/hang.exp: New test.
23375
a6befae8
FF
233762002-05-01 Fred Fish <fnf@redhat.com>
23377
23378 * gdb.base/completion.exp: Handle completions of "./Make" for
23379 more than one completion possibility, as is the case when we
23380 build and test in the source tree.
23381
0a310277
AG
233822002-04-29 Anthony Green <green@redhat.com>
23383
23384 * gdb.java/jmisc1.exp: New file.
23385 * gdb.java/jmisc2.exp: New file.
23386
6ff9af88
DJ
233872002-04-24 Daniel Jacobowitz <drow@mvista.com>
23388
23389 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
23390
96b3d632
EZ
233912002-04-23 Elena Zannoni <ezannoni@redhat.com>
23392
23393 * gdb.base/help.exp: Change 'help status' to allow for target
23394 dependent output differences.
23395
5019bb54
MC
233962002-04-22 Michael Chastain <mec@shout.net>
23397
23398 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
23399
a805a116
MC
234002002-04-22 Michael Chastain <mec@shout.net>
23401
23402 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
23403
a1706bfd
DM
234042002-04-17 David S. Miller <davem@redhat.com>
23405
23406 * gdb.asm/sparc64.inc: New file.
23407 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
23408
a73a20a2
EZ
234092002-04-19 Elena Zannoni <ezannoni@redhat.com>
23410
23411 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
23412 instruction file directly into the build tree. Clean up at end of
23413 test.
23414
ba678339
DM
234152002-04-18 David S. Miller <davem@redhat.com>
23416
23417 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
23418 handle 64-bit platforms correctly.
23419 * gdb.base/maint.exp: Likewise.
23420
b03399da
KB
234212002-04-18 Kevin Buettner <kevinb@redhat.com>
23422
23423 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
23424 ``-fpic'' when compiling files comprising a shared library, but
23425 it does need additional linker flags in order to find shared
23426 libraries at run time.
23427
e2004992
KB
234282002-04-18 Kevin Buettner <kevinb@redhat.com>
23429
23430 * gdb.base/cvexpr.c (use): New function.
23431 (main): Invoke use() on all global variables to prevent
23432 some linkers from deleting these otherwise unused symbols.
23433
d8937120
MC
234342002-04-17 Michael Chastain <mec@shout.net>
23435From David S. Miller <davem@redhat.com>
23436
23437 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
23438 handle 64-bit platforms correctly.
23439
ffd61a58
MS
234402002-04-12 Michael Snyder <msnyder@redhat.com>
23441From Jim Blandy <jimb@redhat.com>
a9c64011 23442 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
23443 script can handle this instead.
23444 * gdb.base/bar.c (barx): Same.
23445 * gdb.base/baz.c (bazx): Same.
23446 * gdb.base/grbx.c (grbxx): Same.
23447
23448 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
23449 manager doesn't automatically unmap overlays unnecessarily.
23450
6b8426a6
MH
234512002-04-10 Martin M. Hunt <hunt@redhat.com>
23452
23453 * gdb.base/ending-run.exp: Fix pattern for Mips targets
23454 stepping out of main.
23455
34af4875
MC
234562002-04-09 Michael Chastain <mec@shout.net>
23457
23458 * gdb.c++/local.cc (main): Move call to marker1() inside nested
23459 scope so that the nested scope tests will make sense.
23460 * gdb.c++/local.exp: Write patterns that actually work with gcc
23461 (the HP patterns "were never known to work with gcc").
23462 Keep the old aCC patterns too.
23463
2d1676a0
DJ
234642002-04-09 Daniel Jacobowitz <drow@mvista.com>
23465
23466 * gdb.base/attach.exp: Correct target board test.
23467
3a63e3f9
MC
234682002-04-08 Michael Chastain <mec@shout.net>
23469
23470 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
23471 in a const method. Add some xfail and fail cases for configurations
23472 that do not emit the "const ...".
23473
f18dabd2
MC
234742002-04-07 Michael Chastain <mec@shout.net>
23475
23476 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
23477 Accept "A * const" and "const A * const" as type of "this".
23478 Fix spelling of getFunky throughout. Make messages uniform.
23479
0fcddd82
EZ
234802002-04-07 Elena Zannoni <ezannoni@redhat.com>
23481
a9c64011 23482 Work around for PR gdb/285:
0fcddd82
EZ
23483 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
23484
16a8534a
EZ
234852002-04-07 Elena Zannoni <ezannoni@redhat.com>
23486
23487 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
23488 instructions file at run time instead of configure time.
23489 Sometimes we run the test in a directory that is not the one we
23490 configured in.
23491 * gdb.asm/configure.in: Delete creation of symlink.
23492 * gdb.asm/configure: Regenerate.
23493
24181d81
JB
234942002-04-05 J. Brobecker <brobecker@gnat.com>
23495
23496 * gdb.gdb/xfullpath.exp: New test, to exercise the new
23497 xfullpath () function.
23498
7cdb7107
DJ
234992002-04-04 Daniel Jacobowitz <drow@mvista.com>
23500
23501 * gdb.asm/Makefile.in: Correct dependencies.
23502
23503 * gdb.asm/powerpc.inc: New file.
23504 * gdb.asm/asm-source.exp: Add PowerPC.
23505 * gdb.asm/configure.in: Likewise.
23506 * gdb.asm/configure: Regenerated.
23507
a7d17088
DJ
235082002-04-04 Daniel Jacobowitz <drow@mvista.com>
23509
23510 * gdb.base/relocate.exp: New file.
23511 * gdb.base/relocate.c: New file.
23512
cd721503
FF
235132002-04-04 Fred Fish <fnf@redhat.com>
23514
23515 * gdb.base/step-test.exp: Update comment regarding stopping in
23516 memcpy/bcopy calls inserted as part of the compiler runtime.
23517
b22ad7a7
MS
235182002-04-04 Michael Snyder <msnyder@redhat.com>
23519
23520 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
23521
5f279fa6
DJ
235222002-04-03 Daniel Jacobowitz <drow@mvista.com>
23523
23524 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
23525 (gdb_expect): Remove $notransfer hack.
23526
dd0fd3ce
DJ
235272002-04-02 Daniel Jacobowitz <drow@mvista.com>
23528
23529 * gdb.c++/classes.exp ("calling method for small class"): Match
23530 updated register output.
23531
1e50cda1
DJ
235322002-03-30 Daniel Jacobowitz <drow@mvista.com>
23533
23534 Fix PR gdb/452
23535 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
23536 when finished. Make gdb_file_cmd send "exec-file" when
23537 appropriate.
23538
24015922
DJ
235392002-03-30 Daniel Jacobowitz <drow@mvista.com>
23540
23541 * gdb.base/attach.exp: Remove extra setup_xfail.
23542
dd7dfd64
MS
235432002-03-26 Michael Snyder <msnyder@redhat.com>
23544
23545 * gdb.base/default.exp: Add tests for dump, append, and restore.
23546 * gdb.base/help.exp: Add tests for dump, append, and restore.
23547 * gdb.base/dump.exp: New file, test dump, append and restore.
23548 * gdb.base/dump.c: New file.
23549
48b2f8d7
MS
235502002-03-27 Michael Snyder <msnyder@redhat.com>
23551
d63a86f8 23552 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
23553 clean-ups in help messages.
23554
05b4d525
FF
235552002-03-26 Fred Fish <fnf@redhat.com>
23556
23557 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
23558 have debugging info for those functions and the compiler uses them
23559 internally to copy structs around.
23560
d7679631
FF
235612002-03-26 Fred Fish <fnf@redhat.com>
23562
23563 * gdb.base/list.exp: Revert the change made yesterday and add note
23564 about why we don't list the default lines for remote targets.
23565
523ac3f9
MS
235662002-03-25 Michael Snyder <msnyder@redhat.com>
23567
23568 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
23569
754b2b8d
FF
235702002-03-25 Fred Fish <fnf@redhat.com>
23571
23572 * gdb.base/list.exp: This test works on remote targets so remove
23573 the short circuit for remote targets. Update copyright.
23574
33c3e192
FF
235752002-03-25 Fred Fish <fnf@redhat.com>
23576
23577 * gdb.base/attach.exp: Fix logic error that was suppressing this
23578 test for all non hppa*-*-hpux* targets, instead of the hp target.
23579 Move comments closer to the suppression point. Also now need to
23580 check that we are running natively.
23581
d43e73ee
MS
235822002-03-22 Michael Snyder <msnyder@redhat.com>
23583
882c8f02
MS
23584 * gdb.base/default.exp: Add test for gcore. Update copyright.
23585 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 23586
04c12f60
FF
235872002-03-06 Fred Fish <fnf@redhat.com>
23588
23589 * gdb.base/funcargs.c: Remove extraneous ';' character.
23590 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
23591
b43df995
MC
235922002-03-04 Michael Chastain <mec@shout.net>
23593
23594 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
23595 accommodate gcc v3 function signature.
23596 * gdb.mi/mi0-var-cmd-exp: Ditto.
23597
92362027
AC
235982002-02-24 Andrew Cagney <ac131313@redhat.com>
23599
23600 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
23601 ``GNU/Linux'' or ``Linux kernel''
23602 * testsuite/gdb.threads/pthreads.c: Ditto.
23603
258ad32d
MC
236042002-02-24 Michael Chastain <mec@shout.net>
23605
23606 * gdb.threads/pthreads.c (thread1): Add a return statement.
23607 (thread2): Likewise.
23608 (foo): Likewise.
23609
04c3b3d4
MC
236102002-02-23 Michael Chastain <mec@shout.net>
23611
23612 * gdb.threads/linux-dp.c (philosopher): Add a return statement
23613 to placate gcc.
23614
5a2a0a20
MC
236152002-02-23 Michael Chastain <mec@shout.net>
23616
23617 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
23618 test "ptype bint". The test passes on all my stabs configurations.
23619
a640f7fc
JB
236202002-02-21 Jim Blandy <jimb@redhat.com>
23621
27924826
JB
23622 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
23623 filename at a time, and watch for the ones we want to see.
23624
a640f7fc
JB
23625 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
23626 types of pointers to prototyped functions.
23627
edcc8c75
AC
236282002-02-20 Andrew Cagney <ac131313@redhat.com>
23629
23630 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
23631 signed, unsigned and straight char.
23632 (padding_char, padding_short, padding_int, padding_long,
23633 padding_long_long, padding_float, padding_double,
23634 padding_long_double): New global variables.
23635 (fill, fill_structs): New functions.
23636
23637 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
23638 for correctly sized writes. Update copyright.
23639 (get_valueof): New procedure.
23640 (get_sizeof): Call get_valueof.
23641 (check_valueof): New procedure.
23642 (check_padding): New procedure.
23643
ac57ea44
MC
236442002-02-20 Michael Chastain <mec@shout.net>
23645
23646 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
23647 to setup_xfail. Document some of the remaining calls.
23648
7a10c941
MC
236492002-02-18 Michael Chastain <mec@shout.net>
23650
23651 * gdb.c++/userdef.exp: Update copyright year.
23652
fb8acdcc
DJ
236532002-02-18 Daniel Jacobowitz <drow@mvista.com>
23654
23655 * gdb.c++/userdef.exp: Test overloaded operators properly.
23656 Remove xfails.
23657
fda6ae12
MS
236582002-02-14 Michael Snyder <msnyder@redhat.com>
23659
23660 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
23661
676a0442
DJ
236622002-02-14 Daniel Jacobowitz <drow@mvista.com>
23663
23664 * gdb.base/a2-run.exp: Check for a remote target properly.
23665 * gdb.base/annota1.exp: Likewise.
23666 * gdb.base/list.exp: Likewise.
23667 * gdb.base/reread.exp: Likewise.
23668 * gdb.base/scope.exp: Likewise.
23669 * gdb.base/shlib-call.exp: Likewise.
23670 * gdb.base/term.exp: Likewise.
23671 * gdb.c++/annota2.exp: Likewise.
23672
78b4f468
RE
236732002-02-13 Richard Earnshaw <rearnsha@arm.com>
23674
23675 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
23676
9a81ba51
MC
236772002-02-10 Michael Chastain <mec@shout.net>
23678
23679 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
23680 (call_after_alloca): Ditto.
23681
004af6c7
DJ
236822002-02-10 Daniel Jacobowitz <drow@mvista.com>
23683
23684 * gdb.base/ending-run.exp: Guard "cont" test with
23685 gdb_skip_stdio_test.
23686
37225f62
JB
236872002-02-06 Jim Blandy <jimb@redhat.com>
23688
23689 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
23690 from here...
23691 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
23692 To here. Disable this test on non-HP platforms. Add big comment.
23693
fe6fdd96
MS
236942002-02-04 Michael Snyder <msnyder@redhat.com>
23695
23696 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
23697 other than d10v and m32r.
23698
036fad3f
RE
236992002-02-02 Richard Earnshaw <rearnsha@arm.com>
23700
23701 * gdb.base/default.exp: Rewrite test patterns to reduce time
23702 taken to match them.
23703
7148ab62
DJ
237042002-01-30 Daniel Jacobowitz <drow@mvista.com>
23705
23706 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
23707 Allow a start function above main.
23708 * gdb.threads/linux-dp.exp: Fix copyright date.
23709
396cc255
DJ
237102002-01-30 Daniel Jacobowitz <drow@mvista.com>
23711
a9c64011
AS
23712 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
23713 (check_philosopher_stack): Check for manager thread before checking
23714 for a just-starting thread.
396cc255 23715
f038d31b
DJ
237162002-01-30 Daniel Jacobowitz <drow@mvista.com>
23717
23718 From Neil Booth <neil@daikokuya.demon.co.uk>:
23719 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
23720 warnings.
23721
b3ff9d9a
FF
237222002-01-21 Fred Fish <fnf@redhat.com>
23723
23724 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
23725 not caller.
23726
39ad761d
JB
237272002-01-21 Jim Blandy <jimb@redhat.com>
23728
23729 * gdb.base/reread.exp: Check that GDB properly re-reads the
23730 executable file when it changes while no inferior is running.
23731
aaf320fa
FF
237322002-01-21 Fred Fish <fnf@redhat.com>
23733
a9c64011
AS
23734 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
23735 optionally accept the "shlib events" variation.
aaf320fa 23736
808a31f5
JB
237372002-01-21 Jim Blandy <jimb@redhat.com>
23738
23739 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
23740 call `fflush' after every `printf', so that the output is produced
23741 at predictable points, regardless of whatever buffering does (or
23742 doesn't) take place.
23743 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
23744 at different points.
23745
4420d5e2
DJ
237462002-01-20 Daniel Jacobowitz <drow@mvista.com>
23747
23748 * gdb.c++/inherit.exp: Update copyright years.
23749 * gdb.c++/method.exp: Likewise.
23750
3e36a0f4
DJ
237512002-01-20 Daniel Jacobowitz <drow@mvista.com>
23752
23753 * gdb.c++/classes.exp: Update for improved v3 support and skipping
23754 artificial methods/arguments.
23755 * gdb.c++/derivation.exp: Likewise.
23756 * gdb.c++/inherit.exp: Likewise.
23757 * gdb.c++/method.exp: Likewise.
23758 * gdb.c++/virtfunc.exp: Likewise.
23759
b4ceaee6
AC
237602002-01-18 Andrew Cagney <ac131313@redhat.com>
23761
23762 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
23763 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
23764 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
23765 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
23766 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
23767 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
23768
ecace851
JB
237692002-01-17 Jim Blandy <jimb@redhat.com>
23770
23771 * gdb.asm/asm-source.exp (info symbol): Take another shot at
23772 anchoring the pattern matching the entry point symbol's name.
23773
375fc983
AC
237742002-01-17 Andrew Cagney <ac131313@redhat.com>
23775
23776 * gdb.base/maint.exp: Update ``maint internal-error'' to match
23777 continue/quit query. Update copyright.
23778
fe6fdd96
MS
237792002-01-14 Michael Snyder <msnyder@redhat.com>
23780
23781 * gdb.base/gcore.exp: Remove extra debugging output.
23782
e017c81f
DJ
237832002-01-13 Daniel Jacobowitz <drow@mvista.com>
23784
23785 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
23786 for slightly dubious v2 mangled string.
23787
37ab3bf8
DJ
237882002-01-13 Daniel Jacobowitz <drow@mvista.com>
23789
23790 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
23791
1bc05c3a 237922002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 23793
1bc05c3a 23794 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 23795
1bc05c3a
JM
23796 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
23797 constructors.
23798 * gdb.c++/derivation.exp: Likewise.
23799 * gdb.c++/templates.exp: Likewise.
23800 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 23801
1bc05c3a
JM
238022002-01-10 Michael Snyder <msnyder@redhat.com>
23803
23804 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 23805
a911c360
MS
238062002-01-08 Michael Snyder <msnyder@redhat.com>
23807
23808 * gdb.base/gcore.exp: New test for generate-core-file command.
23809 * gdb.base/gcore.c: Testcase for above.
23810 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
23811
ea2119ec
JM
238122002-01-08 Jason Merrill <jason@redhat.com>
23813
23814 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
23815
68203136
FF
238162002-01-07 Fred Fish <fnf@redhat.com>
23817
23818 * gdb.c++/overload.exp: Remove unconditional xfails for:
23819 print foo_instance1.overloadargs(1)
23820 print foo_instance1.overloadargs(1, 2)
23821 print foo_instance1.overloadargs(1, 2, 3)
23822 print foo_instance1.overloadargs(1, 2, 3, 4)
23823 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
23824 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
23825 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
23826 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
23827 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
23828 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
23829 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
23830 print foo_instance1.overload1arg()
23831 print foo_instance1.overload1arg((char)arg2)
23832 print foo_instance1.overload1arg((signed char)arg3)
23833 print foo_instance1.overload1arg((unsigned char)arg4)
23834 print foo_instance1.overload1arg((int)arg7)
23835 print foo_instance1.overload1arg((unsigned int)arg8)
23836 print foo_instance1.overload1arg((float)arg11)
23837 print foo_instance1.overload1arg((double)arg12)
d63a86f8 23838
21b9b5b1
MS
238392002-01-07 Michael Snyder <msnyder@redhat.com>
23840
23841 * gdb.base/huge.exp: New test. Print a very large target data object.
23842 (skip_huge_test): New test variable. Define if you want to skip this
23843 test. The test reads an 8 megabyte data object from the target, so it
23844 might be very time consuming on remote targets with a slow connection.
23845 * gdb.base/huge.c: New file. Test case for above.
23846
725f922e
FF
238472002-01-07 Fred Fish <fnf@redhat.com>
23848
23849 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
23850 g_instance.bfoo, and g_instance.cfoo.
23851
889bf7c5 238522002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 23853
889bf7c5
PA
23854 * gdb.base/break.c (multi_line_if_conditional): New function.
23855 (multi_ilne_while_conditional): Likewise.
23856 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
23857 IF or WHILE condition puts the breakpoint at the start of
23858 the condition.
f286b2c3 23859
634d57ec
JL
23860 * gdb.base/selftest.exp (backtrace through signal handler): Remove
23861 hppa*-*-hpux* expected failure.
23862 * gdb.base/structs.exp (do_function_calls): Similarly.
23863
23864 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
23865 watchpoints.
23866
9fbfe2dc
AC
238672002-01-06 Andrew Cagney <ac131313@redhat.com>
23868
23869 Fix PR gdb/66.
23870 * gdb.base/structs.exp: Replace skip for a29k with skip for
23871 gdb,cannot_call_functions.
23872 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
23873 * gdb.base/callfuncs.exp: Ditto.
23874 * gdb.base/call-rt-st.exp: Ditto.
23875 * gdb.base/call-strs.exp: Ditto.
23876 * gdb.base/callfwmall.exp: Ditto.
23877 * gdb.base/scope.exp: Obsolete xfail a29k.
23878 * gdb.c++/misc.exp: Ditto.
23879 * gdb.c++/cplusfuncs.exp: Ditto.
23880 * gdb.base/ptype.exp: Ditto.
23881 * gdb.base/printcmds.exp: Ditto.
23882 * gdb.base/opaque.exp: Ditto.
23883 * gdb.base/list.exp: Ditto.
23884 * gdb.base/funcargs.exp: Ditto.
23885 * gdb.base/default.exp: Ditto.
23886
8ddad156
MS
238872002-01-04 Michael Snyder <msnyder@redhat.com>
23888
ca4976a6 23889 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
23890 * gdb.base/maint.exp: Add tests for maint info sections options.
23891
1b074332
JL
23892Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
23893
23894 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
23895
7d159115
CV
238962001-12-20 Corinna Vinschen <vinschen@redhat.com>
23897
23898 * gdb.asm/arm.inc: New file.
23899 * gdb.asm/asm-source.exp: Add arm targets.
23900 * gdb.asm/configure.in: Ditto.
23901 * gdb.asm/configure: Recreated from configure.in.
23902
8fb87725
JL
23903Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
23904
afabe08c
JL
23905 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
23906 with HP's compiler.
23907 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
23908 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
23909 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
23910 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
23911
23912 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
23913 either HP's compilers or GCC.
23914
db521deb
JL
23915 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
23916 a SIGBUS or SIGSEGV.
23917
23918 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
23919
23920 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
23921 can be compiled with either HP's compiler or GCC.
23922
cfa88ab7
JL
23923 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
23924 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
23925 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
23926
ca344dff
JL
23927 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
23928 to match current gdb output. Update due to using auto-solib-limit
23929 for limiting instead of overloading auto-solib-add.
23930 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
23931 test program.
23932
3f3c6e55 23933 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
23934 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
23935 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
23936 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
23937 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
23938 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
23939 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
23940 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
23941 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
23942 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
23943 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
23944 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
23945 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 23946
8fb87725
JL
23947 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
23948 a SIGTRAP to the inferior.
23949
cf599fa7
CV
239502001-12-19 Corinna Vinschen <vinschen@redhat.com>
23951
23952 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
23953 Substitute call to target_link by call to gdb_compile.
23954
2cd045cd
JL
23955Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
23956
a9c64011
AS
23957 * gdb.base/break.exp: Fix HP specific search string when testing
23958 backtracing in a called function.
2cd045cd 23959
a9c64011
AS
23960 * gdb.base/constvars.exp: Only set lang to C++ if we're
23961 compiling the test with HP's compilers.
23962 * gdb.base/volatile.exp: Similarly.
2cd045cd 23963
99ebe9ac
JB
239642001-12-19 Jim Blandy <jimb@redhat.com>
23965
23966 * gdb.base/printcmds.exp: Expect the null character to be printed
23967 as '\0', and the '\013' to be printed as '\v'.
23968 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
23969 * gdb.base/setvar.exp: Same.
23970
b9891b29
JB
239712001-12-17 Jim Blandy <jimb@redhat.com>
23972
0eba65ab
JB
23973 * gdb.base/completion.exp: Rather than completing very long
23974 filenames, which can make the readline library produce output we
23975 don't recognize, cd to the directory first, and then complete
23976 using nice, short relative paths.
23977
6970b5b1
JB
23978 * gdb.base/completion.exp: On some systems, there is, in fact, a
23979 variable named `b' in scope, since GDB treats all static
a9c64011
AS
23980 variables as being in scope. So use `no_var_named_this'
23981 instead of `b'.
6970b5b1 23982
b9891b29 23983 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 23984 can't find the core file's registers as a failure.
b9891b29 23985
e6ccd35f
JSC
239862001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
23987
a9c64011
AS
23988 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
23989 test expect string more specific.
e6ccd35f 23990
105ba819
CV
239912001-12-13 Corinna Vinschen <vinschen@redhat.com>
23992
23993 * gdb.asm/asm-source.exp: Add support for xstormy16.
23994 * gdb.asm/configure.in: Ditto.
23995 * gdb.asm/configure: Rebuild.
23996 * gdb.asm/xstormy16.inc: New file.
23997
e9e79dd9
FF
239982001-12-10 Fred Fish <fnf@redhat.com>
23999
24000 * gdb.base/maint.exp: Update to match changes in type dumping code.
24001
347dc97d
JB
240022001-12-10 Jim Blandy <jimb@redhat.com>
24003
24004 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
24005 matching the entry point symbol's name at the beginning of the
24006 line.
347dc97d 24007
5178b9d6
DJ
240082001-12-07 Daniel Jacobowitz <drow@mvista.com>
24009
24010 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
24011 gdb.c++/inherit.exp, gdb.c++/method.exp,
24012 gdb.c++/namespace.exp, gdb.c++/templates.exp,
24013 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
24014 and class layout support.
24015
af890c52
DJ
240162001-12-07 Daniel Jacobowitz <drow@mvista.com>
24017
24018 * gdb.c++/classes.exp: Add test for static member function.
24019 * gdb.c++/misc.cc: Add class with static member function.
24020
7a345fb3
JB
240212001-12-07 Jim Blandy <jimb@redhat.com>
24022
f2e54a80 24023 If GDB says it can't find the struct the function returned, report
8032bf31
JB
24024 those tests as `unsupported'.
24025 * gdb.base/call-rt-st.exp (print_struct_call): New function.
24026 Rewrite subsequent tests to use it.
24027
24028 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
24029 those tests as `unsupported'.
24030 * gdb.base/structs.exp (call_struct_func): New function.
24031 (do_function_calls): Use call_struct_func to call the functions
24032 returning structs.
24033
0bc69509
JB
24034 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
24035 whether functions are prototyped or not, so we can't possibly pass
24036 arguments to t_float_values2 properly.
24037
7a345fb3
JB
24038 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
24039 value of `timeout' for targets other than the mips*tx39-*.
24040
edb6ede1
MS
240412001-12-06 Michael Snyder <msnyder@redhat.com>
24042
d63a86f8 24043 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
24044 and detect whether the start symbol has a leading underscore.
24045
2d842f13
JB
240462001-12-04 Jim Blandy <jimb@redhat.com>
24047
24048 * gdb.base/completion.exp: Clarify indentation.
24049
68550daf
JB
240502001-12-03 Jim Blandy <jimb@redhat.com>
24051
24052 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
24053 variables on the S/390, not `.word'.
24054
cd5195a8
JB
240552001-11-30 Jim Blandy <jimb@redhat.com>
24056
24057 Add assembly-source tests for s390-ibm-linux.
24058 * gdb.asm/s390.inc: New file.
24059 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
24060 the S/390 architecture.
a9c64011 24061 * gdb.asm/configure: Regenerated.
cd5195a8 24062
ca9efc90
MS
240632001-11-30 Michael Snyder <msnyder@redhat.com>
24064
24065 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
24066 next, info source, info sources, info line, global and static
24067 variables, and static functions.
24068 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
24069 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
24070 * gdb.asm/asmsrc1.s: Add a static function and some variables.
24071 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
24072 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
24073 (gdbasm_leave): Restore frame pointer.
24074 (gdbasm_startup): Copy stack set-up from crt0.S.
24075
d0e66976
FN
240762001-11-26 Fernando Nasser <fnasser@redhat.com>
24077
24078 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
24079 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
24080 to a local (non-static) variable. Copy tstruct.a to a static buffer
24081 and return a pointer to that buffer.
24082 * gdb.base/callfwmall.c (t_structs_a): Ditto.
24083
e2334072
MK
240842001-11-24 Mark Kettenis <kettenis@gnu.org>
24085
24086 * gdb.asm/configure.in: Fix recognition of ix86 target.
24087 * gdb.asm/configure: Regenerate.
24088
756caa3d
MS
240892001-11-21 Michael Snyder <msnyder@redhat.com>
24090
24091 * gdb.asm/sparc.inc: New file.
24092 * gdb.asm/asm-source.exp: Recognize sparc target.
24093 * gdb.asm/configure.in: Recognize sparc target.
24094 * gdb.asm/configure: Regenerate.
d63a86f8 24095
9a4d72d5
MS
240962001-11-21 Michael Snyder <msnyder@redhat.com>
24097
24098 * gdb.asm/m32r.inc: New file.
24099 * gdb.asm/asm-source.exp: Recognize m32r target.
24100 * gdb.asm/configure.in: Recognize m32r target.
24101 * gdb.asm/configure: Regenerate.
24102
a773d1cd
MS
241032001-11-20 Michael Snyder <msnyder@redhat.com>
24104
017ac23d
MS
24105 * gdb.asm/i386.inc: New file.
24106 * gdb.asm/asm-source.exp: Recognize ix86 target.
24107 * gdb.asm/configure.in: Recognize ix86 target.
24108 * gdb.asm/configure: Regenerate.
24109
a773d1cd
MS
24110 * gdb.c++/namespace.exp: Fix quotes in output messages.
24111
bb632afb
MS
241122001-11-14 Michael Snyder <msnyder@redhat.com>
24113
25d559ca 24114 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
24115 qualifier in a type cast expression, to designate an address
24116 in the instruction space (Harvard architecture).
24117
4749e309
MS
241182001-11-13 Michael Snyder <msnyder@redhat.com>
24119
24120 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
24121 Tests for expressions using 'const' and 'volatile'.
24122
25050984
CV
241232001-11-13 Corinna Vinschen <vinschen@redhat.com>
24124
24125 * gdb.asm/asm-sources.exp: Allow defining linker flags.
24126
1902c51f
DJ
241272001-11-12 Daniel Jacobowitz <drow@mvista.com>
24128
24129 * lib/mi-support.exp (mi_run_to_helper): Move comments
24130 outside of gdb_expect.
24131
dcf95b47
DJ
241322001-11-11 Daniel Jacobowitz <drow@mvista.com>
24133
24134 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
24135 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
24136 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
24137 mi0_run_to): New functions.
24138 * gdb.mi/mi-simplerun.exp: Use them.
24139 * gdb.mi/mi0-simplerun.exp: Likewise.
24140 * gdb.mi/mi-var-cmd.exp: Likewise.
24141 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 24142
45b074e1
AC
241432001-11-10 Andrew Cagney <ac131313@redhat.com>
24144
24145 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
24146 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
24147
bf50d346
AC
241482001-11-09 Andrew Cagney <ac131313@redhat.com>
24149
24150 * gdb.base/restore.exp: Include $expected value in restored test
24151 message.
24152
9383332c
AC
241532001-11-09 Andrew Cagney <ac131313@redhat.com>
24154
24155 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
24156 implemented.
24157
db62520a
MS
241582001-11-08 Michael Snyder <msnyder@redhat.com>
24159
24160 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
24161 Add pass/fail message for stop at breakpoint in call dummy function.
24162
b5703437
MS
241632001-11-07 Michael Snyder <msnyder@redhat.com>
24164
d63a86f8
RM
24165 * gdb.c++/templates.exp (test_template_breakpoints):
24166 If we get an overload menu, but it does not match what
760f6330 24167 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
24168 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
24169 making the whitespace optional. Argument for "new" may be
24170 "unsigned" as well as "unsigned int/long".
d63a86f8 24171 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
24172 making the whitespace optional. Also replace "(void) with
24173 "((void|)), making the keyword "void" optional.
d63a86f8 24174 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
24175 making the whitespace optional. Also replace "(void) with
24176 "((void|)), making the keyword "void" optional.
3bf40917
MS
24177 * gdb.base/callfuncs.c (t_float_values): This function must
24178 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 24179 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
24180 can be tested against both cases. Usually one case involves
24181 promotion of float to double, while the other does not.
24182 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
24183 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
24184 includes a stack frame for "start".
24185
c8ab4e6d
JB
241862001-11-05 Jim Blandy <jimb@redhat.com>
24187
24188 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
24189 pointers are 32 bits long, and that offsets of relocs are always
24190 stored in the data (REL-style), and not in the reloc entry itself
24191 (RELA-style).
24192 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
24193 stabs.
24194
3f08ced9
MS
241952001-11-01 Michael Snyder <msnyder@redhat.com>
24196
24197 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
24198 and regular expression operators by using quoting.
24199
cbfa24cd
MS
242002001-10-31 Michael Snyder <msnyder@redhat.com>
24201
24202 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
24203 depending on what the symbol table contains.
24204 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
24205 the output of the ptype command. Similarly, accept both "const &"
24206 and "const&".
24207
aaa68313
CV
242082001-10-31 Corinna Vinschen <vinschen@redhat.com>
24209
24210 * gdb.base/miscexprs.c (main): Add usage of preprocessor
24211 symbol `STORAGE' to allow to choose the storage class of
24212 the local datastructures.
24213 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
24214 compiler directive.
24215
91740388
MS
242162001-10-30 Michael Snyder <msnyder@redhat.com>
24217
24218 * gdb.base/jump.exp: Allow it to run for all targets.
24219
1b7c05e7
CV
242202001-10-29 Corinna Vinschen <vinschen@redhat.com>
24221
24222 * gdb.base/call-ar-st.c (print_double_array): Match for loop
24223 with new double_array size.
24224 (main): Change storage class of all local variables to static.
24225 Reduce size of double_array to 9.
24226 * gdb.base/call-ar-st.exp: Increase timeout value.
24227 Change expected output for double array to match new size in
24228 call-ar-st.c.
24229
36a22261
CV
242302001-10-29 Corinna Vinschen <vinschen@redhat.com>
24231
24232 * gdb.base/ending-run.exp: Create identical output when passing
24233 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 24234 Stormy16 target.
36a22261 24235
92b8ae91
MK
242362001-10-28 Mark Kettenis <kettenis@gnu.org>
24237
24238 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
24239 that we catch the expected failure under Linux/x86.
24240
cb135b83
OF
242412001-10-29 Orjan Friberg <orjanf@axis.com>
24242
24243 * gdb.base/setvar.exp: Escape curly braces.
24244 * gdb.stabs/weird.exp: Ditto.
24245
6884aa54
DJ
242462001-10-27 Daniel Jacobowitz <drow@mvista.com>
24247
24248 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
24249 * gdm.mi/mi0-hack-cli.exp: Likewise.
24250
0398c9aa
AC
242512001-10-25 Andrew Cagney <ac131313@redhat.com>
24252
24253 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
24254 messages.
24255
d20bf2e8
AC
242562001-10-21 Andrew Cagney <ac131313@redhat.com>
24257
24258 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
24259 checking MI enabled.
24260
03dd63aa
CV
242612001-10-09 Corinna Vinschen <vinschen@redhat.com>
24262
24263 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
24264
1d9d99f3
FCE
242652001-10-04 Frank Ch. Eigler <fche@redhat.com>
24266
24267 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
24268 if gdb child process crashes, just signal an error.
24269
838ae6c4
JB
242702001-10-02 Jim Blandy <jimb@redhat.com>
24271
24272 * lib/gdb.exp (test_xfail_format): Simplify.
24273
24274 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
24275 front of the variable name `format'. Simplify `if'.
24276
8f0cbc1c
DJ
242772001-10-01 Daniel Jacobowitz <drow@mvista.com>
24278
24279 * gdb.threads/pthreads.exp: Wait for output and delay
24280 before sending ^C.
24281
1f08dafd
DJ
242822001-10-01 Daniel Jacobowitz <drow@mvista.com>
24283
24284 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
24285 some incorrect output instead of timing out.
24286 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
24287
674f90ff
CV
242882001-09-28 Corinna Vinschen <vinschen@redhat.com>
24289
24290 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
24291 check to allow additional `int'.
24292
9b284272
DJ
242932001-09-27 Daniel Jacobowitz <drow@mvista.com>
24294
24295 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
24296 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
24297
b55a4771
MS
242982001-09-27 Michael Snyder <msnyder@redhat.com>
24299
24300 * lib/gdb.exp (test_debug_format): New proc.
24301 (setup_xfail_format): Use new proc test_debug_format.
24302 * gdb.base/constvars.exp (local_compiler_xfail_check): New
24303 proc; use new service proc test_debug_format.
24304 Replace all other "gcc_compiled" tests with this test.
24305 * gdb.base/volatile.exp (local_compiler_xfail_check): New
24306 proc; use new service proc test_debug_format.
24307 Replace all other "gcc_compiled" tests with this test.
24308
243092001-09-27 Michael Snyder <msnyder@redhat.com>
24310
24311 * gdb.base/cvexpr.exp: New file.
24312 * gdb.base/cvexpr.c: New file
24313 Test for expressions using const and volatile keywords.
24314
4e6667ac
CV
243152001-09-26 Corinna Vinschen <vinschen@redhat.com>
24316
24317 * gdb.base/constvars.exp: Check for different orders of keywords
24318 and additional "int" strings in output.
24319
4f337972
AC
243202001-09-22 Andrew Cagney <ac131313@redhat.com>
24321
24322 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
24323 responses from "help maint".
24324
2015650d
FCE
243252001-09-19 Frank Ch. Eigler <fche@redhat.com>
24326
24327 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
24328 to localhost:NNN instead of :NNN, in case Xvfb is listening
24329 only on TCP.
24330
f3bcedc1
CV
243312001-09-19 Corinna Vinschen <vinschen@redhat.com>
24332
24333 * gdb.base/recurse.exp: When checking leaving the watchpoint
24334 scope, recognize when gdb is in function's epilogue and pass.
24335
6b819c92
KS
243362001-09-18 Keith Seitz <keiths@redhat.com>
24337
24338 * lib/insight-support.exp (_gdbtk_export_target_info): Add
24339 support for running tests against sid targets.
24340 (gdbtk_done): Ditto.
24341
a10c9419
CV
243422001-09-18 Corinna Vinschen <vinschen@redhat.com>
24343
24344 * gdb.base/ending-run.c (main): Set stdout buffersize
24345 to the same reasonable value for any target.
24346 * gdb.base/ending-run.exp: Add a regular expression
24347 to make testsuite happy on Sanyo Stormy16 target.
24348
739d0d99
CV
243492001-09-17 Corinna Vinschen <vinschen@redhat.com>
24350
24351 * gdb.base/display.c (do_loops): Add float variable `f'.
24352 Increment f in loop.
24353 * gdb.base/display.exp: Increment timeout by 60 seconds.
24354 Change float display test to use variable `f'.
24355
1b8947f0
JB
243562001-09-17 Jim Blandy <jimb@redhat.com>
24357
24358 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
24359 overflowing the limited breakpoint tables on some ROM monitors
24360 (like the ROM68K).
24361
9890ac81
FCE
243622001-09-15 Frank Ch. Eigler <fche@redhat.com>
24363
24364 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
24365 the "-ac" (disable access control) flag.
24366
6db765ea
JH
243672001-08-30 Jeff Holcomb <jeffh@redhat.com>
24368
24369 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
24370 ints.
24371
4c32cc04
KS
243722001-08-30 Keith Seitz <keiths@redhat.com>
24373
24374 * lib/gdb.exp: Move all insight-related functionality into
24375 separate file.
24376 * lib/insight-support.exp: New file.
24377
8d6e6f81
FCE
243782001-08-29 Frank Ch. Eigler <fche@redhat.com>
24379
24380 * config/sid.exp (sid_start): Never set sid verbosity; disable
24381 expect_background {} that consumed its stdout; tolerate </dev/null.
24382 Attempt to set endianness override in "sid" protocol mode. Cleanup.
24383
6a90e1d0
AC
243842001-08-18 Andrew Cagney <ac131313@redhat.com>
24385
24386 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
24387 CLI jump command to start it.
24388 (mi_run_to_main): Fail immediatly when unexpected output.
24389
1759b3c3
AC
243902001-08-18 Andrew Cagney <ac131313@redhat.com>
24391
24392 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
24393 beginning of function. Fix PR gdb/191.
24394
61d11d80
FCE
243952001-08-16 Frank Ch. Eigler <fche@redhat.com>
24396
24397 * config/sid.exp (sid_start): Don't warn if we cannot figure out
24398 what to force sid endianness to.
24399
942a4df2
KS
244002001-08-15 Keith Seitz <keiths@redhat.com>
24401
24402 * lib/gdb.exp (gdbtk_start): Don't set environment
24403 variables for TCL_LIBRARY and friends. Insight will
24404 now figure these out for itself.
24405
0521c418
MS
244062001-08-02 Michael Snyder <msnyder@redhat.com>
24407
24408 * gdb.base/completion.exp: Remove the symbol "a64l" from
24409 the expect string; this is target-specific, and not related
24410 to what is being tested.
24411
74a9a58a
DB
244122001-08-02 Dave Brolley <brolley@redhat.com>
24413
24414 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
24415
c70819fa
MS
244162001-07-25 Michael Snyder <msnyder@redhat.com>
24417
c2b8fa57
MS
24418 * gdb.base/consecutive.exp: New file. Test stepping over
24419 breakpoints on consecutive instructions.
24420 * gdb.base/consecutive.c: New file.
24421
c70819fa
MS
24422 * gdb.base/call-rt-st.exp: Use double-backslash to quote
24423 curly braces in regular expressions.
24424
2b1a1355
MS
244252001-07-25 Michael Snyder <msnyder@redhat.com>
24426
24427 * gdb.base/ending-run.exp: Accept "Program exited normally" as
24428 legitimate output from stepping out of main.
24429
413eca6f
KS
244302001-07-22 Keith Seitz <keiths@redhat.com>
24431
24432 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
24433 the empty string, do not run the tests.
24434
7e5a9322
SC
244352001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24436
24437 * gdb.base/long_long.exp: Detect size of pointer. Take into
24438 account 2-byte pointers when testing for p/a results.
24439
de58f10f
SC
244402001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24441
d63a86f8 24442 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
24443 and defined to 1K for m68hc11.
24444 (random_data): Reduce table to 1K for embedded platforms (68hc11).
24445 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
24446 (sizeof_random_data): New variable to tell the size of the data table;
24447 don't test past this size; always run to main.
24448
d6f5fea1
SC
244492001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24450
24451 * gdb.base/return2.exp: return of long long and double fails for
24452 68HC11; don't execute these tests on that platform.
24453 * gdb.base/return.exp: Return of a double fails for 68hc11.
24454
c477543d
SC
244552001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24456
24457 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
24458 tests that print a float.
24459 * call-rt-st.exp: Likewise.
24460
63cf1c79
MK
244612001-07-12 Mark Kettenis <kettenis@gnu.org>
24462
24463 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
24464 running this test on Linux.
24465
112f9ab5
MC
244662001-06-24 Michael Chastain <chastain@redhat.com>
24467
24468 * gdb.base/arithmet.exp: Remove some tests to make all test names
24469 unique.
24470
4970cb0f
MS
244712001-07-03 Michael Snyder <msnyder@redhat.com>
24472
24473 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
24474 the output of the ptype command.
24475
d85da69f
MS
244762001-07-02 Michael Snyder <msnyder@redhat.com>
24477
4c8a82de
MS
24478 * gdb.base/completion.exp: Don't assume that break.c is the only
24479 source file that may contain functions named "marker".
d85da69f
MS
24480 * gdb.base/corefile.exp: Quote the curly braces in regexp.
24481
8afc772b
AC
244822001-06-28 Andrew Cagney <ac131313@redhat.com>
24483
24484 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
24485 of files to delete.
24486
24487 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
24488 * gdb.disasm/h8300s.exp: New file.
24489 gdb.disasm/h8300s.s: Likewise.
24490
cff22675
AC
244912001-06-27 Andrew Cagney <ac131313@redhat.com>
24492
24493 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
24494 empty breakpoint tables.
24495
68c81b54
AC
244962001-06-25 Andrew Cagney <ac131313@redhat.com>
24497
24498 * lib/mi-support.exp: Update args=... part of stop-reason
24499 patterns. Accept either a list or a tuple.
24500
2dd62704
AC
245012001-06-23 Andrew Cagney <ac131313@redhat.com>
24502
24503 * lib/mi-support.exp: Remove local emacs variable defining
24504 change-log-default-name.
24505
b4127474
MC
245062001-06-22 Michael Chastain <chastain@redhat.com>
24507
24508 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
24509 This is operationally compatible with the previous version.
24510
8dbfb380
JB
245112001-06-13 Jim Blandy <jimb@redhat.com>
24512
24513 * lib/gdb.exp (gdb_test): Doc fix.
24514
f2d8c86d
MC
245152001-06-10 Michael Chastain <chastain@redhat.com>
24516
24517 * gdb.base/exprs.exp: Remove a duplicate test.
24518
81564d34
JB
245192001-06-06 Jim Blandy <jimb@redhat.com>
24520
24521 * gdb.base/return2.exp (main): Use values to test float and double
24522 returns that are not NaN's, to avoid being confused by IEEE
24523 comparison rules.
24524
da55addb
MS
245252001-06-04 Michael Snyder <msnyder@redhat.com>
24526
24527 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 24528 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
24529 rather than wait for 12 more tests to time out.
24530
42c65987
JB
245312001-06-06 Jim Blandy <jimb@redhat.com>
24532
b18bced9 24533 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 24534 Don't forget to match the GDB prompt.
b18bced9 24535
42c65987
JB
24536 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
24537
5b41e5f0
JB
245382001-06-04 Jim Blandy <jimb@redhat.com>
24539
24540 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
24541 command.
24542
015e046f
KB
245432001-05-31 Kevin Buettner <kevinb@redhat.com>
24544
24545 * gdb.base/annota1.exp (info break): Match four or more spaces
24546 after "Address".
24547
fb1ffbbe
MC
245482001-05-31 Michael Chastain <chastain@redhat.com>
24549
24550 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
24551 (dm_type_int_star): Likewise.
24552 (dm_type_long_star): Likewise.
24553 (dm_type_void_star): Likewise.
24554
5ea2a32c
KB
245552001-05-29 Kevin Buettner <kevinb@redhat.com>
24556
24557 * gdb.base/completion.exp (INPUTRC): Set this environment variable
24558 to a known value in order to get consistent results regardless
24559 of the setting of INPUTRC or the presence or contents of .inputrc.
24560
ae23c492
MS
245612001-05-24 Michael Snyder <msnyder@redhat.com>
24562
ac55707e
MS
24563 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
24564 Don't require that the main thread and the manager thread are the
24565 first in the list.
24566
ae23c492
MS
24567 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
24568 debugging. If test fails, issue an "unsupported" not a "fail".
24569
400071f1
JB
245702001-05-24 Jim Blandy <jimb@redhat.com>
24571
24572 Don't assume that short is shorter than int.
24573 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
24574 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 24575 this isn't true.
400071f1
JB
24576 ("print unsigned char == (~0)"): Add test that verifies that ~0,
24577 an int, is not equal to ~0 stored in an unsigned char. This tests
24578 the same thing that the previous test meant to, but works on
24579 16-bit machines, too.
24580 ("print unsigned char != (~0)"): Same test, complemented.
24581
0816a3e5
MS
245822001-05-24 Michael Snyder <msnyder@redhat.com>
24583
24584 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 24585 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
24586 and prevents dejagnu getting out of step.
24587
f6dc23a9
KB
245882001-05-23 Kevin Buettner <kevinb@redhat.com>
24589
24590 * gdb.base/finish.exp (finish_void): Revise pattern for
24591 stopping on the call statement to not permit stopping at
24592 the start of the instructions comprising the call sequence.
24593
7dbd117d
MC
245942001-05-19 Michael Chastain <chastain@redhat.com>
24595
24596 * gdb.base/callfuncs.exp: Make all test names unique.
24597 * gdb.base/commands.exp: Make all test names unique.
24598 * gdb.base/condbreak.exp: Make all test names unique.
24599 * gdb.base/dbx.exp: Make all test names unique.
24600 * gdb.base/default.exp: Make all test names unique.
24601 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
24602 and TIMEOUT messages to their corresponding PASS message.
24603 * gdb.base/ending-run.exp: Make all test names unique.
24604 * gdb.base/long_long.exp: Remove duplicate test.
24605
6b0b0a9e
KB
246062001-05-21 Kevin Buettner <kevinb@redhat.com>
24607
24608 * gdb.base/finish.exp (finish_void): Allow "finish" command to
24609 stop on the call statement as well as the statement after the
24610 call.
24611
2caa35cb
MS
246122001-05-21 Michael Snyder <msnyder@redhat.com>
24613
24614 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
24615
40713331
EZ
246162001-05-10 Elena Zannoni <ezannoni@redhat.com>
24617
a9c64011
AS
24618 * gdb.base/completion.exp: Revamp test. Make it execute on all
24619 platforms.
40713331 24620
c2c1be8d
EZ
246212001-05-10 Elena Zannoni <ezannoni@redhat.com>
24622
a9c64011
AS
24623 * config/gdbserver.exp (gdb_load): Handle the case
24624 in which the arguments to gdbserver are given in the
24625 baseboard configuration file.
24626 Also handle the case in which the server needs to do a
24627 load.
2c9cd303 24628
9671de48
KS
246292001-05-07 Keith Seitz <keiths@cygnus.com>
24630
a9c64011
AS
24631 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
24632 set up the display for testing.
24633 (gdbtk_start): Convert all paths to paths that tcl will like.
24634 Export target information to environment.
24635 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
24636 necessary.
24637 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
24638 (to_tcl_path): New proc to convert a given pathname into
24639 a path acceptible as an argument to a tcl command.
24640 (_gdbtk_export_target_info): New proc to export target info
24641 into the environment for gdbtk testing.
24642 (gdbtk_done): New proc to signal end-of-test.
9671de48 24643
5a360f47
JB
246442001-05-06 Jim Blandy <jimb@redhat.com>
24645
24646 * restore.c: Make the code of caller0 correspond to its comment.
24647
66c756c6
MS
246482001-05-03 Michael Snyder <msnyder@redhat.com>
24649
24650 * config/sid.exp (gdb_target_sid): Check for error messages.
24651 On error or timeout, don't make expect exit (which will terminate
24652 all subsequent tests); instead just make gdb exit.
d63a86f8 24653 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
24654 return a negative value.
24655
a966fde5
JB
246562001-04-24 Jim Blandy <jimb@redhat.com>
24657
851c18e0
JB
24658 * gdb.c++/templates.exp: If we see the prompt for the overload
24659 list, but we haven't recognized any of the longer patterns,
24660 arrange for this test to fail, not hang.
24661
a966fde5
JB
24662 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
24663 variations.
24664
db144853
MC
246652001-04-22 Michael Chastain <chastain@redhat.com>
24666
24667 * gdb.c++/local.exp: Use the 'runto' library function.
24668 * gdb.c++/namespace.exp: Likewise.
24669 * gdb.c++/overload.exp: Likewise.
24670
3207ec21
KB
246712001-03-26 Kevin Buettner <kevinb@redhat.com>
24672
24673 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
24674 * gdb.base/step-line.exp: New file. Test step/next in presence of
24675 #line directives.
24676 * gdb.base/step-line.c: New file. Test program for the above.
24677 * gdb.base/step-line.inp: New file. We pretend that this file has
24678 been transformed by some other tool into step-line.c.
24679
13b57657
JB
246802001-03-21 Jim Blandy <jimb@redhat.com>
24681
24682 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
24683 unmangled operator names.
24684
754cbe1c
JB
246852001-03-20 Jim Blandy <jimb@redhat.com>
24686
24687 * gdb.threads/linux-dp.exp: Recognize an additional message
24688 generated by GDB when it doesn't understand how to debug threads
24689 on the target system.
24690
177495c9
AC
246912001-03-19 Andrew Cagney <ac131313@redhat.com>
24692
24693 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
24694
f266096b
MC
246952001-03-12 Michael Chastain <chastain@redhat.com>
24696
24697 * gdb.c++/derivation.exp: Use the 'runto' library function.
24698
cac3c2ff
MC
246992001-03-12 Michael Chastain <chastain@redhat.com>
24700
24701 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
24702
b6c11a24
MC
247032001-02-24 Michael Chastain <chastain@redhat.com>
24704
24705 * gdb.c++/ref-types.exp: Change handwritten code to library
24706 function 'runto'.
24707
6bae5bce
OF
247082001-03-16 Orjan Friberg <orjanf@axis.com>
24709
24710 * gdb.base/signals.exp: Set count to 0 explicitly.
24711
0015fd9a
MS
247122001-03-15 Mark Salter <msalter@redhat.com>
24713
24714 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
24715 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
24716 (gdb_load): Add support for additional target_info: gdb_download_size
24717 and gdb_load_timeout.
0015fd9a 24718
fc33412a
DT
24719Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
24720
24721 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
24722 file -- to prevent failing when the compile fails but we have no
24723 intention of running the tests anyway.
fc33412a
DT
24724
24725 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
24726 tests if set.
24727
24728 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 24729 integers.
fc33412a
DT
24730
24731 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
24732 * gdb.c++/namespace.exp: Ditto.
24733
115f06de
OF
247342001-03-07 Orjan Friberg <orjanf@axis.com>
24735
24736 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
24737 * gdb.base/pointers.exp: Relax pattern match of decimals.
24738
b6ba6518
KB
247392001-03-06 Kevin Buettner <kevinb@redhat.com>
24740
24741 * Makefile.in, config/abug.exp, config/cfdbug.exp,
24742 config/cpu32bug.exp, config/dve.exp, config/est.exp,
24743 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
24744 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
24745 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
24746 config/sh.exp, config/sid.exp, config/slite.exp,
24747 config/sparclet.exp, config/udi.exp, config/unknown.exp,
24748 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
24749 config/vxworks.exp, config/vxworks29k.exp,
24750 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
24751 gdb.base/all-bin.exp, gdb.base/annota1.exp,
24752 gdb.base/arithmet.exp, gdb.base/assign.exp,
24753 gdb.base/async.exp, gdb.base/attach.exp,
24754 gdb.base/bitfields.exp, gdb.base/bitops.exp,
24755 gdb.base/break.exp, gdb.base/call-ar-st.exp,
24756 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
24757 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
24758 gdb.base/commands.exp, gdb.base/completion.exp,
24759 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
24760 gdb.base/constvars.exp, gdb.base/corefile.exp,
24761 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
24762 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
24763 gdb.base/ending-run.exp, gdb.base/environ.exp,
24764 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
24765 gdb.base/finish.exp, gdb.base/foll-exec.exp,
24766 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
24767 gdb.base/funcargs.exp, gdb.base/help.exp,
24768 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
24769 gdb.base/logical.exp, gdb.base/long_long.exp,
24770 gdb.base/maint.exp, gdb.base/mips_pro.exp,
24771 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
24772 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
24773 gdb.base/pointers.exp, gdb.base/printcmds.exp,
24774 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
24775 gdb.base/regs.exp, gdb.base/relational.exp,
24776 gdb.base/remote.exp, gdb.base/reread.exp,
24777 gdb.base/restore.exp, gdb.base/return2.exp,
24778 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
24779 gdb.base/selftest.exp, gdb.base/setshow.exp,
24780 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
24781 gdb.base/sigall.exp, gdb.base/signals.exp,
24782 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
24783 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
24784 gdb.base/step-test.exp, gdb.base/structs.c,
24785 gdb.base/structs.exp, gdb.base/structs2.exp,
24786 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
24787 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
24788 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
24789 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
24790 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
24791 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
24792 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
24793 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
24794 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
24795 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
24796 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
24797 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
24798 gdb.fortran/types.exp, gdb.java/jmisc.exp,
24799 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
24800 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
24801 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
24802 gdb.trace/circ.exp, gdb.trace/collection.exp,
24803 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
24804 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
24805 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
24806 gdb.trace/report.exp, gdb.trace/save-trace.exp,
24807 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
24808 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
24809 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
24810 notices.
24811
dc96c6c7 248122001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
24813
24814 * gdb.base/varargs.c (find_max_double): Fix printf format string:
24815 first arg is int not float.
24816
dc96c6c7 248172001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
24818
24819 * gdb.base/reread.exp: Unsupported for non-native targets;
24820 doesn't work for remote debugging.
24821
9b0c4aeb
FN
248222001-02-19 Fernando Nasser <fnasser@redhat.com>
24823
24824 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
24825 * gdb.base/ending-run.exp: Properly handle the BSP state when
24826 stepping past the end of main.
9b0c4aeb 24827
02aa71d5
MC
248282001-02-19 John Moore <jmoore@redhat.com>
24829
24830 * gdb.base/commands.exp (infrun_breakpoint_command_test):
24831 Converted HPUX fix for non-expected items following multiple
24832 step commands into general solution for all platforms.
24833
1fa449a4
MC
248342001-02-18 Michael Chastain <chastain@redhat.com>
24835
24836 * gdb.c++/classes.exp (do_tests): Change runto statements
24837 from "runto 'foo(void)'" to "runto 'foo'". This makes the
24838 statements demangler agnostic.
24839 * gdb.c++/virtfunc.exp (do_tests): Likewise.
24840 (gdb_virtfunc_restart): Likewise.
24841
b2f9ec70
MC
248422001-02-14 Michael Chastain <chastain@redhat.com>
24843
24844 * gdb.c++/inherit.exp (do_tests): Change runto statements
24845 from "runto 'foo(void)'" to "runto 'foo'". This makes the
24846 statements demangler agnostic.
24847
cf74b8ca
AC
24848Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
24849
24850 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
24851 ``continue to bkpt at common_routine in thread 2'' and ``stopped
24852 before calling common_routine 15 times'' tests.
cf74b8ca 24853
99f78f56
MC
248542001-02-11 Michael Chastain <chastain@redhat.com>
24855
24856 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
24857 Helps the test script figure out which demangler is in use.
24858 (dm_type_foo_ref): Ditto.
24859 (dm_type_int_star): Ditto.
24860 (dm_type_long_star): Ditto.
24861 (dm_type_unsigned_int): Ditto.
24862 (dm_type_void): Ditto.
24863 (dm_type_void_star): Ditto.
99707966 24864 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
24865 Probe the gdb demangler and set variables to accommodate
24866 formatting differences.
24867 (info_func_regexp): New function. Same as info_func, but
24868 matches against a regexp.
24869 (info_func): Match against a literal string.
24870 (print_addr_2): New function. Match against a literal string,
24871 which can be different from the input to gdb.
24872 (print_addr): Simply call print_addr_2 with the same argument twice.
24873 (test_lookup_operator_functions): Use demangler formatting variables.
24874 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
24875 the tests in the same order as the C++ class declaration.
24876 (test_paddr_operator_functions): Ditto.
24877 (test_paddr_overloaded_functions): Ditto.
24878 (test_paddr_hairy_functions): Use demangler formatting variables.
24879 Add reference to gdb/19 for related tests.
24880 (do_tests): Call probe_demangler.
24881
1de8f023
KB
248822001-01-30 Kevin Buettner <kevinb@redhat.com>
24883
24884 * gdb.c++/templates.cc (printf): Remove unused function definition.
24885
ca3f91ed
MS
248862001-01-26 Felix Lee <flee@redhat.com>
24887
24888 * sid.exp (sid_exit): Pass host, not target, to remote_close.
24889
248902001-01-25 matthew green <mrg@redhat.com>
24891
24892 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
24893 up sid.
24894 (sid_exit): Call `remote_pop_conn' after GDB is gone.
24895
248962001-01-25 matthew green <mrg@redhat.com>
24897
24898 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 24899 Deprecate $sid_spawn_id.
ca3f91ed
MS
24900 (sid_exit): Remove code necessary only for `spawn.'
24901
249022001-01-25 matthew green <mrg@redhat.com>
24903
24904 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
24905
fb18ec4a
MC
249062001-01-28 Michael Chastain <chastain@redhat.com>
24907
24908 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
24909 to call when tests fail. It takes gdb out of the overloaded
24910 function choice menu back to the main prompt, so that the test
24911 program stays synchronized.
24912 (set_bp_overloaded): New proc to collect all the common
24913 code for setting a breakpoint on an overloaded name. Calls
24914 take_gdb_out_of_choice_menu when needed.
24915 (menu_overload1arg): New variable to collect the repeated
24916 instances of the expected menu for an overloaded name. Change
24917 the regular expression to handle changes in g++ type encoding:
24918 "void" can be either "void" or "", and "unsigned int" can be
24919 either "unsigned int" or "unsigned".
24920 (continue_to_bp_overloaded): Change regular expressions to handle
24921 changes in g++ type encoding.
24922 (no proc): Call take_gdb_out_of_choice_menu when needed.
24923 Remove redundant calls to "info break". Accept either "canceled"
24924 or "cancelled". Change regular expressions in "info break"
24925 calls to handle changes in g++ type encoding. Give all tests
24926 unique strings.
24927
9c646a6e
BE
249282001-01-17 Ben Elliston <bje@redhat.com>
24929
24930 * config/sid.exp: New file.
24931
9549d9c1
AC
24932Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
24933
24934 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
24935
dc96c6c7 249362000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
24937
24938 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
24939 Add a RE to accept a non-ascii char if one is ever presented.
24940
b4df4f68
FN
249412000-12-20 Fernando Nasser <fnasser@redhat.com>
24942
297dd0fd 24943 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 24944
dc96c6c7 249452000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 24946
d63a86f8 24947 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
24948 in regexp. One '\' does not suffice on Linux.
24949
4a7bddb6
MC
249502000-12-09 Michael Chastain <chastain@redhat.com>
24951
24952 * gdb.base/break.exp (test_clear_command): Use a marker function
24953 rather than 'main' for the test function. Also move this
24954 test to an execution point where the marker function names are
24955 guaranteed to be bound to functions. (Executing tests after a
24956 'finish' from main runs into name conflicts with local names
24957 in __libc_start_main).
24958
dc96c6c7 249592000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
24960
24961 * gdb.base/finish.exp: New test for gdb's "finish" command.
24962 * gdb.base/return2.exp: New test for gdb's "return" command.
24963 * gdb.base/return2.c: New source file for above.
24964
dc96c6c7 249652000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
24966
24967 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
24968 * gdb.base/miscexprs.exp: Ditto.
24969 * gdb.base/pointers.exp: Ditto.
24970 * gdb.c++/derivation.exp: Ditto.
24971 * gdb.c++/local.exp: Ditto.
24972 * gdb.c++/namespace.exp: Ditto.
24973 * gdb.c++/overload.exp: Ditto.
24974 * gdb.c++/ref-types.exp: Ditto.
24975
dc96c6c7 249762000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
24977
24978 * gdb.base/constvars.exp: Test result of "up" command.
24979 * gdb.base/miscexprs.exp: Ditto.
24980 * gdb.base/pointers.exp: Ditto.
24981 * gdb.base/scope.exp: Ditto.
24982 * gdb.c++/derivation.exp: Ditto.
24983 * gdb.c++/local.exp: Ditto.
24984 * gdb.c++/namespace.exp: Ditto.
24985 * gdb.c++/overload.exp: Ditto.
24986 * gdb.c++/ref-types.exp: Ditto.
24987
44097287
FN
249882000-11-22 Michael Chastain <chastain@redhat.com>
24989
24990 * mips_pro.exp: Accept either "middle -> top -> main" or
24991 "middle -> main" in the backtrace, because gcc can optimize
24992 tail calls to jumps. Remove setup_xfail for the hppa case.
24993 Add a comment with the original warning messages from PR 3016,
24994 which was filed in 1993, to preserve them for posterity.
24995
9d2e1bab
ND
249962000-11-17 Nick Duffek <nsd@redhat.com>
24997
24998 * lib/gdb.exp (gdb_test): Override timeout with board info.
24999
1aca8eb7
ND
250002000-11-17 Nick Duffek <nsd@redhat.com>
25001
25002 * gdb.base/display.exp: Don't kill running stub. Add "again" to
25003 the second kill and detach messages.
25004
93076499
ND
250052000-11-17 Nick Duffek <nsd@redhat.com>
25006
25007 * configure.in: Add AC_EXEEXT.
25008 * configure: Regenerate.
25009 * Makefile.in (just-check): Export EXEEXT.
25010 * lib/gdb.exp ($EXEEXT): Import from environment.
25011 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
25012 expect "maint dump-me" on Cygwin.
25013 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
25014 $EXEEXT.
25015
30e87cd3
ND
250162000-11-17 Nick Duffek <nsd@redhat.com>
25017
25018 * gdb.base/break.exp: Test backtrace and finish from called
25019 function on all platforms, not just HP-UX.
25020
dc96c6c7 250212000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
25022
25023 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
25024 code from gdb_target_monitor, so it can be used independantly
25025 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 25026
dc96c6c7 250272000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
25028
25029 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
25030 * gdb.base/corefile.exp: Expect the message "Program is being
25031 debugged already" when we send the "corefile" command, since
25032 the preceeding gdb_load may have connected gdb to a remote target.
25033 * gdb.base/display.exp: Disable hardware watchpoints if new
25034 board info variable "no_hardware_watchpoints" is true.
25035 Replace single-letter commands with more readable ones.
25036 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
25037 if new board info variable "no_hardware_watchpoints" is true.
25038 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
25039 to see if stdio (printf) testing is possible.
25040 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
25041 board info variable "no_hardware_watchpoints" is true. Use new
25042 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
25043
39124dea
FN
250442000-11-13 Fernando Nasser <fnasser@redhat.com>
25045
25046 From Orjan Friberg <orjanf@axis.com>:
25047 * gdb.base/printcmds.exp: Escape curly braces followed by a number
25048 in array print pattern match.
25049
a9e2e984
FN
250502000-11-09 Fernando Nasser <fnasser@redhat.com>
25051
25052 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
25053 spelling "cancelled" to U.S. spelling "canceled" to match changes
25054 made to gdb.
25055 * gdb.c++/ovldbreak.exp: Ditto.
25056
c7db355b
PS
250572000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25058
25059 * gdb.base/callfuncs.c (main): Moved to end of file, call
25060 t_double_values to initialize the FPU before inferior calls are made.
25061 * gdb.base/callfuncs.exp: Test for register preservation after calling
25062 inferior functions. Add tests for continuining, finishing and
25063 returning from a stop in a call dummy.
25064
dc96c6c7 250652000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
25066
25067 * gdb.base/commands.exp: Break up long lines, and re-indent.
25068
dc96c6c7 250692000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
25070
25071 * config/gdbserver.exp: Rewritten from the ground up, to make it
25072 compatible with the current dejagnu tree, and to make it work with
25073 the new "gdbserver" in libremote.
25074
dc96c6c7 250752000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
25076
25077 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
25078 * gdb.base/varargs.exp: Skip entire test if no printf support.
25079 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
25080 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
25081
dc96c6c7 250822000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
25083
25084 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
25085 no floating point support.
25086 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
25087 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
25088 * gdb.base/call-rt-st.exp: Ditto.
25089 * gdb.base/call-strs.exp: Ditto.
25090
bac5fc66
JG
250912000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
25092
25093 * gdb.base/sizeof.c: include <stdio.h>.
25094
25095 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
25096 'finish', otherwise uncaptured gdb_prompt would potentially
25097 throw remaining test points out of sync.
bac5fc66 25098
b22a6027
SB
250992000-07-26 Scott Bambrough <scottb@netwinder.org>
25100
25101 * gdb.base/recurse.exp: Run tests for all targets.
25102 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
25103 gnu-oldld case on ARM.
25104 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
25105 for ARM targets.
d63a86f8 25106
d8231941
AG
25107Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
25108
25109 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
25110 * gdb.java/configure: Rebuild.
25111
8caabe69
AG
25112Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
25113
25114 * gdb.java/jv-exp.exp: New file.
25115
9d273ca3
AG
25116Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
25117
25118 * configure: Rebuilt.
25119 * configure.in (configdirs): Add gdb.java.
25120 * gdb.java/jmisc.java: New file.
25121 * gdb.java/jmisc.exp: New file.
25122 * gdb.java/Makefile.in: New file.
25123 * gdb.java/configure: Rebuilt.
25124 * gdb.java/configure.in: New file.
25125 * lib/java.exp: New file.
25126
4f823a66
AC
25127Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
25128
25129 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 25130 underflow.
4f823a66 25131
2391e11d
AC
25132Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
25133
25134 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 25135 and the compilers sizes.
2391e11d 25136
54602222
ND
251372000-07-09 Nick Duffek <nsd@redhat.com>
25138
25139 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
25140 (use_methods): New function.
25141 (main): Call use_methods().
25142 * gdb.c++/classes.exp (test_method_param_class): New procedure.
25143 (do_tests): Call test_method_param_class.
25144
2bec0572
ND
251452000-07-09 Nick Duffek <nsd@redhat.com>
25146
25147 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
25148 spelling.
25149 (test_enums): New procedure. Move enum tests from end of script
25150 to here. Set breakpoint on function name instead of line number.
25151 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
25152 (enums2): New marker function.
25153 (enums1): New function.
25154 (main): Call enums1(). Move enum tests to enums1().
25155
78492fde
AC
25156Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
25157
25158 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 25159 compile/link program. Update line numbers.
78492fde
AC
25160 * gdb.asm/d10v.inc: Define ``startup''.
25161 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 25162
49a2cef8
AC
25163Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
25164
25165 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
25166
3e6c8688
EZ
251672000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25168
25169 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 25170 of 'help maint print' command.
3e6c8688 25171
9ff5cbe9
AC
25172Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
25173
25174 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 25175 they use gdb_expect_list.
9ff5cbe9 25176
17c579bd
AC
25177Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
25178
25179 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
25180 memory-read-packet-size'' instead of ``set endian big'' to test
25181 long commands.
17c579bd 25182
e6d71bf3
DB
251832000-06-03 Daniel Berlin <dan@cgsoftware.com>
25184
25185 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 25186 g++, and stop skipping them.
e6d71bf3
DB
25187
25188 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
25189 work under g++.
25190
d63a86f8 25191 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
25192 initialization.
25193
dc96c6c7 251942000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
25195
25196 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
25197 the regular expression: accept an (almost) arbitrary sequence of
25198 "frames-invalid" and "breakpoints-invalid" messages both before
25199 and after the "starting" message.
25200
dc96c6c7 252012000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
25202
25203 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 25204
dc96c6c7 252052000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
25206
25207 * gdb.base/annota1.exp (annotate-signal-handler-caller):
25208 Relax the regular expression a little, make it pass on Solaris 8.
25209
8216cda9
KB
252102000-05-12 Kevin Buettner <kevinb@redhat.com>
25211
25212 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 25213 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
25214 Instead, it is permissible for gdb to stop on the line of the
25215 call itself.
25216
1a570b2f
MS
252172000-05-12 Michael Snyder <msnyder@.cygnus.com>
25218
25219 * gdb.base/break.exp (bp on small function, optimized file):
25220 Add a second pass pattern. The behavior differs here between stabs
25221 and dwarf for one-line functions. Stabs preserves two line symbols
25222 (one before the prologue and one after) with the same line number,
25223 but dwarf regards these as duplicates and discards one of them.
25224 Therefore the address after the prologue (where the breakpoint is)
25225 has no exactly matching line symbol, and GDB reports the breakpoint
25226 as if it were in the middle of a line rather than at the beginning.
25227
dc96c6c7 252282000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 25229
d63a86f8 25230 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
25231 rather than "send_gdb" (for consistancy).
25232
7d418785
AC
25233Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
25234
25235 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
25236 * gdb.c++/templates.cc: Properly check for GCC version number.
25237 * lib/compiler.cc: Likewise
25238
dc96c6c7 252392000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 25240
d63a86f8 25241 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
25242 gdb may not stop at the first line of main, due to code motion.
25243
dc96c6c7 252442000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
25245
25246 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
25247 This test depends on parsing the printf output from the target.
25248 Since the sparclet stub doesn't do stdio, this will never work.
25249 * gdb.base/call-rt-st.exp: ditto.
25250 * gdb.base/call-strs: ditto.
25251
dc96c6c7 252522000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
25253
25254 * gdb.base/miscexprs.exp: make sizeof long array test portable.
25255
25256 * gdb.base/ending-run.exp: After connecting to a remote target,
25257 but before running, the target will appear to be in a random
25258 location. Specify both a file and a line for breakpoints.
25259 Also, the function that calls main may be called 'init'
25260 rather than 'start'.
25261
a5a51225
EZ
252622000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25263
25264 * gdb.base/help.exp: Update output for add-symbol-file command.
25265
7930cc7c
FN
252662000-04-10 Fernando Nasser <fnasser@cygnus.com>
25267
25268 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25269 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
25270
23e37ab1
C
252712000-04-07 J.T. Conklin <jtc@redback.com>
25272
e93c542c
C
25273 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
25274
23e37ab1
C
25275 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
25276
591b8fa3
PDM
25277Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
25278
25279 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 25280 values that can be represented exactly.
591b8fa3
PDM
25281 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
25282 above change, and to not check against the directory part of the source
25283 file name.
25284 (step into print_long_arg_list): Likewise.
25285 (print print_small_structs from print_long_arg_list): Likewise.
25286 (print print_long_arg_list): Likewise.
25287
7a495180
EZ
252882000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25289
30b53638 25290 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 25291
beb998c6
AC
25292Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
25293
25294 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
25295
1c689132
DB
252962000-03-25 Daniel Berlin <dan@cgsoftware.com>
25297
25298 * gdb.base/commands.exp (deprecated_command_test): Add test for
25299 deprecate with no arguments.
25300
c1790a9d
JL
253012000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
25302
25303 * gdb.base/break.exp: Add new test for setting breakpoints on
25304 optimized code so we can test breakpoints work even when function
25305 prologues may be optimized away
25306
003ba290
FN
253072000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
25308
25309 From David Whedon <dwhedon@gordian.com>
a9c64011 25310 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 25311
6837a0a2
DB
253122000-03-22 Daniel Berlin <dan@cgsoftware.com>
25313
25314 * gdb.base/help.exp: Added test for new apropos command.
25315
b9593231
KB
253162000-03-21 Kevin Buettner <kevinb@redhat.com>
25317
25318 * gdb.base/pointers.c (usevar): New function.
25319 (main): Make sure that global variables v_int_pointer2, rptr,
25320 and y are all referenced someplace in the program by calling
25321 usevar() on them. [Some linkers delete symbols which are
25322 never referenced. The space remains, but there's no way to
25323 get a (symbolic) handle on the variable from the debugger.]
25324
751a959b
EZ
253252000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25326
25327 * gdb.base/printcmds.c: Add typedeffed arrays.
25328
25329 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 25330 procedure to test arrays that are typedef'd.
751a959b 25331
73a93a32
JI
253322000-03-13 James Ingham <jingham@leda.cygnus.com>
25333
25334 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 25335 the library directories.
73a93a32 25336
fb40c209
AC
25337Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
25338
25339 * configure.in (configdirs): Add sub directory gdb.mi.
25340 * configure: Re-generate.
25341
25342 * gdb.mi: New directory.
d63a86f8 25343
ee4dd2c9
AC
253442000-02-25 Scott Bambrough <scottb@netwinder.org>
25345
25346 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 25347 a long long value as a double on ARM platforms.
ee4dd2c9 25348
70f0cc22
JB
253492000-02-16 Jim Blandy <jimb@redhat.com>
25350
25351 * gdb.base/break.exp ("breakpoint line number"): Make sure the
25352 default source file is set properly before running this test.
25353
853819b8
EZ
253542000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25355
25356 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 25357 gdbtk/library directory, not in gdbtcl2.
853819b8 25358
dfcd3bfb
JM
253592000-02-04 Jim Blandy <jimb@redhat.com>
25360
25361 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
25362 backslash from regexp pattern.
25363
25364 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
25365 procedure. Use it to run all the "continue to bp overloaded"
25366 tests. Note that this changes the names of the tests slightly.
25367 If the breakpoint hit message includes a hex PC value, because
25368 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
25369 from the real source code, still consider that a pass.
25370
25371 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
25372 XFAIL here if the breakpoint message contains a hex address. Note
25373 similar change on 1999-11-02.
25374
25375 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
25376
25377 * gdb.base/ptype.exp: Establish a default source file before
25378 calling get_debug_format.
25379
253802000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
25381
25382 * gdb.base/watchpoint.exp: Remove duplication of test messages.
25383
8b93c638
JM
253842000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25385
25386 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
25387 of successive stepi commands -- while in the prologue we should see
25388 the function entry bracket.
25389
253902000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25391
25392 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
25393 reach __change_mode() when stepping through the end of main().
25394
c5394b80
JM
253952000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
25396
25397 * gdb.base/default.exp: Fix expected pattern.
25398 * gdb.base/help.exp: Same.
25399
0d06e24b
JM
254002000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25401
25402 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 25403 Don't use xfail's because that affects only the following test.
d63a86f8 25404
0d06e24b 25405 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 25406 solaris or linux.
0d06e24b
JM
25407
25408 * gdb.base/selftest.exp: Update to reflect changes to main.c.
25409
dc96c6c7 254102000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 25411
d63a86f8 25412 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
25413 "A syntax error" rather than "A parse error". Accept both.
25414
254152000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
25416
25417 * gdb.base/default.exp: Remove OS dependent string from "target
25418 remote" test.
25419 * gdb.base/help.exp: Same for "help target remote" test.
25420
c3f6f71d
JM
254212000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25422
25423 From Jim Kingdon <kingdon@redhat.com>:
25424
25425 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
25426 prompt (cleanup rather than necessity, but still might keep output
25427 from spilling to next test).
c3f6f71d
JM
25428
254292000-01-02 Fred Fish <fnf@cygnus.com>
25430
25431 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
25432 AIX, which defines them in <sys/types.h>.
25433
ed9a39eb 254341999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 25435
ed9a39eb 25436 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 25437 float" test.
ed9a39eb
JM
25438
254391999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 25440
ed9a39eb 25441 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
25442
25443 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
25444 outermost frame disallowed".
25445
254461999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
25447
25448 * gdb.base/setvar.exp: New tests for setting the value of a struct
25449 with a constant list.
25450
254511999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
25452
25453 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
25454 require the user to type a cast before setting the value of a struct.
25455
de57eccd
JM
254561999-12-06 Jim Blandy <jimb@cygnus.com>
25457
25458 * gdb.base/default.exp: Expect the new 'info float' command on
25459 all i386 platforms.
25460
25461 * gdb.threads/linux-dp.exp: Expand our ability to recognize
25462 LinuxThreads libraries that don't support debugging.
25463
c2d11a7d
JM
25464Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
25465
25466 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
25467 Change the buffer type to ``unsigned char'' to simplify size
25468 arithmetic.
c2d11a7d
JM
25469
25470 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
25471 stub only handles 400-1 byte packets. Verify that the download
25472 worked.
c2d11a7d
JM
25473
254741999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
25475
25476 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
25477 tests, using UNRESOLVED for the untested cases. Also, does not wait
25478 for a timeout if the prompt was received before a recognizable pattern.
25479
254801999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
25481
25482 * lib/gdb.exp (gdb_expect_list): Fix spelling.
25483
254841999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25485
25486 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 25487 watchpoints.
c2d11a7d
JM
25488
254891999-11-24 Jason Merrill <jason@casey.cygnus.com>
25490
25491 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
25492
25493 * gdb.c++/local.exp: Be more flexible in recognizing local class
25494 name mangling. Don't allow horribly truncated method names.
25495 * gdb.c++/derivation.exp: Expect protected inheritance.
25496 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
25497 * gdb.c++/virtfunc.exp: Likewise.
25498 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
25499 when printing a nested enum.
25500
255011999-11-22 Jim Blandy <jimb@cygnus.com>
25502
25503 * gdb.base/step-test.exp: Properly await GDB's response to setting
25504 a breakpoint on the call to large_struct_by_value.
25505
25506 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
25507 just because we have debug info for the `start' function.
25508
255091999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
25510
25511 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
25512 "Unknown signal" messages, which indicate (on LinuxThreads) that
25513 GDB doesn't know how to debug threads on this system. This is
25514 better than hanging while philosopher 0 dumps chatter into gdb.log.
25515
255161999-11-18 Tom Tromey <tromey@cygnus.com>
25517
25518 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
25519
255201999-11-18 Fred Fish <fnf@cygnus.com>
25521
25522 * gdb.base/coremaker2.c: Add sample program for generating
25523 cores that is more self contained than coremaker.c. Eventually
25524 I'll add more code to this and tie it into the testsuite.
25525
4ce44c66
JM
255261999-11-12 Stan Shebs <shebs@andros.cygnus.com>
25527
25528 * gdb.base/dollar.exp: Remove, now in gdb.hp.
25529
255301999-11-10 Jimmy Guo <guo@cup.hp.com>
25531
25532 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 25533 from $srcdir/lib/.
4ce44c66 25534 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 25535 and gdb.c++/.
4ce44c66
JM
25536
25537 * gdb.c++/derivation.exp: remove redundant get compiler info code.
25538
d63a86f8 25539 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
25540 'continue with watch' test point.
25541
255421999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
25543
25544 Merged from p2linux-990323-branch:
d63a86f8 25545
4ce44c66
JM
25546 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
25547
11cf8741
JM
25548Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
25549
25550 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 25551 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
25552
25553Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
25554
25555 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 25556 gdb_expect_list.
11cf8741
JM
25557
25558Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
25559
25560 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
25561
255621999-11-03 Mark Salter <msalter@cygnus.com>
25563
25564 * gdb.base/break.exp: Fix "stub continue" pattern.
25565
255661999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
25567
25568 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
25569
255701999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
25571
25572 * gdb.base/display.exp ("finish"): Add timeout clause.
25573
25574 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
25575 plain prompt clause, so this doesn't have to time out in order to
25576 fail.
25577
25578 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 25579 breakpoint hit messages include an address.
11cf8741
JM
25580
25581 * gdb.base/display.exp: Don't forget to escape parens in regular
25582 expressions. Unix regexp notatation sucks.
25583
255841999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25585
25586 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 25587 order for 'signalled' message.
11cf8741 25588
5c44784c
JM
255891999-11-01 Stan Shebs <shebs@andros.cygnus.com>
25590
25591 From Jimmy Guo <guo@cup.hp.com>:
25592 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
25593 * gdb.base/annota1.c: Add code for tests to work with.
25594
255951999-10-26 Frank Ch. Eigler <fche@cygnus.com>
25596
25597 * gdb.base/remote.exp: New test for remote downloading settings.
25598 * gdb.base/remote.c: New file with large .data.
25599
917317f4
JM
256001999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
25601
25602 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
25603 for LinuxThreads support, merged from the Code Fusion branch.
25604
25605Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
25606
25607 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
25608 containing exp_continue into a while within an expect. Don't
25609 attempt a start more than three times. Check return value from
25610 gdb_load.
d63a86f8 25611
2df3850c
JM
25612Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
25613
25614 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 25615 a pass case.
2df3850c 25616
2acceee2
JM
256171999-10-01 Kevin Buettner <kevinb@cygnus.com>
25618
25619 * gdb.base/break.c (main): Added a statement that we can step
25620 off of.
25621 * gdb.base/break.exp: Added tests for setting a breakpoint
25622 at an offset and stepping onto a breakpoint.
25623
256241999-10-01 Fred Fish <fnf@cygnus.com>
25625
d63a86f8 25626 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
25627 gdb output.
25628
c2c6d25f
JM
256291999-09-18 Jim Blandy <jimb@cris.red-bean.com>
25630
25631 * gdb.base/break.exp: Code locations are in hex, don't forget!
25632 (For HP-UX.)
25633
256341999-09-17 Stan Shebs <shebs@andros.cygnus.com>
25635
25636 * condbreak.exp: Use break.c as test program.
25637 * condbreak.c: Remove, redundant with break.c.
25638
256391999-09-15 Stan Shebs <shebs@andros.cygnus.com>
25640
25641 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 25642 Z-packets if the target needs it.
c2c6d25f
JM
25643
256441999-09-13 James Ingham <jingham@leda.cygnus.com>
25645
25646 * gdb.c++/overload.exp: Added tests for listing overloaded
25647 functions with function pointers in the arg, explicitly calling
25648 out the version you want.
25649
cff3e48b
JM
256501999-09-09 Stan Shebs <shebs@andros.cygnus.com>
25651
25652 * long_long.exp: Add variations of test cases that work for
25653 targets with 16-bit ints and 32-bit doubles.
25654
d4f3574e
SS
256551999-09-08 Stan Shebs <shebs@andros.cygnus.com>
25656
25657 * break.c (main): Compare a possibly-uninitialized argc with an
25658 unlikely value that fits in 16 bits.
25659
256601999-09-07 Stan Shebs <shebs@andros.cygnus.com>
25661
25662 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
25663 0xfeeb, don't want negative numbers if ints are 16 bits.
25664
25665 * lib/gdb.exp (skip_cplus_tests): New proc.
25666 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
25667 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
25668 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
25669 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
25670 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
25671 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
25672 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
25673 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
25674
25675 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
25676
25677Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
25678
25679 * gdb.base/corefile.exp (up): Allow a parameter to appear
25680 in the frame that we're going up to.
25681
25682 From Jim Blandy <jimb@cygnus.com>:
25683
25684 * gdb.base/default.exp (info float): Expect some output now.
25685
25686 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
25687 returning floating-point values to fail on the x86.
25688 * gdb.base/callfwmall.exp (do_function_calls): Same.
25689
25690 * gdb.base/list.exp (test_listsize): Correct expectations for
25691 listing line 1 with listsize 2. Also, listing a single line
25692 works now, as does listing three lines. [Kevin's note: There
25693 were a number of other cases fixed too where the expectations
25694 differed...]
25695
256961999-09-02 Stan Shebs <shebs@andros.cygnus.com>
25697
25698 * gdb.base/selftest.exp: Add case for when version prints as
25699 constant string instead of char pointer.
25700
104c1213
JM
257011999-08-25 Stan Shebs <shebs@andros.cygnus.com>
25702
25703 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 25704 stepping out of main.
104c1213
JM
25705
25706 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
25707 G++ used.
25708
25709 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 25710 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
25711
25712 * gdb.c++/ovldbreak.exp: Update match string in test that
25713 includes a warning of multiple breakpoints.
25714
257151999-08-24 Stan Shebs <shebs@andros.cygnus.com>
25716
25717 * gdb.base/display.exp: Improve precision of step-after-finish
25718 added yesterday.
25719
25720 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 25721 test.
104c1213
JM
25722
25723 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
25724 configs when using G++, not just hppa*.
25725
257261999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25727
25728 * gdb.base/async.c: New file.
25729 * gdb.base/async.exp: New file.
25730
25731Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
25732
25733 * gdb.base/break.exp: Tweak PA specific tests to properly handle
25734 PA64.
25735
53a5351d
JM
25736Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
25737
104c1213
JM
25738 * gdb.base/display.exp: "finish" can leave us mid-line on many
25739 targets, deal with it. Add a small constant to main, instead of
25740 1000 since main+1000 may not be a valid address in the target.
25741
53a5351d
JM
25742 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
25743 on hpux11.
25744
25745 * gdb.base/attach.exp: Handle another hpux11 error message variant
25746 when attaching to a process that does not exist.
25747
257481999-08-19 J.T. Conklin <jtc@redback.com>
25749
25750 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 25751 characters in 'continue to 1241' test.
53a5351d
JM
25752
257531999-08-17 Stan Shebs <shebs@andros.cygnus.com>
25754
25755 * gdb.base/call-ar-st.exp: Add a shorter match case for the
25756 stop in print_long_arg_list, define and use a whitespace
25757 variable in print_small_structs test, add an XFAIL for Solaris.
25758 * gdb.base/dbx.exp: XFAIL func commands until somebody is
25759 interested enough to fix.
25760
7be570e7
JM
257611999-08-13 Keith Seitz <keiths@cygnus.com>
25762
25763 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
25764 (dbx_gdb_load): Remove. Use gdb_load instead, since that
25765 proc knows about targets other than the natives.
25766 (test_assign): Use "gdb_run_cmd" to "run" the target.
25767 Check that we've actually hit the breakpoint at main.
25768 When we attempt to assign a value to a local variable, check
25769 that the variable is in the current scope, i.e., don't use
25770 a test with an empty result.
25771
25772Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
25773
25774 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 25775 command.
7be570e7
JM
25776
257771999-08-09 Stan Shebs <shebs@andros.cygnus.com>
25778
25779 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25780 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
25781 gdb.compat, gdb.threads-hp.
25782 gdb.hp/configure, gdb.hp/configure.in: New files.
25783 gdb.hp/Makefile.in: Recurse into new subdirs.
25784 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
25785 gdb.hp/gdb.objdbg: New directory, tests for debugging info
25786 in object files.
25787 gdb.hp/tools: New directory, aux tools for HP-specific tests.
25788
96baa820
JM
257891999-08-05 Stan Shebs <shebs@andros.cygnus.com>
25790
25791 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 25792 funky printf, remove a bogus p/a test.
96baa820
JM
25793
257941999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25795
25796 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
25797 connected to the target. This is necessary when running not
25798 natively.
96baa820
JM
25799
258001999-08-03 Stan Shebs <shebs@andros.cygnus.com>
25801
25802 * gdb.base/step-test.exp: Removed some extraneous messages.
25803
25804 * gdb.base/long_long.exp: Don't run memory examination tests
25805 on little-endian targets (they will need a different set of
25806 results to match).
25807
258081999-08-02 Stan Shebs <shebs@andros.cygnus.com>
25809
25810 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
25811 until somebody decides to fix GDB.
25812
25813 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 25814 constant as "ULL".
96baa820
JM
25815 * gdb.base/long_long.exp: Loosen x/c test, add partial result
25816 matches for a couple x/2 commands.
25817
a0b3c4fd
JM
258181999-07-30 Stan Shebs <shebs@andros.cygnus.com>
25819
25820 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
25821 by merging in ref-types2 tests.
25822 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
25823
25824 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25825 * gdb.c++/Makefile.in: Add standard actions.
25826 (EXECUTABLES): Rename from PROGS, update list.
25827 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
25828 from gdb.hp.
25829 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
25830 foo and bar locals.
25831 * gdb.c++/anon-union.exp: Fix tests to match.
25832 * gdb.c++/classes.exp: Run if HP compiler used, add extra
25833 expect matches to handle output variations.
25834 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
25835 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 25836 output, add HP alternatives for new and delete prints.
a0b3c4fd 25837 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 25838 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
25839 * gdb.c++/demangle.exp: Use $style when reporting failure.
25840 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
25841 * gdb.c++/inherit.exp: Run if HP compiler used, add some
25842 match alternatives.
25843 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 25844 compilers.
a0b3c4fd
JM
25845 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
25846 * gdb.c++/method.exp: Add match alternatives.
25847 * gdb.c++/misc.cc: Add bool types.
25848 * gdb.c++/misc.exp: Add tests for bool types.
25849 * gdb.c++/overload.exp: Add xfails.
25850 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
25851 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
25852 add some more template parameter tests (only for HP currently).
25853 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
25854 * gdb.c++/virtfunc.cc: Add return type and value for main.
25855 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
25856 match alternatives.
d63a86f8 25857
a0b3c4fd
JM
258581999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25859
25860 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
25861
258621999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
25863
25864 * gdb.base/signals.exp: Don't expect getting a backtrace from
25865 within a signal handler to fail on Linux.
25866
258671999-07-29 Stan Shebs <shebs@andros.cygnus.com>
25868
25869 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25870 * lib/gdb.exp: Remove some gratuitious semicolons.
25871 (delete_breakpoints): Increase timeout.
25872 (gdb_expect): Add -notransfer option.
25873 (gdb_test): Use -notransfer option.
25874 (get_compiler_info): Add f77 case.
25875 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 25876 case.
a0b3c4fd
JM
25877 (gdb_preprocess): Call get_compiler.
25878
25879 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
25880 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
25881 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
25882 gdb.base/long_long.exp, gdb.base/printcmds.exp,
25883 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
25884 third arg to gdb_test.
a0b3c4fd
JM
25885 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
25886 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 25887 HP-UX xfails, add others.
a0b3c4fd
JM
25888 * gdb.base/completion.exp: Reflect name change of self-test.
25889 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
25890 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
25891 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
25892 HP failure number.
a0b3c4fd
JM
25893 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
25894 useless HP-UX 10.30 references.
25895 * gdb.base/maint.exp: Loosen matches.
25896 * gdb.base/pointers.c (main): Declare more_code.
25897 * gdb.base/pointers.exp: Match on output of a `next'.
25898 * gdb.base/structs.c: Add prototypes.
25899 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
25900 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
25901
259021999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25903
25904 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 25905 command.
a0b3c4fd
JM
25906
259071999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25908
25909 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
25910 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
25911
25912 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
25913 debug info. Deal with lack of signal hanlder info in stack.
25914
a9c64011 25915 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
25916 * gdb.base/annota1.exp: If printf has debug info, deal with it.
25917
5a2468f5
JM
259181999-07-19 Stan Shebs <shebs@andros.cygnus.com>
25919
25920 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 25921 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 25922
adf40b2e
JM
25923Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
25924
25925 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 25926 a1-selftest.exp.
adf40b2e
JM
25927 * gdb.base/configure: Re-generate.
25928
259291999-07-12 Stan Shebs <shebs@andros.cygnus.com>
25930
25931 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
25932 in trying to run first and name is too long.
25933
25934 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
25935 pointers2.c and pointers2.exp, respectively.
25936 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
25937 doschk happier.
25938
43e526b9
JM
259391999-07-08 Stan Shebs <shebs@andros.cygnus.com>
25940
25941 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
25942 callfuncs2.c and callfuncs2.exp.
25943
25944 * gdb.base/list.exp: Remove mistaken xfails.
25945 * gdb.base/list0.h: Add optional prototypes.
25946
9846de1b
JM
25947Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
25948
a9c64011 25949 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 25950 calling malloc.
a9c64011
AS
25951 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
25952 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 25953 use.
9846de1b
JM
25954
259551999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25956
25957 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
25958 * gdb.base/annota2.cc, annota2.exp: Move from here.
25959 * gdb.c++/annota2.cc, annota2.exp: To here.
25960 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
25961
43ff13b4
JM
25962Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
25963
25964 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 25965 a consistent format.
43ff13b4 25966
085dd6e6
JM
259671999-06-25 Stan Shebs <shebs@andros.cygnus.com>
25968
25969 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25970 * lib/gdb.exp (get_compiler_info): Add detection for assorted
25971 HP compilers, also set the globals $true and $false.
25972
25973 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
25974 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
25975 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
25976 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
25977 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
25978 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
25979 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
25980 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
25981 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
25982 whatis.c} Add C++ compatible function definitions and return
25983 types, add includes for library functions.
085dd6e6
JM
25984 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
25985 * gdb.base/step-test.c (myglob): Rename from glob.
25986 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
25987 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
25988 files, move here from gdb.hp.
085dd6e6 25989 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
25990 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
25991 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
25992 Adjust line numbers in regexps.
085dd6e6
JM
25993
25994 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
25995 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
25996 instead of 0/1.
25997
25998 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
25999 foll-vfork.exp: New files, move here from gdb.hp.
26000 * gdb.base/page.exp: New file, test of pagination command.
26001
26002 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
26003 recursion test.
26004 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
26005
26006 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 26007 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
26008
26009 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 26010 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 26011 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 26012 watchpoint test.
085dd6e6
JM
26013 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
26014 them work.
26015 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
26016 expressions properly.
26017 * gdb.base/corefile.exp: Loosen the match slightly.
26018 * gdb.base/default.exp: Allow "Error accessing memory" message
26019 also.
26020 * gdb.base/display.exp: Skip over x/0 j if PA64.
26021 * gdb.base/funcargs.exp: Add xfails for HP-UX.
26022 * gdb.base/interrupt.exp: Ditto.
26023 * gdb.base/langs.exp: Add symbolic matches governed by compiler
26024 in use.
26025 * gdb.base/list.exp: Add xfails for HP-UX.
26026 * gdb.base/long_long.exp: Refine some of the numeric matches.
26027 * gdb.base/mips_pro.exp: Xfail on HP-UX.
26028 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
26029 * gdb.base/nodebug.exp: Succeed on more varieties of output.
26030 * gdb.base/opaque.exp: Remove some HP-UX xfails.
26031 * gdb.base/ptype.exp: Succeed on more varieties of output.
26032 * gdb.base/scope.exp: Add xfails for HP-UX.
26033 * gdb.base/sect-cmd.exp: Add more cases.
26034 * gdb.base/setvar.exp: Add xfails for HP-UX.
26035 * gdb.base/shlib-call.exp: Loosen some matches slightly.
26036 * gdb.base/signals.exp: Match on void symbolically.
26037 * gdb.base/step-test.exp: Add case for PA64.
26038 * gdb.base/term.exp: Add exit and restart.
26039 * gdb.base/twice.exp: Clean up after self.
26040 * gdb.base/varargs.exp: Disable overload resolution explicitly.
26041 * gdb.base/whatis.exp: Allow more ways to pass tests.
26042
26043 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 26044 no longer useful.
085dd6e6
JM
26045
26046Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
26047
26048 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 26049 list of patterns.
085dd6e6 26050 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
26051 print_double_array(double_array)", "continuing to breakpoint
26052 1018", "print print_double_array(array_d)" and "continuing to
26053 1034" tests.
d63a86f8 26054
085dd6e6
JM
260551999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
26056
a9c64011 26057 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
26058
260591999-06-24 Stan Shebs <shebs@andros.cygnus.com>
26060
26061 * config/mt-*: Remove, these haven't been used since 1996.
26062
260631999-06-22 Stan Shebs <shebs@andros.cygnus.com>
26064
26065 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 26066 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
26067 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
26068
9e0b60a8
JM
260691999-06-18 Stan Shebs <shebs@andros.cygnus.com>
26070
26071 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
26072 simpler match case for the ptype of the big class.
26073
260741999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26075
26076 * gdb.exp: Fix test for gdb_prompt existence.
26077
260781999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26079
26080 * gdb.exp (gdb_test): Add fail after calls to perror.
26081
260821999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26083
26084 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
26085
260861999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26087
26088 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
26089
0f71a2f6
JM
26090Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
26091
26092 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 26093 malloc() is linked in.
0f71a2f6
JM
26094
260951999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26096
26097 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
26098 step at end.
26099
26100 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
26101
261021999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
26103
26104 * gdb.java/jv-print.exp: New file. (Our first Java test!)
26105
cce74817
JM
26106Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
26107
26108 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
26109 * gdb.base/mips_pro.exp: Likewise.
26110
261111999-06-02 Keith Seitz <keiths@cygnus.com>
26112
26113 * gdb.c++/templates.cc: Change all "new" operators to throw
26114 an exception.
26115 * gdb.c++/cplusfuncs.cc: Likewise.
26116
26117 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
26118
26119Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
26120
26121 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
26122 * gdb.base/ending-run.exp: When stepping out of main, accept a
26123 step into an arbitrary assembler file.
cce74817 26124
392a587b
JM
261251999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26126
d63a86f8 26127 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 26128 "breakpoint-invalid" to be printed.
6fdff2c5
PA
26129 * gdb.base/annota2.exp: Revise line number for main
26130 breakpoint. Allow any number of "frames-invalid" and
26131 "breakpoint-invalid" to be printed.
392a587b
JM
26132 * gdb.base/annota2.cc: Initialize a.x to 0.
26133
9e086581
JM
261341999-05-17 Keith Seitz <keiths@cygnus.com>
26135
6fdff2c5
PA
26136 * gdb.base/call-ar-st.exp: Skip
26137 "print print_double_array (double_array)" when "skip_float_tests" set.
26138 Ditto for "print print_double_array(array_d)",
26139 "print print_small_structs", "print print_ten_doubles", and
26140 "step into print_long_arg_list".
26141 Don't assume we can step into "print_long_arg_list": we could step
26142 into memcpy.
26143 * gdb.base/call-rt-st.exp: Don't run float-related tests when
26144 "skip_float_tests" is set: "print print_one_double(*d1)"
26145 and "print print_two_floats(*f3)".
9e086581
JM
26146 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
26147 "skip_float_tests" is set.
6fdff2c5
PA
26148 * gdb.base/varargs.exp: Skip
26149 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
26150 "skip_float_tests" set.
d63a86f8 26151
cd0fc7c3
SS
261521999-05-06 Keith Seitz <keiths@cygnus.com>
26153
26154 * gdb.base/annota2.cc: Include stdio.h.
26155
26156Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
26157
26158 * gdb.base/crossload.exp: Remove, this has been disabled ever
26159 since BFD stopped including all targets, and cross-GDB gets
26160 plenty of testing anyway.
26161 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
26162 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
26163 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
26164 * gdb.base/README: Remove, was doc for this.
26165 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 26166 needed.
cd0fc7c3 26167
b83266a0
SS
261681999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26169
26170 * gdb.base/call-ar-st.exp: Fix one regular expression in test
26171 output.
26172
26173 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
26174 * gdb.base/annota2.exp: New file. More annotation tests.
26175 * gdb.base/annota1.c: New file. Source file for annota1.exp.
26176 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
26177
261781999-04-23 Angela Marie Thomas <angela@cygnus.com>
26179
26180 * config/cfdbug.exp: New file.
26181
7a292a7a
SS
261821999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
26183
26184 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
26185 Marcus Daniel's and Dale Hawkins's demangler crashes.
26186
26187 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
26188 test_lucid_style_demangling, test_arm_style_demangling,
26189 test_hp_style_demangling): Try Tom Tromey's core-dumping
26190 identifier under each demangling style.
7a292a7a
SS
26191
261921999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26193
26194 * gdb.c++/demangle.exp: Include the current demangling style
26195 in all test names.
26196 (current_demangling_style): New global variable.
26197 (set_demangling_style, test_demangling_core, test_demangling,
26198 test_demangling_exact): New functions.
26199 (test_gnu_style_demangling, test_lucid_style_demangling,
26200 test_arm_style_demangling, test_hp_style_demangling): Use those,
26201 instead of calling gdb_test and gdb_test_exact directly.
26202 (catch_demangling_errors): New function, which reports errors
26203 signalled by the demangling test functions in an orderly way.
26204 (do_tests): Use catch_demangling_errors.
26205
262061999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
26207
26208 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 26209 grouping in expressions, not {}.
7a292a7a
SS
26210
26211 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 26212 initialized yet.
7a292a7a
SS
26213
262141999-04-01 Stan Shebs <shebs@andros.cygnus.com>
26215
26216 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
26217 are listed.
26218
262191999-03-26 Stan Shebs <shebs@andros.cygnus.com>
26220
26221 * gdb.stabs/weird.exp: Test for CC being defined before
26222 looking at its value.
26223
262241999-03-25 Stan Shebs <shebs@andros.cygnus.com>
26225
26226 * gdb.base/call-ar-st.exp: Remove stray '#'.
26227 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
26228 "short int" and "long int".
26229 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 26230 change, to mollify finicky HP compiler.
7a292a7a
SS
26231 * gdb.hp/reg-test.exp (testfile): Fix file name.
26232 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 26233
7a292a7a
SS
26234 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
26235 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
26236 alternate form of enum ptype.
26237
c906108c
SS
262381999-03-23 Stan Shebs <shebs@andros.cygnus.com>
26239
7a292a7a
SS
26240 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
26241 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
26242 passing skip_hp_tests, so as not to waste time on guaranteed
26243 failure.
7a292a7a 26244
c906108c
SS
26245 * gdb.c++/overload.cc: Pass string instead of char addr, always
26246 init ccpfoo.
26247 * gdb.c++/templates.cc: Fix syntax error.
26248
7a292a7a
SS
26249Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26250
26251 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 26252 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
26253 command.
26254
262551999-03-18 James Ingham <jingham@cygnus.com>
26256
26257 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
26258
26259 * gdb.c++/method.exp: It was testing an uninitialized int on the
26260 stack and assuming it was positive.
26261
26262 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
26263
26264 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 26265 keep it from killing the rest of the tests.
7a292a7a
SS
26266 Use gdb_continue_to_end.
26267
26268 * gdb.base/sigall.exp: use gdb_continue_to_end.
26269
26270 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
26271
26272 * gdb.base/display.exp: use runto_main, not run.
26273
d63a86f8
RM
26274 * gdb.base/default.exp: Check for the current error message in the
26275 r abbreviation test.
7a292a7a
SS
26276 Add strongarm to the targets that know info float.
26277
d63a86f8 26278 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
26279 run which doesn't work with monitors.
26280
6fdff2c5
PA
26281 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
26282 1034 test.
7a292a7a
SS
26283
26284 * gdb.base/break.exp: use the gdb_continue_to_end proc.
26285
6fdff2c5
PA
26286 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
26287 end of a program. Traps the case (in Cygmon) when the program
26288 never really exits. Same as Mark's continue_to_exit, but I had
26289 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
26290
26291 * config/monitor.exp (gdb_target_monitor): added another
26292 target_info parameter: remotebinarydownload. This will set the
26293 remotebinarydownload flag if this is causing some boards trouble.
26294
262951999-03-18 Mark Salter <msalter@cygnus.com>
26296
26297 * lib/gdb.exp (continue_to_exit): New function.
26298
26299 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
26300 * gdb.base/ending-run.exp: Ditto.
26301 * gdb.base/step-test.exp: Ditto.
26302
263031999-03-16 Stan Shebs <shebs@andros.cygnus.com>
26304
26305 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
26306 (suggested by Art Haas <ahaas@neosoft.com>).
26307
263081999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
26309
889bf7c5 26310 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
26311
26312Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
26313
26314 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 26315 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
26316
263171999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
26318
26319 * gdb.base/call-strs.exp: Don't assume that `step' will step over
26320 a call to strlen; sometimes we do have sources.
26321
263221999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
26323
26324 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 26325 character, so GDB won't print garbage after its end.
d63a86f8 26326
c906108c
SS
26327 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
26328 breakpoint there instead. Sometimes GCC emits memcpy to handle
26329 the large structures being passed by value, so we step into that
26330 instead of sum_array_print, which obscures what we're really testing.
26331 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
26332 the bizarre steps into memcpy, so do that here. Add check for
26333 stepping into function calls that pass large structures by value.
26334 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
26335 Remove all references to specific line numbers.
26336 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
26337 New type and function.
26338 (main): Call large_struct_by_value, passing it a large struct by value.
26339 * lib/gdb.exp (gdb_get_line_number): New function.
26340
26341 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
26342 more portable.
26343
7a292a7a
SS
263441999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26345
c906108c
SS
26346 * lib/gdb.exp: Doc fixes.
26347
7a292a7a
SS
263481999-03-05 Nick Clifton <nickc@cygnus.com>
26349
d63a86f8 26350 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
26351
263521999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
26353
c906108c 26354 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
26355 commands. They're not germane to this test, and they don't work
26356 that way on remote targets.
c906108c 26357
3fc11d3e
JM
263581999-03-01 James Ingham <jingham@cygnus.com>
26359
26360 * Changelog entries merged over from gdb development branch.
26361
3fc11d3e
JM
26362 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
26363
26364 * lib/gdb.exp (gdbtk_analyze_results): Generic function
26365 for outputting results of test run.
26366
2d4a1622 26367 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
26368
26369 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 26370
7a292a7a
SS
263711999-02-25 Felix Lee <flee@cygnus.com>
26372
26373 * lib/gdb.exp (debug_format): initialize
26374
c906108c
SS
263751999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
26376
26377 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
26378 * gdb.base/call-rt-st.c: Ditto.
26379
c906108c
SS
263801999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
26381
26382 * gdb.threads/pthreads.exp (horiz): New variable.
26383 (test_startup): Fix regexps that capture thread numbers.
26384
263851999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
26386
26387 * gdb.base/smoke.exp: Disambiguate two test case names (both
26388 called ``print'').
26389
26390Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26391
26392 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 26393 compilation.
c906108c
SS
26394
263951999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26396
26397 * gdb.base/miscexprs.exp: Change patterns to match GDB's
26398 actual output formatting.
26399 * gdb.base/smoke.exp: GDB removes leading 0's.
26400 * gdb.base/volatile.exp: Don't check type of remuneration;
26401 that variable is no longer defined in constvars.c.
26402 * gdb.base/step-test.c (main): Exit with explicit exit code.
26403 * gdb.base/step-test.exp: Remove two nexti checks--they are
26404 not portable.
26405
264061999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26407
26408 * gdb.base/help.exp ("help delete display"): Fix test to match
26409 gdb's output.
26410
26411 * gdb.base/long_long.c (known_types): Initialize values to zero.
26412 * gdb.base/long_long.exp: Step one more line
26413 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
26414 leading zeros. Explicitly ask for hex formatting. Use
26415 unique test case names.
c906108c
SS
26416
26417Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26418
d63a86f8 26419 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
26420
26421 * gdb.c++/method.exp: Add missing close brace.
26422
264231999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
26424
26425 * gdb.base/maint.exp: Use 'set height 0' to disable page
26426 prompting, not 'set height 400'.
26427
26428 Fix a bunch of timeouts.
26429 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
26430 four separate tests, so expect doesn't take forever to match a ton
26431 of text against a regexp with lots of .* forms.
26432 ("maint print psymbols", "maint print symbols"): Make some of
26433 these greps more selective, so that expect doesn't try to wade
26434 through huge piles of output and time out.
26435
26436 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
26437
26438 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
26439 tests: one which doesn't expect shlib events to be reported, and
26440 another which does, but is XFAIL for all platforms other than
26441 HP/UX.
c906108c
SS
26442
26443 * gdb.base/break.exp: Teach the test suite that the `catch
26444 fork', `catch vfork', and `catch exec' commands produce error
26445 messages on platforms that don't provide these features.
26446
26447Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26448
26449 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
26450 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
26451 (shortening names from solib_threshold.exp etc), won't run on
26452 anything but HP-UX for the foreseeable future.
c906108c 26453 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 26454 reflect move.
c906108c
SS
26455
26456Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
26457
26458 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 26459 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
26460
26461Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
26462
26463 * gdb.base/shlib-call.exp: add test cases to verify that gdb
26464 successfully re-sets breakpoints in shared libraries.
26465 * gdb.base/shmain.c (main): return 0, don't fall off the end.
26466
26467Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26468
d63a86f8
RM
26469 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
26470 and compiled w/o GCC.
c906108c
SS
26471
26472 * gdb.hp/watch-cmd.exp: ditto.
26473
26474 * gdb.hp/watch-hp.exp: ditto.
26475
26476 * gdb.hp/xdb1.exp: ditto.
26477
26478 * gdb.hp/xdb2.exp: ditto.
26479
26480 * gdb.hp/dbx.exp: ditto.
26481
26482Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
26483
26484 * constvars.c: Remove C++-isms.
26485 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 26486 with GCC.
c906108c
SS
26487
26488Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
26489
26490 The following changes are part of the HP merge.
26491
26492 * gdb.base/break.exp: new tests to verify that catchpoints for
26493 fork, vfork, and exec don't trigger inappropriately.
26494
26495 * gdb.base/opaque.exp: compile one file at a time, then link.
26496
26497 * gdb.base/signals.exp: be more restrictive about which hppa
26498 systems receive a setup_xfail. new tests.
26499
26500 * gdb.base/solib_threshold.build: new file.
26501 * gdb.base/solib_threshold.exp: new file.
26502 * gdb.base/solib_threshold.link_opts: new file.
26503 * gdb.base/solib_threshold.mk: new file.
26504 * gdb.base/gen_solib_threshold.c: new file.
26505
26506 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
26507 tests. New tests for enums inside classes.
26508
26509 * gdb.c++/compiler.cc: indicate support of template debugging.
26510
26511 * gdb.c++/demangle.exp: run hp style demangling tests.
26512
26513 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
26514 tests.
26515
26516 * gdb.c++/misc.cc: changes to support new tests.
26517
26518 * gdb.c++/templates.cc: changes to support HP's compiler; changes
26519 to support new tests.
26520
26521 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
26522 gcc, then skip these tests.
26523
26524Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
26525
26526 The following files are part of the HP merge; some had longer
26527 names at HP, but have been renamed to be no more than 14
26528 characters in length.
26529
26530 * gdb.hp/ambiguous.cc: new file.
26531 * gdb.hp/ambiguous.exp: new file.
26532 * gdb.hp/attach.exp: new file.
26533 * gdb.hp/attach2.exp: new file.
26534 * gdb.hp/classes-hp.exp: new file.
26535 * gdb.hp/ctti.exp: new file.
26536 * gdb.hp/ctti-add.cc: new file.
26537 * gdb.hp/ctti-add1.cc: new file.
26538 * gdb.hp/ctti-add2.cc: new file.
26539 * gdb.hp/ctti-add3.cc: new file.
26540 * gdb.hp/dbx.exp: new file.
26541 * gdb.hp/exception.cc: new file.
26542 * gdb.hp/exception.exp: new file.
26543 * gdb.hp/foll-exec.c: new file.
26544 * gdb.hp/foll-exec.exp: new file.
26545 * gdb.hp/foll-fork.c: new file.
26546 * gdb.hp/foll-fork.exp: new file.
26547 * gdb.hp/foll-vfork.c: new file.
26548 * gdb.hp/foll-vfork.exp: new file.
26549 * gdb.hp/inherit-hp.exp: new file.
26550 * gdb.hp/more-steps.exp: new file.
26551 * gdb.hp/namespace.cc: new file.
26552 * gdb.hp/namespace.exp: new file.
26553 * gdb.hp/optimize.exp: new file.
26554 * gdb.hp/pxdb.c: new file.
26555 * gdb.hp/pxdb.exp: new file.
26556 * gdb.hp/quicksort.exp: new file.
26557 * gdb.hp/reg-test.exp: new file.
26558 * gdb.hp/reg-test.s: new file.
26559 * gdb.hp/sized-enum.c: new file.
26560 * gdb.hp/sized-enum.exp: new file.
26561 * gdb.hp/start-stop.exp: new file.
26562 * gdb.hp/templ-hp.cc: new file.
26563 * gdb.hp/templ-hp.exp: new file.
26564 * gdb.hp/thr-lib.c: new file.
26565 * gdb.hp/thr-lib.exp: new file.
26566 * gdb.hp/thr-lib.h: new file.
26567 * gdb.hp/thr-liblib.c: new file.
26568 * gdb.hp/virtfun-hp.c: new file.
26569 * gdb.hp/virtfun-hp.exp: new file.
26570 * gdb.hp/watch-cmd.exp: new file.
26571 * gdb.hp/watch-hp.exp: new file.
26572 * gdb.hp/xdb1.exp: new file.
26573 * gdb.hp/xdb2.exp: new file.
26574 * gdb.hp/xdb3.exp: new file.
26575
26576Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
26577
26578 The following files are part of the HP merge; some had longer
26579 names at HP, but have been renamed to be no more than 14
26580 characters in length.
26581
26582 * gdb.base/ss.h: new file.
26583 * gdb.base/call-ar-st.c: new file.
26584 * gdb.base/call-ar-st.exp: new file.
26585 * gdb.base/call-rt-st.c: new file.
26586 * gdb.base/call-rt-st-exp: new file.
26587 * gdb.base/call-strs.exp: new file.
26588 * gdb.base/ena-dis-br.exp: new file.
26589 * gdb.base/environ.exp: new file.
26590 * gdb.base/long_long.exp: new file.
26591 * gdb.base/sect-cmd.exp: new file.
26592 * gdb.base/shlib-cl2.exp: new file.
26593 * gdb.base/smoke.exp: new file.
26594 * gdb.base/so-impl-ld.c: new file.
26595 * gdb.base/so-impl-ld.exp: new file.
26596 * gdb.base/so-indr-cl.c: new file.
26597 * gdb.base/so-indr-cl.exp: new file.
26598 * gdb.base/varargs.exp: new file.
26599 * gdb.base/volatile.exp: new file.
26600 * gdb.base/whatis-exp.exp: new file.
7a292a7a 26601 * gdb.base/display.exp: new file.
c906108c
SS
26602 * gdb.c++/derivation.exp: new file.
26603 * gdb.c++/local.exp: new file.
26604 * gdb.c++/member-ptr.exp: new file.
26605 * gdb.c++/overload.exp: new file.
26606 * gdb.c++/ovldbreak.exp: new file.
26607 * gdb.c++/ref-types.exp: new file.
26608 * gdb.c++/ref-types2.exp: new file.
26609 * gdb.c++/userdef.exp: new file.
d63a86f8 26610
c906108c
SS
26611Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
26612
26613 * gdb.base/default.exp: Reflect wording change in remote.c.
26614
dc96c6c7 26615Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26616
26617 * gdb.base/help.exp: Update to reflect current text.
26618
26619Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
26620
26621 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
26622 they're stack variables and contain garbage.
26623 * gdb.c++/anon-union.exp: new file.
26624
26625 The following changes were made by David Taylor
889bf7c5
PA
26626 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
26627 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
26628 in changes by HP.
c906108c
SS
26629
26630 * gdb.base/bitops.exp: new file.
26631 * gdb.base/default.exp: change expected messages for catch and
26632 info catch tests to reflect HP merge changes.
26633 * gdb.base/enable-disable-break.exp
26634 * gdb.base/ending-run.c: new file.
26635 * gdb.base/long_long.c: new file.
26636 * gdb.base/maint.exp: new file.
26637 * gdb.base/pointers2.exp: new file.
26638 * gdb.base/shlib-call2.exp: new file.
26639 * gdb.base/solib.exp: new file.
26640 * gdb.base/step-test.c: new file.
26641 * gdb.c++/anon-union.cc: new file.
26642 * gdb.c++/local.cc: new file.
26643 * gdb.c++/member-pointer.cc: new file.
26644 * gdb.c++/method.cc: new file.
26645 * gdb.c++/ref-types.cc: new file.
26646 * gdb.c++/ref-types2.cc: new file.
26647 * gdb.c++/userdef.cc: new file.
d63a86f8 26648
c906108c
SS
26649 * gdb.base/scope.exp: compile one file at a time, then link.
26650 * gdb.base/langs.exp: ditto.
26651 * gdb.base/list.exp: ditto.
d63a86f8 26652
c906108c
SS
26653Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
26654
26655 The following changes were made by David Taylor
889bf7c5
PA
26656 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
26657 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
26658 in changes by HP.
d63a86f8 26659
c906108c
SS
26660 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
26661 skip tests. When compiling pass c++ flag to gdb_compile.
26662 * gdb.c++/
d63a86f8 26663
c906108c
SS
26664 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
26665 test for on hppa*-*-hpux*; use args to see if c++ was specified.
26666 (skip_hp_tests): new function.
26667 (gdb_preprocess): new function.
26668
26669 * configure.in (hpdir): decide whether to configure gdb.hp.
26670 * configure: regenerated.
26671
26672 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
26673 to delete on clean.
26674 (EXECUTABLES): update to reflect new additions.
26675 * gdb.base/commands.exp: update message expected.
26676 * gdb.base/default.exp: add copyright notice.
26677 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
26678 * gdb.base/help.exp: update messages to reflect current text.
26679 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
26680 targets for recurse tests.
26681 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
26682 skip this file.
26683
26684 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
26685 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
26686 compilation.
26687 * gdb.c++/misc.exp: ditto.
26688 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
26689 run the tests. tell gdb_compile that it's a c++ compilation.
26690
26691 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 26692
c906108c
SS
26693 * gdb.base/all-bin.exp: new file.
26694 * gdb.base/arithmet.exp: new file.
26695 * gdb.base/assign.exp: new file.
26696 * gdb.base/completion.exp: new file.
26697 * gdb.base/cond-expr.exp: new file.
26698 * gdb.base/condbreak.exp: new file.
26699 * gdb.base/define.exp: new file.
26700 * gdb.base/dollar.exp: new file.
26701 * gdb.base/environment.exp: new file.
26702 * gdb.base/eval-skip.exp: new file.
26703 * gdb.base/jump.exp: new file.
26704 * gdb.base/logical.exp: new file.
26705 * gdb.base/pointers.exp: new file.
26706 * gdb.base/relational.exp: new file.
26707 * gdb.base/section_command.exp: new file.
26708 * gdb.base/whatis-expr.exp: new file.
26709
26710 * gdb.base/all-types.c: new file.
26711 * gdb.base/call-array-struct.c: new file.
26712 * gdb.base/call-return-struct.c: new file.
26713 * gdb.base/call-strings.c: new file.
26714 * gdb.base/callfuncs2.c: new file.
26715 * gdb.base/condbreak.c: new file.
26716 * gdb.base/constvars.c: new file.
26717 * gdb.base/display.c: new file.
26718 * gdb.base/int-type.c: new file.
26719 * gdb.base/jump.c: new file.
26720 * gdb.base/miscexprs.c: new file.
26721 * gdb.base/pointers.c: new file.
26722 * gdb.base/pointers2.c: new file.
26723 * gdb.base/shmain.c: new file.
26724 * gdb.base/shr1.c: new file.
26725 * gdb.base/shr2.c: new file.
26726 * gdb.base/solib.c: new file.
26727 * gdb.base/solib1.c: new file.
26728 * gdb.base/solib2.c: new file.
26729 * gdb.base/varargs.c: new file.
26730 * gdb.c++/derivation.cc: new file.
26731 * gdb.c++/overload.cc: new file.
26732 * gdb.c++/ovldbreak.cc: new file.
26733 * gdb.hp/attach.c: new file.
26734 * gdb.hp/attach2.c: new file.
26735 * gdb.hp/average.c: new file.
26736 * gdb.hp/compiler.c: new file.
26737 * gdb.hp/compiler.cc: new file.
26738 * gdb.hp/execd-program.c: new file.
26739 * gdb.hp/follow-exec.c: new file.
26740 * gdb.hp/follow-fork.c: new file.
26741 * gdb.hp/follow-vfork-and-exec.c: new file.
26742 * gdb.hp/misc-hp.cc: new file.
26743 * gdb.hp/more-steps.c: new file.
26744 * gdb.hp/optimize.c: new file.
26745 * gdb.hp/quicksort.c: new file.
26746 * gdb.hp/run-hp.c: new file.
26747 * gdb.hp/start-stop.c: new file.
26748 * gdb.hp/sum.c: new file.
26749 * gdb.hp/templates-hp.cc: new file.
26750 * gdb.hp/thread-local-in-lib.c: new file.
26751 * gdb.hp/thread-local-in-lib.h: new file.
26752 * gdb.hp/thread-local-in-lib.lib.c: new file.
26753 * gdb.hp/vforked-program.c: new file.
26754 * gdb.hp/virtfunc-hp.cc: new file.
26755 * gdb.hp/watchpoint-hp.c: new file.
26756 * gdb.hp/xdb.c: new file.
26757 * gdb.hp/xdb0.c: new file.
26758 * gdb.hp/xdb0.h: new file.
26759 * gdb.hp/xdb1.c: new file.
26760
26761Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
26762
26763 The following change was made by Edith Epstein
889bf7c5
PA
26764 <eepstein@cygnus.com> as part of a project to merge in changes
26765 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
26766
26767 * gdb.c++/demangle.exp: changed the expected output for some
26768 ARM-style mangling -- removed second reference to datatype.
889bf7c5 26769 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 26770 T1<char>::~T1<char>(void)
c906108c 26771 becomes,
a9c64011
AS
26772 maint demangle __dt__11T1__pt__2_cFv
26773 T1<char>::~T1(void)
c906108c 26774
889bf7c5 26775 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 26776
c906108c
SS
26777Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
26778
26779 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
26780 * gdb.trace/backtrace.exp: Likewise.
26781 * gdb.trace/circ.exp: Likewise.
26782 * gdb.trace/collection.exp: Likewise.
26783 * gdb.trace/deltrace.exp: Likewise.
26784 * gdb.trace/infotrace.exp: Likewise.
26785 * gdb.trace/limits.exp: Likewise.
26786 * gdb.trace/packetlen.exp: Likewise.
26787 * gdb.trace/passc-dyn.exp: Likewise.
26788 * gdb.trace/passcount.exp: Likewise.
26789 * gdb.trace/report.exp: Likewise.
26790 * gdb.trace/save-trace.exp: Likewise.
26791 * gdb.trace/tfind.exp: Likewise.
26792 * gdb.trace/tracecmd.exp: Likewise.
26793 * gdb.trace/while-dyn.exp: Likewise.
26794 * gdb.trace/while-stepping.exp: Likewise.
26795
267961998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
26797
26798 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
26799
26800Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
26801
26802 From Brendan Kehoe:
26803 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
26804 int return types.
26805
26806Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
26807
26808 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 26809 remote dos host testing right.
c906108c
SS
26810
26811Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
26812
26813 * gdb.base/corefile.exp: remove some xfails.
26814
26815Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
26816
26817 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 26818 have different timestamps.
c906108c
SS
26819
26820Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
26821
26822 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 26823 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
26824
26825Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
26826
26827 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 26828 delta.
c906108c
SS
26829
26830Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
26831
26832 * gdb.base/default.exp: Add brace missing from previous delta.
26833
26834Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
26835
26836 * gdb.base/default.exp: Support test for info float for all
26837 varieties of arm toolchain.
26838
dc96c6c7 26839Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26840
26841 * gdb.trace/*.exp: remove "remote_download" command.
26842
dc96c6c7 26843Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26844
26845 * gdb.trace/*.exp: remove -gdwarf from compile.
26846
26847Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
26848
26849 * gdb.trace/configure.in(AC_INIT): typo
26850 * gdb.trace/configure: regenerated
26851
dc96c6c7 26852Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26853
26854 * config/m68k-emc.exp: New file.
26855 * lib/<emc-support.exp trace-support.exp}: New files.
26856 * configure.in: add new test directory gdb.trace.
26857 * gdb.trace/{configure configure.in Makefile.in}: New files.
26858 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
26859 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
26860 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
26861 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
26862 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
26863 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
26864 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 26865
dc96c6c7 26866Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26867
26868 * gdb.c++/classes.exp: Change all regular expressions to match
26869 arbitrary combinations of newline/carriage-return, so that they
26870 will work equally well on Unix and Windows.
26871 * gdb.c++/inherit.exp: ditto.
26872 * gdb.c++/virtfunc.exp: ditto.
26873
268741998-08-11 Dawn Perchik <dawn@cygnus.com>
26875
26876 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
26877
c2d11a7d
JM
26878Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
26879
26880 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
26881 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
26882 to use a0-a3/d0-d3 as needed.
26883
26884Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
26885
26886 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
26887 * gdb.disasm/am33.exp: Corresponding changes.
26888
c906108c
SS
268891998-07-11 Felix Lee <flee@cygnus.com>
26890
26891 * gdb.base/callfuncs.exp: add cmp10 test.
26892 * gdb.base/callfuncs.c (cmp10): new function.
26893
26894Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
26895
d63a86f8 26896 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
26897 into two parts to get around a synchronization problem in expect.
26898
3fc11d3e
JM
26899Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
26900
26901 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
26902
26903 * configure.in: Add options for gdbtk testsuite.
26904
26905 * configure: Regenerate.
26906
26907 * gdb.gdbtk: New directory to hold gdbtk tests.
26908
c906108c
SS
26909Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26910
26911 * gdb.fortran/types.exp: Escape brackets in expect patterns
26912 for test_float_literal_types_accepted tests.
26913 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
26914 before run test.
26915
c2d11a7d
JM
26916Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
26917
26918 * am33.exp: Just compile, do not link the testcase.
26919 * am33.s: Add ".am33" pseudoop to force am33 mode.
26920
c906108c
SS
269211998-06-25 Felix Lee <flee@cygnus.com>
26922
26923 * gdb.base/setshow.exp: make sure $pc is sane.
26924
26925 * gdb.stabs/weird.exp: split expect patterns properly.
26926
c2d11a7d
JM
26927Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
26928
26929 * gdb.disasm/am33.s: New disassembler testfile for the am33.
26930 * gdb.disasm/am33.exp: Run it.
26931
dc96c6c7 26932Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26933
26934 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
26935 match processing (and eliminate spurious timeouts when running).
26936
dc96c6c7 26937Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26938
26939 * gdb.base/signals.exp (test_handle_all_print): put back Mach
26940 exception test, but conditionalize it on target [mach | gnu].
26941
dc96c6c7 26942Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26943
26944 * gdb.base/overlays.exp: fixup compile line for linker script.
26945
26946Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
26947
26948 * gdb.fortran/types.exp: don't guess at float size.
26949
26950Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
26951
26952 * gdb.base/exprs.exp: delete test that depends on int size.
26953
26954Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
26955
26956 * config/sim.exp: Removed checks for target triplets.
26957 (gdb_target_sim): Use gdb,target_sim_options.
26958
26959Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
26960
26961 * gdb.base/reread.exp: New file.
26962 * gdb.base/reread1.c: New file.
26963 * gdb.base/reread2.c: New file.
26964
26965Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
26966
26967 * config/sim.exp: Use 'target sim -sparclite' when running
26968 SPARClite programs.
26969
26970Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
26971
26972 * gdb.base/structs2.exp: New file.
26973 * gdb.base/structs2.c: New file.
26974
26975Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
26976
26977 * gdb.asm/common.inc: New file.
26978 * gdb.asm/d10v.inc: New file.
26979 * asm-source.exp: Pass -I's to gas to find .inc files.
26980 Update line numbers in expected output.
26981 * asmsrc1.s: Rewrite.
26982 * asmsrc2.s: Rewrite.
26983 * configure.in: Create arch.inc symlink.
26984 * configure: Regenerate.
26985 * Makefile.in (distclean): Delete arch.inc.
26986
26987Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
26988
26989 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
26990 (t_enum_value2): ditto
26991 (t_enum_value3): ditto
26992 (main): ditto
c906108c
SS
26993Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26994
26995 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
26996 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
26997 change.
26998 Use gdb_test instead of send_gdb/gdb_expect sequences.
26999
27000Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
27001
27002 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
27003 not void.
27004
27005Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
27006
27007 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
27008 subroutines. Used to test gdbs ability to single step through PC
27009 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
27010
27011Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
27012
27013 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
27014 more rigorous EGCS C++ error checking.
27015
27016Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27017
a9c64011
AS
27018 * gdb.base/help.exp: Clean up `help set args' and `help show args'
27019 tests.
27020 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
27021 function when asleep.
27022 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
27023 for i*86 Linux and SVR4 signal handling problems.
27024 Remove linux xfail for `next to handler in signals_tests_1', fixed
27025 by recent infrun.c change.
27026 Limit backtrace to 10 frames to avoid timeout problems with infinite
27027 stack backtraces.
27028 Adjust expect pattern in `handle all print' test to match Apr 28 1997
27029 target.[ch] change.
c906108c
SS
27030
27031Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
27032
27033 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
27034 for a newline from gdb before continuing.
27035 (default_gdb_exit): Just look for y or n.
27036 (gdb_test): Detect abnormal exit from GDB running on DOS; if
27037 it does, fail the rests of the tests in the file.
27038
27039Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
27040
27041 * config/cygmon.exp: New file.
27042
27043Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
27044
27045 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 27046 main" test on remote targets.
c906108c
SS
27047
27048 * gdb.base/scope.exp: Fix problem with filelocal_bss before
27049 run test on remote targets.
27050
27051Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
27052
27053 * gdb.asm: New directory.
27054 * configure.in: Configure it.
27055 * configure: Regenerate.
27056 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
27057 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
27058
27059Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
27060
27061 * config/mn10300-eval.exp: New file to support MN10300 eval board.
27062
dc96c6c7 27063Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 27064
a9c64011
AS
27065 * gdb.base/overlays (several files): Merge the two overlay
27066 managers into one. Change variables (foox, barx, bazx, grbxx)
27067 back into ints but force them to load in their proper sections.
c906108c
SS
27068
27069Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
27070
27071 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 27072 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
27073 (D10VCopy): Handle memory regions crossing 16k boundaries.
27074 (D10VCopy): Transfer data in 32 bit chunks.
27075
27076Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
27077
27078 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 27079 correct.
c906108c
SS
27080
27081 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 27082 map. Include space for printf in .text segment.
c906108c
SS
27083
27084 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 27085 updated d10v memory VMA/LMA map.
c906108c 27086 (D10VCopy): Call D10VTranslate.
d63a86f8 27087
c906108c
SS
27088Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
27089
27090 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
27091
27092 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
27093 that it won't be put into the .sdata - small data -
27094 section. Update reference.
c906108c
SS
27095 * gdb.base/baz.c (bazx, baz): Ditto.
27096 * gdb.base/foo.c (foox, foo): Ditto.
27097 * gdb.base/grbx.c (grbxx, grbx): Ditto.
27098
27099 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 27100 to be arrays.
d63a86f8 27101
dc96c6c7 27102Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 27103
a9c64011
AS
27104 * gdb.base/overlays.exp: fix up and get working again.
27105 Add tests for backtraces from an overlay function.
d63a86f8 27106
c906108c
SS
27107Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
27108
27109 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
27110 "calling function with watchpoint enabled".
27111
27112Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
27113
27114 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 27115 gdb_suppress_tests for d10v-*-*.
c906108c
SS
27116 * lib/gdb.exp (gdb_suppress_tests): Disable this function
27117 pending review of whether it is useful or not.
27118
27119Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
27120
27121 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
27122
27123Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
27124
27125 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
27126 * config/dve.exp: New file to support Densan boards.
27127
27128Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
27129
27130 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 27131 reads and BSD.
c906108c
SS
27132
27133Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
27134
27135 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
27136 response.
27137
27138 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
27139
27140Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
27141
27142 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 27143 test.
c906108c
SS
27144
27145 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 27146 target_sizeof_long and target_bigendian_p.
c906108c 27147 (structs_by_value, structs_by_reference): Check values according
889bf7c5 27148 to targets word size and endianess.
d63a86f8 27149
c906108c
SS
27150Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
27151
27152 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 27153 output.
c906108c
SS
27154
27155Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
27156
27157 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 27158 Update test of set args help to match source change.
c906108c
SS
27159
27160Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
27161
27162 * gdb.base/default.exp: Expect help system output to be in
27163 alphabetical order.
27164 * gdb.base/help.exp: Ditto.
27165
27166Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
27167
27168 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
27169 "i*86-pc-linux-gnu*".
27170 * gdb.base/interrupt.exp: Ditto.
27171 * gdb.base/corefile.exp: Ditto.
27172
27173 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 27174 define vxworks when building the testcase.
c906108c
SS
27175
27176 * gdb.base/ptype.exp: Fix testnames to be unique.
27177 * gdb.base/radix.exp: Ditto.
27178 * gdb.base/term.exp: Ditto.
27179 * gdb.base/whatis.exp: Ditto.
27180 * gdb.c++/classes.exp: Ditto.
27181
27182Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
27183
27184 * gdb.base/callfuncs.exp: Fix indentation.
27185
27186 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
27187 suppress_flag has been set.
27188 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
27189 target feature.
27190
27191Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
27192
27193 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
27194 the testcase.
27195
27196 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 27197 set_debug_traps() and breakpoint().
c906108c
SS
27198 * gdb.c++/misc.cc (main): Ditto.
27199 * gdb.c++/templates.cc (main): Ditto.
27200 * gdb.c++/virtfunc.cc (main): Ditto.
27201
27202Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
27203
27204 * lib/gdb.exp(gdb_step_for_stub): New function.
27205 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
27206 exists, reload the executable and do a "continue" instead of
27207 doing a jump.
27208 (runto_main): Use gdb_step_for_stub.
d63a86f8 27209
c906108c 27210 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 27211 tests to have unique names.
c906108c
SS
27212 * gdb.base/callfuncs.exp: Ditto.
27213 * gdb.base/commands.exp: Ditto.
27214 * gdb.base/default.exp: Ditto.
27215 * gdb.base/help.exp: Ditto.
27216 * gdb.base/list.exp: Ditto.
27217 * gdb.base/opaque.exp: Ditto.
27218 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
27219 similar tests.
d63a86f8 27220
c906108c
SS
27221 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
27222 * gdb.c++/cplusfuncs.cc: Ditto.
27223 * gdb.c++/virtfunc.cc: Ditto.
27224
27225 * config/monitor.exp: Keep track of the last file we saw, rather
27226 than trying to get the info from gdb.
27227
27228 * gdb.fortran/types.exp: Move comment to previous line.
27229
27230Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
27231
27232 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 27233 target mode.
c906108c
SS
27234
27235Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
27236
27237 From Bob Manson:
27238 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 27239 string from GDB when it connects.
c906108c
SS
27240
27241 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
27242
27243Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
27244
27245 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
27246 if we can't get a debug format from GDB (we may be testing an
27247 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
27248
27249 * gdb.stabs/weird.exp: Fix quoting.
27250
27251 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
27252
27253Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
27254
27255 * config/arm-ice.exp: New file.
27256
27257Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
27258
27259 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 27260 until it has been modified to work with the new testsuite.
c906108c 27261
99707966 27262 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
27263 testcase won't compile, cause all of the testcases in the file to
27264 fail instead.
c906108c
SS
27265
27266 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
27267 (gdb_clear_suppressed): New procedure.
27268 (gdb_stop_suppressing_tests): Only clear suppress_flag if
27269 it contains a positive value.
27270
27271Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
27272
27273 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
27274
27275 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
27276
27277Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
27278
27279 * lib/gdb.exp (setup_xfail_format): New function.
27280 (get_debug_format): New function to get debug format.
27281 (debug_format): New global variable to hold last value set
27282 by get_debug_format.
27283 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 27284 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
27285 * gdb.c++/ptype.exp: Ditto.
27286 * gdb.c++/classes.exp: Ditto.
27287 * gdb.c++/cplusfuncs.exp: Ditto.
27288 * gdb.c++/inherit.exp: Ditto.
27289 * gdb.c++/templates.exp: Ditto.
27290 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 27291
c906108c
SS
27292Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
27293
27294 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
27295 host doesn't have a currently-open connection.
27296
27297 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
27298 any gdb stub target. Handle cases where gdb doesn't respond when
27299 interrupted in a sane fashion.
c906108c
SS
27300
27301 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 27302 same thing in a totally different way.
c906108c
SS
27303
27304 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 27305 setting "timeout".
c906108c 27306 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 27307 default_gdb_init now.
c906108c
SS
27308
27309Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
27310
27311 * gdb.base/printcmds.exp: Fix "check for floating addition"
27312 regexp to accept results within approx +/- .01 of exact value.
27313 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
27314
27315Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
27316
27317 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 27318 properly.
c906108c
SS
27319 (gdb_expect): Add optional timeout parameter, and add timeout
27320 value to various calls.
27321 (gdb_suppress_tests): Only give one warning message per group.
27322
27323Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
27324
27325 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
27326 global variables. Handle getting a value for $timeout more
27327 gracefully.
c906108c
SS
27328
27329Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27330
27331 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 27332 initialize.
c906108c 27333 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 27334 by a target configuration file.
c906108c
SS
27335 (gdb_expect): Pass the timeout to remote_expect.
27336
27337 * config/monitor.exp(gdb_load): Fix typo in regexp.
27338
27339Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
27340
27341 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
27342
27343Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
27344
27345 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
27346 here. Call gdb_target_exec before rebooting the target, to make
27347 sure the connection to the target is closed.
c906108c
SS
27348 (gdb_load): Pass the name of the executable to gdb_target_monitor.
27349 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
27350 Also detect "Timeout reading from remote" error.
27351
27352 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
27353 gdb_target_monitor. Don't call gdb_file_cmd here; let
27354 gdb_target_monitor do it.
c906108c
SS
27355
27356 * gdb.disasm/hppa.exp: Don't use exec_output.
27357
27358Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
27359
27360 * gdb.base/list.exp: If we're debugging a non-native target,
27361 try to set the pc register to point to the start of the
27362 program before doing the first list command.
27363
27364 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 27365 test_calls after restarting.
c906108c
SS
27366
27367 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 27368 reloading.
c906108c
SS
27369
27370 * gdb.base/watchpoint.exp: Fix typo.
27371
27372 * gdb.base/setshow.exp: Check for use_gdb_stub.
27373
27374 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 27375 stub case.
c906108c
SS
27376 * gdb.base/langs.exp: Ditto.
27377
27378 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
27379 gdb_load_offset. If we weren't given a file to load, figure out
27380 what the current file is and use it.
c906108c
SS
27381
27382 * config/i386-bozo.exp: New file.
27383
27384Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
27385
27386 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
27387 feature.
27388
27389 * config/proelf.exp: New entry.
27390
27391Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
27392
27393 * lib/gdb.exp: Remove spurious .* patterns at the beginning
27394 of regexps.
27395
27396 * gdb.base/watchpoint.exp: Don't run the test_stepping
27397 tests if gdb can't call functions on the target.
27398
27399 * gdb.base/setshow.exp: Don't run the set prompt tests if
27400 the board has gdb_prompt set.
27401
27402Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
27403
27404 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
27405 * gdb.base/commands.exp: Likewise.
27406 * gdb.base/setshow.exp: Likewise.
27407
27408Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
27409
27410 * config/monitor.exp(gdb_start): Look for gdb_prompt target
27411 feature.
27412
27413 * config/i960.exp: New file.
27414
27415Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
27416
27417 * gdb.base/funcargs.exp: Check for gdb,short_int target
27418 feature instead of looking for explicit target triplets.
27419
dc96c6c7 27420Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 27421
d63a86f8 27422 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
27423 "p 123DEADBEEF", to check parse_number.
27424 * top.c: change "to enable to enable" to "to enable" in a couple
27425 of help strings.
27426
27427Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
27428
27429 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
27430 on the mn10300.
d63a86f8 27431
c906108c
SS
27432Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
27433
27434 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
27435 where the test executable is run with explicit args.
27436 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
27437
27438Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
27439
27440 * gdb.base/run.c: Use FAKEARGV to build test executable that
27441 does not require a command line arg, since most simulators
27442 don't currently support passing such an arg into the simulated
27443 program.
27444 * gdb.base/commands.exp: Change tests to insert the proper
27445 value as the arg to the first recursive factorial call. Change
27446 compilation line to define FAKEARGV at compile time.
27447
27448Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
27449
27450 * gdb.base/recurse.exp: Enable these tests for the mn10300.
27451 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
27452 function with watchpoint enabled" test.
27453
27454Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
27455
27456 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 27457 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
27458
27459 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 27460 "Tests restarted" messages.
c906108c
SS
27461
27462Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
27463
27464 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
27465
dc96c6c7 27466Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27467
27468 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
27469 for INFO SYMBOL; add help tests for OVERLAY commands.
27470 * gdb.base/default.exp: add tests for INFO SYMBOL command;
27471 add tests for OVERLAY commands
27472 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
27473 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
27474 * gdb.base/sigall.c: add usestubs code frag
27475 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 27476
c906108c
SS
27477Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
27478
27479 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
27480 failures.
27481 (gdb_stop_suppressing_tests): Note that tests have restarted.
27482
27483Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
27484
27485 * config/h8300.exp: New file.
27486
27487Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
27488
27489 * gdb.base/setshow.exp: Check for the existence of a
27490 feature, not its value.
27491
27492Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
27493
27494 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
27495
27496 * gdb.base/scope.exp: It's now init0(), not init().
27497
27498 * gdb.base/scope0.c: For now, change init() to be init0().
27499
27500 * config/monitor.exp: Use gdb_serial in preference to serial
27501 or netport.
27502
27503 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 27504 and it's not already set.
c906108c
SS
27505
27506Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
27507
27508 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 27509 isn't using a stub and if it supports argument passing.
c906108c
SS
27510
27511Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
27512
27513 * config/udi.exp(gdb_start): Make sure UDICONF is set
27514 properly before starting gdb.
27515
27516Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
27517
27518 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
27519 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
27520 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
27521
27522Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
27523
27524 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 27525 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
27526
27527 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
27528
27529 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
27530
27531 * config/monitor.exp: Make sure we disconnect from the target.
27532 Also, try a reboot/reload cycle instead of failing if the
27533 load fails.
27534
27535Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
27536
27537 * gdb.base/default.exp: Don't set match_max.
27538 * gdb.base/help.exp: Ditto.
27539 * gdb.base/list.exp: Ditto.
27540 * gdb.base/signals.exp: Ditto.
27541
27542 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
27543 set, use remote_ld to download the testcase instead of
27544 the GDB loader.
27545
27546Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
27547
27548 * config/vr5000.exp: New file.
27549
27550 * config/monitor.exp(gdb_target_monitor): Add pattern for
27551 "Ending remote" to detect errors in connecting.
27552
27553 * gdb.base/setshow.exp: Add .* within auto language test.
27554
27555 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
27556 target feature.
27557
27558 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 27559 and reboot the board if necessary.
c906108c
SS
27560
27561 * gdb.base/setvar.exp(test_set): Handle multiple prints within
27562 a set of tests. Remove print.* from the patterns being checked.
27563
27564Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
27565
27566 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
27567 refer to gdb_spawn_id.
27568
27569 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
27570 longer used.
27571 * config/sparclet.exp: Ditto.
27572 * config/sparclet-old.exp: Ditto.
27573 * config/slite.exp: Ditto.
27574 * config/sim.exp: Ditto.
27575 * gdb.base/funcargs.exp: Ditto.
27576
27577 * lib/gdb.exp:Remove references to gdb_spawn_id.
27578 (gdb_expect): Move to remote.exp.
27579
27580Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
27581
27582 * config/monitor.exp: Detect the "Couldn't establish connection"
27583 message from GDB.
27584
27585Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
27586
27587 * gdb.base/bitfields.exp: Use runto instead of explicit
27588 gdb_run_cmd/gdb_expect sequences.
27589
27590 * gdb.base/break.exp(text_next_with_recursion): Add match for
27591 gdb_expect call.
27592
27593 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
27594 We also need to handle the "A program is being debugged already"
27595 prompt from gdb. Use gdb_test to set the baud rate.
27596
27597 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
27598 to 20000. Really. I mean it.
27599
27600Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27601
27602 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
27603 fails. If suppress_flag is set, skip perror message about not
27604 being able to send to GDB.
c906108c 27605 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 27606 GDB.
c906108c
SS
27607 (gdb_expect): If suppress_flag is set, always fail immediately.
27608 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
27609 (gdb_init): Call gdb_stop_suppressing_tests.
27610 (default_gdb_exit): Ditto.
27611 (default_gdb_start): Ditto.
27612
27613 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 27614 gdb_stop_suppressing_tests as appropriate.
c906108c 27615 * gdb.base/break.exp: Ditto.
889bf7c5 27616 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
27617 * gdb.base/commands.exp: Ditto.
27618 * gdb.base/exprs.exp: Ditto.
889bf7c5 27619 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
27620 * gdb.base/list.exp: Ditto.
27621 * gdb.base/recurse.exp: Ditto.
889bf7c5 27622 * gdb.base/scope.exp: Ditto.
c906108c
SS
27623 * gdb.base/structs.exp: Ditto.
27624 * gdb.c++/inherit.exp: Ditto.
27625
27626Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
27627
27628 * config/vr4300.exp: New file.
27629
99707966 27630 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 27631
99707966 27632 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
27633
27634Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
27635
27636 * lib/gdb.exp(gdb_init): New function.
27637
27638 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 27639 for each individual variable set.
c906108c
SS
27640
27641 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
27642 name.
27643
27644 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
27645
27646 * gdb.base/scope.exp: Use gdb_test.
27647
27648 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
27649 aborting; the testsuite driver will do that for us (see
27650 gdb_finish). Also, use gdb_test in a few more places.
27651
27652Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
27653
27654 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
27655
27656Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
27657
27658 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
27659 and "add_tests" are not at the same address.
27660
27661Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
27662
27663 * gdb.base/ptype.exp: Use gdb_test.
27664
27665Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
27666
27667 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
27668 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
27669 left in. No longer expect them to fail.
27670
27671 * gdb.stabs/*.mt; Deleted, no longer used.
27672 * gdb.stabs/configure.in: Remove references to target makefile
27673 frags.
27674 * gdb.stabs/configure: Rebuilt.
27675
27676 * gdb.disasm/*.mt: Deleted, no longer used.
27677 * gdb.disasm/configure.in: Remove references to target makefile
27678 frags. Use "sh3.s" as the unique filename for this directory.
27679 * gdb.disasm/configure: Rebuilt.
27680
27681 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
27682 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
27683 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
27684
27685Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
27686
27687 * config/udi.exp: Use mondfe,name instead of remote_host.
27688
27689Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
27690
27691 * gdb.base/watchpoint.exp: Don't expect a failure when calling
27692 a function with a watchpoint enabled on the mn10200.
27693
27694 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
27695 before trying to create it!
27696
27697Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
27698
27699 * config/vx.exp: Use hostname instead of netport.
27700
27701 * config/vxworks.exp: New file.
27702
27703 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
27704
27705 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 27706 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
27707 occurs.
27708
27709 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
27710 $gdb_spawn_id directly.
27711 (gdb_run_cmd): Try _start as well as start. Use the target feature
27712 gdb,start_symbol as the symbol to start from when jumping.
27713
27714Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
27715
27716 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
27717 redundant) test.
27718
27719 * gdb.base/recurse.exp: Relax final value test for 'b' so that
27720 it doesn't lose for 16bit integer systems.
27721
27722Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
27723
27724 * gdb.fortran/types.exp: If the target doesn't support "double"
27725 data types, then expect "real" types to only be 4 bytes.
27726
27727 * gdb.c++/virtfunc.exp: Expect failure for virtual function
27728 call tests if the target doesn't support inferior function calls.
27729
27730 * gdb.base/printcmds.exp: Allow minor deviation in FP values
27731 in printf tests.
27732
27733Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
27734
27735 * gdb.base/help.exp: Disable "help set", "help show", and
27736 "help support". Simplify regexp for "help stack".
27737
27738 * gdb.base/default.exp: Set match_max to 5000 and the timeout
27739 to 60 seconds. Temporarily set match_max to 15000 around the
27740 "info copying" test.
27741
27742 * gdb.base/nodebug.exp: Don't try to do an inferior function
27743 call if the target doesn't support them.
27744 * gdb.base/printcmds.exp: Likewise.
27745 * gdb.base/setvar.exp: Likewise.
27746 * gdb.base/structs.exp: Likewise.
27747 * gdb.c++/templates.exp: Likewise.
27748 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
27749
27750 * gdb.base/recurse.exp: Enable for the mn10200.
27751
27752 * configure.in: Do configure gdb.stabs directory for *-*-elf
27753 targets.
27754 * configure: Rebuilt.
27755
27756 * gdb.base/break.exp: Check for gdb,noresults before testing
27757 exit status and/or results from the target.
27758 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
27759 * lib/gdb.exp: Remove old (now bogus) initialization of
27760 noinferior, noargs, noresults and nosignals.
27761
27762Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
27763
27764 * config/sh.exp: New file.
27765
27766 * config/slite.exp: Try to connect multiple times to the board
27767 before rebooting. Only send a "monitor run" if need_monitor_run
27768 is set.
27769
27770 * gdb.base/break.exp: Don't do the "stub continue" test if
27771 the target has gdb_stub set.
27772
27773 * gdb.base/callfuncs.exp: Increase the timeout.
27774
27775 * gdb.base/interrupt.exp: Don't even try to compile the testcase
27776 if the target has gdb,noinferiorio set.
27777
27778 * gdb.base/list.exp: Increase match_max to 10000 characters.
27779
27780 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
27781
27782 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
27783 target.
27784
27785 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
27786
27787Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
27788
27789 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
27790 trying to delete the copy of gdb. Catch the file delete so we
27791 don't die if the delete fails; also, the file should be copied to
27792 the host, not to the build.
c906108c
SS
27793
27794Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
27795
27796 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 27797 parenthesis in case it contains multiple regexps separated
c906108c
SS
27798 with |.
27799
27800 * gdb.base/watchpoint.exp: Use gdb_test.
27801 * gdb.base/default.exp: Ditto.
27802
27803Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
27804
99707966 27805 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 27806
c906108c
SS
27807 * gdb.base/scope.exp: Use gdb_test.
27808 * gdb.c++/classes.exp: Ditto.
27809 * gdb.c++/inherit.exp: Ditto.
27810
27811Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
27812
27813 * gdb.base/crossload.exp: Don't use execute_anywhere, use
27814 remote_exec instead.
27815 * gdb.base/corefile.exp: Don't be ridiculous.
27816 * gdb.base/*.c: Add missing stub invocations.
27817
27818Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
27819
27820 * config/slite.exp: Miscellaneous fixes.
27821
27822 * lib/gdb.exp: Fix runto.
27823
27824 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
27825 the target.
27826
27827 * gdb.base/watchpoint.exp: Fix regexp.
27828
27829 * lib/gdb.exp(default_gdb_exit): Add a catch to the
27830 close and wait commands, as the descriptor may now be
27831 invalid. Always call "remote_close host".
27832
27833Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
27834
27835 Major rewrite for testsuite revision.
d63a86f8 27836
c906108c
SS
27837 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
27838 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
27839 instead of relying on spawn_id to always contain a valid
27840 spawn id.
27841 (get_compiler_info): New procedure to build the ${binfile}.ci
27842 file, instead of replicating this in N different places.
27843 (gdb_compile): New procedure.
d63a86f8 27844
c906108c 27845 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
27846 appropriate arguments) instead of compile. Use gdb_test in a lot
27847 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
27848 at the start of a testcase, as this is no longer done magically.
27849
27850 config/*-gdb.exp: Rename without the -gdb suffix.
27851
27852 config/mips.exp: Use remote_close instead of exit_remote_shell.
27853 config/monitor.exp: Use target_info instead of looking at
27854 baud, timeout, etc.
27855 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
27856
27857Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27858
27859 * gdb.c++/templates.exp (test_ptype_of_templates),
27860 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
27861 Update expect patterns for destructors and assignment operators
27862 to match corresponding c-typeprint.c changes.
27863 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
27864 to destructor breakpoint test, GDB should be able to set the
27865 destructor breakpoint without specifying arguments.
27866
27867Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
27868
27869 * gdb.threads/pthreads.exp: Change result for failure to compile due
27870 to lack of pthreads runtime support from an error to simply an
27871 unsupported test, per dejagnu standards.
27872
27873Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27874
27875 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
27876 where GDB exits to reduce pattern match time.
27877 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
27878
27879 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
27880
dc96c6c7 27881Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27882
27883 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
27884 * gdb.base/default.exp: ditto.
27885 * gdb.base/nodebug.exp: ditto.
27886 * gdb.base/printcmds.exp: ditto.
27887 * gdb.base/ptype.exp: ditto.
27888 * gdb.base/setvar.exp: ditto.
27889 * gdb.base/structs.exp: ditto.
27890 * gdb.base/setshow.c: Guard against uninitialized values of argc.
27891
27892Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
27893
27894 * configure, */configure: Rebuild with autoconf 2.12.
27895
27896Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
27897
27898 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
27899 use new i*86-pc-linux*-gnu quads.
27900 * gdb.base/corefile.exp: Ditto.
27901 * gdb.base/signals.exp: Ditto.
27902 * gdb.base/sigall.exp: Ditto.
27903 * gdb.base/interrupt.exp: Ditto.
27904
27905 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
27906 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
27907 RedHat 4.0.
d63a86f8 27908
c906108c 27909 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
27910 linux. This allows the test case to at least compile on latest
27911 linux, but still not run due to missing the threads runtime library.
c906108c
SS
27912
27913Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27914
27915 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
27916 directory to search gdb directory. Accept and step over conditional
27917 stack alignment code. Consume $prompt in failure cases.
27918 Reset timeout to $oldtimeout instead of some arbitrary value.
27919 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
27920 timeout problems with infinite stack backtraces.
27921 * gdb.base/ptype.exp (ptype struct link, union tu_link):
27922 Accept function parameters for linkfunc member.
27923
27924Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
27925
27926 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
27927 (CXXFLAGS): Remove, unreferenced.
27928 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
27929 previous -B options and also add -B option to pick up cross compiled
27930 runtime.
c906108c
SS
27931 (TARGET_INCLUDES): Add for -I options and add code to initialize when
27932 doing cross compiles.
27933 (target_alias): Declare global.
27934 (xgcc): Set variable to full path of gcc in build tree. Use findfile
27935 to verify that gcc exists in build tree, and if so set CC to that
27936 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 27937
c906108c
SS
27938Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
27939
27940 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
27941 ptype test for anonymous union. Fixup testcase to match
27942 current gcc debug output.
27943
27944Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
27945
27946 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
27947 force argument to an unsigned long type.
27948
27949Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
27950
27951 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 27952 tests and anonymous union print/ptype tests.
c906108c
SS
27953 * gdb.base/list.exp (test_forward-search): Increase timeout by
27954 5 minutes for the "search extremely long line" case.
27955 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
27956 completely optional and that the pass/fail messages use the command as
27957 the message if that third arg is a null string.
27958 (gdb_test_exact): Arrange that a null string pattern means match a
27959 null string output rather than any output, which might include random
889bf7c5 27960 errors.
c906108c
SS
27961 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
27962 backtrace test.
27963 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
27964 always failing and failure is now exposed by gdb.exp changes.
27965
27966Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
27967
27968 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
27969 weren't being noted.
27970
27971Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27972
27973 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
27974 * gdb.stabs/weird.exp: Remove v_comb xfails.
27975
dc96c6c7 27976Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27977
27978 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 27979 list.exp scope.exp watchpoint.exp]
c906108c 27980 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 27981
dc96c6c7 27982Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27983
27984 * config/monitor.exp: Increase download timeout to 1000 seconds.
27985
dc96c6c7 27986Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27987
27988 * config/m32r.exp: Increase timeout to 120 seconds.
27989
27990Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
27991
27992 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
27993 and accept older ordering as obsolescent gcc or gdb.
27994 * gdb.c++/templates.exp: Ditto.
27995 * gdb.c++/virtfunc.exp: Ditto.
27996
27997Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
27998
27999 * gdb.base/coremaker.c: Add code to mmap some data so we
28000 can check that it ends up in the core file.
28001 * gdb.base/corefile.exp: Add test to read mmapped data
28002 from core file.
28003
dc96c6c7 28004Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28005
28006 * config/m32r.exp: New file.
28007
28008Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
28009
28010 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
28011 that cflags can contains -gstabs, and work correctly for other tests.
28012
dc96c6c7 28013Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28014
28015 * gdb.base/setshow.exp: New file, tests show and set.
28016 * gdb.base/setshow.c: New file, tests show and set.
28017 * gdb.base/help.exp: Add test for help set|show annotate.
28018 * gdb.base/default.exp: Add test for set|show annotate.
28019
28020Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
28021
28022 * testsuite/gdb.base/break.exp: Make backtrace from factorial
28023 errors unique.
28024 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
28025 explicitly.
28026
28027Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
28028
28029 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
28030 and width commands. This is done elsewhere.
28031 * (gdb_start): Don't call gdb_start_sim here. That's already
28032 done in gdb_load. This fixes lots of failures in default.exp.
28033
28034Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
28035
28036 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
28037 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
28038 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
28039 in the same we we treat other failures (since it may be an expected
889bf7c5 28040 condition), rather than as an error.
c906108c
SS
28041 * gdb.base/signals.exp (test_handle_all_print): Revert back to
28042 old test format.
28043
28044Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
28045
28046 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
28047 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 28048 twice. Nuke the duplicates.
c906108c 28049 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 28050 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
28051 Remove config.h along with other config files.
28052
28053Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
28054
28055 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
28056 "p func1 ()" and note that rests of tests are skipped.
28057 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 28058 setup_xfails for "print func2::coremaker_local".
c906108c
SS
28059 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
28060 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
28061 affected by the previous run test.
28062 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
28063 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
28064 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
28065 "pass int powerset tuple" and "pass modeless int powerset tuple".
28066 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
28067 "real write 4" and "real write 8".
28068 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 28069 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
28070 "print \$i after tuple assign 2", and
28071 "print vs2 after tuple assign 2".
28072 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
28073 meaningful error message and return -1 so the caller can
28074 suppress further tests and avoid a cascade of errors.
d63a86f8 28075
c906108c
SS
28076Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
28077
28078 * gdb.base/a1-selftest.exp: Tweak tests to account for new
28079 format for printing version.
28080 * gdb.base/default.exp: Ditto.
28081 * gdb.base/interrupt.exp: Fix problem with cascade of
28082 errors if child process dies while calling a function.
d63a86f8 28083
c906108c
SS
28084Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
28085
28086 * Makefile.in (VPATH): Add
28087 * Makefile.in (Makefile, config.status): Fix rules so things get
28088 remade when necessary.
28089
28090Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
28091
28092 * Makefile.in (just-check): Add path to sibling expect dir
28093 to environment variable specified by RPATH_ENVVAR.
28094
28095Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
28096
28097 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
28098 (just-check): Add shared library paths for libstdc++, tk,
28099 tcl, bfd, and opcodes to the environment variable specified
28100 in RPATH_ENVVAR.
28101 * configure.in: Add support to recognize --enable-shared flag
28102 and generate correct value for RPATH_ENVVAR.
28103 * configure: Regenerated with autoconf.
28104
28105Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
28106
28107 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 28108 include all osf versions.
c906108c
SS
28109 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
28110 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
28111 when target is linux. When failing to build pthreads test
28112 executable, give more meaningful message.
28113 * gdb.threads/pthreads.c: Hpux also uses old definition of second
28114 arg for pthread_create.
d63a86f8 28115
c906108c
SS
28116Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
28117
28118 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 28119 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 28120 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 28121 and -lpthreads (everybody else).
c906108c
SS
28122 (test_startup): Fail gracefully if threads are not supported.
28123 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
28124 "p/c array_index("abcdef",2)" when not gcc compiled.
28125 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
28126 "print func2::coremaker_local" when not gcc compiled.
28127 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
28128 "ptype on opaque struct tagname (statically)",
28129 "ptype on opaque struct tagname (dynamically) 1", and
28130 "ptype on opaque struct tagname (dynamically) 2"
28131 for not compiled with gcc.
28132 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
28133 backtrace when compiled with gcc.
d63a86f8 28134 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
28135 than always return success.
28136
28137Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
28138
28139 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
28140
28141Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
28142
28143 * gdb.base/structs.exp: Undo last change.
28144
28145Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
28146
28147 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
28148 encapsulate all the steps/nexts done during self test, starting
28149 at main, and makes them less sensitive to optimization issues.
28150 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
28151 signal handler" test.
28152 * gdb.threads/pthreads.exp: Only run this for native configs.
28153 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
28154 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
28155 tests.
28156 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
28157 for "runto test_calls(void)" test.
d63a86f8 28158
c906108c
SS
28159Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
28160
28161 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
28162 and don't expect address info in breakpoint confirmations.
28163
28164Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
28165
28166 * gdb.base/list.exp (test_forward_search): Increase timeout
28167 temporarily by 60 seconds for searching extremely long line,
889bf7c5 28168 and then reset to old value when done. Increase expect input
c906108c
SS
28169 buffer to 10000.
28170
28171Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
28172
28173 * gdb.base/list.exp (test_forward_search): Fix to handle very
28174 long source line without overflowing expect's input buffer.
28175
28176Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
28177
28178 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
28179 "buffer_full".
28180
28181 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
28182 "buffer_full".
28183
28184 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
28185 "buffer_full".
28186
28187 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
28188 "buffer_full".
28189
28190Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
28191
28192 * configure.in (configdirs): Add gdb.threads.
28193 * configure: Regenerated with autoconf.
28194 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
28195 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
28196 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 28197
c906108c
SS
28198Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
28199
28200 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
28201
28202Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
28203
28204 * gdb.base/signals.exp (test_handle_all_print): Test separately for
28205 each signal's status in the output of "handle all print".
28206 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
28207 the \r\n sequence that immediately precedes the gdb prompt.
28208 * gdb.base/a1-selftest.exp: Save original timeout and restore
28209 after test.
28210
28211Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
28212
28213 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
28214 symbol.
28215
28216Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
28217
28218 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
28219
28220Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
28221
28222 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
28223 timeout by 60 seconds.
28224
28225Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
28226
28227 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
28228 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
28229 error return.
28230
28231Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
28232
28233 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
28234 gdb initialization, also report how long dejagnu waited. Restore
28235 old timeout before doing error return. Temporarily increase timeout
889bf7c5 28236 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
28237
28238Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
28239
28240 * lib/gdb.exp: Report timeout value for verbosity level 2.
28241 * config/gdbserver.exp: Ditto.
28242 * config/hppro.exp: Ditto.
28243 * config/mips-gdb.exp: Ditto.
28244 * config/monitor.exp: Ditto.
28245 * config/netware.exp: Ditto.
28246 * config/sim-gdb.exp: Ditto.
28247 * config/slite-gdb.exp: Ditto.
28248 * config/udi-gdb.exp: Ditto.
28249 * config/unix-gdb.exp: Ditto.
28250 * config/vx-gdb.exp: Ditto.
28251 * gdb.base/a1-selftest.exp: Ditto.
28252 * gdb.base/a2-run.exp: Ditto.
28253 * gdb.base/break.exp: Ditto.
28254 * gdb.base/corefile.exp: Ditto.
28255 * gdb.base/list.exp: Ditto.
28256 * gdb.base/recurse.exp: Ditto.
28257 * gdb.base/scope.exp: Ditto.
28258 * gdb.base/signals.exp: Ditto.
28259
28260Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28261
28262 * gdb.threads/Makefile.in (docdir): Removed.
28263
28264Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28265
28266 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 28267 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 28268 @srcdir@.
d63a86f8 28269 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
28270 autoconf 2.5 or higher.
28271 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
28272
28273Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
28274
28275 * configure: Regenerated.
28276 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
28277 avoid name clashes with SunOS headers.
28278
28279Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
28280
28281 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
28282
28283Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
28284
28285 * gdb.base/callfuncs.exp: Finish last change -- make sure the
28286 prototype information ends up in the compiler info file.
28287
28288Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
28289
28290 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
28291 attempting to regenerate it. Eliminate use of a temporary file
28292 and just generate the info file directly. Source it immediately,
28293 for consistency of use.
28294 * gdb.base/corefile.exp: Ditto
28295 * gdb.base/exprs.exp: Ditto.
28296 * gdb.base/funcargs.exp: Ditto.
28297 * gdb.base/langs.exp: Ditto.
28298 * gdb.base/list.exp: Ditto.
28299 * gdb.base/mips_pro.exp: Ditto.
28300 * gdb.base/nodebug.exp: Ditto.
28301 * gdb.base/opaque.exp: Ditto.
28302 * gdb.base/ptype.exp: Ditto.
28303 * gdb.base/scope.exp: Ditto.
28304 * gdb.base/setvar.exp: Ditto.
28305 * gdb.base/signals.exp: Ditto.
28306 * gdb.base/whatis.exp: Ditto.
28307 * gdb.c++/templates.exp: Ditto.
28308 * gdb.c++/virtfunc.exp: Ditto.
28309 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 28310 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
28311
28312Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28313
28314 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
28315 it got fixed by the recent lookup_minimal_symbol_by_pc change.
28316 Increase timeout, a lot of single stepping might be needed if the
28317 target has no hardware watchpoints.
28318
28319Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
28320
28321 * gdb.base/break.exp: Ignore compiler warnings when compiling
28322 break.c.
28323 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
28324 * gdb.base/default.exp: Add h8300 xfails. Handle messages
28325 from remote-sim.
28326 * gdb.base/exprs.exp: Add h8300 xfails.
28327 * gdb.base/funcargs.exp: Likewise.
28328 * gdb.base/nodebug.exp: Likewise.
28329 * gdb.base/printcmds.exp: Likewise.
28330 * gdb.base/ptype.exp: Likewise.
28331 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
28332 h8300 xfails.
d63a86f8 28333 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
28334 on the h8300.
28335 * gdb.base/funcargs.c: Explicitly make last constant argument to
28336 call_after_alloca_subr an unsigned long type.
28337 * gdb.base/return.c: Include stdio.h.
28338
28339Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
28340
28341 * config/abug.exp: New file for the older Motorola Bug monitor
28342 that runs on the mvme13x series VME boards.
28343 * config/monitor.exp: Use the new config array for target settings
28344 if they exist.
28345
28346Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
28347
28348 * sim-gdb.exp: Make the SH simulator allocate less space when
28349 it is targeted.
28350
28351Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
28352
28353 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
28354 test.
28355
28356Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
28357
28358 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
28359 "rs6000-*-*" for "list function in include file" when gcc compiled.
28360 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
28361 for "p ctable1[120]".
28362 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
28363 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
28364 Remove setup_xfail for "rs6000-*-*" for
28365 "print 'scope0.c'::filelocal before run".
28366 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
28367 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
28368 since some compilers don't allow both options to be given
28369 on the same command line. Create object file and move it.
d63a86f8 28370
c906108c
SS
28371Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
28372
28373 * gdb.base/corefile.exp: Always regenerate the core file, since
28374 we always regenerate the coremaker program. Detect special case
28375 where registers cannot be read from core file.
d63a86f8 28376
c906108c
SS
28377Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
28378
28379 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
28380 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
28381 * gdb.c++/templates.exp: Only match on basename of file since
28382 some formats like xcoff don't encode directory information.
28383 * gdb.stabs/weird.exp: Use the right sed script for powerpc
28384 and rs6000 AIX xcoff targets.
28385 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
28386 * configure: Regenerate.
28387 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
28388 here, rather than in distclean.
d63a86f8 28389
c906108c
SS
28390Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
28391
28392 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
28393 defined, and use it to compile the test case with -O2. The
28394 native compilation still uses no optimization.
28395 * gdb.base/mips_pro.c: Remove inline assembly code since
28396 it is compiled PIC by default, which results in assembler
28397 warnings that make the testsuite think the compilation
28398 was unsuccessful.
28399
28400Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
28401
28402 * gdb.c++/misc.exp: Add note to message for
28403 "print s.a for foo struct" that this is a known gcc 2.7.2
28404 and earlier bug.
28405
28406Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
28407
28408 * gdb.base/break.exp: Fix pattern for matching "Delete all
28409 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
28410 setup_xfail for deleting all breakpoints test. Fix various
28411 timeout messages to include "(timeout)".
28412 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
28413 for "p t_float_values2(3.14159,float_val2)".
28414 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
28415 for "continue to call2g" when gcc compiled.
28416 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
28417 "up to foo in langs.exp", "show language at foo in langs.exp",
28418 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
28419 and "show language at fsub in langs.exp".
28420 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
28421 "list line 1 in include file", "list message for lines past EOF",
28422 "list function in include file", "list list0.h:foo", and
28423 "list filename:function; nonexistant function".
28424 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
28425 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
28426 and "ptype t_char_array" to be for native cc only.
d63a86f8 28427
c906108c
SS
28428Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
28429
d63a86f8 28430 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 28431 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 28432 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
28433
28434Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
28435
28436 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
28437 "bt in signals.exp". This problem only appears when running
28438 the testsuite, and then only intermittently.
28439
28440Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
28441
28442 * gdb.base/return.exp (return_tests): Differentiate between
28443 two tests of continuing.
28444
28445Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
28446
28447 * */Makefile.in (maintainer-clean): Remove config.log.
28448 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
28449 * gdb.c++/Makefile.in (PROGS): Add inherit.
28450 (clean): Remove *.ci.
28451
28452Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
28453
28454 * gdb.c++/misc.cc: Add test code from Mike Stump.
28455 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
28456
28457Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
28458
28459 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
28460 to "alpha-*-osf2*" and add comment.
28461 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
28462 setup_xfail for "step over execarg initialization" and
28463 "step over corearg initialization".
c906108c
SS
28464 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
28465 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
28466 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 28467 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
28468 "print func2::coremaker_local", and "backtrace in corefile.exp".
28469 * gdb.base/signals.exp: Build and source signals.ci.
28470 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
28471 to be for gcc only.
28472 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 28473
c906108c
SS
28474Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28475
28476 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
28477 Feb 3 procfs.c change.
28478
28479Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
28480
28481 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
28482
28483Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
28484
28485 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
28486 from dejagnu's apparent default of 10 seconds, which gives random
28487 results when running the tests over NFS on moderately loaded systems.
28488 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
28489
28490Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
28491
28492 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
28493 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 28494 result reports.
c906108c
SS
28495
28496Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
28497
28498 * configure.in (CY_AC_PATH_TCLH): Remove.
28499 * configure: Regenerate.
28500
28501Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
28502
28503 * gdb.c++/Makefile.in (clean): Add missing '{'.
28504
28505Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
28506
28507 * lib/gdb.exp: Provide a default value for noinferior.
28508
28509 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
28510 Load libgloss.exp.
28511
28512Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
28513
28514 * gdb.disasm/hppa.exp: Compile directly into an executable, use
28515 the executable, not the .o to run the tests from.
28516
28517Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
28518
28519 * gdb.base/break.exp: Don't test for program exit or exit status
28520 if $noresults if nonzero.
28521 * gdb.base/langs.exp: Likewise.
28522 * gdb.base/watchpoint.exp: Likewise.
28523
28524 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
28525 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
28526 trying to compile the testcase.
28527
28528Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
28529
28530 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
28531 * gdb.base/signals.exp (continue to handler): Likewise.
28532
28533Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
28534
28535 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
28536
28537 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
28538
28539Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
28540
28541 * gdb.base/corefile.exp: Recognize "not found" as failure
28542 when trying to determine if a core file was generated.
28543 If no core file was generate the first time, try again without
28544 the ulimit -c to work around braindamaged shells.
28545
28546Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
28547
28548 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
28549 [] tests with "test" and enclose string in quotes.
28550 * gdb.stabs/configure: Rebuild
d63a86f8 28551
c906108c
SS
28552Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
28553
28554 Changes in sync with expect:
28555 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
28556 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
28557 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
28558 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
28559 argument to AC_REQUIRE.
28560 * configure: Regenerated.
28561
28562Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
28563
28564 * gdb.base/corefile.exp: When generating a core, discard any
28565 error messages about ulimit not found and the "core dumped"
28566 message from the shell that runs the coredumper.
28567
28568Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
28569
28570 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
28571
28572 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
28573 which sed script to run. Expect failure for v_comb test
28574 on PA targets too.
d63a86f8 28575
c906108c
SS
28576Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
28577
28578 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 28579 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
28580
28581Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
28582
28583 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
28584 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 28585 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
28586 * lib/gdb.exp (default_gdb_start): Fix typo.
28587 * gdb.base/corefile.exp: Allow "Core was generated by ..."
28588 messages to not include the full program name that caused
28589 the core dump since some systems (such as solaris) apparently
28590 truncate this path to about 80 characters.
28591 When generating a core file first try increasing the core file
28592 size limit to unlimited since some systems may default it to
28593 zero, and it is harmless to try it. Move the test for failing
28594 to generate a core file to where it will actually get executed.
28595 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
28596 new gdb result from g++ debug info improvements and make old
28597 pattern obsolescent. Also account for size_t differences
28598 (may be int or long).
28599 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
28600 initialization before function call is placed in the delay slot
28601 and thus appears to be skipped over by commands such as "next".
28602
28603Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
28604
28605 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
28606
28607Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
28608
28609 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
28610 input source file; fix code to compile test to deal with this
28611 convention.
28612 * gdb.c++/*.exp: Likewise.
28613
28614Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
28615
28616 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
28617 "bt in signals.exp".
28618
28619Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
28620
28621 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
28622 "step over execarg initialization" and
889bf7c5 28623 "step over corearg initialization".
c906108c
SS
28624
28625Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
28626
28627 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
28628 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
28629
28630Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
28631
28632 From Rob Savoye (rob@poseidon.cygnus.com)
28633 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
28634 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
28635 configure.in}, gdb.disasm/{Makefile.in, configure.in},
28636 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
28637 configure.in}: Major reworking for autoconfig.
c906108c
SS
28638 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
28639 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 28640 New files.
c906108c
SS
28641 * config/unix-gdb.exp: Make GDB global.
28642 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
28643 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
28644 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
28645 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
28646 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
28647 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 28648 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
28649 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
28650 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
28651 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
28652 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 28653 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
28654 to returns as necessary, arrange for test to compile own testcase
28655 executable.
c906108c 28656 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 28657
c906108c
SS
28658Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
28659
28660 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 28661 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
28662 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
28663 "backtrace through signal handler".
28664
28665Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28666
28667 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
28668 continuing from a job control stop signal.
28669 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
28670
28671Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
28672
28673 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
28674 * gdb.base/corefile.exp: Likewise.
28675 * gdb.base/funcargs.exp: Likewise.
28676
28677Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
28678
28679 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
28680 * config/monitor.exp: Add support for setting baud rate.
28681
28682Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
28683
28684 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
28685 i*86-*-linux* xfails for "backtrace through signal handler".
28686 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
28687 "print func2::coremaker_local".
28688 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 28689 alpha-dec-osf2* xfail for
c906108c
SS
28690 "delete all breakpoints when none".
28691
28692Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
28693
28694 * gdb.base/break.exp: Change test that deletes all breakpoints
28695 when no user breakpoints are installed. A post 4.15 change
28696 causes gdb to no longer prompt in this case.
28697
28698Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
28699
28700 * gdb.base/return.exp (return_tests): Change xfail for test
28701 "correct value returned double test" to stop xfailing at
28702 Solaris 2.5. Apparently the bug has been fixed.
28703
28704Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
28705
28706 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
28707 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
28708
28709Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
28710
28711 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
28712 * gdb.disasm/hppa.s: Corresponding changes.
28713
28714Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
28715
28716 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
28717 makefile fragment.
28718 * config/mt-hpux: Deleted.
28719
28720Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
28721
d63a86f8 28722 * Many files: When warning about suppressed tests due to a
c906108c
SS
28723 nonexistant test binary, avoid incrementing the warning count.
28724
28725Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
28726
28727 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 28728
c906108c
SS
28729Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28730
28731 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
28732 "sparc-*-solaris2*".
28733
28734Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28735
28736 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
28737 Add global and local variables and initialize them.
28738 * gdb.base/corefile.exp: Test correct mapping of corefile sections
28739 by printing variables. Remove rs6000 and powerpc xfails, BFD now
28740 extracts the file name and terminating signal from the core file.
28741 * TODO: Remove note about tests for correct mapping of corefile.
28742 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
28743 from optimizing it away.
28744 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
28745 handles common blocks.
28746
28747Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
28748
28749 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
28750 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
28751
28752Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
28753
28754 * Makefile.in (maintainer-clean): New target, synonym for
28755 realclean.
28756 * gdb.base/Makefile.in (maintainer-clean): Likewise.
28757 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
28758 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
28759 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
28760 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
28761 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
28762
28763Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
28764
28765 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
28766 xfails when not gcc compiled for "print foo::funclocal".
28767 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
28768 "print foo::funclocal at foo",
28769 "print 'scope1.c'::foo::funclocal at foo",
28770 "print foo::funclocal_bss at foo",
28771 "print 'scope1.c'::foo::funclocal_bss at foo",
28772 "print foo::funclocal_ro at foo",
28773 "print 'scope1.c'::foo::funclocal_ro at foo",
28774 "print bar::funclocal at foo" and
28775 "print 'scope1.c'::bar::funclocal at foo".
28776 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
28777 gcc compiled for "print foo::funclocal at bar".
28778 Expand all messages to ensure that they identify that
28779 the test is at bar().
28780 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
28781 gcc compiled for:
28782 "ptype on opaque struct pointer (statically)",
28783 "ptype on opaque struct tagname (statically)",
28784 "ptype on opaque struct pointer (dynamically) 1",
28785 "ptype on opaque struct tagname (dynamically) 1",
28786 "ptype on opaque struct pointer (dynamically) 2" and
28787 "ptype on opaque struct tagname (dynamically) 2
28788 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
28789 gcc compiled for:
28790 "p datalocal"
28791 "whatis datalocal",
28792 "ptype datalocal",
28793 "p bsslocal",
28794 "whatis bsslocal", and
28795 "ptype bsslocal".
28796 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
28797 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
28798 when not gcc compiled.
28799 * gdb.base/funcargs.exp (float_and_integral_args): Add
28800 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
28801 compiled.
28802 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
28803 "backtrace from call6a" when not gcc compiled.
28804 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
28805 "backtrace from call7a" when not gcc compiled.
28806 * gdb.base/callfuncs.exp (do_function_calls):
28807 Add "hppa*-*-hpux*" xfail when not gcc compiled for
28808 "p t_char_array_values(char_array_val2,char_array_val1)",
28809 "p t_char_array_values(char_array_val1,char_array_val2)",
28810 "p t_char_array_values("carray 1","carray 2")",
28811 "p t_char_array_values("carray 1",char_array_val2)",
28812 "p t_char_array_values(char_array_val1,"carray 2")",
28813 "p sum_args(1,{2})",
28814 "p sum_args(2,{2,3})",
28815 "p sum_args(3,{2,3,4})",
28816 "p sum_args(4,{2,3,4,5})"
28817 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
28818 "backtrace in corefile.exp" when not gcc compiled.
28819
28820Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28821
28822 * gdb.base/signals.exp: Rewrite `handle all print' test as
28823 a procedure. Accept blanks or TABs as whitespace, increase
28824 timeout and expect input buffer size for the large output
28825 from the command. Remove "i*86-*-bsdi2.0" xfail.
28826
28827Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28828
28829 * gdb.base/setvar.exp: Add new testcases for truncation when
28830 assigning invalid values to bitfields.
28831
28832Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
28833
d63a86f8 28834 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
28835 mips-sgi-irix* xfail for
28836 "call inferior func with struct - returns char *"
28837 and fix test so that an optional (unsigned char *) cast is
889bf7c5 28838 accepted in the result.
c906108c
SS
28839
28840Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
28841
28842 * gdb.base/funcargs.exp (float_and_integral_args): Remove
28843 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
28844 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
28845 * gdb.base/signals.exp: Remove duplicate "handle all print" test
28846 that accidentally got checked in.
28847
28848Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
28849
d63a86f8 28850 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
28851 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
28852 compiled test.
28853 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
28854 Add mips-sgi-irix5* xfail for not gcc compiled.
28855 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
28856 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
28857 compiled for "p top", "whatis top", "p middle", and "whatis
28858 middle".
c906108c
SS
28859 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
28860 "whatis signed char" for not gcc compiled.
28861 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
28862 "set variable signed char=-1 (-1)" and
28863 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
28864 * gdb.base/funcargs.exp (float_and_integral_args):
28865 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
28866 Add mips-sgi-irix* xfail when not gcc compiled for
28867 "continue to call2b".
28868 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
28869 "continue to call2g".
6fdff2c5
PA
28870 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
28871 compiled for "backtrace from call6a"
28872 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
28873 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
28874 when not gcc compiled for "backtrace from call7a".
c906108c
SS
28875 (localvars_after_alloca): Fix gdb_test cmds for
28876 "print * after runto ...".
28877 Remove rs6000-*-* xfails for
28878 "print i after runto localvars_after_alloca" and
28879 "print l after runto localvars_after_alloca"
28880 for all compilers.
28881 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 28882 when not compiled with gcc, for:
c906108c
SS
28883 "print signed char == (minus)",
28884 "print signed char != (minus)",
28885 "print signed char < (minus)",
28886 "print signed char > (minus)".
28887 * gdb.base/callfuncs.exp (do_function_calls):
28888 Add mips-sgi-irix* xfail, when compiled with native compiler, for
28889 "call inferior func with struct - returns char *".
d63a86f8 28890 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
28891 "correct value returned double test" to include Solaris 2.4.
28892 * gdb.base/funcargs.exp (float_and_integral_args):
28893 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 28894
c906108c
SS
28895Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28896
28897 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
28898 enumeration bitfields if compiling with GNU C.
28899 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
28900 to empty' prompt.
28901
28902Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
28903
28904 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
28905 test for PRO targets.
28906
28907 * gdb.base/funcargs.exp: Avoid ever setting more than 8
28908 breakpoints in the inferior at any given time by making
28909 two groups of breakpoints for call2*, call6* and call7*
28910 tests.
28911
28912Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28913
28914 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
28915 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
28916 from optimizing it away.
28917 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
28918 "call inferior func with struct".
28919
28920Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
28921
28922 * configure.in: Only configure gdb.chill for particular targets.
28923
28924Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
28925
28926 * gdb.base/Makefile.in: Add action to .c.o transformation
28927 rule that generates a .ci file for each .o file and remove
28928 explicit .c.o rules except for callfuncs.o.
28929 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
28930 generates a .ci file for each .o file and remove explicit
28931 .cc.o rules.
28932 (clean): Remove *.tmp *.ci files.
28933 (EXECUTABLES): Remove templ-info.exp.
28934 * gdb.base/compiler.c: New file.
28935 * gdb.c++/compiler.cc: New file
28936 * gdb.base/scope.exp: Source gdb.base/scope.ci.
28937 Change rs6000-*-* xfail for
28938 "print 'scope0.c'::filelocal_ro" and
28939 "print 'scope1.c'::filelocal" and
28940 "print 'scope1.c'::filelocal_bss" and
28941 "print 'scope1.c'::filelocal_ro" and
28942 "print 'scope1.c'::foo::funclocal" and
28943 "print 'scope1.c'::foo::funclocal_ro" and
28944 "print 'scope1.c'::bar::funclocal" and
28945 "print 'scope0.c'::filelocal_ro" and
28946 "print 'scope1.c'::filelocal at foo" and
28947 "print 'scope1.c'::filelocal_bss at foo" and
28948 "print 'scope1.c'::filelocal_ro at foo" and
28949 "print 'scope1.c'::foo::funclocal at foo" and
28950 "print 'scope1.c'::foo::funclocal_bss at foo" and
28951 "print 'scope1.c'::foo::funclocal_ro at foo" and
28952 "print 'scope1.c'::bar::funclocal at foo" and
28953 "print 'scope0.c'::filelocal_ro" and
28954 "print 'scope1.c'::filelocal" and
28955 "print 'scope1.c'::filelocal_bss" and
28956 "print 'scope1.c'::filelocal_ro" and
28957 "print 'scope1.c'::foo::funclocal" and
28958 "print 'scope1.c'::foo::funclocal_bss" and
28959 "print 'scope1.c'::foo::funclocal_ro" and
28960 "print 'scope1.c'::bar::funclocal" and
28961 "print 'scope1.c'::bar::funclocal_bss"
28962 to only be xfail'd when not compiled with gcc.
d63a86f8 28963 Add rs6000-*-* xfail for
c906108c
SS
28964 "print 'scope0.c'::filelocal_bss before run"
28965 when compiled with gcc.
28966 (test_at_main): Add rs6000-*-* xfail for
28967 "print filelocal_ro in test_at_main"
28968 when compiled with gcc.
28969 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 28970 Add rs6000-*-aix* xfail for
c906108c
SS
28971 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
28972 "ptype t_char_array", not compiled with gcc.
28973 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
28974 xfail for "list foo (in include file)" when gcc compiled.
28975 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 28976 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
28977 "run to call0a" if not compiled with gcc.
28978 (unsigned_integral_args): Add rs6000-*-* xfail for
28979 "run to call1a" if not compiled with gcc.
28980 (float_and_integral_args): Add rs6000-*-* xfail for
28981 "run to call2a" if not compiled with gcc and for
28982 "continue to call2b" for any compiler.
28983 Add rs6000-*-* xfail to
28984 "print f1 after run to call2a" for gcc compiled.
28985 (discard_and_shuffle): Add rs6000-*-* xfail for
28986 "run to call6a".
28987 (shuffle_round_robin): Add rs6000-*-* xfail for
28988 "backtrace from call7a" if not compiled with gcc.
28989 Add rs6000-*-* xfail for
28990 "backtrace from call7b" if compiled with gcc.
28991 (call_after_alloca): Add rs6000-*-* xfail for
28992 "print c in call_after_alloca" and
28993 "print s in call_after_alloca" and
28994 "backtrace from call_after_alloca_subr"
28995 if not compiled with gcc.
28996 (localvars_in_indirect_call): Add rs6000-*-* xfail for
28997 "print c in localvars_in_indirect_call" and
28998 "print c in localvars_in_indirect_call" and
28999 "backtrace in indirectly called function" and
29000 "stepping into indirectly called function"
29001 if not compiled with gcc.
29002 (localvars_after_alloca): Add rs6000-*-* xfail for
29003 "print c after runto localvars_after_alloca" and
29004 "print s after runto localvars_after_alloca" and
29005 "print i after runto localvars_after_alloca" and
29006 "print l after runto localvars_after_alloca"
29007 for all compilers.
29008 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
29009 than whatis-info.exp.
29010 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
29011 than opaque-info.exp.
29012 Setup rs6000-*-* xfail for
d63a86f8 29013 "ptype on opaque struct pointer (statically)" and
c906108c
SS
29014 "ptype on opaque struct pointer (dynamically)" when
29015 not compiled with gcc.
29016 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
29017 rather than callf-info.exp.
29018 (do_function_calls): Add clear_xfail for rs6000-*-* for
29019 "p t_float_values2(3.14159,float_val2)". Seems to work
29020 fine there, both with xlc and gcc. Need to find out what
29021 it is doing right and fix other platforms.
29022 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
29023 "call inferior func with struct - returns int",
29024 "call inferior func with struct - returns long",
29025 "call inferior func with struct - returns float",
29026 "call inferior func with struct - returns double",
29027 "call inferior func with struct - returns char *",
29028 but only if not gcc compiled (presumes xlc compiled).
29029 Change rs6000-*-* xfails for
29030 "call inferior func with struct - returns char" and
29031 " call inferior func with struct - returns short" to only
29032 xfail if not using gcc.
29033 (clean mostlyclean): Remove *.ci and *.tmp files.
29034 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
29035 than templ-info.exp.
29036 * gdb.base/langs.exp: Source gdb.base/langs.ci.
29037 Add rs6000-*-* xfail for "up to foo in langs.exp"
29038 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 29039 when not gcc compiled.
d63a86f8 29040
c906108c
SS
29041Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29042
29043 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
29044 * gdb.base/corefile.exp: Likewise.
29045 * gdb.base/list.exp: Likewise.
29046 * gdb.base/scope.exp: Likewise.
29047 * gdb.base/siganls.exp: Likewise.
29048
29049 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
29050 compiler output.
29051 * gdb.base/whatis.exp: Likewise.
29052
29053Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
29054
29055 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
29056 failure (opcode table has been fixed to match reality).
29057
29058Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
29059
29060 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
29061 "call inferior func with struct - returns char",
29062 "call inferior func with struct - returns short"
29063
29064 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
29065 "print 'scope0.c'::filelocal at main",
29066 "print 'scope0.c'::filelocal_bss in test_at_main",
29067 "print 'scope0.c'::filelocal at foo",
29068 "print 'scope0.c'::filelocal_bss in test_at_foo",
29069 "print 'scope0.c'::filelocal at bar",
29070 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 29071
c906108c
SS
29072 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
29073 in source file 1". This bug seems to have been fixed with both
29074 gcc and native cc (was native assembler bug?).
29075
29076Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
29077
29078 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
29079 "backtrace through signal handler" to "i*86-*-sysv4*".
29080 * gdb.base/signals.exp: Add xfail for "'next' behaved as
29081 continue" case. Add "known SVR4 bug" to fail message.
29082 Add "i*86-*-bsdi2.0" xfail for "handle all print".
29083 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
29084 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
29085 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
29086 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
29087 "up to foo in langs.exp", "show language at foo in
29088 langs.exp", "up to cppsub_ in langs.exp", "show
29089 language at cppsub_ in langs.exp", "up to fsub in
29090 langs.exp", and "show language at fsub in langs.exp".
29091 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
29092 "bactrace in corefile.exp".
29093 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
29094 "call inferior function with struct - returns float" and
29095 "call inferior function with struct - returns double".
d63a86f8 29096
c906108c
SS
29097Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
29098
29099 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
29100 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
29101 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
29102 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
29103
29104Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
29105
29106 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
29107 (or overriden) "CHILL" macro rather then bare "gcc".
29108 Also look for ../../gcc/xgcc since that is what we will
29109 actually need, not "Makefile". Remove following assignment
29110 of CHILL to CHILL_FOR_TARGET because that results in
29111 recursive definition.
29112
29113Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
29114
29115 * gdb.base/corefile.exp: Change xfail for backtrace in
29116 corefile.exp from linuxaout to all linux.
29117 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
29118 cases where we miss the breakpoint at the signal handler
29119 for some reason. Setup xfail for linuxoldld/linuxaout and
29120 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
29121 hitting SIGURG breakpoint.
29122 * gdb.base/signals.exp: Setup xfail for "next" acting like
29123 continue to add linuxoldld. Setup xfail for all linux for
29124 "next to handler in signals_tests_1", "backtrace in
29125 signals_tests_1", "continue to func1", "pass SIGUSR1",
29126 and continue to handler".
29127
29128Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
29129
29130 * Update all FSF addresses except those in COPYING* files.
29131
29132Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
29133
29134 * gdb.base/a2-run.exp: Change messages to be more explicit about
29135 the status of args, and quote binfile in results.
29136
29137Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
29138
29139 * gdb.base/callfuncs.exp: Add tests for passing structs to
29140 inferior functions and return various types.
29141 * gdb.base/callfuncs.c: Add functions to receive a struct
29142 and return a member of the struct, in various types.
29143
29144Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29145
29146 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
29147
29148Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
29149
29150 * config/vxworks29k.exp: New file, sources vxworks.exp.
29151
29152Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29153
29154 * config/gdbremote.exp: New file. Testing framework using
29155 gdbserver.
29156
29157Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
29158
29159 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
29160 "call function when asleep" and "send end of file".
29161 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
29162 for "backtrace in corefile.exp".
29163 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
29164 for "backtrace through signal handler".
29165 * gdb.base/corefile.exp: Make sure we actually generate a core file
29166 before trying the core tests. Some systems allow the user to suppress
29167 generation of core files and default to that (linux for example).
29168 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
29169 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
29170
29171Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29172
29173 * gdb.threads: New directory with some crude multi-threaded
29174 gdb tests (step.exp and step2.exp).
29175 * config/mt-lynx (STEP_EXECUTABLE): Define.
29176 (THREADFLAGS): Define.
29177
29178Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
29179
29180 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
29181
29182 * gdb.base/signals.exp: Disable whole file for lynx until
29183 further notice.
29184
29185 * gdb.base/signals.exp: xfail test where "next" acts like
29186 "continue" for lynx.
29187
29188 * gdb.base/interrupt.exp: xfail test for calling function while
29189 inferior is asleep for lynx.
29190
29191 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
29192 than one cr-lf after each command.
29193
29194Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29195
29196 * configure.in: Reinstate setting of stabsdirs variable, fix
29197 typo in setting up configdirs for native builds.
29198
29199 * gdb.base/return.exp: Fix typo in return double test.
29200 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
29201 compiler from optimizing them away.
29202
29203Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
29204
29205 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
29206 sequences to be echo'd by gdb when using gdb_test.
29207 * gdb.chill/chexp.exp: Likewise.
29208 * gdb.fortran/exprs.exp: Likewise
29209
29210Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29211
29212 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
29213 after the inferior gdb has started.
29214
29215 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
29216 after each command.
29217 * gdb.base/funcargs.exp: Likewise.
29218 * gdb.base/gdbvars.exp: Likewise.
29219 * gdb.base/interrupt.exp: Likewise.
29220 * gdb.base/list.exp: Likewise.
29221 * gdb.base/watchpoint.exp: Likewise.
29222 * gdb.c++/demangle.exp: Likewise.
29223 * gdb.c++/inherit.exp: Likewise.
29224 * gdb.chill/chexp.exp: Likewise.
29225 * gdb.fortran/exprs.exp: Likewise.
29226
29227 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
29228 test if we can't handle IO to/from the inferior.
29229
29230 * gdb.c++/misc.exp: Always check for a program already being
29231 started after sending a "run" command to gdb.
29232
29233 * gdb.base/twice.exp: Start with a fresh gdb.
29234
29235 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
29236 only depend on gdb's expression code, not the chill runtime.
29237
29238 * gdb.base/return.c: Put return values into variables so we
29239 can have gdb print them rather than depending on the program
29240 to print them.
29241 * gdb.base/return.exp: Corresponding changes.
29242
29243 * lib/gdb.exp: Provide default value for noinferiorio.
29244 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
29245 the inferior.
29246
29247 * gdb.base/break.exp: Always check for a program already being
29248 started after sending a "run" command to gdb.
29249 (text_next_with_recursion): Don't check the output from the
29250 program's printf statement. Instead just make sure the program
29251 exited.
29252
29253 * gdb.base/commands.exp: Protect tests which need arguments with
29254 $noargs conditionals.
29255
29256Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29257
29258 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
29259 of structure member arrays to match gdb/valops.c:value_addr change.
29260
29261Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
29262
29263 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
29264 cases.
29265
29266Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
29267
29268 * configure.in (configdirs): Remove gdb.chill from default list
29269 of subdirs and then add it back in only if doing a native build.
29270 The current chill compiler does not yet work in any cross build.
29271 * Revert all signal changes from Jul 6.
29272 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
29273 for sh-hms targets, allowing these tests to link, with no other
29274 changes. Testing is suppressed by setting "nosignals" in site.exp.
29275
29276Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
29277
29278 * configure.in (signaldirs): Define and add to configdirs for all
29279 targets except some specific ones that are known to not support signals.
29280 Also clean up formatting.
29281 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
29282 (signals, sigall): Remove rules to build.
29283 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
29284 Moved to new gdb.signals directory.
29285 * gdb.signals: New test directory.
29286 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
29287 signals.c signals.exp}: New or moved files.
29288
29289Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
29290
29291 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
29292
29293Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
29294
29295 * gdb.base/return.exp: Xfail `return double' test failure
29296 on at least Solaris 2.3 and handle future/past versions on
29297 a case by case basis as appropriate. Also update message
29298 to include i*86 failures.
29299
29300Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29301
29302 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
29303
29304 * lib/gdb.exp: Fix comment which erroneously identified
29305 gdb_file_cmd as gdb_load (the 19 May change was in fact to
29306 gdb_file_cmd not gdb_load).
29307 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
29308
29309 * gdb.base/setvar.exp: Make test names consistent between pass and
29310 fail cases. Use gdb_test more.
29311
29312Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29313
29314 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
29315
29316Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29317
29318 * gdb.base/help.exp: Fix expected help string for `show commands'.
29319
29320Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
29321
29322 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
29323
29324 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
29325 of a text section.
29326
29327Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
29328
29329 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
29330 that loop eventually terminates. Fix Connection refused logic so
29331 that testsuite will expire nicely.
29332
29333Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
29334
29335 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
29336 config/rom68k.exp: New tcl glue for the appropriate monitors.
29337 These all just end up calling monitor.exp.
29338 * config/monitor.exp (gdb_target_monitor): Handle `Connection
29339 refused' by retrying. Cleanup some timeout issues.
29340 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
29341 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
29342 callers don't have to set/restore global timeout variable.
29343
29344 * The following set of changes centralizes management of the global
29345 timeout variable. This way, it can be set in one target dependent
29346 place instead of dozens of places scattered throughout the test suite.
29347 If you need to lengthen a timeout, then you should either set timeout
29348 in one of the config/{target}.exp files, or multiply it by a factor.
29349 Setting it to an absolute value is always going to lose for some
29350 targets.
29351 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
29352 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
29353 * gdb.base/funcargs.exp: Don't set timeout.
29354 * gdb.base/list.exp (test_forward_search): Only use local timeout.
29355 * gdb.base/printcmds.exp (test_print_string_constants
29356 test_print_array_constants): Don't set timeout.
29357 * gdb.base/ptype.exp: Don't set timeout.
29358 * gdb.base/recurse.exp: Don't set timeout.
29359 * gdb.base/return.exp: Don't set timeout.
29360 * gdb.base/watchpoint.exp: Don't set timeout.
29361 * gdb.c++/classes.exp (do_tests): Don't set timeout.
29362 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
29363
29364Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
29365
29366 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
29367
29368Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29369
29370 * lib/gdb.exp: Disable chill tests for irix5.
29371
29372Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29373
29374 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
29375 each test pass or fail.
29376
29377Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29378
29379 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
29380 xlc not gcc.
29381
29382Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
29383
29384 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
29385
29386Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
29387
29388 * config/est.exp: Fix copyright and comments. Remove dead code.
29389 Use targetname, serialport and baud variables instead of fixed
29390 constants.
29391 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
29392 * config/cpu32bug.exp: New file to support cpu32bug monitors.
29393
29394Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29395
29396 * gdb.base/watchpoint.exp: Don't run
29397 test_watchpoint_triggered_in_syscall for sunos.
29398
29399Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29400
29401 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
29402 they don't seem to exist. Do include stdio.h.
29403
29404Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29405
29406 * gdb.base/a1-selftest.exp: Add alpha xfail.
29407
29408Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29409
29410 * gdb.base/watchpoint.c (main): Prompt before calling read().
29411 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
29412 Revise accordingly. Remove cruft about sending "123" several
29413 times, until it gets noticed. Clean up the "print buf[0]" stuff
29414 so that it passes or fails, and waits for prompts in the usual way.
29415
29416Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29417
29418 * gdb.base/recurse.exp: Fix comment.
29419
29420 * TODO: Remove item about printing variables in nodebug.exp. Add
29421 item about enabling tests which are only run on some targets.
29422
29423 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
29424 fail, make test names unique, use new gdb_test convention
29425 regarding pattern, use gdb_test more, etc.).
29426
29427 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
29428 fail, make test names unique, etc.).
29429
29430Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29431
29432 * gdb.base/nodebug.c: Change return type of top and middle to
29433 short.
29434 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
29435 are fixed by the recent mdebugread.c changes. Allow `short ()'
29436 as type for top and middle.
29437
29438Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29439
29440 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
29441 nearly as I can tell, the whole thing was an accident in Stu's
29442 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
29443 to replace a send/expect pair with gdb_test, but ended up only
29444 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
29445 of 30 Mar 1995 took care of it, but left this vestigial comment
29446 which I am now nuking.
29447
29448Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29449
29450 * gdb.base/break.exp: Look for different line number for
29451 breakpoint at main depending on usestubs.
29452
29453Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29454
29455 * gdb.base/list.exp: Adjust some alternate expect patterns to
29456 match recent list0.c change. Add alternate expect pattern for
29457 output from `list default lines around main' for optimizing
29458 compilers.
29459
29460Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29461
29462 * lib/gdb.exp: If nosignals is not set, set it to 0.
29463
29464Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
29465
29466 * config/slite-gdb.exp: Responds to load symbol table prompt.
29467 * gdb.base/break.exp: Adjust line number, fix rerun.
29468 * gdb.base/langs0.c: Add #ifdef usestubs.
29469
29470Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
29471
29472 * gdb.base/list.exp: Adjust line contents after adding new lines in
29473 list0.c. Also fix a syntax error.
29474
29475 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
29476 * gdb.base/break.exp: ditto.
29477 * gdb.base/list.exp: ditto.
29478 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
29479 * gdb.base/run.c: ditto.
29480 * gdb.base/list0.c: ditto.
29481 * gdb.base/funcargs.c: ditto.
29482
29483Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
29484
29485 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
29486 $targetname, $serialport and $baud instead of hardwired variables.
29487 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
29488 target doesn't support signals.
29489
29490Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
29491
29492 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
29493
29494Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29495
29496 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
29497 Don't rely on the value of an auto variable before it has been
29498 initialized. Use gdb_test more.
29499
29500Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29501
29502 * lib/gdb.exp (default_gdb_version): A version number must start
29503 with a digit, but other than that contains all characters up to
29504 the first whitespace character.
29505
29506Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29507
29508 * gdb.base/commands.exp (breakpoint_command_test): New tests.
29509
29510Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29511
29512 * gdb.c++/*.exp: Warn if executable does not exist. The original
29513 reason for skipping the warning was that configure.in sometimes
29514 intentionally skipped building the executables but the tcl code
29515 had no way of knowing. That (a) was always bogus with respect to
29516 error handling, (b) is no longer true (right now there is no way
29517 to skip C++ tests).
29518
29519 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
29520
29521Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29522
29523 * gdb.base/list.exp: Add expect patterns for output from
29524 SunPRO compiled executables.
29525 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
29526 types.
29527
29528Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29529
29530 * gdb.base/break.exp (test_next_with_recursion): Accept any line
29531 number (we are already testing that the correct source line text
29532 gets printed).
29533
29534 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
29535 that is what is intended, but something needed to be done to get
29536 sunos4 native working again.
29537
29538 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
29539
29540 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
29541 apparently went with a (very) old xfail.
29542
29543Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
29544
29545 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
29546 runto_main is a proc in gdb.exp that will do 'step' for target use
29547 stubs.
29548 * gdb.base/exprs.exp: ditto.
29549 * gdb.base/interrupt.exp: ditto.
29550 * gdb.base/opaque.exp: ditto.
29551 * gdb.base/printcmds.exp: ditto.
29552 * gdb.base/ptype.exp: ditto.
29553 * gdb.base/scope.exp: ditto.
29554 * gdb.base/setvar.exp: ditto.
29555 * gdb.base/signals.exp: ditto.
29556 * gdb.base/twice.exp: ditto.
29557 * gdb.c++/classes.exp: ditto.
29558 * gdb.c++/inherit.exp: ditto.
29559 * gdb.c++/templates.exp: ditto.
29560 * gdb.base/break.exp: no run and hit main for stubs. Change line
29561 numbers for breakpoints and info breakpoint.
29562 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
29563 breakpoint().
29564 * gdb.base/callfuncs.c: ditto.
29565 * gdb.base/exprs: ditto.
29566 * gdb.base/interrupt.c: ditto.
29567 * gdb.base/opaque0.c: ditto.
29568 * gdb.base/printcmds.c: ditto.
29569 * gdb.base/ptype.c: ditto.
29570 * gdb.base/scope0.c: ditto.
29571 * gdb.base/setvar.c: ditto.
29572 * gdb.base/signals.c: ditto.
29573 * gdb.base/twice.c: ditto.
29574 * gdb.c++/misc.cc: ditto.
29575 * gdb.c++/templates.cc: ditto.
29576
29577Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29578
29579 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
29580
29581 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
29582 somewhere between `read' and `main.c'. I'm pretty sure the
29583 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
29584 and it isn't particularly useful.
29585
29586 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
29587
29588Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29589
29590 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
29591
29592Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
29593
29594 * config/mt-slite: add LIBS and -nostdlib.
29595 * config/slite-gdb.exp: add this new file to support sparclite target.
29596
29597Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
29598
29599 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
29600
29601 * gdb.base/a2-run.exp: Change argument to istarget from
29602 "*-*-vxworks" to "*-*-vxworks*".
29603 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
29604
29605Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
29606
29607 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
29608 will not runto main but do a 'step' to step out of breakpoint().
29609 * config/mt-slite: add -Dusestubs.
29610
29611Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29612
29613 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
29614 instead of just @.
29615
29616 * gdb.base/signals.exp: Add test for "handle all print".
29617 * TODO: Remove "handle all print". Also remove item about
29618 checking copyright date (I don't like the idea of a spurious FAIL
29619 based on when we run the tests).
29620
29621 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
29622 for SunOS4 (reason for failure not investigated). Remove
29623 redundant test for $binfile.
29624
29625 * gdb.base/nodebug.c (array_index): Call malloc.
29626
29627 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
29628
29629Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
29630
29631 * gdb.base/recurse.exp: Update gdb_test invocation to use new
29632 conventions and slightly simplify the matching regexp.
29633
29634Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29635
29636 * gdb.base/break.exp: Update gdb_test invocation to use new
29637 convention.
29638
29639 * lib/gdb.exp: If noargs is not set, set it to 0.
29640
29641 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
29642 tests unique.
29643
29644 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
29645
29646Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29647
29648 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
29649 one argument of type "<non-float parameter>".
29650
29651Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
29652
29653 * config/rom68k.exp: New file to support Motorola IDP board.
29654 * gdb.base/a2-run.exp: Skip this file if noargs is set.
29655 * gdb.base/break.c: Change things around so that this program
29656 doesn't depend upon args. This is necessary to make remote
29657 targets work (in general, they can't take args).
29658 * gdb.base/break.exp: Don't try to send args to program. Don't
29659 expect output. Also, replace lots of code with gdb_test.
29660
29661Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29662
29663 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
29664 printing of '\'' (which is what the comment says we are testing,
29665 even though we were not), not '''.
29666 (test_integer_literals_rejected): Test that printing ''' is an error.
29667
29668 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
29669 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
29670 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
29671 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
29672 Use gdb_test not test_print_accept.
29673 * lib/gdb.exp: Remove test_print_accept.
29674
29675 * gdb.base/signals.exp (signal_tests_1): Make pass message
29676 consistent with fail message.
29677
29678 * gdb.base/whatis.exp: Remove xfails for printing char vs.
29679 unsigned char; the bug (PR 1821) is fixed.
29680
29681 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
29682
29683 * gdb.base/scope.exp (test_at_localscopes): Call pass for
29684 successful tests--makes xfailing them work right.
29685
29686Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29687
29688 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
29689 only \r\n, not .*. The test can pass .* as the last thing in
29690 $pattern if that is what it wants. In addition to providing this
29691 flexibility, this change should speed up pattern matching in cases
29692 where the pattern already ended with .* (there were a number of
29693 them). This change also helps catch bad patterns--in the old
29694 scheme the typo "char \*" instead of "char \\*" would pass. Now
29695 it is caught.
29696 * Many .exp files: Update callers.
29697
29698 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
29699 clearer and does not spuriously match multiple ('s. Likewise for
29700 ) and *.
29701
29702 * gdb.base/nodebug.exp: Test ability to call a function and pass
29703 it a string (even with no debugging info).
29704
29705 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
29706 "p '\'", which is the same as "p ''" once tcl gets done with
29707 quoting, to "p '\\'", which I suspect is what is intended (one
29708 backslash gets sent to GDB).
29709
29710 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
29711
29712Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29713
29714 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
29715 1817) was fixed literally years ago.
29716
29717Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29718
29719 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
29720 test, it causes stepping out of call_after_alloca_subr with
29721 optimizing compilers.
29722 (localvars_in_indirect_call): Consume GDB prompt if `finish'
29723 fails.
29724
29725 * gdb.c++/templates.exp: Source templ-info.exp only if
29726 the templates executable exists.
29727
29728 * gdb.c++/misc.cc (class Contains_static_instance,
29729 class Contains_nested_static_instance),
29730 gdb.c++/classes.exp (test_static_members): Test printing of
29731 a class that contains a static instance of the class.
29732
29733Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29734
29735 * gdb.base/langs2.c (cppsub_): Don't prototype.
29736 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
29737 only, I believe).
29738
29739Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29740
29741 * lib/gdb.exp (skip_chill_tests): New procedure.
29742
29743 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
29744
29745Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
29746
29747 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
29748 each expect pattern. Cuts runtime from 12 to about 4 seconds.
29749
29750Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29751
29752 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
29753
29754 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
29755 disassemble 8, not 16, instructions for part 4.
29756
29757 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
29758 support the latter anymore.
29759
29760 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
29761 -DNO_PROTOTYPES.
29762 * gdb.base/callfuncs.c: Control use of prototypes based on
29763 NO_PROTOTYPES, not __STDC__.
29764 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
29765 t_float_values2 tests if prototypes in use.
29766
29767 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
29768 t_double_values): When checking differences against DELTA, check
29769 that difference is within the range (-DELTA,DELTA), not just
29770 (-infinity,DELTA).
29771
29772Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
29773
29774 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
29775 'file' command firts, then 'target', then 'load', this is due to gdb
29776 target set up.
29777 * config/mips-gdb.exp: Fix a couple regular exp bugs.
29778
29779Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
29780
29781 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
29782 FP load/store variants.
29783 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
29784
29785Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
29786
29787 * gdb.base/term.exp: Do not give a warning if not native, it is
29788 not an abnormal condition.
29789
29790Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
29791
29792 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
29793 t_char_array".
29794
29795Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
29796
29797 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
29798 are getting the version number.
29799
29800 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
29801 if not native, it is not an abnormal condition.
29802
29803Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29804
29805 * lib/gdb.exp: Just use "file exists", rather than undocumented
29806 dejagnu procedure "findfile".
29807
29808Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
29809
29810 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
29811 (LDFLAGS): Set to -Xlinker -Ur.
29812
29813 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
29814 Removed, these values are set by lib/gdb.exp.
29815
29816 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
29817
29818Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
29819
29820 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
29821 of replicating gdb startup code.
29822
29823 * config/mt-vxworks (LDFLAGS): Set to -r.
29824 (CFLAGS_FOR_TARGET): Removed.
29825
29826 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
29827 (gdb) and gdb for vxworks uses (vxgdb).
29828
29829 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
29830 executable is not in the tree and host != target, use sed and
29831 program_transform_name to determine the gdb name used by the
29832 target.
29833
29834 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
29835 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
29836
29837Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29838
29839 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
29840 floats, chars, and shorts where there are ANSI-style function
29841 definitions.
29842
29843 * gdb.base/langs.exp, gdb.base/langs*: New test.
29844 * gdb.base/Makefile.in: Build it.
29845 * TODO: Remove item about checking that C names don't get C++
29846 demangling applied; this test tests it.
29847
29848Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29849
29850 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
29851 went with the const70 xfail. The xfail went away a year ago.
29852
29853 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
29854
29855 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
29856 for hp300.
29857
29858 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
29859
29860 * gdb.base/a1-selftest.exp: Don't run on hp300.
29861
29862Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29863
29864 * Makefile.in (site.exp): Set host_alias and target_alias as well
29865 as host_triplet and target_triplet.
29866
29867Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29868
29869 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
29870
29871 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
29872 places as other ecoff systems).
29873
29874 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
29875 ultrix.
29876
29877Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29878
29879 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
29880 remove them.
29881 * gdb.base/nodebug.exp: Accept "function" in addition to "text
29882 variable and "variable" in addition to "data variable".
29883 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
29884
29885 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
29886 2.
29887 * gdb.base/list1.c (long_line): Add additional statement at start
29888 of function.
29889 * gdb.base/list.exp (test_forward_search): Update line number to
29890 reflect new statement.
29891
29892Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29893
29894 * gdb.base/signals.exp: Reinitialize searched source directories
29895 after gdb_start call.
29896
29897Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
29898
29899 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
29900 * gdb.stabs/Makefile.in: Likewise.
29901
29902 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
29903 change. Instead split the tests into smaller pieces.
29904 * gdb.disasm/hppa.s: Corresponding changes.
29905
29906Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29907
29908 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
29909 Quote ^C when passing it to stty. For some shells ^ is a pipe.
29910
29911 * gdb.base/funcargs.exp: Modify many tests so that every test
29912 either passes or fails. Make some test names unique.
29913
29914Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29915
29916 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
29917 Call stty to set interrupt character.
29918
29919 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
29920 for HP assembler versus GNU assembler based on actual behavior of
29921 $(CC), rather than assuming that $(AS) is always the GNU assembler.
29922
29923 * TODO: Suggest a few more stepping tests.
29924
29925Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
29926
29927 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
29928 restart GDB for h8300 after a continue.
29929 (return): Add pattern to match a29k-udi behavior.
29930 * gdb.base/nodebug.exp: Remove obsolete comment.
29931 * gdb.base/regs.exp: New file, testing of register displays.
29932 * gdb.base/return.exp: Fix typo in reference to $objdir.
29933 * gdb.base/whatis.exp: Always start with a fresh GDB.
29934
29935Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29936
29937 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
29938 higher, these tests generate a lot of output.
29939
29940Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29941
29942 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
29943 code following the catch silently ignored some errors; without the
29944 catch they should be thrown like any other tcl error. Also, the
29945 catch used "" instead of {} which meant all the callers who wanted
29946 to include one of the characters "[]$ had to quote it an extra time.
29947 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
29948 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
29949 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
29950 Remove extra quoting.
29951
29952Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
29953
29954 * gdb.base/commands.exp: Make test names unique; every test either
29955 passes or fails. Update some comments.
29956
29957 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
29958
29959Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29960
29961 The following fixes a FAIL caused by the fact that the alpha stabs
29962 configuration didn't use the ".if alpha" code in weird.def.
29963 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
29964 bit pointer, so the 32 bit version works even on the alpha.
29965 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
29966 Remove the stuff which allowed us to have separate versions for
29967 alpha and everything else.
29968
29969 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
29970 regexp which "info func operator\[\](" is supposed to match. Fix
29971 string to send to GDB. Note that GDB still doesn't work right. Add a
29972 new test for "info func .perator\[\](" which GDB does handle correctly.
29973
29974 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
29975
29976Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29977
29978 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
29979 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
29980 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
29981 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
29982 it makes the tests harder to understand and confuses test-o-matic.
29983 The preferred style is that each test provides a PASS or a FAIL,
29984 and has a unique message (e.g. "continue #54" not just "continue")
29985 which is the same for the pass and the fail.
29986 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
29987 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
29988 to lib/gdb.exp.
29989 * gdb.base/printcmds.exp: Use test_print_accept. Remove
29990 prt_accept which was basically the same thing. Likewise for
29991 test_print_reject and prt_reject.
29992 * lib/gdb.exp (test_print_reject): Add some more error message
29993 patterns to match from the former printcmds.exp (prt_reject).
29994 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
29995 One defect of the passcount stuff is that some of it failed to
29996 report XPASS where appropriate.
29997 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
29998 stuff before and after arg in expected pattern.
29999 (test_paddr_operator_functions): Re-do test without print_addr_of;
30000 this is the only test which seems to want extra stuff there.
30001
30002Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30003
30004 * gdb.base/nodebug.exp: Update new tests to reflect improved
30005 wording of gdb output.
30006
30007 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
30008 and "ptype" work on variables in files compiled without -g.
30009 Replaces commented out "maint print msymbol" tests.
30010
30011Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30012
30013 * gdb.base/setvar.c (dummy): Call malloc.
30014
30015 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
30016 losing with the irix4 sed.
30017
30018 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
30019 ALRM" on irix4.
30020
30021Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30022
30023 * TODO: Remove items about corefile.exp testing new exec-file and
30024 backtrace; both are now done. Add items about printing enums.
30025
30026Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30027
30028 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
30029 "get signal $thissig" test fails.
30030
30031 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
30032
30033Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30034
30035 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
30036 compiler warning with dec alpha compiler.
30037
30038 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
30039 extra \n from gdb_test call (this explains why the prompt test
30040 that I removed yesterday was there).
30041 (user_defined_command_test): Remove extra \n and prompt test.
30042
30043 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
30044 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
30045 doesn't exist.
30046 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
30047 Also remove alpha workaround, which turns out to be because
30048 SIGABRT == SIGLOST.
30049
30050 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
30051
30052 * gdb.base/help.exp: Don't test "help show".
30053
30054Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30055
30056 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
30057 "set print address" is on.
30058 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
30059 pass prompt to gdb_test; gdb_test already looks for the prompt.
30060
30061 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
30062
30063 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
30064 was a vestige of the manual TESTSTRATEGY, and the purpose of it
30065 was to make sure that gdb can read a core file. But (a) the "read
30066 the corefile" part didn't make it to a1-selftest.exp, we just
30067 delete the corefile after creating it, and (b) we test reading
30068 corefiles in corefile.exp anyway. Also, this test left around a
30069 xgdb process on Solaris.
30070
30071 * gdb.base/corefile.exp: Also test backtrace.
30072
30073Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
30074
30075 * gdb.base/commands.exp: Test a simple user defined command with
30076 arguments and if/while statements; verify the full user command is
30077 printed by "show user".
30078
30079 * gdb.base/commands.exp: Test if/while commands as part of a
30080 breakpoint command list; verify they appear in breakpoint
30081 information.
30082
30083Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30084
30085 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
30086 than by dividing by zero.
30087
30088Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
30089
30090 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
30091 performing an inferior call with watchpoints enabled.
30092 * gdb.base/watchpoint.c (main): Delete second unnecessary read
30093 call.
30094
30095Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30096
30097 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
30098 of "file" command.
30099
30100 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
30101 Add additional pattern for when "int operator int(void);" appears
30102 in a different order.
30103
30104Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30105
30106 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
30107
30108 * gdb.base/help.exp: Replace most of docstrings for "info signals"
30109 and "signal" with ".*".
30110
30111Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30112
30113 * TODO: Add note about "handle all nostop".
30114
30115 * gdb.base/{sigall.c, sigall.exp}: New test.
30116 * gdb.base/Makefile.in: Add it.
30117
30118Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
30119
30120 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
30121 when invoking GDB, suppresses any windowing interface.
30122
30123Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
30124
30125 * config/sim-gdb: New file, simulator testing support.
30126
30127Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
30128
30129 * gdb.base/interrupt.exp: Test calling func1 twice.
30130
30131Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
30132
30133 * gdb.base/list.exp (test_forward_search): Set timeout higher
30134 when we'll be getting lots of output from gdb.
30135
30136 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
30137 "init_malloc" to after the expect statement. Run it if that
30138 regexp is taken, but also for two others which happen if source
30139 cannot be found.
30140
30141Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30142
30143 * gdb.base/printcmds.exp: New test, for printing register before
30144 program is running.
30145
30146Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30147
30148 * gdb.base/list.exp: Correct some alternate expect patterns
30149 to reflect changes in list1.c.
30150
30151Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30152
30153 * TODO: Add item regarding large frames.
30154
30155 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
30156
30157 * TODO: Remove item about enabling return.exp; it
30158 is enabled. Suggest a few more "return" tests.
30159
30160Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30161
30162 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
30163 anonymous unions.
30164
30165Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30166
30167 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
30168 and pr-5646.o, so "make" is the same as "make all", not "make
30169 pr-4975.o".
30170
30171Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
30172
30173 * gdb.base/list.exp: Adjust expectations to reflect changes in
30174 list1.c.
30175 (test_forward_search): New test proc.
30176 * gdb.base/list1.c (long_line): New function, has long source line.
30177
30178Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
30179
30180 * gdb.base/a1-selftest.exp: Change initial stepping to know about
30181 additional line of code that was added.
30182
30183Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
30184
30185 * gdb.disasm/hppa.s: Break the large branching tests into smaller
30186 tests so as not to overflow expect's input buffers.
30187 * gdb.disasm/hppa.exp: Corresponding changes.
30188
30189Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30190
30191 Beginnings of template debugging tests.
30192 * gdb.c++/templ-info.cc: New file to test for template
30193 debugging capability of the compiler.
30194 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
30195 templ-info.cc.
30196 * gdb.c++/templates.cc: Add explicit template instantiations
30197 to enable compiling with -fno-implicit-templates. Add destructor
30198 and 'value' method to T5 class for template tests.
30199 * gdb.c++/templates.exp: Add testcases for printing of template
30200 types, setting breakpoints on template methods and calling a
d63a86f8 30201 template method.
c906108c
SS
30202
30203Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
30204
30205 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
30206 branch target since some assemblers (gas-2.5) may emit a
30207 relocation for the branch instead of resolving it in the
30208 assembler.
30209
30210Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30211
30212 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
30213 through signal handler.
30214
30215Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30216
30217 * configure.in (*-*-netware): Use config/mt-netware.
30218
30219 * config/mt-netware: New file.
30220 * config/mt-i386-netware: Removed, separate configs for different
30221 netware architectures are no longer needed now that we have
30222 --with-headers.
30223
30224Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30225
30226 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
30227 by the recent changes to use ANSI C arithmetic conversions.
30228
30229Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30230
30231 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
30232 bug involving using inferior_pid to figure out whether to select a
30233 frame.
30234
30235Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
30236
30237 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
30238 match the current disassembler output.
30239
30240Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
30241
30242 * gdb.fortran/exprs.exp: Expect VOID instead of void.
30243 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
30244 types, expect "int" as type of integer values (for now).
30245
30246Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
30247
30248 * gdb.base/commands.exp: New tests for if/while commands.
30249
30250Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
30251
30252 * lib/gdb.exp (runto): Replace sub-pattern for hex value
30253 by .*, since hex values have different syntax in Chill mode.
30254
30255Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30256
30257 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
30258 linefeed from expect pattern for repeated types with indices > 9.
30259
30260Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
30261
30262 First part of Fortran test suite.
30263 * gdb.fortran: New directory.
30264 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
30265
30266Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30267
30268 * gdb.base/default.exp: Update expect pattern for load command
30269 without arguments.
30270
30271Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
30272
30273 * configure.in: Change i386 to i[345]86.
30274 * gdb.base/configure.in: Likewise.
30275 * gdb.c++/configure.in: Likewise.
30276 * gdb.chill/configure.in: Likewise.
30277
30278Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
30279
30280 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
30281 patterns, since that is not a valid context for comments.
30282
30283Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
30284
30285 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
30286 repeated types and repeated types with indices > 9.
30287
30288Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
30289
30290 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
30291 2417; old bug has been fixed.
30292
30293Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
30294
30295 * gdb.base/interrupt.exp: When trying to wake up the inferior,
30296 send the newline ourselves instead of assuming gdb_test will do
30297 so when passed an empty input string.
30298
30299 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
30300 stabs testcode.
30301
30302Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30303
30304 * lib/gdb.exp (gdb_test): Don't send anything if the first
30305 argument is an empty string. This makes cases where we want to
30306 match output that is already in expect's buffers (for example,
30307 matching a breakpoint after gdb_run_cmd has been called) work
30308 reliably.
30309
30310Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30311
30312 * config/netware.exp: New file.
30313
30314Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30315
30316 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
30317 the -B and -L prefixes so we can find the debugging stub.
30318
30319 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
30320 there and we are using the gcc from the tree.
30321
30322 * gdb.base/types.c: Removed.
30323
30324 * gdb.base/configure.in: Look for makefile fragments in ../config.
30325 Recognize i386-*-netware.
30326 * gdb.c++/configure.in: Likewise.
30327
30328Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30329
30330 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
30331 the correct TCL syntax.
30332
30333Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30334
30335 * gdb.base/opaque.exp: use runto instead of messing around with
30336 breakpoints. Simplify by using gdb_test.
30337
30338 * gdb.base/bitfields.exp: restart between tests on netware targets
30339 because breakpoints aren't relocated after target death. Run
30340 processes to completion.
30341
30342 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
30343
30344Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
30345
30346 * Makefile.in: Remove extra tabs that confuse some versions
30347 of "make". Use the newly built gdb to test with by default,
30348 rather than the first one in the tester's search path.
30349
30350Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
30351
30352 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
30353
30354 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
30355 condition help.
30356
30357Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30358
30359 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
30360
30361 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
30362 running.
30363 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
30364 * gdb.base/funcargs.exp: Likewise.
30365
30366 * gdb.base/bitfields.exp: Simplify by using gdb_test.
30367 * gdb.base/funcargs.exp: Likewise.
30368
30369 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
30370 message is "".
30371
30372Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30373
30374 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
30375 return,signals,twice}.exp: Handle non-existant binaries
30376 consistantly.
30377
30378 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
30379 * gdb.base/Makefile.in: Don't try to generate a core dump, we
30380 might testing a cross development system.
30381
30382Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30383
30384 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
30385 runtest script is relative to ${srcdir}, not ${rootdir}.
30386
30387Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
30388
30389 * gdb.base/signals.exp: Allow for optionality of breakpoint
30390 address.
30391
30392Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30393
30394 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
30395
30396Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30397
30398 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
30399 for size_t definition.
30400 * gdb.c++/templates.cc: Likewise
30401
30402 * config/mt-i386-netware: New file.
30403
30404 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
30405 defined.
30406
30407 * gdb.base/Makefile.in: Added support for systems that name core
30408 files by appending "core" to the program name.
30409 * gdb.base/a1-selftest.exp: Likewise.
30410
30411Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30412
30413 * gdb.base/return.exp: Add comment and message for `return double'
30414 test failure on Sparc Solaris.
30415
30416Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
30417
30418 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
30419
30420Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30421
30422 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
30423 from optimizing them away.
30424 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
30425 patterns to include default constructors and assignment operators,
30426 to match gcc versions beyond 2.5.8. Accept any cplus demangling
30427 character in the output of the virtual base pointer.
30428
30429Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30430
30431 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
30432 expression match in print_addr_of to avoid unintented matches.
30433 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
30434 versions up to 2.5.8.
30435
30436Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30437
30438 * gdb.base/list.exp: Tweak alternate pattern for listing of an
30439 included file to run under newer versions of expect.
30440 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
30441 consecutive >'s in templates to accomodate recent cplus-dem.c change.
30442 Remove xfail for the virtual table of BDDHookV.
30443
30444Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
30445
30446 * lib/gdb.exp (string_to_regexp): Set a default result.
30447 (default_gdb_start): Fix misleading message.
30448
30449Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
30450
30451 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
30452 Remove all CC, etc definitions.
30453 * config/mt-hpux: New file.
30454 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
30455 (CFLAGS, LDFLAGS): Define.
30456 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
30457
30458 * Makefile.in (site.exp): Don't insert host_os, etc.
30459 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
30460 (distclean): Check existence of subdir.
30461 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
30462 * gdb.base/Makefile.in: General cleanup and simplification.
30463 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30464 to build executables. Use default rule to build .o files.
30465 (EXPECT, RUNTEST, CC): Fix relative pathname.
30466 (site.exp): Don't insert host_os, etc.
30467 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
30468 and/or SIGUSR1 defined.
30469 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
30470 * gdb.c++/Makefile.in: General cleanup and simplification.
30471 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30472 (CFLAGS): Remove.
30473 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
30474
30475Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
30476
30477 * gdb.base/recurse.exp: Misc changes to get tests running again
30478 after Kung's changes to the watchpoint code.
30479 * gdb.base/watchpoint.exp: Likewise.
30480
30481Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
30482
30483 * lib/gdb.exp (string_to_regexp): Convert {\} also.
30484
30485Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
30486
30487 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
30488 * lib/gdb.exp (default_gdb_start): Define.
30489 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
30490 gdb.base/funcargs.exp, gdb.base/opaque.exp,
30491 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
30492 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
30493 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
30494 Don't call gdb_target_udi in between tests.
30495
30496Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30497
30498 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
30499 (which was basically just a local version of the same thing). In
30500 addition to avoiding duplication, gdb_test_exact is faster.
30501 * lib/gdb.exp (gdb_test_exact): Fix typo.
30502
30503 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
30504 don't give an error.
30505
30506 * gdb.base/term.exp: Call delete_breakpoints before starting.
30507
30508 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
30509 (t10): Add comment.
30510
30511Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30512
30513 Reorganization of the GDB Test Suite.
30514
30515 * gdb.base: New directory, contains all the basic tests.
30516 * gdb.c++: New directory, tests specific to C++.
30517 * gdb.chill: New directory, tests specific to Chill.
30518 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
30519 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
30520 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
30521 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
30522 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
30523 t30-31 to chill).
30524 * */gdbme.*: Rename to match appropriate expect scripts.
30525 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
30526 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
30527 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
30528 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
30529 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
30530 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
30531 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
30532 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
30533 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
30534 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
30535 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
30536 gdb.c++/virtfunc.cc: New names of C++ files.
30537 * gdb.chill/chillvars.ch: New name of Chill file.
30538 * gdb.base/configure.in, gdb.c++/configure.in,
30539 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
30540 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
30541 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
30542 * configure.in (configdirs): Update to reflect directory changes.
30543 (target_abbrev): No longer define for any configuration.
30544 * Makefile.in: Cosmetic improvements to header comments.
30545
30546Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
30547
30548 Various changes to gdb.t31:
30549
30550 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
30551 * gdbme.ch: Make all key-words and predefineds be upper-case.
30552 * chillvars.exp: Expect key-words and predefinds in upper-case.
30553
30554 * chillvars.exp: Use gdb_test_exact many places.
30555 Change expected output for arrays (which now includes index labels).
30556
30557 * pr-5020.exp, gdme.ch (module PR_5020):
30558 New test, for PR-5020.
30559
30560Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
30561
30562 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
30563 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
30564
30565Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
30566
30567 * Makefile.in: Fix bit-rot in definitions of CHILL,
30568 CHILL_FOR_TARGET and Chill_LIB.
30569 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
30570 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
30571 CHILL, and CHILL_LIB.
30572
30573Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
30574
30575 * Revert the previous changes. Please see Rob's directory
30576 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
30577
30578Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
30579
30580 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
30581 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
30582 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
30583 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
30584 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
30585 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
30586 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
30587 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
30588 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
30589 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
30590 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
30591 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
30592 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
30593 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
30594 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
30595 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
30596 changes from 94Q1.
30597
30598Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
30599
30600 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
30601 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
30602 Rob's new testing fragments.
30603
30604Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
30605
30606 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 30607 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
30608
30609Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30610
30611 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
30612 version also, match on casted version strings, and match on
30613 gdb startup case where the line numbers might be messed up.
30614
30615Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
30616
30617 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 30618 (CFLAGS): Delete it from here.
c906108c
SS
30619
30620Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
30621
30622 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
30623
30624Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
30625
30626 * Makefile.in (RUNTEST): Default to just "runtest".
30627
30628Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30629
30630 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
30631 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
30632 the code has been restructured.
30633
30634Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30635
30636 * gdb.t00/default.exp (set write): Allow any number of \r and/or
30637 \n, not just one of each.
30638
30639 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
30640 /bin/cc gives a warning if you do.
30641
30642Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
30643
d63a86f8 30644 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
30645 __t10ListS_link1ZUiRCUiPT0
30646
30647Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30648
30649 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
30650 on local variables in recursive functions.
30651
30652 * gdb.t07/Makefile.in: Build the new test.
30653
30654Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30655
30656 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
30657 directly. Instead compare the return values from actual calls.
30658
30659Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
30660
30661 * Makefile.in (check): Set TCL_LIBRARY for runtest.
30662
30663Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30664
30665 * From Peter Schauer with minor modifications.
a9c64011
AS
30666 * gdb.t15/return.exp (return_tests): Handle targets where "return"
30667 stops in mid-line in the caller. Add xfail for returning a float
30668 value on X86 targets.
c906108c
SS
30669
30670Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30671
30672 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
30673 to avoid expect lossage.
30674 (fmem_LRbug_tests): Likewise.
30675 * gdb.disasm/hppa.s: Corresponding changes.
30676
30677 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
30678 conditions to work with latest dejagnu/expect.
30679
30680 * gdb.t15/funcargs.exp (finish from indirect call): No longer
30681 expected to fail on the PA.
30682 (backtrace in call with trampolines): Explicitly require main
30683 to be frame #1 (no trampolines should show up in backtrace).
30684
30685 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
30686 "continue -expect".
30687 * gdb.t06/break.exp: Likewise.
30688 * gdb.t07/watchpoint.exp: Likewise.
30689 * gdb.t13/bitfields.exp: Likewise.
30690 * gdb.t15/{funcargs,return}.exp: Likewise.
30691 * gdb.stabs/weird.exp: Likewise.
30692 * config/{mips,udi}-gdb.exp: Likewise.
30693
30694 * hppa.sed: Enclose comments within a sed command to avoid
30695 losing with the old OSF1 sed.
30696
30697Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30698
30699 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
30700 sequent dynix.
30701 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
30702 * gdb.t15/funcargs.exp: Conditionally step again to really
30703 finish from marker_call_with_trampolines. Handle the case where
30704 the first step from within call_with_trampolines already steps
30705 us back to main.
30706 * gdb.t15/gdbme.c: Add comment to closing brace of
30707 call_with_trampolines for funcargs.exp.
30708
30709Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30710
d63a86f8 30711 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
30712 Fix typo(s).
30713
30714Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30715
30716 * gdb.t07/gdbme.c: More code for watchpoint testing.
30717
30718 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
30719 "Hardware watchpoint" throughout file.
30720 (test_watchpoint_triggered_in_syscall): New test.
30721 (test_complex_watchpoint): New test.
30722
30723Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30724
30725 * gdbme.c (call_with_trampolines): New function to try and step
30726 into. Tests trampoline problems on the PA.
30727
30728 * funcargs.exp (localvars_in_indirect_call): No longer expect
30729 stepping into indirect call to fail on PAs.
30730 (test_stepping_over_trampolines): New test.
30731
30732Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30733
30734 * TODO: Add suggestions for static member function tests, and
30735 completion tests.
30736
30737Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30738
30739 * TODO: Add suggestions for "p/a" tests.
30740
30741 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
30742 (default_gdb_exit): Replace all the hair with sending "quit" to
30743 the process with a simple close.
30744
30745Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30746
30747 * TODO: Add suggestions for shared library tests.
30748
30749Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30750
30751 * TODO: Add suggestions for x/s tests.
30752
30753Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30754
30755 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
30756 "enable once", and "enable breakpoints once" with ".*".
30757
30758Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30759
30760 * TODO: Add suggestions about structure passing tests.
30761
30762Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30763
30764 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
30765 the primary1 test, use work around if __GNUC__ < 2.
30766 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
30767 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
30768 Test for bad output rather than waiting for timeout. Issue
30769 second continue only if first continue failed.
30770
30771Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30772
30773 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
30774 operator[] test with gdb_test because the old code didn't seem to
30775 be getting the quoting right with the new dejagnu.
30776
30777Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
30778
30779 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
30780 one from the path.
30781 * Makefile.in: Use a fresh expect if there is one, use runtest
30782 from the src tree if there is one.
d63a86f8 30783
c906108c
SS
30784Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30785
30786 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
30787 next over recursive call. Revise the tests from that point on
30788 (which had been skipped) to match GDB's actual (correct) output.
30789
30790 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
30791 with next over a breakpoint whose condition is false.
30792
30793 * gdb.t00/help.exp: Comment out "help set print" tests just like
30794 (and for same reason as) "help set" test.
30795
30796Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30797
30798 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
30799 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
30800
30801Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30802
30803 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
30804 necessary gdb_target_udi.
30805
30806 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
30807
30808 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
30809 1838 and 2417; they are fixed.
30810
30811 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
30812 gdb.t03/ptype.exp (ptype structure, ptype union):
30813 Remove xfails; the test is looser than when the xfails were added.
30814
30815 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
30816 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
30817
30818 * gdb.t01/run.exp: Only run shell test if isnative.
30819
30820 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
30821 since "run" automatically loads if necessary. Call gdb_target_udi
30822 after the "file" since "file" kills any execution target.
30823
30824 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
30825 GDB. GDB doesn't work that way (not anymore at least) on UDI.
30826 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
30827 argument for UDI.
30828
30829Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30830
30831 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
30832
30833 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
30834
30835Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30836
30837 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
30838 properly quoting regexps. This makes the second argument to
30839 demangle a fixed string, which matches the callers, instead of a
30840 shell-style pattern which is what the previous implementation
30841 used. Update some of the callers.
30842
30843Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30844
30845 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
30846 (comib_nullified_tests): Fix typo.
30847 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
30848 strings. No longer expected to fail.
30849
30850 * gdb.disasm/hppa.s (addib_tests): Fix typo.
30851 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
30852 strings. No longer expected to fail.
30853
30854 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
30855 string. No longer expected to fail.
30856
30857Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30858
30859 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
30860 No longer expected to fail.
30861
30862 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
30863 string. No longer expected to fail.
30864
30865Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30866
30867 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
30868 only in the names (I probably got most of them). I was even
30869 generous with some which differed in underscores in names, and
30870 probably missed a few, and I *still* was able to remove almost a
30871 third of the file with almost no impact on testsuite coverage.
30872
30873Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30874
30875 * gdb.t00/default.exp: Match udi_attach error message as well as
30876 the one from child_attach.
30877
30878 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
30879
30880 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
30881
30882 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
30883 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
30884
30885 * Move test with enums and partial symbols back to
30886 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
30887 Reverts the change of 26 May 93. Per today's change to
30888 stabs.texinfo, the behavior that weird.exp was expecting was
30889 unreasonable; what is important is that the compiler+gdb get
30890 things right, which happens with a recent gcc. Also fix the test
30891 to deal with native compilers which put out the stab gdb can't
30892 deal with.
30893
30894Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30895
30896 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
30897 in the names. The main thing these accomplish is to slow things down.
30898 Many more such duplicates surely remain.
30899
30900 * gdb.t00/help.exp: Comment out "help support" test just like
30901 (and for same reason as) "help set" test.
30902
30903Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
30904
30905 * gdb.t06/break.exp: Remove setup_xfails for
30906 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
30907 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
30908 about known bug in gcc to include up through 2.5.8.
30909 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
30910 well as "_vb$".
30911 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
30912 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
30913 with latest gcc and gdb.
30914 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
30915 well as "_vb$".
30916
30917Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30918
30919 * configure.in (hppa*-*-*): Also configure and build stabs-only
30920 tests.
30921
30922Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30923
30924 * gdb.t10/hppa.mt: A makefile fragment for the PA.
30925 * gdb.t10/configure.in (hppa*-*-*): Use it.
30926
30927Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30928
30929 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
30930
30931Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30932
30933 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
30934 versions prior to 1.13.5.
30935
30936Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30937
30938 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
30939 the prompt is at the start of a line.
30940
30941Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30942
30943 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
30944 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
30945 in the copr tests now.
30946 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
30947 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
30948 expected to fail.
30949
30950Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
30951
30952 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
30953 gdb.t31/chillvars.exp, lib/gdb.exp:
30954 Tweak to run under either version of expect.
30955 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
30956 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
30957 * gdb.t11/list.exp: Remove extraneous whitespace.
30958
30959Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30960
30961 * gdb.t16/printcmds.exp (test_print_strings): Accept
30962 "(unsigned char *) " before the string.
30963
30964 * TODO: Add notes about printing of fancy types and GDB expressions.
30965
30966Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
30967
30968 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
30969 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 30970 if doing mips-idt-ecoff.
c906108c
SS
30971
30972Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
30973
30974 * Most .exp files: Tweak to run under either version of expect.
30975
30976Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30977
30978 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
30979 xfails; I'm not sure why they are failing, but not because of PR 1806.
30980
30981Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
30982
30983 * config/unix-gdb.exp: Remove gdb_unload cause it's already
30984 defined in lib/gdb.exp.
30985
30986Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30987
30988 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
30989 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
30990 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
30991 have to be typeless.
30992
30993Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30994
30995 * TODO: Add suggestion for copyright year test.
30996
30997Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
30998
30999 * configure.in (*-*-lynxos*): Add stabs tests.
31000
31001Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31002
31003 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
31004 so insert a tab before any assembler directive in column zero.
31005
31006 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
31007 stores.
31008 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
31009 stores.
31010 (fpu_short_memory_tests): Likewise.
31011
31012Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31013
31014 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
31015 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
31016 .stabs directives in comments.
31017
31018Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31019
31020 * TODO: New file, describing tests we could write.
31021 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
31022
31023Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31024
31025 * gdb.t06/signals.exp: Add kludge to force re-sync.
31026
31027 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
31028 to xgdb instead of gdb, get out of gdb.
31029
31030Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
31031
31032 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
31033 for info.
31034
31035Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31036
31037 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
31038 * gdb.stabs/configure.in (hppa*-*-*): Use it.
31039 * gdb.stabs/hppa.sed: New sed script for the PA.
31040
31041Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31042
31043 * gdb.stabs: Re-write weird.def and configuration to use sed
31044 instead of cpp. sed is portable and POSIX; cpp is neither.
31045
31046Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31047
31048 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
31049
31050Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31051
31052 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
31053
31054Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31055
31056 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
31057 "_vb$".
31058 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
31059 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
31060
31061Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31062
31063 * lib/gdb.exp: Comment out code which depends on non-existent
31064 `transform' procedure.
31065
31066Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
31067
31068 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
31069 * lib/gdb.exp: Transform tool name.
31070 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
31071 1.1's new error handling system.
31072
31073Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31074
31075 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
31076
31077Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31078
31079 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
31080 They made pattern matching so slow that timeouts happened on
31081 heavily loaded systems. Now any output from "show print" which
31082 gets us back to the GDB prompt is a PASS.
31083
31084Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
31085
31086 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
31087
31088Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31089
31090 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
31091
31092 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
31093 It is not from PR 3220.
31094
31095Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31096
31097 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
31098 just started failing because they depended on the order the
31099 subcommands are presented, or exact docstring text. This kind of
31100 test is a pain and has minimal benefit.
31101
31102Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31103
31104 * gdb.t09/corefile.exp: At end of test, use "core" command with
31105 no arguments.
31106
31107Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
31108
31109 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
31110 17}/Makefile.in: Make it possible to run the testsuite with Sun
31111 make and CC = cross gcc by adding explicit build rules for .o
31112 files.
31113
31114Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31115
31116 * gdb.t15/funcargs.exp: Don't put comments on same line as
31117 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 31118
c906108c
SS
31119Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31120
31121 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
31122
31123Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
31124
31125 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
31126 * gdb.t20/inherit.exp: remove three dumplicate entries.
31127
31128Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31129
31130 * gdb.t06/break.exp: For "next over recursive call", fail on any
31131 incorrect output, not just on "factorial (value=2)".
31132
31133Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31134
31135 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
31136 working now. Add an xfail if accesing a bss variable causes
31137 a memory error if the target is not yet run.
31138
31139Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31140
31141 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
31142 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
31143 name of __st* demangling (2 strings). Did Kung really get the
31144 more than 95 others right without testing them?
31145
31146Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
31147
31148 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
31149
31150Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
31151
31152 * configure.in (configdirs): Add gdb.disasm
31153 * gdb.disasm: New directory for GDB disassembler tests.
31154 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
31155
31156Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31157
31158 * gdb.t00/help.exp: Don't test "help set".
31159
31160 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
31161 from within expect statements. None of these happen anymore and
31162 they cause regressions to be silently unnoticed.
31163
31164 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
31165 messages) about known failures with gcc cygnus-2.4.5-930417.
31166
31167 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
31168 comp-info.exp so it gets built if it doesn't exist.
31169
31170 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
31171 it is no longer used.
31172 * gdb.t13/comp-info.c: Removed.
31173
31174Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31175
31176 * gdb.t06/signals.exp: Add xfail for sun3.
31177
31178Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31179
31180 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
31181 relevant because ^C doesn't get sent but failure can be reproduced
31182 interactively).
31183
31184Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31185
31186 * gdb.stabs/alpha.mt: New configuration file for alpha.
31187 * gdb.stabs/configure.in: Use it.
31188 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
31189 sharing with alpha.mt, redefine long to word via preprocessor.
31190 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
31191 for alpha.
31192 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
31193 native cc.
31194 * gdb.t00/teststrategy.exp: Change expect string so that we
31195 consume the `(xgdb)' from the command echo and from the gdb prompt.
31196 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
31197 gdb currently compares all values as long, so this failure probably
31198 applies to any configuration where LONGEST is bigger than a target int.
31199 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
31200 with gcc.
31201 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
31202 to handle opaque pointers, gcc is.
31203 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
31204 as first argument. Include <sys/types.h> and change all operator
31205 new definitions to use size_t.
31206 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
31207 now that we use size_t.
31208
31209Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31210
a9c64011 31211 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 31212 a long or float array cast all array members to the same type.
a9c64011 31213 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 31214 with 64 bit longs.
a9c64011 31215 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 31216 on alpha.
a9c64011 31217 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
31218
31219Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31220
31221 * gdb.t24 (demangle.exp): Constructors of templates have names like
31222 vector<int>::vector(int) not vector<int>::vector<int>(int). See
31223 section 14.6 of the ARM.
31224
31225 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
31226 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
31227 accomplish little and slow down the testsuite.
31228
31229 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
31230 Accept spaces various places.
31231
31232Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31233
31234 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
31235 with watchpoint enabled.
31236
31237 * Makefile.in: Remove definition of CC and remove the second
31238 definition of CXX (the "CXX = gcc" one remains). These definitions
31239 were causing backquotes to be expanded within backquotes, which
31240 doesn't work.
31241
31242Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
31243
31244 * gdb.t17/callfuncs.exp: Add "return 0" to end.
31245
31246Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31247
a9c64011
AS
31248 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
31249 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
31250 by mips cc and contains no stabs entries.
31251
31252Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
31253
31254 * config/vx-gdb.exp: Use fake device to load files rather than
31255 NFS.
31256 * lib/gdb.exp: New proc to do "file" command.
31257 * config/unix-gdb.exp: Use new "file" proc.
31258
31259Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
31260
31261 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
31262 Rework board rebooting slightly.
31263 (gdb_exit): Don't exit from the remote shell; there isn't one.
31264 * gdb.stabs/weird.exp: If a program is being debugged already,
31265 kill it.
31266 * gdb.t04/setvar.exp: Stop and restart gdb.
31267 * gdb.t05/expr.exp: Likewise.
31268 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
31269 restart gdb and reload the program.
31270 * gdb.t08/opaque.exp: Likewise.
31271 * gdb.t12/scope.exp: Likewise.
31272 * gdb.t13/bitfields.exp: Likewise.
31273 * gdb.t15/funcargs.exp: Likewise.
31274 * gdb.t20/classes.exp: Likewise.
31275 * gdb.t03/ptype.exp: Increase timeout.
31276 * gdb.t16/printcmds.exp (test_print_string_constants,
31277 test_print_array_constants): Likewise.
31278 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
31279 * gdb.t20/classes.exp (do_tests): Likewise.
31280 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
31281
31282Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
31283
31284 * gdb.stabs: Renamed *wierd* to *weird*.
31285
31286Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31287
31288 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
31289 for timeout. Add "known gcc 2.4.5 bug" to failure message.
31290
31291Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31292
31293 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
31294 (do_tests): Remove xfail for whatis on one_var and two_var.
31295
31296Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
31297
31298 * Makefile.in: Made cross building work better by adding
31299 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
31300
31301Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31302
31303 * gdb.t15/{return.c,return.exp,Makefile.in}:
31304 New test, currently commented out.
31305
31306Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
31307
31308 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
31309 still running and removes the leftover named socket so GDb can do
31310 clean restarts.
31311
31312Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
31313
31314 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
31315 console, not GDB.
31316 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
31317 cross testing works better with "make check"
31318 * config/unix-gdb: Use default procedures for exit and version.
31319 * config/vx-gdb.exp: Cleaned up and massaged back to working order
31320 with the newest VxWorks.
31321
31322Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31323
31324 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
31325 old form.
31326
31327 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
31328 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
31329
31330 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
31331
31332 * config/unix-gdb.exp: Remove this version of gdb_exit
31333 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
31334 Rob says he'll look at it when he gets back to testing boards.
31335
31336Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
31337
31338 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
31339 an expected fail for certain ptype commands.
31340
31341 * gdb.t20/classes.exp: Update expected results of "ptype class
31342 Base1" to account for the constructor that now appears in the type.
31343
31344Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
31345
31346 * configure.in (configdirs): Restore gdb.t04, which mysteriously
31347 disappeared from list.
31348 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
31349 "alldone" proc with call to cleanup and exit.
31350 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
31351 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
31352 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
31353 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
31354 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
31355 "alldone" proc with simple returns that suppress remaining
31356 tests. The alldone proc went away many months ago.
31357
31358Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31359
31360 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
31361
31362 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
31363
31364Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31365
31366 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
31367 as vax gdb will display them.
31368
31369Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31370
31371 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
31372 optimizers.
31373
31374 * scope.exp: Change "bad value for localval" messages so each one
31375 is unique.
31376
31377 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
31378 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
31379
31380 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
31381
31382Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31383
31384 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
31385 doesn't exist (due to optimization).
31386
31387Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31388
31389 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
31390 contains \r because the filename is long.
31391
31392 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
31393 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
31394
31395Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31396
31397 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
31398 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
31399 Ultrix.
31400 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
31401 int tests.
31402 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
31403
31404Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
31405
31406 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
31407
31408 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 31409 to match does not match the passing case but still matches the
c906108c
SS
31410 failing case.
31411
31412Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31413
31414 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
31415
31416Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
31417
31418 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
31419 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
31420 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
31421 Remove various versions of gdb_exit.
31422 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
31423 gdb_exit.
31424 * config/unix-gdb.exp: gdb_exit remains here, and should override
31425 the generic version, since it's doing a lot of wierd stuff that
31426 the other versions aren't. FIXME, fold it in, or abandon this
31427 version.
31428
31429Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31430
31431 * gdb.t24/demangle.exp: Add tests for PR 3220.
31432
31433Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31434
31435 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
31436
31437Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
31438
31439 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
31440 "i386-*-*". Works for i486 as well.
31441
31442 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
31443 bug, and expand domain of xfail to all SVR4 systems, since the
31444 actual problem is likely to be in generic SVR4 /proc support.
31445
31446Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31447
31448 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
31449
31450Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
31451
31452 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
31453 xfails for other systems. Match a missing 'Continuing.' as an
31454 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
31455
31456 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
31457 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
31458 Only issue warning for missing executables if -all option is used.
31459
31460 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
31461 file if -all option is used. It's like an unpredictable XFAIL.
31462
31463Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31464
31465 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
31466 for dynamically linked binaries.
31467
31468 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
31469
31470Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31471
31472 * gdb.t20/inherit.exp: Change message for "print tagless struct"
31473 to state that this is a known bug in old versions of g++.
31474
31475Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31476
31477 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
31478 while waiting for `Continuing'.
31479
31480Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
31481
31482 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
31483 in text, data, and bss.
31484 * gdb.t10/nodebug.c: Add local and global test variables for
31485 initialized and uninitialized data.
31486
31487Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31488
31489 * config/unix-gdb.exp (gdb_exit): Add "wait".
31490
31491Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31492
31493 * gdb.t06/signals.exp: xfail the continue from the handler for all
31494 targets.
31495
31496 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
31497 function with watchpoints enabled, the i386 call dummy starts with
31498 a call.
31499
31500 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
31501 386 bsd names its corefiles.
31502
31503Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
31504
31505 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
31506 compilers don't grok it.
31507 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
31508 with small octal ints rather than character constants, which
31509 are signed and might not fit if first promoted to int.
31510
31511Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
31512
31513 * gdb.t09/Makefile.in (clean): Remove corefile.
31514
31515Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31516
31517 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
31518
31519Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31520 and Jim Kingdon (kingdon@cygnus.com)
31521
31522 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
31523 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
31524 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
31525
31526Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31527
31528 * gdb.t17/interrupt.exp: Add xfail for hppa.
31529
31530Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31531
31532 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
31533 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
31534 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
31535 to determine signed-ness of bitfields and use the result to setup
31536 the xfail.
31537 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
31538 * gdb.t15/funcargs.exp: Use them to step until the second indirect
31539 call line is reached if necessary.
31540
31541Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31542
31543 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
31544
31545Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31546
31547 * gdb.t06/break.exp: Also test `clear' command.
31548
31549Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31550
31551 * gdb.t00/teststrategy.exp: Remove extra quote.
31552
31553 * gdb.t07/watchpoint.exp: Change xfail for calling function with
31554 watchpoint enabled to be for all non-68k machines.
31555
31556 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
31557
31558Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31559
31560 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
31561 targets use aout.mt instead of ecoff.mt as gas understands
31562 standard aout format.
31563
31564Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31565
31566 * lib/gdb.exp (runto): Don't insist that function we are running to
31567 was compiled with -g.
31568
31569 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
31570
31571 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
31572 to get back into the read system call.
31573 Accept leading newline in case where we woke it up.
31574
31575Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31576
31577 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
31578 to make the stabs test work on ecoff systems using gcc and -with-stabs.
31579 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
31580 enable ecoff configuration.
31581
31582Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31583
31584 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
31585
31586Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31587
31588 * gdb.t16/printcmds.exp: Add another printf test.
31589
31590Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
31591
31592 * configure.in: If configured -with-stabs on any target, add
31593 stabsdirs to configdirs.
31594
31595Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31596
31597 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
31598 fun" so pattern does not match the command itself.
31599
31600Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31601
31602 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
31603
31604Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31605
31606 * gdb.t17/interrupt.exp: Test for more things.
31607
31608Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31609
31610 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
31611 compiler arranges the code and line numbers.
31612
31613 * gdb.t17/interrupt.exp: Don't send \n after ^C.
31614
31615Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31616
31617 * gdb.t00/help.exp: Increase expect input buffer size.
31618
31619Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31620
31621 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
31622
31623 * gdb.t07/watchpoint.exp: Add xfail for hppa.
31624
31625 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
31626
31627 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
31628 [0-9]*, not just [0-9].
31629
31630Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31631
31632 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
31633
31634 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
31635
31636Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31637
31638 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
31639
31640Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31641
31642 * gdb.t06/signals.c: Add xfails for sun3.
31643
31644 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
31645
31646 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
31647 test_stepping tests.
31648
31649Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31650
31651 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
31652
31653 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
31654
31655 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
31656 rather than actually putting it through cpp twice.
31657
31658 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
31659
31660Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
31661
31662 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
31663 no longer needed.
31664
31665Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31666
31667 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
31668
31669 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
31670 C++ features prints as "struct", make it a pass, not an xfail.
31671
31672Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31673
31674 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
31675 Don't require VA to print as "class" rather than "struct".
31676
31677Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
31678
31679 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
31680
31681Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31682
31683 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
31684
31685Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31686
31687 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
31688 order.
31689
31690Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31691
31692 * gdb.t16/printcmds.exp: Add printf tests.
31693
31694 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
31695
31696 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
31697
31698Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
31699
31700 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
31701 pass counts, to counteract any existing or future setup_xfails.
31702
31703Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31704
31705 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
31706 {BEGIN,END}_COMMON for common block instead of STAB.
31707 * gdb.stabs/wierd.exp: Add xfail for rs6000.
31708
31709 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
31710 intp_var should be N_GSYM not N_LSYM.
31711 wierd-aout.S: Use a label for the value of the N_SO.
31712 wierd.def: Remove all backslashes.
31713 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
31714
31715Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31716
31717 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
31718 get the expected next to inheritance3.
31719
31720Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31721
31722 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
31723 now that gcc-2.4 gets it right.
31724
31725Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31726
31727 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
31728
31729 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
31730 generating comp-info.exp which works for cross-compilation.
31731
31732Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
31733
31734 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
31735 "*-*-sysv4.*".
31736
31737Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
31738
31739 * gdb.t01/run.exp: Start with a fresh gdb.
31740 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
31741 SVR4.x.
31742
31743Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
31744
31745 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
31746 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
31747 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
31748 Makefile.in (distclean, realclean): Remove gdbme.c from list of
31749 things to remove.
31750
31751Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
31752
31753 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
31754 test cases from bug reports.
31755
31756Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
31757
31758 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
31759 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
31760 avoid spurious xfails.
31761 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
31762 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
31763 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
31764
31765Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
31766
31767 * gdb.t00/teststrategy.exp: Rework to provide more useful
31768 description of each test, fix problem with systems that define
31769 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
31770 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
31771 results for "next over recursive call" so timeouts aren't taken
31772 by error.
31773
31774Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
31775
31776 * gdb.t12/scope.exp: Test printing of variables before run.
31777
31778 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
31779 printed in wrong order due to sorting.
31780
31781Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
31782
31783 * gdb.t00/teststrategy.exp: Fix expected results for printing
31784 user entered string constant. Is array of char, prints with no
31785 address.
31786
31787 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
31788 commands.
31789 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
31790 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
31791 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
31792 of struct of char arrays.
31793 * gdb.t00/radix.exp: New tests for radix commands.
31794
31795Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
31796
31797 * gdb.t16/printcmd.exp: Print a variable before running program
31798 (with xfail for AIX).
31799
31800Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
31801
31802 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
31803
31804 * gdb.t16/printcmd.exp: Don't print variables before running program.
31805
31806 * gdb.t06/break.exp: Don't require envp argument to main.
31807
31808 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
31809
31810 * gdb.t02/whatis.exp, gdb.t11/list.exp:
31811 Add xfails for rs6000.
31812
31813 * gdb.t02/whatis.exp: Change other tests not to re-test something
31814 we already tested.
31815
31816 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
31817 each type used has a variable of that type.
31818
31819Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
31820
31821 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
31822
31823Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
31824
31825 * configure.in: change srctrigger to be a file, not a directory
31826
31827Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
31828
31829 * configure.in (mips-idt-ecoff*): Added trailing '*'.
31830
31831 * gdb.t11/list.exp: Fixed a couple of typos.
31832
31833Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
31834
31835 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
31836 is fixed and PR is closed.
31837 * gdb.t16 (gdbme.c): Add simple test string variable.
31838 * gdb.t16 (printcmds.exp): Add tests with simple test string
31839 variable, primarily for boundaries on "set print elements".
31840
31841Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
31842
31843 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
31844 Make leading 0's optional and don't expect a tab in the middle
31845 of the number.
31846
31847 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
31848
31849 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
31850 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
31851 don't end command passed to gdb_test with newline.
31852
31853 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
31854 signed keyword away, don't expect signed bitfields to be signed.
31855
31856 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
31857 printing with only as many 1's as are in the field as well as printing
31858 with 32 1's (see comment).
31859
31860Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
31861
31862 * gdb.t00/default.exp: Start with a fresh gdb.
31863 * configure.in (configdirs): Remove gdb.t31 until the chill
31864 compiler works again. It no longer is able to find chillrt0
31865 since it isn't in libchill.a anymore.
31866 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
31867 wierd.o, make more modular.
31868 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
31869 spurious newlines that caused problems.
31870
31871Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31872
31873 * Move test with enums and partial symbols from gdb.t03/ptype.exp
31874 to gdb.stabs/wierd.exp since GCC has worked around the bug.
31875 gdb.stabs/wierd.{exp,def}: Many new tests.
31876
31877 * gdb.t00/default.exp: update info line for new message.
31878
31879 * gdb.t02/{whatis.exp,gdbme.c}:
31880 Test that "char *" doesn't print as "caddr_t".
31881
31882Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31883
31884 * gdb.t00/help.exp: Use .* in place of some help messages which
31885 just changed.
31886 gdb.t00/default.exp: Update "info frame" test for new message.
31887 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
31888 Remove some xfails
31889
31890Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31891
31892 * gdb.t03/{gdbme.c,ptype.exp}:
31893 Add tests for typedef'd struct and union without tags.
31894 Also check "whatis" on a variable of a typedef'd enum without a tag.
31895
31896 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
31897 PRMS 1823; the bug still exists but isn't reproduced by this test
31898 anymore), and remove rs6000 XFAIL (the bug is fixed).
31899
31900 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
31901 duplicated from whatis.exp. For those that are left, accept
31902 "long", "long int", or "int" for long variables (whatis.exp already
31903 has an XFAIL for "int", so no need to fail it here).
31904
31905 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
31906 Deal with GCC's names for types now that GDB uses the compiler's names.
31907
31908 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
31909 setup_xfail's for sunos4. If we #defined the signed keyword away,
31910 don't expect GDB to know that char it is signed.
31911
31912 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
31913
31914Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
31915
31916 * configure.in (configdirs): Add gdb.t24 for C++ tests that
31917 should work on any system, regardless of debugging format.
31918 * gdb.t21/demangle.exp: Move to gdb.t24.
31919 * gdb.t24/demangle.exp: Move from gdb.t21.
31920 * gdb.t24/{Makefile.in, configure.in}: New files.
31921
31922Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31923
31924 * configure.in: Do gdb.stabs and C++ tests only for stabs.
31925 * gdb.stabs: New directory.
31926
31927Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31928
31929 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
31930 not just "Quit anyway?".
31931
31932Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
31933
31934 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
31935 that all setup_xfails are immediately followed by clear_xfails.
31936
31937Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
31938
31939 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
31940 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
31941 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
31942 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
31943 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
31944 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
31945 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
31946 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
31947 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
31948 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
31949 gdb.t31/chillvars.exp, lib/gdb.exp:
31950 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
31951 bug-gdb@prep.ai.mit.edu.
31952
31953Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
31954
31955 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
31956 with 0.0, not integer 0.
31957
31958Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
31959
31960 * gdb.t06/break.exp: Update for "Kill the program" message change.
31961
31962Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
31963
31964 * Makefile.in (GDBFLAGS): Set to -nx.
31965 * Makefile.in (site.exp): Use GDBFLAGS.
31966
31967Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
31968
31969 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
31970 Makefiles.
31971 (check): depend on just-check.
31972 (just-check): added so that tests can be run without a noop
31973 build pass.
31974
31975Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
31976
31977 Switch to using configure's configdirs.
31978 * Makefile.in (Makefile): add configure.in dependency.
31979 (SUBDIRS): removed redundant assignment.
31980 * configure.in: switch subdirs assignment to configdirs.
31981 * gdb.t*/configure.in: new files.
31982
31983Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
31984
31985 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
31986 works.
31987
31988Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
31989
31990 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
31991 in explicit rules. Apparently this is not supported by some makes.
31992
31993Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
31994
31995 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
31996
31997Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31998
31999 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
32000 disappeared.
32001
32002Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
32003
32004 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
32005
32006Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
32007
32008 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
32009 watchpoint problem that is now fixed.
32010 * gdb.t30/chexp.exp: Remove setup_xfail for printing
32011 uninitialized convenience variables.
32012 * gdb.t31/chillvars.exp: Fix expected patterns for printing
32013 structures.
32014
32015Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32016
32017 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
32018 which causes expect to get out of sync with gdb on long output
32019 from help set.
32020 * gdb.t09/corefile.exp: Make expected pattern for core file
32021 failing signal and frame output format less sun specific.
32022
32023Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
32024
32025 * gdb.t31/chillvars.exp: Add and remove initial dummy
32026 breakpoint, so that symbol table is forced in.
32027 (Needed at least on Sunos4, though it seems not SVR4.)
32028 * gdb.t31/chillvars.exp: Update for changed output format.
32029
32030Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
32031
a9c64011 32032 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
32033
32034Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
32035
32036 * Makefile.in: Added --srcdir when invoking runtest, removed the
32037 need for a local config file. (optional now)
32038
32039Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
32040
32041 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
32042 failure count used to force early termination. Add some more
32043 expected failures for gnu style demangling.
32044
32045Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32046
32047 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
32048 pmi variable from gdb.t20/gdbme to get optimized away.
32049 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
32050 Check for written corefile upon timeout _and_ eof.
32051
32052Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32053
32054 * config/unix-gdb.exp: Add missing return 0.
32055
32056Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32057
32058 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
32059 test termination.
32060
32061Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
32062
32063 * configure.in (subdirs): Put back gdb.t17 which mysteriously
32064 disappeared.
32065
32066Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
32067
32068 * gdb.t10/crossload.exp: Disable the i860-elf test until such
32069 time as i860 support works.
32070
d63a86f8 32071 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
32072 "backtrace 100\r" rather than just "backtrace\r", to match last
32073 change.
32074
32075Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
32076
32077 * config/udi-gdb.exp (gdb_exit): Remove close command.
32078 (gdb_target_udi): New procedure to set the UDI target.
32079 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
32080 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
32081 Added waits for prompts after several question responses. Added
32082 some more responses used by a29k-amd-udi-gdb.
32083 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
32084 pass different arguments, restart UDI connection after program
32085 completion.
32086 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
32087 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32088 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
32089 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
32090 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
32091 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
32092 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32093 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
32094 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
32095 after program completion.
32096 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
32097 compiled with a SELECT_VECS setting.
32098 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
32099 infinite recursion.
32100
32101 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
32102 Added checks for COFF results, and made them expected failures for
32103 all targets. It would be better to make them expected failures
32104 for COFF targets only.
32105
32106Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
32107
32108 * Makefile.in: add null dvi target, don't bother to recurse
32109 through test directories for info and install-info; rename
32110 $(datadir) to be dejagnu instead of deja-gnu
32111
32112Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
32113
32114 * gdb.t31/gdbme.ch: Re-enable code that previously caused
32115 compiler to coredump.
32116 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
32117 code.
32118
32119Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
32120
32121 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
32122 coredump.
32123 * gdb.t31/chillvars.exp: Comment out tests that depend on that
32124 code.
32125
32126Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
32127
32128 * gdb.t03/ptype.exp: tests for return code from gdb_test.
32129 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
32130 which in a shell. Deletes xgdb when done.
32131 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
32132 Tests the return from the "set height" or "set width" commands.
32133 Added a few return codes where needed.
32134
32135Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
32136
32137 * Makefile.in (SUBDIRS): Add gdb.t17.
32138 * configure.in (subdirs): Add gdb.t17.
32139 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
32140 files to test gdb's calling of functions in the inferior with
32141 the correct arguments and gdb's ability to retrieve any
32142 result returned.
32143
32144Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
32145
32146 * config/unix-gdb.exp (gdb_exit): Remove close commands that
32147 may be called after gdb goes away. Previous versions of expect
32148 needed these to avoid file descriptor leaks, but they cause
32149 errors with the current revision of expect.
32150 * gdb.t00/gdbvars.exp: Use -re on expected output after
32151 setting sevenbit-strings.
32152 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
32153 to set sevenbit-strings consistent across tests.
32154 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
32155 set sevenbit-strings consistent across tests.
32156
32157Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
32158
32159 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
32160 expected output to match current "expect" expectations.
32161
32162Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
32163
32164 * gdb.t00/default.exp: Change expected output for default "source"
32165 command, to match new gdb behavior which requires a filename to
32166 source.
32167
32168Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
32169
32170 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
32171 expected fail for i486-*-* that misses the marker2 function.
32172 * gdb.t10/crossload.exp (bfddefault): Allow successful
32173 recognition of a format to pass even if no symbols are found.
32174 Explicitly catch failures where the format is not recognized
32175 or is ambiguous, and add the reason to the fail message.
32176 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
32177 the cause is and invalid target and add reason to failure message.
32178 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
32179 elf32-i386, elf32-sparc, and elf32-i860.
32180 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
32181 Set up expected failure for 'filename'::variable scope resolution,
32182 which is now apparently broken on all targets.
32183 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
32184 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
32185 gdb.t23/templates.exp: Change failure for missing binfile into
32186 just a warning.
32187 gdb.t21/demangle.exp: Change all cfront references to 'arm'
32188 references.
32189
32190Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
32191
32192 * gdb.t00/default.exp: Add expected output for default "source"
32193 command, to match new gdb behavior.
32194 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
32195
32196Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
32197
32198 * config/*-gdb.exp: returns an error, rather than exiting on
32199 internal errors.
32200
32201Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
32202
32203 * gdb.t03/gdbme.c: Add pointer to struct variable.
32204 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
32205 referencing struct members.
32206
32207Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
32208
32209 * configure.in (mips-idt-ecoff): New target.
32210 * config/mips-gdb.exp: New file for remote board using MIPS remote
32211 debugging protocol.
32212
32213 * Redid configuration scheme. Removed gdb.t*/configure.in.
32214 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
32215 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
32216 distclean targets. Built executables via .o files. Adjusted
32217 tests to account for source files in $(srcdir) rather than
32218 $(objdir).
32219 * lib/gdb.exp (runto): Don't expect () after the function name,
32220 because it may have arguments.
32221
32222Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
32223
32224 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
32225 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
32226 expected failures for mips-idt-* and mips-sgi-*.
32227 * gdb.t00/default.exp (attach): Kill process if requested.
32228 * gdb.t00/help.exp (help target core, help target): Accept a gdb
32229 that does not read core files.
32230 * gdb.t01/run.exp: Removed checks for exit status code.
32231 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
32232 it is linked in.
32233 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
32234 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
32235 appropriate, rather than doing it by hand.
32236 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
32237 execution.
32238 * gdb.t10/crossload.exp: Kill existing program if needed.
32239 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
32240 appropriate, rather than doing it by hand. Always increase
32241 timeout for this test, not just for VxWorks.
32242
32243Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
32244
32245 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
32246 of Chill STRUCT types and STRUCT values.
32247 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
32248 than "char".
32249 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 32250 struct2): New struct definitions and initializations to test
c906108c
SS
32251 simple Chill STRUCT types.
32252
32253Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
32254
32255 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
32256 the null byte at the end of strings.
32257 * gdb.t00/default.exp: Make show version insensitive to copyright
32258 date.
32259 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
32260 to avoid dependencies on target char signedness.
32261 * gdb.t16/printcmds.exp: Update expected results for explicitly
32262 unsigned char.
32263 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
32264 now work.
32265 * gdb.t21/demangle.exp: Add many more patterns for template
32266 demangling, most of them being expected failures.
32267 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
32268 string we are matching for, to match on the whole string.
32269 * gdb.t21/demangle.exp: Add many new test strings to demangle,
32270 and fix a whole bunch that had incorrect expected output but were
32271 passing anyway because of the bug in "proc demangle".
32272 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
32273 type.
32274 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
32275
32276Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
32277
a9c64011
AS
32278 * gdb/testsuite: made modifications to testcases, etc., to allow
32279 them to work properly given the reorganization of deja-gnu and the
32280 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
32281
32282Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
32283
32284 * gdb/testsuite: Initial creation of gdb/testsuite.
32285 Migrated dejagnu testcases and support files for testing nm to
32286 gdb/testsuite from deja-gnu. These files were moved "as is"
32287 with no modifications. This migration is part of a major overhaul
32288 of dejagnu. The modifications to these testcases, etc., which
32289 will allow them to work with the new version of dejagnu will be
32290 made in a future update.
48efe704 32291
8d8cb839 32292 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 32293\f
8d8cb839
EZ
32294;; Local Variables:
32295;; mode: change-log
32296;; left-margin: 8
32297;; fill-column: 74
32298;; version-control: never
32299;; End:
902f2ccb 32300
28e7fd62 32301 Copyright 1993-2013 Free Software Foundation, Inc.
902f2ccb
MC
32302 Copying and distribution of this file, with or without modification,
32303 are permitted provided the copyright notice and this notice are preserved.